*

morfik

  • ****
  • 169 posts
Invisible seach frame covering parts of first two listings
« on: February 07, 2023, 03:05:49 PM »
I noticed that for some reason, I can't click the first two offers. I inspected the element, and now I can see this (first attachment).

How to remove it?


*

MB Themes

Re: Invisible seach frame covering parts of first two listings
« Reply #1 on: February 08, 2023, 07:52:07 PM »
Do you use jquery 1.x?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

morfik

  • ****
  • 169 posts
Re: Invisible seach frame covering parts of first two listings
« Reply #2 on: February 08, 2023, 07:59:01 PM »
Yes. You can see that the frame is even in the preview of the theme.

*

MB Themes

Re: Invisible seach frame covering parts of first two listings
« Reply #3 on: February 09, 2023, 02:41:16 PM »
You must change ID on button in main.php:
Code: [Select]
                <button type="submit" id="home-search"><?php _e('Search''sofia'); ?></button>

ie into:
Code: [Select]
                <button type="submit" id="home-search-button"><?php _e('Search''sofia'); ?></button>

You then have to go to style.css and global.js and update "home-search" related to button into "home-search-button"
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots