badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Slider loses test on Mobile

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3274
    jamesc
    Participant

    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

    #3287
    Rabin Shrestha
    Participant

    Hi 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

    #3717
    micronda
    Participant

    Hi 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 !!

    #3732
    Sanjip Shah
    Participant

    @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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.