- This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by Theme Horse Support Team.
-
AuthorPosts
-
May 28, 2020 at 5:50 pm #78017venepress.webParticipant
Hello again,
I have 2 problems with my sidebar
1- Within the posts, the bar follows and passes behind the posts anchored at the end of the web
capture ->2- a while ago I asked for help so that in the phone version first load my sidebar and then the content and it is perfect for the “home”, now for when the user enters a “post” should act differently and load the sidebar then the central information.
my website is http://www.venepress.net
May 29, 2020 at 7:09 am #78021Theme Horse Support TeamKeymasterHi venepress-web,
Please once check by deactivating all the plugins. Some Plugin might have affected the Theme’s Sticky Script and we have a doubt that the Scroll animation that you are using might have affected it because to work for the sticky sidebar the content height should be rendered first when loading page but the scroll animation effect will only load the respective content only when you scroll page. So that might be the case.
And to show the content area first and then after Sidebar to the page and post single again as normal, Please go to ‘Appearance > Customize > Additional CSS’ and add the below Custom CSS code to the end, beneath your previous codes.
@media (max-width: 575px) { body.page .site-content .content-area, body.single-post .site-content .content-area { -ms-flex-order: 0; order: 0; } }
May 29, 2020 at 4:17 pm #78043venepress.webParticipantThank you,
I am worried about having to deactivate all the plugins and lose all the previous configuration work, but if you recommend this as the solution I will try to do it at a time that does not affect visitors.
for the CCS to return to the normal state of content area first, I need it to be more specific,
I need this 2 working at same time.
– In the phone view “home page”, the sidebar should be first and then the content area. (i have this working)
– And in the phone view a “post page” act in reverse, first the content and then the sidebar.May 30, 2020 at 5:36 am #78052Theme Horse Support TeamKeymasterOK
you can check by deactivating the plugins one by one instead of deactivating all at once so that you detect about which plugin is affecting.
and (important) also check my unsetting the Elementor plugins scroll animation only, it might fix the issue.and the final solution can be, you can make the sidebar sticky to unsticky (as normal) by adding custom CSS code.
Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.