webteam305
Forum Replies Created
-
Forum: Plugins
In reply to: [Slideshow] Firefox & IE issueOK. Thanks. And thanks for the quick responses, not every plugin author can manage your level of technical support, but it is greatly appreciated.
Forum: Plugins
In reply to: [Slideshow] Firefox & IE issueUnderstood. But how do you know the containing element is 48px when loading in a slim window?
Also, what would the
@medialook like?Forum: Plugins
In reply to: [Slideshow] Firefox & IE issueOK. I was already using a custom stylesheet to center the slideshow. So, now I added the width and !important and it seems to have taken care of the overlapping issue:
.slideshow_container { width: 100% !important; margin: 0 auto; }However, it still shrinks too small in Firefox when you refresh. I was thinking the % width would fix the issue without having to use a media query. Do you think I still need the media query to address the Firefox refresh issue?
Forum: Plugins
In reply to: [Slideshow] Firefox & IE issueThe Responsive front-page template automatically adds <p> tags around content if no other <h> tags or anything else is used.
I don’t want to have to build a child theme to fix the issue. I’m trying to do as much as I can “out-of-the-box” to keep overall project times down. Do you have any other thoughts or suggestions that would work?