NiceThemesslider link and description not showing up on mobile – NiceThemes http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/feed/ Wed, 23 Apr 2025 14:36:27 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2570 <![CDATA[slider link and description not showing up on mobile]]> http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2570 Tue, 03 Dec 2013 16:39:03 +0000 tracyholland Got my slider working great on the desktop, but it is not showing up on my Droid. Are there settings I’m missing?

]]>
http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2572 <![CDATA[Reply To: slider link and description not showing up on mobile]]> http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2572 Tue, 03 Dec 2013 17:13:03 +0000 Juanfra Aldasoro Hi Tracy,

Thanks for writing.

Yes, that’s right, the caption is hidden on mobile devices. The reason is that there’s not enough space and it looks bad.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2573 <![CDATA[Reply To: slider link and description not showing up on mobile]]> http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2573 Tue, 03 Dec 2013 17:16:54 +0000 tracyholland Ok is there a way to turn it off then on mobile phones? My slider images have a square to go behind the description text so it shows up. It looks silly without the text. Thank you for your help by the way!

]]>
http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2575 <![CDATA[Reply To: slider link and description not showing up on mobile]]> http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2575 Tue, 03 Dec 2013 17:27:51 +0000 Juanfra Aldasoro Hi Tracy,

You’ll need to edit the responsive styles for the .flex-caption class.


@media screen and (max-width: 1024px) {
        .flex-caption,
	.flexslider .slides li:first-child:nth-last-child(1) .flex-caption,
	.flexslider .slides li:only-child .flex-caption {
		display: block;
	}
}

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2610 <![CDATA[Reply To: slider link and description not showing up on mobile]]> http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2610 Thu, 05 Dec 2013 07:52:00 +0000 tracyholland Forgive me for my ignorance. Do you mean for me to insert this? If so, can you tell me exactly where?

I’m having a few other mobile issues as well.
– On the home page, the header is displaying in a bright blue instead of the header background I picked in Design and Styles in the Nice Themes settings.
– The mobile navigation is acting wonky. When you show the drop down and try to scroll, the entire navigation disappears.

]]>
http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2613 <![CDATA[Reply To: slider link and description not showing up on mobile]]> http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2613 Thu, 05 Dec 2013 12:35:50 +0000 Juanfra Aldasoro Hi Tracy,

That’s right. I’m sorry I didn’t explain that.

You need to insert that code in your custom.css file, or the “Custom CSS” option within your theme options.

With regards to the other mobile issues, would you please open new tickets for them so we can track everything independently and we help other users that might have the same problems 🙂

Thank you,
Juan.

]]>
http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2641 <![CDATA[Reply To: slider link and description not showing up on mobile]]> http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2641 Sat, 07 Dec 2013 19:47:45 +0000 tracyholland Thank you Juan. I inserted the code in the custom css but it is still showing.
Will do for the other issues.

]]>
http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2648 <![CDATA[Reply To: slider link and description not showing up on mobile]]> http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2648 Sun, 08 Dec 2013 15:02:22 +0000 Juanfra Aldasoro Hi Tracy,

Thanks for your response.

You mean that after you inserted that CSS the slider caption still disappears from your mobile device?

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2651 <![CDATA[Reply To: slider link and description not showing up on mobile]]> http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2651 Sun, 08 Dec 2013 16:49:23 +0000 tracyholland No, I thought the code was going to remove the slider from mobile devices. Nothing happened when I inserted the code. The slider still shows as it did before with no caption. If you have code to show the caption, I would be interested in trying that though.

]]>
http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2654 <![CDATA[Reply To: slider link and description not showing up on mobile]]> http://nicethemeswp.com/forums/topic/slider-link-and-description-not-showing-up-on-mobile/#post-2654 Sun, 08 Dec 2013 22:00:59 +0000 Juanfra Aldasoro Hi Tracy,

Actually that code is to show the slider caption. So you want to entirely remove the slider for mobile devices?

Best,
Juan.

]]>