Tagged: slider
- This topic has 3 replies, 4 voices, and was last updated 11 years ago by Sanjip Shah.
-
AuthorPosts
-
August 15, 2013 at 5:34 pm #3274jamescParticipant
I have your excellent theme installed, but am having issues viewing it on mobile devices. the slider is showing but the text is not. http://www.workhosted.co.uk
THanks
August 16, 2013 at 8:25 am #3287Rabin ShresthaParticipantHi jamesc,
Currently we have designed our theme that way, when you view site in mobile devices the text are turned off. But we are thinking on showing the text for mobile view as well. Probably we will implement it in our future updates
Rabin
September 1, 2013 at 11:00 am #3717microndaParticipantHi Rabin, very nice and complete theme. Congratulations.
Can you please implement showing the text for smaller devices as showing only the images could not make sense to a visitor (as they need the text to understand the point). Also, I’ve seen from other sites that the images are designed to fit in with the text (like my site !) so when there is no text there is a horrible blank space.
THANKS !!
September 2, 2013 at 7:09 am #3732Sanjip ShahParticipant@micronda We understand what you are trying to say. We have designed the theme that way, not to show the featured text for ipad, iphone and other similar small devices.
In the iPhone if you show the featured text it may go beyond the slider area so this might be a issue, however you can use the following custom css to show the featured text in ipad.
In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS and click on ‘Save all Changes’.@media only screen and (max-width: 1078px) { .featured-title, .featured-content { display: block; } } @media only screen and (max-width: 767px) { .featured-title, .featured-content { display: none; } }
We will be thinking about showing the featured text in all devices including iPhone in an optimized manner in our future updates. Thanks.
-
AuthorPosts
- You must be logged in to reply to this topic.