<?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[A whole clickable page]]></title><description><![CDATA[<p dir="auto">I would like to make my entire home page (<a href="https://www.deambulons.com" rel="nofollow ugc">https://www.deambulons.com</a>) clickable so that it can point to the following page (<a href="https://www.deambulons.com/realisations.html" rel="nofollow ugc">https://www.deambulons.com/realisations.html</a>). I added a link on the section but it doesn't make the whole page clickable (just the logo) <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--disappointed" title=":(" alt="😞" /></p>
]]></description><link>https://community.appdrag.com/topic/870/a-whole-clickable-page</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 23:52:06 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/870.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 10 Jun 2021 12:14:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to A whole clickable page on Fri, 09 Jul 2021 18:04:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@wassim</a> Thanks a lot Wassim !</p>
]]></description><link>https://community.appdrag.com/post/3666</link><guid isPermaLink="true">https://community.appdrag.com/post/3666</guid><dc:creator><![CDATA[Julien LAMOURET]]></dc:creator><pubDate>Fri, 09 Jul 2021 18:04:48 GMT</pubDate></item><item><title><![CDATA[Reply to A whole clickable page on Tue, 29 Jun 2021 06:19:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/76">@mj-lamouret</a> welcome.</p>
<pre><code>$('#yourSection').click(function () {
  window.location.href = 'yourpage.html';
});
</code></pre>
]]></description><link>https://community.appdrag.com/post/3603</link><guid isPermaLink="true">https://community.appdrag.com/post/3603</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Tue, 29 Jun 2021 06:19:28 GMT</pubDate></item><item><title><![CDATA[Reply to A whole clickable page on Mon, 28 Jun 2021 10:23:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@wassim</a> Thanks<br />
Could you give me the embed code I need to add?</p>
]]></description><link>https://community.appdrag.com/post/3597</link><guid isPermaLink="true">https://community.appdrag.com/post/3597</guid><dc:creator><![CDATA[Julien LAMOURET]]></dc:creator><pubDate>Mon, 28 Jun 2021 10:23:42 GMT</pubDate></item><item><title><![CDATA[Reply to A whole clickable page on Fri, 25 Jun 2021 13:30:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/76">@mj-lamouret</a> Hi<br />
we wrap the link to the content and the content of your section is not fullwidth/height.<br />
The easiest solution is to drop an embed code and either wrap the section into a link or add a click handler on your section. (keep the existing link for SEO)</p>
]]></description><link>https://community.appdrag.com/post/3578</link><guid isPermaLink="true">https://community.appdrag.com/post/3578</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Fri, 25 Jun 2021 13:30:19 GMT</pubDate></item></channel></rss>