• Resolved Alberg15

    (@alberg15)


    I am developing a new website and using the GTranslate plugin. I’m experiencing a strange thing. If you use the search box in the menu and after putting in a word like “water” and hit return, the flags duplicate themselves in a vertical stack rather than the normal horizontal layout, and that stack pushes down the header and the rest of the site. You can see this on the site in any number of browsers.? Do you have any idea why this is happening, and more important – how I can keep that from happening. btw, the search plugin that I am using is Ivory Search. I’ve included two screen shots – the first showing the GT flags in the normal horizontal layout, and the second showing what happens after you enter a word in the search box and hit return.

    Normal: 2023-02-10_16-05-11 – TechSmith Screencast

    After search: https://app.screencast.com/7mhAhDxeIJOKe

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Alberg15

    (@alberg15)

    Extra note: while this does happen with Ivory Search enabled, it also happens with that disabled and only using the standard WP search, so I believe this is a problem with GTranslate. thanks for any help you can offer to resolve this.

    Plugin Author edo888

    (@edo888)

    Hi,

    The search page is adding display:block CSS code for link elements:

    #et-info, #et-secondary-menu>ul>li a {
        padding-bottom: 0.75em;
        display: block;
    }

    You can override that by adding the following CSS somewhere:

    a.glink {display:inline-block!important}

    Thanks! ??

    Thread Starter Alberg15

    (@alberg15)

    Hi. Thanks for the quick reply. The good news is that the CSS you gave me does keep the flags in line. But it still ads a second group of flags, this time with space, so the header still breaks. Here is a link to a screenshot: https://app.screencast.com/j3V9XXsq0yrjw. Any thoughts on how to fix this will be appreciated. Thanks, Alan

    Plugin Author edo888

    (@edo888)

    Hi,

    I see that you have 2 language selectors on the search page. Not sure how you have added the language selector, but make sure to place it only once.

    So I suggest to remove it and start from scratch to figure out what is going on.

    Thanks! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Using site search triggers GT’s flags to go vertical’ is closed to new replies.