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

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

1 Posts
1 Users
1 Likes
2,089 Views
Asti
 Asti
(@asti)
Illustrious Member Support
Joined: 6 years ago
Posts: 7106
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: