- This topic has 9 replies, 2 voices, and was last updated 5 years ago by nirav.
-
AuthorPosts
-
December 20, 2019 at 8:40 pm #13817AnonymousInactive
My homepage (http://www.katiesonger.com) is very simple, which means that the sidebar is much longer than the text. It’s okay to have a long sidebar on all the other pages, but it looks bad on the homepage. Is it possible to have a different sidebar on the homepage, or does it have to be the same on all the pages? The ideal would be to move some of the sidebar widgets beneath the text on the homepage, but keep the sidebar in its current form on all the other pages. Thanks!
December 26, 2019 at 9:18 am #13871niravKeymasterHello Katie,
The sidebar will the same for all pages so you will not be able to customize the slider based on the pages. However, there is a way that might help you- You can remove the sidebar from the homepage.
Hope this helps!
Have a great day ahead!
Thanks and Regards,
Team ProDesignsDecember 26, 2019 at 3:58 pm #13877AnonymousInactiveHi ProDesigns Team,
That might help. Can you tell me how to remove the sidebar from the homepage? I looked for this option in Customize, but didn’t find it.
Thanks,
KatieDecember 28, 2019 at 12:35 pm #13921niravKeymasterHello Katie,
Greetings of the day!
Follow the below steps to add custom CSS.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS”.home .main-content-area{
width:100%
}
.home .main-sidebarmain-sidebar{
display:none;
}4) Save the file.
Hope this helps.
Thanks and Regards,
Team ProDesignsJanuary 1, 2020 at 6:16 pm #13943AnonymousInactiveHi ProDesigns,
Thanks for this code. But when I pasted it, it didn’t make the sidebar disappear from the home page–instead, it moved the sidebar so that it was below the main content area. Also, this change occurred not only on the home page, but on all pages. Is there a different code I should use?
Thanks,
KatieJanuary 2, 2020 at 1:02 pm #13954niravKeymasterHello katie,
How are you?
Please try below code
.home .main-content-area{ width:100% } .home .main-sidebar{ display:none; }
Hope this helps.
have a great day ahead!
Thanks and Regards,
Team ProDesignsJanuary 2, 2020 at 6:33 pm #13956AnonymousInactiveHi ProDesigns Team,
Thanks–this worked better, but there is still a problem. The code you sent does remove the sidebar from the homepage; thank you. However, as I mentioned, I do need the widgets in the sidebar to display on the homepage; I am just wondering if they can display *differently*, not disappear altogether. So for example, I’m wondering if it’s possible to create an alternative sidebar on the homepage, and if that is possible, how I can do it. I could either create an alternative sidebar with fewer widgets, or I could create a sidebar that displays as a second footer, so there would be room for all the widgets. But I would only want this alternative sidebar to display on the homepage, not the other pages. Is this possible?
Thanks,
KatieJanuary 9, 2020 at 12:24 pm #14064niravKeymasterHello Katie,
Hope you are doing good!
Yes, it is possible. For that, you need to create a child theme and it requires additional coding in it.
Please let us know in case you would like us to create it for you so that I can share with you the required time and cost for the same.Have a great day ahead!
Thanks and Regards,
Team ProDesignsJanuary 9, 2020 at 3:58 pm #14068AnonymousInactiveHi ProDesigns,
Sure, please let me know how much it would cost for this coding. In the meantime, I have already created a child theme.
Thanks,
KatieJanuary 17, 2020 at 12:40 pm #14163niravKeymasterHello Katie!
Greetings of the day!
We have forwarded these details to our technical team, we will get back to you within 48 to 72 hrs with the cost.
Have a great day ahead!
Thanks and Regards,
Team ProDesigns -
AuthorPosts
- You must be logged in to reply to this topic.