<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Fixing scroll issue after comment posting (Sticky Header Menu) - Frequently Asked Questions				            </title>
            <link>https://wpdiscuz.com/community/f-a-q/fixing-scroll-issue-after-comment-posting-sticky-header-menu/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 17 Jul 2026 14:47:12 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Fixing scroll issue after comment posting (Sticky Header Menu)</title>
                        <link>https://wpdiscuz.com/community/f-a-q/fixing-scroll-issue-after-comment-posting-sticky-header-menu/#post-10601</link>
                        <pubDate>Wed, 08 Sep 2021 10:51:50 +0000</pubDate>
                        <description><![CDATA[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...]]></description>
                        <content:encoded><![CDATA[<p>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:</p>
<pre contenteditable="false">add_filter("wpdiscuz_js_options", function($options){
    if (!empty($options)) {
        $options = ***130***;
    }
    return $options;
});</pre>
<p>You'll just need to change the red marked value as it's necessary in the case of your website. </p>
<p><span>Put the code in the WordPress active theme </span><span>functions.php</span><span> file (</span><a href="https://www.wpbeginner.com/plugins/how-to-easily-add-custom-code-in-wordpress-without-breaking-your-site/" target="true" rel="nofollow">more information on how to add insert custom code</a><span>).</span></p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/f-a-q/">Frequently Asked Questions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/f-a-q/fixing-scroll-issue-after-comment-posting-sticky-header-menu/#post-10601</guid>
                    </item>
							        </channel>
        </rss>
		