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*

Featured Pages text not showing up on Android or iPhone

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3341
    gnomad1618
    Member

    http://www.houstonacupunctureandwellness.com

    The copy appears when viewing on a full screen device, but not on either my Android phone or tablet, nor on iPhone or iPad.

    Is there a remedy? or do I need to recreate it in Revolution Slider?

    #3365
    Sanjip Shah
    Participant

    @gnomad1618 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;
    	}
    }

    If you want to show the featured text in iphone, using the rev slider will be best.

    #3389
    gnomad1618
    Member

    I thought that might be the case. It makes sense and is probably the best choice.

    I’d rather it not show than for it to look like it is broken, or a poor design.

    Thanks.

    #3408
    Sanjip Shah
    Participant

    @gnomad1618 Okay. Great. We will think about showing the featured text in small devices may be in a different effective way in our updates. Thanks.

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