Tagged: widget
- This topic has 5 replies, 2 voices, and was last updated 7 years, 2 months ago by tikaram.
-
AuthorPosts
-
August 23, 2017 at 3:16 pm #120979jerlyonParticipant
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?
August 24, 2017 at 1:20 am #120990tikaramParticipant@jerlyon: Go to Appearance => Customize => Theme Options => Layout Options
UnderDefault Layout
: Select No Sidebar ( Full width) and save.
Let me know if you need further assistance.Regards,
TikaramAugust 24, 2017 at 4:04 pm #121030jerlyonParticipant@tikaram that was already set. I still see the Intro Widget (I’m using a video) on every page.
August 25, 2017 at 6:53 am #121061August 25, 2017 at 12:19 pm #121092jerlyonParticipanthttps://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;}
August 28, 2017 at 5:21 am #121193 -
AuthorPosts
- The topic ‘Intro Widget on every page’ is closed to new replies.