sconchiti
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Gallery in image mapThe rel attribute to the rescue! This works great. Thanks so much for the plugin and the reply.
Forum: Plugins
In reply to: WP Float plugin, how can I hide visibility on mobile devices?Hello Petra-
I was having the same problem, but I fixed it by adding this code to my stylesheet css:
@media screen and (max-width: 1345px) { .dc-floater-content { display: none !important; } }
You need to change the 1345 to whatever width works for you.
Hope this helps!
A slideshow without using scroll gallery does work, but my vertical photos aren’t centered, and I miss the borders.
I like the functions of Scroll Gallery, just wish I could get it to work in IE without thumbnails.
I reduced the size of the images and of the slideshow by half, but still had the same issue. Decreasing the number of images in the show to 3 also did not help.
It is odd that entering and then exiting the f12 Developers Tools mode in IE then refreshing the page fixes the issue.
Could it be something in my theme, I’m not sure what I’m missing.
Here’s an example page on a website I’m working on:
https://campmishawaka.info/about-mishawaka/camp-history
Thanks for the help!
I’m having the same issue – did you ever figure this out?
When I use the code [sG_imagesSolo id=12] the slideshow works great in Firefox and Chrome, but I get a scroll bar in IE9. I can hit F12 and refresh the page, and everything works well. When I close and reopen IE, the scroll bar returns.
Adding the thumbnails back in (with [scrollGallery id=12]) works without issue – the scroll bar only appears when I use the imagesSolo option.
I know it’s probably a Microsoft issue, but is there anything I can do to make the imageSolo option work in IE without having to hit F12?