<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments for malihu</title>
	<atom:link href="http://manos.malihu.gr/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://manos.malihu.gr</link>
	<description>web design</description>
	<lastBuildDate>Wed, 02 Sep 2026 12:24:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.8.30</generator>
	<item>
		<title>Comment on Fullscreen background image with jQuery by Thoufiq Ahmed</title>
		<link>http://manos.malihu.gr/fullscreen-background-image-with-jquery/comment-page-1/#comment-25142</link>
		<dc:creator><![CDATA[Thoufiq Ahmed]]></dc:creator>
		<pubDate>Wed, 02 Sep 2026 12:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=1#comment-25142</guid>
		<description><![CDATA[The best way to learn design is by practicing. Explore apps, websites, and digital products around you. Think about what works, what doesn&#039;t, and how you would improve the experience. Curiosity and practice are powerful tools for growth.UI UX design course in Chennai  Unlock your potential in the exciting world of UI and UX design with our immersive 3-month learning program. 2 Months of internship at Digital Techworks]]></description>
		<content:encoded><![CDATA[<p>The best way to learn design is by practicing. Explore apps, websites, and digital products around you. Think about what works, what doesn&#8217;t, and how you would improve the experience. Curiosity and practice are powerful tools for growth.UI UX design course in Chennai  Unlock your potential in the exciting world of UI and UX design with our immersive 3-month learning program. 2 Months of internship at Digital Techworks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cursor following menu by Katrina</title>
		<link>http://manos.malihu.gr/cursor-following-menu/comment-page-2/#comment-25141</link>
		<dc:creator><![CDATA[Katrina]]></dc:creator>
		<pubDate>Tue, 21 Jul 2026 17:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=352#comment-25141</guid>
		<description><![CDATA[This could definitely be fined tuned for a unique and usabile menu. Thank you for sharing it.]]></description>
		<content:encoded><![CDATA[<p>This could definitely be fined tuned for a unique and usabile menu. Thank you for sharing it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery image panning by Khashayar</title>
		<link>http://manos.malihu.gr/jquery-image-panning/comment-page-4/#comment-25139</link>
		<dc:creator><![CDATA[Khashayar]]></dc:creator>
		<pubDate>Wed, 15 Jul 2026 12:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=201#comment-25139</guid>
		<description><![CDATA[good]]></description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to close mobile menu when using Page scroll to id plugin by malihu</title>
		<link>http://manos.malihu.gr/how-to-close-mobile-menu-with-page-scroll-to-id/comment-page-2/#comment-25129</link>
		<dc:creator><![CDATA[malihu]]></dc:creator>
		<pubDate>Fri, 22 May 2026 09:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=3007#comment-25129</guid>
		<description><![CDATA[Glad I helped! Thanks a lot for the donation :)]]></description>
		<content:encoded><![CDATA[<p>Glad I helped! Thanks a lot for the donation 🙂</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to close mobile menu when using Page scroll to id plugin by Adam</title>
		<link>http://manos.malihu.gr/how-to-close-mobile-menu-with-page-scroll-to-id/comment-page-2/#comment-25128</link>
		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Fri, 22 May 2026 07:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=3007#comment-25128</guid>
		<description><![CDATA[Dear
Thanks for the feedback on the scroll to ID plugin, it works!

I sent you a donation]]></description>
		<content:encoded><![CDATA[<p>Dear<br />
Thanks for the feedback on the scroll to ID plugin, it works!</p>
<p>I sent you a donation</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to close mobile menu when using Page scroll to id plugin by malihu</title>
		<link>http://manos.malihu.gr/how-to-close-mobile-menu-with-page-scroll-to-id/comment-page-2/#comment-25127</link>
		<dc:creator><![CDATA[malihu]]></dc:creator>
		<pubDate>Thu, 21 May 2026 10:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=3007#comment-25127</guid>
		<description><![CDATA[Hello, 

Use this script: 

&lt;code data-lang-js&gt;
&lt;script&gt;
(function($){
    $(window).on(&quot;load&quot;,function(){
        $(document).on(&quot;click&quot;,&quot;.side-nav-open .mobile-menu-wrapper .menu-item .__mPS2id&quot;,function(){
            $(&quot;.side-nav__close-button .navbar-toggle&quot;).trigger(&quot;click&quot;);
        });
    });
})(jQuery);
&lt;/script&gt;
&lt;/code&gt;

Let me know if it works]]></description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Use this script: </p>
<p><code data-lang-js>
&lt;script&gt;
(function($){
    $(window).on(&quot;load&quot;,function(){
        $(document).on(&quot;click&quot;,&quot;.side-nav-open .mobile-menu-wrapper .menu-item .__mPS2id&quot;,function(){
            $(&quot;.side-nav__close-button .navbar-toggle&quot;).trigger(&quot;click&quot;);
        });
    });
})(jQuery);
&lt;/script&gt;
</code></p>
<p>Let me know if it works</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to close mobile menu when using Page scroll to id plugin by Adam</title>
		<link>http://manos.malihu.gr/how-to-close-mobile-menu-with-page-scroll-to-id/comment-page-2/#comment-25126</link>
		<dc:creator><![CDATA[Adam]]></dc:creator>
		<pubDate>Mon, 18 May 2026 15:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=3007#comment-25126</guid>
		<description><![CDATA[dear

Can you tell me how to close the sandwich menu (mobile) after making my selection?

I&#039;m using the Inspiro theme, and I&#039;d like to modify it using additional CSS.

thank so lot]]></description>
		<content:encoded><![CDATA[<p>dear</p>
<p>Can you tell me how to close the sandwich menu (mobile) after making my selection?</p>
<p>I&#8217;m using the Inspiro theme, and I&#8217;d like to modify it using additional CSS.</p>
<p>thank so lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Event based jQuery element resize by James</title>
		<link>http://manos.malihu.gr/event-based-jquery-element-resize/comment-page-2/#comment-25125</link>
		<dc:creator><![CDATA[James]]></dc:creator>
		<pubDate>Thu, 14 May 2026 07:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=1182#comment-25125</guid>
		<description><![CDATA[Very useful plugin and a clever approach to handling element resize events without relying on heavy polling methods. I especially liked the focus on performance and compatibility with dynamic content changes from CSS, animations, and JavaScript. The examples and documentation make it much easier for developers to implement in real projects.

Greetings from GraphicXer, we always appreciate lightweight and practical web development solutions like this for improving user experience and responsive design.]]></description>
		<content:encoded><![CDATA[<p>Very useful plugin and a clever approach to handling element resize events without relying on heavy polling methods. I especially liked the focus on performance and compatibility with dynamic content changes from CSS, animations, and JavaScript. The examples and documentation make it much easier for developers to implement in real projects.</p>
<p>Greetings from GraphicXer, we always appreciate lightweight and practical web development solutions like this for improving user experience and responsive design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Page scroll to id for WordPress by Kal Jade</title>
		<link>http://manos.malihu.gr/page-scroll-to-id-for-wordpress/comment-page-11/#comment-25124</link>
		<dc:creator><![CDATA[Kal Jade]]></dc:creator>
		<pubDate>Wed, 13 May 2026 02:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=1352#comment-25124</guid>
		<description><![CDATA[Thanks anyway, I ended up adding a HTML button at the top of the form with the following code:

&lt;code&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a class=&quot;button&quot; style=&quot;background-color: #4199FD; color: #ffffff; padding: 10px 20px; border-radius: 10px;&quot; href=&quot;#Next-Shift&quot; rel=&quot;m_PageScroll2id&quot; data-ps2id-offset=&quot;100&quot;&gt;Add Next Shift [icon name=&quot;arrow-down&quot; style=&quot;solid&quot; class=&quot;&quot; unprefixed_class=&quot;&quot;]&lt;/a&gt;&lt;/p&gt;&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Thanks anyway, I ended up adding a HTML button at the top of the form with the following code:</p>
<p><code>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;a class=&quot;button&quot; style=&quot;background-color: #4199FD; color: #ffffff; padding: 10px 20px; border-radius: 10px;&quot; href=&quot;#Next-Shift&quot; rel=&quot;m_PageScroll2id&quot; data-ps2id-offset=&quot;100&quot;&gt;Add Next Shift [icon name=&quot;arrow-down&quot; style=&quot;solid&quot; class=&quot;&quot; unprefixed_class=&quot;&quot;]&lt;/a&gt;&lt;/p&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Page scroll to id for WordPress by malihu</title>
		<link>http://manos.malihu.gr/page-scroll-to-id-for-wordpress/comment-page-11/#comment-25123</link>
		<dc:creator><![CDATA[malihu]]></dc:creator>
		<pubDate>Mon, 04 May 2026 11:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://manos.malihu.gr/?p=1352#comment-25123</guid>
		<description><![CDATA[Not directly but you might achieve what you need with some other way. Is it possible to post your site/page link so I can check it?]]></description>
		<content:encoded><![CDATA[<p>Not directly but you might achieve what you need with some other way. Is it possible to post your site/page link so I can check it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

Page Caching using disk

 Served from: manos.malihu.gr @ 2026-09-02 16:44:18 by W3 Total Cache -->