Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #120979
    jerlyon
    Participant

    Hi, from everything I’ve been reading, I thought the Intro Widget is only supposed to display on the home page. I’m seeing it on every page I create. How can I set it so it only displays on the home/front page?

    #120990
    tikaram
    Keymaster

    @jerlyon: Go to Appearance => Customize => Theme Options => Layout Options
    Under Default Layout: Select No Sidebar ( Full width) and save.
    Let me know if you need further assistance.

    Regards,
    Tikaram

    #121030
    jerlyon
    Participant

    @tikaram that was already set. I still see the Intro Widget (I’m using a video) on every page.

    #121061
    tikaram
    Keymaster

    @jerlyon: Can you please post in your site URL.

    Regards,
    Tikaram

    #121092
    jerlyon
    Participant

    https://prevail.thorncreek.church is the URL.

    I did find one way to “fix” this, but I’m not sure of how good it is and whether it could affect other things. If I add the following code to the Additional CSS section, the Intro Widget area is only displayed on the front page. I took out the work-around so you could see the normal behavior I’m seeing.

    /* Intro Widget for home only fix */
    #supplementary { display: none; padding: 30px;}
    .home #supplementary { display: block;}
    #121193
    tikaram
    Keymaster

    @jerlyon: Glad to know that the issue has been resolved.
    You can add the additional css to fix the issue. Let me know if you need further assistance.

    Regards,
    Tikaram

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Intro Widget on every page’ is closed to new replies.