• Resolved brandmadeconsult

    (@brandmadeconsult)


    I have the search icon in mobile. But unlike other search icons which slide in when clicked, Fibo search takes to another blank page. How can i have search bar slidein on search icon click, rather than being redirected to a different pAGE.

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello,

    You can disable “Overlay on mobile” in WooCommerce -> FiboSearch -> Search bar (tab). You’ll need to enable “Advanced settings” to view the setting.

    Best regards,
    Clint

    Thread Starter brandmadeconsult

    (@brandmadeconsult)

    This worked!

    How do I adjust the width on mobile?
    On clicking the search icon the search bar dropdown is appearing, but I am not able to collapse it on the second click.

    Hello,

    Can you try adding the following CSS code to your Theme Customizer > Additional CSS:

    @media only screen and (max-width: 600px) {
    .dgwt-wcas-sf-wrapp {
    width: 300px !important;
    margin-left: 150px !important;
    }
    }

    Best regards,
    Clint

    Thread Starter brandmadeconsult

    (@brandmadeconsult)

    Hi, It has changed the appearance. But how do I make it collapse back? A second click on the search icon should make it collapse back.

    Hello,

    I can see an error in the dev console when clicking the search icon a second time to close it.

    Maybe there is a conflict with one of your plugins or theme.

    The best approach would be to deactivate plugins one by one and check if the issue still occurs after each deactivation. Also, try to switch your theme to e.g. Storefront, and check if the issue may be related to the theme.

    This will help me determine if it’s not a compatibility issue and which plugin is the cause.

    Best regards,
    Clint

    Thread Starter brandmadeconsult

    (@brandmadeconsult)

    HI Clint,

    Looks like the conflict is with Ditty News Ticker Plugin.

    Please don’t tell me I have to disable the plugin, it was installed after many considerations!!!

    Hope you are able to help !!! ??

    TIA

    Thread Starter brandmadeconsult

    (@brandmadeconsult)

    Hello,

    Can you contact the developer of the Ditty News Ticker Plugin? If they can help resolve the conflict.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Search in mobile’ is closed to new replies.