Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #146569
    plavarenne
    Participant

    Hello,

    I am trying out the Parallax Frame theme on a local host before buying the Pro version; so far my only issue is I need to use the Featured Content (with slider option) on one single page, *not* the site’s homepage or any other page. I can’t figure out if that option becomes available in the “pro” version.

    I can take use the code and dump it into my page but if there’s an option to configure it through the theme’s customization that would be more elegant.

    Thanks!
    Pascal

    #146615
    Skandha
    Participant

    @plavarenne: What you can do is enable the Feature Content Slider Option on the entire site. Then you can use additional CSS to only display it in the pages you want. Let me know the page ids of the pages where you want to display the Feature Content Slider then I can provide you the CSS Code.

    Kind Regards,
    Skandha

    #146680
    plavarenne
    Participant

    Thank you for the reply @Skandha ; I knew there would be a more elegant option. I only need the Feature Content Slider on page ID# 2486 within the site.

    Best,
    Pascal

    #146697
    Skandha
    Participant

    @plavarenne: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    body:not(.page-id-2486) #featured-content {
        display:none;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #146698
    plavarenne
    Participant

    It works perfectly fine; thank you very much!
    This is looking very promising, the theme is great value, will be ordering the Pro before I publish this page.
    Best,
    Pascal

    #146714
    Skandha
    Participant

    @plavarenne: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/parallax-frame/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
    don’t hesitate to let me know. Have a good day!

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Featured Content *not* on the Homepage’ is closed to new replies.