Jump to content

Vanda-SuperBonjour

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Vanda-SuperBonjour

  1. 12 hours ago, creedon said:

    They way the code works is to hide all footers with the CSS and then the Javascript that is added to Brad's code should display the correct footer section based on lang.

    Without the code installed I can not diagnose if there is a issue with my code.

    The code is installed.  I get an error Uncaught ReferenceError: lang is not defined. Can't understand...

  2. Hi guys !

    I am trying something quite similar... it is chosing the footer i want to display depending on the language of the page using a script. I made a script for the multilanguage following the script of Brad Good. Everything works fine, i just need to display the right footer. I already made a footer with two sections within it.

    The site is      lafirme .ca

    For now, concerning the ccode, here is where i am....

     

    /*EXCLUDE OTHER LANGUAGE FOOTER*/
      if (lang = "fr") {
      section[data-section-id="615e0033625b2043c92d327a"] {
      display: none !important;
      visibility: hidden !important;}
      }

      if (lang = "en") {
      section[data-section-id="609084d63d45de554fe899f5"] {
      display: none !important;
      visibility: hidden !important;}
      }

    Could anybody please give me a hand and help me figure out what i got wrong here ?

    Thank you very much to all for your time and all previous documentation !

    Cheers

  3. Site URL: http://lafirme.com

    Hi guys !

    I am trying to chose the footer i want to display depending on the language of the page using a script.

    The site is lafirme.ca

    For now i am there....

     

    /*EXCLUDE OTHER LANGUAGE FOOTER*/
      if (lang == "fr") {
      section[data-section-id="615e0033625b2043c92d327a"] {
      display: none !important;
      visibility: hidden !important;}
      }

      if (lang == "en") {
      section[data-section-id="609084d63d45de554fe899f5"] {
      display: none !important;
      visibility: hidden !important;}
      }

    Could anybody give me a hand and help me figure out what i got wrong here ?

    Thank you very much to all for your time and all previous documentation !

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.