Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter rusticmodern

    (@rusticmodern)

    Update: It is actually alternating between showing captions (seen in photo#2) and nothing at all on that page.

    Hi there.

    Would you please go to FooGallery Settings and clear the HTML and CSS cache along with any other server caching you might have running and see if that makes a difference?

    Thread Starter rusticmodern

    (@rusticmodern)

    Caches cleared, no serverside cache.
    Again, if I set to default theme it works fine, but w/ this theme it does not.

    Plugin Author steveush

    (@steveush)

    Hi,

    I’m not sure if you have edited your theme but all the initialization code for FooGallery as well as FooBox has been commented out on the above linked page. If you open your browsers development tools and scroll down looking at the HTML the entire footer is commented out. Along with FooBox and FooGallery other scripts that have been commented out include: Comment Reply, Contact Form 7 and WP-Embed.

    Thanks

    Thread Starter rusticmodern

    (@rusticmodern)

    Thank you so much! I commented out the footer, because I didn’t want it to display.
    However, I worked out I should use custom CSS:

    #footer{
    	display:none;
    }

    to hide it. Now my scripts and foogallery works.
    Thanks so much!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Gallery not showing in theme, only text captions (works in default WP theme)’ is closed to new replies.