Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    SOLVED A whole clickable page

    Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor)
    2
    5
    509
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • MJ LAMOURET
      MJ LAMOURET last edited by

      I would like to make my entire home page (https://www.deambulons.com) clickable so that it can point to the following page (https://www.deambulons.com/realisations.html). I added a link on the section but it doesn't make the whole page clickable (just the logo) 😞

      Wassim 1 Reply Last reply Reply Quote 0
      • Wassim
        Wassim @MJ LAMOURET last edited by

        @mj-lamouret Hi
        we wrap the link to the content and the content of your section is not fullwidth/height.
        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)

        MJ LAMOURET 1 Reply Last reply Reply Quote 0
        • MJ LAMOURET
          MJ LAMOURET @Wassim last edited by

          @wassim Thanks
          Could you give me the embed code I need to add?

          Wassim 1 Reply Last reply Reply Quote 0
          • Wassim
            Wassim @MJ LAMOURET last edited by

            @mj-lamouret welcome.

            $('#yourSection').click(function () {
              window.location.href = 'yourpage.html';
            });
            
            MJ LAMOURET 1 Reply Last reply Reply Quote 0
            • MJ LAMOURET
              MJ LAMOURET @Wassim last edited by

              @wassim Thanks a lot Wassim !

              1 Reply Last reply Reply Quote 1
              • First post
                Last post