<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Dropdown &#x2F; Accordion menu]]></title><description><![CDATA[<p dir="auto">Good evening, I would like to create a dropdown / wrap style fixed menu, with information about my profile in the dropdown menu.<br />
I have found this tutorial : <a href="https://www.w3schools.com/howto/howto_js_accordion.asp" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.w3schools.com/howto/howto_js_accordion.asp</a><br />
However, I do not know where to paste the Java code.<br />
Could anyone suggest me how to do it? Thank you</p>
]]></description><link>https://laythemeforum.com/topic/7451/dropdown-accordion-menu</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 19:36:05 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/7451.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 08 Dec 2021 18:04:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Dropdown &#x2F; Accordion menu on Wed, 08 Dec 2021 19:36:12 GMT]]></title><description><![CDATA[<h3>Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/rogue">@<bdi>Rogue</bdi></a></h3>
<blockquote>
<p dir="auto"><em>"I do not know where to paste the Java code."</em></p>
</blockquote>
<p dir="auto">The code can be posted in <strong>Custom &lt;head&gt; Content</strong> located within &gt; Lay Options &gt; Custom CSS &amp; HTML &gt;</p>
<p dir="auto"><img src="/assets/uploads/files/1638991994122-screen-shot-2020-09-14-at-2.51.54-pm-resized.png" alt="Screen Shot 2020-09-14 at 2.51.54 PM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Note: it's advisable to wrap your Javascript within a "new page event" as stated <a href="https://laytheme.com/documentation.html#custom-javascript" target="_blank" rel="noopener noreferrer nofollow ugc">here.</a></p>
<p dir="auto">Example:</p>
<pre><code>&lt;script&gt;
window.laytheme.on("newpageshown", function(layoutObj, type, obj){
	
// Insert code here //

});
&lt;/script&gt;
</code></pre>
<blockquote>
<p dir="auto"><a href="https://laytheme.com/documentation.html#custom-javascript" target="_blank" rel="noopener noreferrer nofollow ugc">https://laytheme.com/documentation.html#custom-javascript</a></p>
</blockquote>
<hr />
<h5>Hope this helps &amp; best wishes 🌻</h5>
<h5>Richard</h5>
]]></description><link>https://laythemeforum.com/post/27646</link><guid isPermaLink="true">https://laythemeforum.com/post/27646</guid><dc:creator><![CDATA[Richard]]></dc:creator><pubDate>Wed, 08 Dec 2021 19:36:12 GMT</pubDate></item></channel></rss>