- This topic has 8 replies, 3 voices, and was last updated 7 years, 4 months ago by Hash.
- AuthorPosts
- January 28, 2017 at 5:58 am #1778MelkemannParticipant
Hi.
How can i disable the fixed/following sidebar?
January 28, 2017 at 9:42 am #1782HashKeymasterYou will have to make edit in the JS file. If you are comfortable editing the code, we can guide you. But we strongly recommend not to if you are novice.
January 28, 2017 at 2:47 pm #1785MelkemannParticipantWhere is the code locacted?
January 28, 2017 at 3:02 pm #1786MelkemannParticipantI actually managed to fix it. I removed this one line from functions.php:
wp_enqueue_script( ‘theia-sticky-sidebar’, get_template_directory_uri() . ‘/js/theia-sticky-sidebar.js’, array(‘jquery’), ‘1.4.0’, true );January 28, 2017 at 8:20 pm #1787HashKeymasterGreat. Now you will see a jquery error if you check your website console.
To fix it you need to go to custom.js file and remove the code from there also.
$('#primary, #secondary').theiaStickySidebar({ additionalMarginTop: 20, additionalMarginBottom : 20 });
Thats it. And please don’t forget to review our theme https://wordpress.org/support/theme/viral/reviews/#new-post
January 31, 2017 at 6:26 am #1804MelkemannParticipantJust left a review.
I changed a fair bit in the theme, the site is in Norwegian, but if you want to you can check it out at
February 2, 2017 at 1:09 am #1820HashKeymasterThe site looks great.
February 13, 2017 at 9:29 am #1937jmgranger1010ParticipantMelkermann, how did you get the tag names off your images?
February 16, 2017 at 10:28 pm #2039 - AuthorPosts
- You must be logged in to reply to this topic.