Osclass Support Forums

Osclass theme support => Free themes => Sofia Osclass Responsive Theme => Topic started by: morfik on February 07, 2023, 03:05:49 PM

Title: Invisible seach frame covering parts of first two listings
Post by: morfik 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?

Title: Re: Invisible seach frame covering parts of first two listings
Post by: MB Themes on February 08, 2023, 07:52:07 PM
Do you use jquery 1.x?
Title: Re: Invisible seach frame covering parts of first two listings
Post by: morfik on February 08, 2023, 07:59:01 PM
Yes. You can see that the frame is even in the preview of the theme.
Title: Re: Invisible seach frame covering parts of first two listings
Post by: MB Themes 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"