The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Fixing scroll issue...
 
Share:
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Fixing scroll issue after comment posting (Sticky Header Menu)

1 Posts
1 Users
1 Reactions
2,846 Views
Asti
 Asti
(@asti)
Illustrious Member Support
Joined: 8 years ago
Posts: 8075
Topic starter  

In case if your current active theme has Sticky Header Menu, you may have some issues with the scrolling position after posting a comment. To get it resolved use the hook-code provided below:

add_filter("wpdiscuz_js_options", function($options){
    if (!empty($options["scrollSize"])) {
        $options["scrollSize"] = 130;
    }
    return $options;
});

You'll just need to change the red marked value as it's necessary in the case of your website. 

Put the code in the WordPress active theme functions.php file (more information on how to add insert custom code).

In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.


   
Jacob reacted
Share: