• Resolved elainewildash

    (@elainewildash)


    We are having issues with a site. At the top of the site there are 2 clickable buttons/links: Download Brochure and Book Now. When you choose some languages the buttons duplicate so instead of 2 buttons there are 4 buttons (2 of each).
    To see this compare e.g. English and then e.g. Amharic, Azerbijani, Bengali, Chichewa, Croation….
    Can you advise as to why this is happening?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    I would suggest you to modify the HTML little bit to help the javascript engine determine the buttons correctly.

    Currently you have this:

    <div id="logo-bar-buttons">
        <a href="https://webdandy-development.co.uk/churchillhousemain/brochures-and-prices/" class="button-blue">Download Brochure</a>
        <a href="https://webdandy-development.co.uk/churchillhousemain/contact-us/" class="button-red">Book Now</a>
    </div>

    Try to change it to this:

    <div id="logo-bar-buttons">
        <div style="display:inline;"><a href="https://webdandy-development.co.uk/churchillhousemain/brochures-and-prices/" class="button-blue">Download Brochure</a></div> 
        <div style="display:inline;"><a href="https://webdandy-development.co.uk/churchillhousemain/contact-us/" class="button-red">Book Now</a></div>
    </div>

    Alternatively you can use our paid version and I’m sure it will be fine out of the box, because it works differently and javascript is not involved.

    Thanks! ??

    Thread Starter elainewildash

    (@elainewildash)

    Hi,

    Thanks for your reply and solution.

    Elaine

    Plugin Author edo888

    (@edo888)

    You are welcome.

    If you are happy with my support, please consider leaving a review: https://www.ads-software.com/support/plugin/gtranslate/reviews/#new-post

    Thanks! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiplication’ is closed to new replies.