andrewdcox
Forum Replies Created
-
In the meantime, if this issue is preventing you from getting work done, the fix is pretty simple.
1. Open up the
wp-content/plugins/foogallery/css/admin-foogallery.css
file
2. Scroll down to line 587 and find the rules for.media-modal .attachments
, the one that sets theright
attribute to 500px; change the.attachments
to.attachments-browser .attachments-wrapper
3. Make the same replacement for the other occurences of.attachments
on lines 598 and 607
4. Purge any cached CSS files you have and reload the pageForum: Themes and Templates
In reply to: [Hitchcock] Search breaks after update to 2.0.1Great, thank you! That does indeed fix the problem.
@bradvin I’m running 1.4.7 live on my website right now; Looks like it’s running just fine with my other plugins, including Cloudflare caching and minimization.
@bradvin I’m running 1.4.7 live on my website right now; Looks like it’s running just fine with my other plugins, including Cloudflare caching and minimization.
- This reply was modified 7 years, 4 months ago by andrewdcox.
@mrmodo I too am using Cloudflare and Minify, but even when I turned them off the issue persisted. Can you confirm the same (turn off Cloudflare caching and/or minify and reproduce the problem)?
I would also like to know how to accomplish this. In the FooGallery settings, I’ve selected the Image Caption for the caption field and the Image Title for the title, so why is the alt tag being used?
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] FooBox not working (again)Deferring the load of the foobox script was also the culprit on my site. I excluded it from the deferment and now it works perfectly again!