NiceThemesSlide Caption – NiceThemes http://nicethemeswp.com/forums/topic/slide-caption/feed/ Wed, 23 Apr 2025 14:53:33 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/slide-caption/#post-3832 <![CDATA[Slide Caption]]> http://nicethemeswp.com/forums/topic/slide-caption/#post-3832 Mon, 31 Mar 2014 18:43:42 +0000 leahrubin Is there a way to make the caption on the slider *NOT* disappear when the webpage is resized? It looks to me like there is room for it.
Thanks!

]]>
http://nicethemeswp.com/forums/topic/slide-caption/#post-3836 <![CDATA[Reply To: Slide Caption]]> http://nicethemeswp.com/forums/topic/slide-caption/#post-3836 Mon, 31 Mar 2014 19:14:38 +0000 Juanfra Aldasoro Hello there,

Thanks for writing.

You’ll need to add some CSS rules to .flex-caption for the responsive styles in order to have that.

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/slide-caption/#post-3837 <![CDATA[Reply To: Slide Caption]]> http://nicethemeswp.com/forums/topic/slide-caption/#post-3837 Mon, 31 Mar 2014 19:31:01 +0000 leahrubin Thanks. Does this go in the custom CSS sheet? Can you tell me what rules I need to add?

]]>
http://nicethemeswp.com/forums/topic/slide-caption/#post-3838 <![CDATA[Reply To: Slide Caption]]> http://nicethemeswp.com/forums/topic/slide-caption/#post-3838 Mon, 31 Mar 2014 19:32:18 +0000 leahrubin Also – my site only has one slide, if it matters.

]]>
http://nicethemeswp.com/forums/topic/slide-caption/#post-3844 <![CDATA[Reply To: Slide Caption]]> http://nicethemeswp.com/forums/topic/slide-caption/#post-3844 Mon, 31 Mar 2014 22:27:47 +0000 Juanfra Aldasoro Yes, the styles should go in the custom css stylesheet.

Something like this should work:


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

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

Best,
Juan.

]]>
http://nicethemeswp.com/forums/topic/slide-caption/#post-3854 <![CDATA[Reply To: Slide Caption]]> http://nicethemeswp.com/forums/topic/slide-caption/#post-3854 Tue, 01 Apr 2014 09:08:29 +0000 leahrubin Thank you so much, got it to work!

]]>
http://nicethemeswp.com/forums/topic/slide-caption/#post-3856 <![CDATA[Reply To: Slide Caption]]> http://nicethemeswp.com/forums/topic/slide-caption/#post-3856 Tue, 01 Apr 2014 14:01:11 +0000 Juanfra Aldasoro No worries.

Have a nice day,
Juan

]]>