*

Ivanko

  • *****
  • 388 posts
Re: [BUG(s)] search page - HERE
« Reply #15 on: May 13, 2019, 10:42:08 PM »
Crazy man looks into browser console, please report issue to chrome and firefox support jeje
issue with fancy box and google adsence.
pls check google policy.

the button REFINE RESULTS is  responding with error code in console and not open pop up window for search filter, specially when ajax is OFF in theme settings for search page with activated adsence on search page.

the bug should be fixed from theme side not from chrome,firefox or google.

« Last Edit: May 13, 2019, 10:45:14 PM by Ivanko »

*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #16 on: May 14, 2019, 12:02:15 AM »
And if you open browser console you can see error is caused by google adsense code.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #17 on: May 14, 2019, 08:26:17 AM »
I remember situation on Patricia theme, when browser, hosting or osclass was modifying or reducing code stored in theme inputs for some security reasons. So what you have put into input for banner code was not same as was stored in database.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ivanko

  • *****
  • 388 posts
Re: [BUG(s)] search page - HERE
« Reply #18 on: May 14, 2019, 12:37:34 PM »
I remember situation on Patricia theme, when browser, hosting or osclass was modifying or reducing code stored in theme inputs for some security reasons. So what you have put into input for banner code was not same as was stored in database.

OK, seems the problem only when Banner is attached to Search Sidebar, in other places on search page working fine.
solution ?  :o ::)


*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #19 on: May 15, 2019, 10:17:55 AM »
Try to put code manually to theme files on banner place.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

siken

  • ****
  • 136 posts
Re: [BUG(s)] search page - HERE
« Reply #20 on: May 22, 2019, 12:32:54 PM »
With the new version 1.1.3 has been solved the problem of not going up to the beginning every time you search on a new page. The problem is that it works in the computer version but it still does not work in the mobile version and there are more users who enter by mobile than by computer.

*

Ivanko

  • *****
  • 388 posts
Re: [BUG(s)] search page - HERE
« Reply #21 on: May 23, 2019, 03:00:47 PM »
With the new version 1.1.3 has been solved the problem of not going up to the beginning every time you search on a new page. The problem is that it works in the computer version but it still does not work in the mobile version and there are more users who enter by mobile than by computer.
:o
for me all are working on pc and on mob. 8)

*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #22 on: May 24, 2019, 08:53:42 AM »
Update to 1.1.5 to fix mobile issue.

@alexandromt
Be so kind and do not post same question/answer to multiple threads.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

siken

  • ****
  • 136 posts
Re: [BUG(s)] search page - HERE
« Reply #23 on: May 31, 2019, 01:41:50 AM »
With the new version 1.1.3 has been solved the problem of not going up to the beginning every time you search on a new page. The problem is that it works in the computer version but it still does not work in the mobile version and there are more users who enter by mobile than by computer.
:o
for me all are working on pc and on mob. 8)


All right in 1.1.6

*

siken

  • ****
  • 136 posts
Re: [BUG(s)] search page - HERE
« Reply #24 on: May 31, 2019, 01:43:11 AM »
Update to 1.1.5 to fix mobile issue.

@alexandromt
Be so kind and do not post same question/answer to multiple threads.


All right in 1.1.6

*

alexborg

  • ***
  • 73 posts
Re: [BUG(s)] search page - HERE
« Reply #25 on: June 20, 2021, 10:35:48 PM »
There is still a problem in the Alpha 1.5.2 theme ... not fixed.  :(

When you enter the Google Adsense Code in: Advertisement / Banner Search Sidebar / Adsense code, then there is a problem when the Alpha theme is opened via a mobile phone and clicks on "refine results" at the bottom.

And manually inserting the code into "search" instead of "<? php echo alp_banner ('search_sidebar');?>" Does not solve the problem.

It's not that scary, but it's still a "bug" and can probably be bypassed.

The Alpha theme is one of the fastest themes Osclasspoint has made ... all praise for new, more modern themes as well.
Oglasi

*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #26 on: June 21, 2021, 08:50:53 AM »
@alexborg
Problem you've described is not in theme, but code you are using.
You put some javascript code into banner field, but this code is not valid and generates javascript erros. Then other javascript functions on site will not work (like click on refine button).
Sometimes, if you want to save javascript code via form, hosting may have some security setup that will not allow to do it, or slightly change javascript.
In that case you must put code directly to theme files. But if problem persists, problem is with your code.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots