badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #78017
    venepress.web
    Participant

    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 -> error

    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

    #78021

    Hi 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;
    	}
    }
    #78043
    venepress.web
    Participant

    Thank 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.

    #78052

    OK
    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.