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 issues

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23283
    Jason
    Participant

    Hi,
    I have two slider issues that I can’t seem to fix:

    Issue 1 affects desktop, tablets and phones:
    I have used static home page with the image slider. I want the image slider just to run on the homepage but when I go to the blogroll, the slider is shown there also. Can I turn this off? In slider options, I have selected “Enable on homepage/front page”.

    Issue 2 affects tablets and phones only:
    In slider options, I turned off Slider Content just to see how it works. Then I turned it back on. It has come back on for the site if viewed on a laptop/desktop but it has not come back on for the phone/tablet. I turned off all plugins to see if there was any conflict but no, it’s still not showing.

    Any help is appreciated.
    Thank you

    #23294

    Hi Jason,

    For your first issue:
    Go to dashboard-> settings-> reading and select static home page and on the post page leave it as blank. View this below screenshot.
    http://awesomescreenshot.com/0e94mpvu2d

    So that your slider will not be displayed in the blog page and will only display in home page.

    For your second issue:
    Yes we have made the slider content off to display in mobile display. Because too many text will voilate the design. We have designed our theme this way. If you want to display text in your tablet then please add this below custom css

    @media only screen and (max-width: 767px) {
        .featured-text {
           display: block;
        }
    }

    Thank you!

    #23304
    Jason
    Participant

    Thank you so much. That’s explained everything. I really appreciate the quick response.

    Beautiful theme too. Great job!

    #23360

    You welcome Jason

    Thank you!

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