Tagged: Disable Sticky Sidebar
- This topic has 5 replies, 3 voices, and was last updated 4 years, 4 months ago by Theme Horse Support Team.
-
AuthorPosts
-
June 27, 2020 at 1:41 am #78928russ28Participant
Hi, I raised this issue in the free theme, but didn’t reach a resolution. I have since bought the Pro version. In elementor, sidebar is fine, in elementor pro sidebar is sticky. I was given some css which didn’t fix the problem. I think the css is wrong. I get partial resolution by posting some of the css onto the post page, rather than global, so I think maybe the selectors are wrong? http://russelll12.sg-host.com/test/
.widget-area .sticky-wrapper, .widget-area .sticky-wrapper.is-sticky { height: auto !important; } .widget-area .sticky-wrapper .sticky-sidebar, .widget-area .sticky-wrapper.is-sticky .sticky-sidebar { width: 100% !important; position: relative !important; top: auto !important; }
June 27, 2020 at 11:35 am #78938Theme Horse Support TeamKeymasterWe have noticed that the code we has been merged with the new one. Ok anyways we are providing the Custom CSS according to the merged code rendered. Please again go to ‘Appearance > Customize > Additional CSS’ and remove the previous provided code and paste the below Custom CSS Code instead.
.widget-area .sticky-sidebar.sticky-active { height: auto !important; width: 100% !important; position: relative !important; top: auto !important; } .widget-area .sticky-sidebar.sticky-spacer { display: none !important; }
Let us know if the issue is solved
Thanks
June 27, 2020 at 12:01 pm #78942russ28ParticipantHi. There is still some issues with the new code. It removed sticky effect but pushes the related section and footer down the page and there is some weird juddering when scrolling to the related posts section.
I have deleted the theme and elementor pro and reset wordpress to see if a plugin had inserted code, so it should have been clean. I then loaded the theme and elementor, elementor pro and no other plugins and the problems was there. I have put in a ticket to elementor pro to see if they can pinpoint any issues.
Also I see another poster on this forum appears to have had similar problems with the sidebar.
June 27, 2020 at 4:55 pm #78947Theme Horse Support TeamKeymasterThe Sticky script is being affected, it is rendering the duplicate hidden layer beneath, We have updated the second code please copy the updated second code again and paste it as mentioned before.
Thanks
June 27, 2020 at 9:29 pm #78958russ28ParticipantThat works. Thank you.
June 28, 2020 at 3:48 am #78968Theme Horse Support TeamKeymasterWelcome anytime Russ28.
-
AuthorPosts
- You must be logged in to reply to this topic.