<?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>
									offset scrolling - General Discussions				            </title>
            <link>https://wpdiscuz.com/community/general-forum/offset-scrolling/</link>
            <description>wpDiscuz WordPress Comment Plugin Community. Support and Resources.</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 07 Mar 2026 00:27:42 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: offset scrolling</title>
                        <link>https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10608</link>
                        <pubDate>Wed, 08 Sep 2021 20:27:41 +0000</pubDate>
                        <description><![CDATA[@asti Thank you. Perfectly worked.]]></description>
                        <content:encoded><![CDATA[@asti Thank you. Perfectly worked.]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>odi20</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10608</guid>
                    </item>
				                    <item>
                        <title>RE: offset scrolling</title>
                        <link>https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10596</link>
                        <pubDate>Wed, 08 Sep 2021 08:32:00 +0000</pubDate>
                        <description><![CDATA[Hi @odi20,
Here is the solution:
add_filter(&quot;wpdiscuz_js_options&quot;, function($options){
    if (!empty($options)) {
        $options = ***130***;
    }
    r...]]></description>
                        <content:encoded><![CDATA[<p>Hi @odi20,</p>
<p>Here is the solution:</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>The code should be put in your active theme <em>functions.php</em> file.</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10596</guid>
                    </item>
				                    <item>
                        <title>RE: offset scrolling</title>
                        <link>https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10480</link>
                        <pubDate>Wed, 01 Sep 2021 13:18:55 +0000</pubDate>
                        <description><![CDATA[I&#039;m sorry, but we can&#039;t provide any ETA yet.]]></description>
                        <content:encoded><![CDATA[I'm sorry, but we can't provide any ETA yet.]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10480</guid>
                    </item>
				                    <item>
                        <title>RE: offset scrolling</title>
                        <link>https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10476</link>
                        <pubDate>Wed, 01 Sep 2021 10:22:22 +0000</pubDate>
                        <description><![CDATA[@asti Thanks, so i have to wait. Any estimated time for release? 🤩]]></description>
                        <content:encoded><![CDATA[@asti Thanks, so i have to wait. Any estimated time for release? 🤩]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>odi20</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10476</guid>
                    </item>
				                    <item>
                        <title>RE: offset scrolling</title>
                        <link>https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10474</link>
                        <pubDate>Wed, 01 Sep 2021 10:09:41 +0000</pubDate>
                        <description><![CDATA[@odi20,
You&#039;ll be able to control this using the wpdiscuz_js_options hook in the next version of the wpDiscuz plugin. The new parameter will be added, so it&#039;d be possible to control it.]]></description>
                        <content:encoded><![CDATA[<p><span>@odi20,</span></p>
<p>You'll be able to control this using the <a href="https://wpdiscuz.com/docs/codex/filters/wpdiscuz_js_options/" target="_blank" rel="noopener">wpdiscuz_js_options</a> hook in the next version of the wpDiscuz plugin. The new parameter will be added, so it'd be possible to control it. </p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>Asti</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10474</guid>
                    </item>
				                    <item>
                        <title>offset scrolling</title>
                        <link>https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10468</link>
                        <pubDate>Wed, 01 Sep 2021 09:18:19 +0000</pubDate>
                        <description><![CDATA[Hi, My website has a fix header with height of 49px. After commenting, it scroll the page to the start of comment that is under the fix header. How can I offset to scroll in +49px?]]></description>
                        <content:encoded><![CDATA[<p>Hi, My website has a fix header with height of 49px. After commenting, it scroll the page to the start of comment that is under the fix header. How can I offset to scroll in +49px?</p>]]></content:encoded>
						                            <category domain="https://wpdiscuz.com/community/general-forum/">General Discussions</category>                        <dc:creator>odi20</dc:creator>
                        <guid isPermaLink="true">https://wpdiscuz.com/community/general-forum/offset-scrolling/#post-10468</guid>
                    </item>
							        </channel>
        </rss>
		