Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi Team,
Could you please help me check my blog page side bar? I don’t know why those widgets all moved to below articles.
Thanks
I’m also having this issue. Please see https://dev.anamasterscircle.com/thought-ldrshp/
i would very much appreciate a suggestion as to how to fix this.
Thanks much!
Rob
Hello,
@gigi5028,
Please go to file js/main.js and find this line:
linkElement : 'a:not([target="_blank"]):not([href^=#]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
Replace with this:
linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)'
Also add this code into your custom css box:
aside#widgetarea-sidebar {
width: 25% !important;
margin-left: 0 !important;
}
Note: You have a very old theme version. It is recommended to keep theme and plugins up to date. Make sure to save backups of the files in case you have made direct changes to theme files.
@robfields67,
I see the sidebar is displayed correctly. What do you need to change here? Let us know.
Best regards!
You must be logged in to reply to this topic.