Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 4 posts - 1 through 4 (of 4 total)

Badge Image will not open in new page

Home Forums Misc. General Forums Badge Image will not open in new page

  • #12327

    dinah

    subscriber

    When I insert a badge for someone else’s site on any page, it will not open their site. If you click the image (badge), you only see a constant loading symbol. If you enter the same code on a side bar widget, it works fine. How can I correct this? Thank you!

    #16677

    Towfiq I.

    administrator

    For this, you will have to open up fancybox.js from your theme’s “js” folder. and then find this line:

    jQuery("a.hasimg").fancybox({

    and replace it with:

    jQuery(".hasimg[href$='.jpg'], .hasimg[href$='.png'], .hasimg[href$='.gif']").fancybox({

    #16678

    dinah

    subscriber

    Hi there,

    Where is the “js” folder located?

    Thanks

    #16679

    Towfiq I.

    administrator

    Its located inside wp-content/theme/scyllapro/js/

    Use ftp to access the file. If you dont know how to use FTP, try this plugin to access that file:

    http://wordpress.org/extend/plugins/wp-filemanager/