Community Forums › Forums › Archived Forums › General Discussion › Executive Theme: Slider content disappears on mobile devices
Tagged: content, eliminating responsive slider on small screens, Excerpt, mobile, responsive slider on iPhone
- This topic has 9 replies, 5 voices, and was last updated 9 years, 4 months ago by michelefree.
-
AuthorPosts
-
April 9, 2013 at 2:57 pm #34349detroitwidgetMember
I'm using the Genesis Responsive Slider plugin with the Executive Theme. I'm experiencing the following unexpected behavior on mobile devices:
iPad 3 - Landscape: Slider text content does display
iPad 3 - Portrait: Slider text content does NOT displayiPhone 3GS - Landscape: Slider text content does NOT display
iPhone 3GS - Portrait: Slider text content does NOT displayIn my Slider Settings, the "Hide Title & Content on Mobile Devices" checkbox is NOT selected.
The StudioPress Executive Theme demo exhibits the same behavior, but I don't know its plugin settings.
Is this normal behavior, or something that can be corrected?
Development URL: http://www.empirewidget.com
Thanks.
April 10, 2013 at 8:28 am #34504David ChuParticipantHi!
That Executive theme looks just great! There's a chunk of code in your CSS that is doing the dirty deed. 🙂 Long about laptop responsive size, this baby kicks in:.menu li.right, #content #genesis-responsive-slider .slide-excerpt { display: none; }
So I think that is taking precedence over anything you set on the slider admin. If you just comment out that line, I think you'll be all set. Then again, maybe the Executive coder did that for a particular reason to look good with the slider photo or something. Try it and you'll find out.
Dave
Dave Chu · Custom WordPress Developer – likes collaborating with Designers
April 10, 2013 at 9:22 am #34540detroitwidgetMemberThanks Dave. That's what I was looking for.
April 10, 2013 at 10:16 am #34556David ChuParticipantJuly 12, 2013 at 1:10 pm #50414richardaultMemberHi all, I'm having this same issue and am seeing it in other known installations of Executive Theme. Specifically what's happening (just like original poster):
iPad 3 – Landscape: Slider text content does display
iPad 3 – Portrait: Slider text content does NOT displayiPhone 5 – Landscape: Slider text content does NOT display
iPhone 5 – Portrait: Slider text content does NOT displayAlso you can observe this with a web browser on mac, e.g. Safari if you narrow the width of the window down to less than 1024px.
I've tried removing the CSS and various combinations of settings in the slider to no avail.
Project: boosterland.com
Any help is very appreciated, thanks in advance!
July 12, 2013 at 1:37 pm #50419David ChuParticipantIt's exactly the same fix, so you'll need to get your hands dirty and find it in the code.
Good luck, Dave
Dave Chu · Custom WordPress Developer – likes collaborating with Designers
July 12, 2013 at 2:02 pm #50431richardaultMemberThanks David... Apologies, I needed to clear cache to see the change take effect. It worked! Thanks again!
July 12, 2013 at 2:03 pm #50433David ChuParticipantThat's it! I forget that, too, and I've been doing this for awhile. 😉
Dave Chu · Custom WordPress Developer – likes collaborating with Designers
November 1, 2013 at 4:38 pm #70401Dag-ErlingMemberHello, and I'm sorry for this thread hi-jack but by own thread died down.
(http://www.studiopress.community/topic/genesis-slider-mobile-excerpts-goes-outside-the-slider/)
I have some similar issue with the excerpts. On portraits formats I can get the "white square" to be contained within the slider. But the text will go outside. Is there a way to contain it within the slider area?
You can see what happens here: http://www.dagerlingjensen.no/sandbox
Have a nice day
- Dag
September 24, 2015 at 4:47 pm #166601michelefreeMemberHi all. My client WANTS the slider gone on iPhone portrait. I was hoping this code, taken from above, would suppress the slider on iPhone portrait.
Would appreciate advice! I'm not that familiar with the @media sections.
This is the code I'm using:
/* added .menu line below to eliminate slider on iPhone */
@media only screen and (max-width: 270px) {.menu li.right, #content #genesis-responsive-slider .slide-excerpt {
display: none;
}.header-image .site-title a {
background-size: contain !important;
}.site-title {
font-size: 26px;
}}
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.