*

Ivanko

  • *****
  • 388 posts
[BUG(s)] search page - HERE
« on: May 09, 2019, 07:11:11 AM »
hi
1. if you select subcategory and then select  page 3 for example (on bottom), then select other subcategory the serch results remains on page 3

2.with cache plugin search page is not working


*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #1 on: May 09, 2019, 12:43:01 PM »
@Ivanko
1) I will fix this
2) try to disable cache on search page
  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 #2 on: May 09, 2019, 09:24:54 PM »
@Ivanko
1) I will fix this
2) try to disable cache on search page
1) I will fix this - let me know when done, thanks )
2) try to disable cache on search page - its working ??? (compression of cache files was ON which creates errors )

*

Ivanko

  • *****
  • 388 posts
Re: [BUG(s)] search page - HERE
« Reply #3 on: May 11, 2019, 01:42:24 PM »
 - Banner Search List - must show after ad No3 - not working

*

Ivanko

  • *****
  • 388 posts
Re: [BUG(s)] search page - HERE
« Reply #4 on: May 11, 2019, 05:39:01 PM »
- Banner Search List - must show after ad No3 - not working
alp_banner('search_list'); - is missed in theme


search_gallery.php

  <?php $c = 1; ?>
      <?php while( osc_has_items() ) { ?>
        <?php alp_draw_item($c); ?>
        <?php  if($c == 3 ) { echo alp_banner('search_list');}  // mod sz?>
        <?php $c++; ?>
      <?php } ?>

This also shows advertising in Gallery view..



*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #5 on: May 12, 2019, 03:12:57 PM »
@Ivanko
Theme does not contain search list anymore, therefore this banner is disabled.
Theme has also been updated to fix issue with paging when category change.
  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 #6 on: May 12, 2019, 07:01:57 PM »
@Ivanko
Theme does not contain search list anymore, therefore this banner is disabled.
Theme has also been updated to fix issue with paging when category change.
tks
what file to update?in regards of paging when category change?


*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #7 on: May 12, 2019, 07:47:42 PM »
Functions.php
  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 #8 on: May 13, 2019, 07:23:27 AM »
Hi
Paging working good ) tks

There are another few bugs have been found :

BUG - 1  If adsense is ON on search page (TOP or BOTTOM or SearchBAR) - the button REFINE RESULTS not working, in console there is en error :
Code: [Select]
TagError: adsbygoogle.push() error: All ins elements in the DOM with class=adsbygoogle already have ads in them.This error goes away and REFINE RESULTS button starts working if you press for example PAGE 2 or MAIN CATEGORY, then bug no2 comes.

BUG - 2 if you press page 2 or 3 , or click on main category the absence gone, it is shows only on mysite.com/search  not on mysite.com/search/iPage,2  or similar

*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #9 on: May 13, 2019, 08:08:47 AM »
@Ivanko
1) bug of your code, code you've added cause javascript error
2) pagination works just on pagination, it does not make sense to keep page number in any other link or field except pagination.
  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 #10 on: May 13, 2019, 08:27:42 AM »
@Ivanko
1) bug of your code, code you've added cause javascript error
2) pagination works just on pagination, it does not make sense to keep page number in any other link or field except pagination.

1. I did not add any code into searh-gallery.php , above was just an example, if some one needs  adsence between listings (it should works anyway) .

Try to check on demo site , if you switch ON adseance on SEARCH page - the button REFINE RESULTS not triggering on page mysite.com/search it gives error in console until you continue browsing search and adsecnce JS gone....

2. may be a bit of misunderstanding. When you continue browsing search page - applying filters , switching to page no2 or page no3 the ADSENCE GONE, this is a part of income and it to be working well , as on other themes, the adsence must works on every search page...
BUT THIS IS WORKING IF AJAX OFF

item 1 is very important ... :-\ :o
« Last Edit: May 13, 2019, 09:01:42 AM by Ivanko »

*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #11 on: May 13, 2019, 04:04:59 PM »
Hello,
Error above is not related to theme as it does not contain any adsense. If you have javascript errors on your site, other elements will not work as well.
  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 #12 on: May 13, 2019, 04:19:53 PM »
Hello,
Error above is not related to theme as it does not contain any adsense. If you have javascript errors on your site, other elements will not work as well.
the adsenece options are in theme settings, therefore it is related with theme 100%
if the adsnce not working with theme properly what point of this theme?
i did not follow really.
there is a bug in theme  calling REFINE FILTER pop up window.

if i swich off adsence in theme settings all working fine on search page.
or , may be google made a mistake in code?...

*

Lopetoms

  • *****
  • 253 posts
  • HOla como estan
Re: [BUG(s)] search page - HERE
« Reply #13 on: May 13, 2019, 06:47:08 PM »
@Ivanko
1) bug of your code, code you've added cause javascript error
2) pagination works just on pagination, it does not make sense to keep page number in any other link or field except pagination.

1) bug of your code, code you've added cause javascript error
GOOGLE ADSENSE NO HAVE ERROR BROTHER this theme no ggooge jejejejej you crazy
hostoki.com

*

MB Themes

Re: [BUG(s)] search page - HERE
« Reply #14 on: May 13, 2019, 08:56:31 PM »
Crazy man looks into browser console, please report issue to chrome and firefox support jeje
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots