*

Web

  • ****
  • 183 posts
Search page premium ads
« on: February 02, 2020, 09:29:27 AM »
Hi,
Beta theme mobile only showing 2 premium ads

If only 1 premium ad not showing

*

MB Themes

Re: Search page premium ads
« Reply #1 on: February 02, 2020, 11:06:09 AM »
It may reduce number of ads displayed depending on device screen size
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Search page premium ads
« Reply #2 on: February 03, 2020, 05:58:36 AM »
Only 2 ads showing in mobile

Tried deferent screen size

*

MB Themes

Re: Search page premium ads
« Reply #3 on: February 03, 2020, 09:03:37 AM »
@Web
So you have configured to show more than 2 premium ads in theme settings right?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Search page premium ads
« Reply #4 on: February 03, 2020, 09:24:03 AM »
Theme settings - Number of Premiums on Search 3

Premium ad 1 - not showing
,,                2 - showing
,,                3 - not showing only 2 premium ads showing
,,                4 - showing

How to solve?

*

MB Themes

Re: Search page premium ads
« Reply #5 on: February 03, 2020, 09:51:25 AM »
@Web
What is your url?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Search page premium ads
« Reply #6 on: February 03, 2020, 11:16:36 AM »
Please check demo site

Mobile & desktop

*

MB Themes

Re: Search page premium ads
« Reply #7 on: February 03, 2020, 01:38:02 PM »
@Web
Checked and works as expected.
Device: Desktop -> shows 3 listings
Device: Mobile -> shows 2 listings a showing 3 of them would look weird.

It may reduce number of ads displayed depending on device screen size
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Web

  • ****
  • 183 posts
Re: Search page premium ads
« Reply #8 on: February 03, 2020, 06:47:38 PM »
Only one premium and then nothing shows in mobile

*

MB Themes

Re: Search page premium ads
« Reply #9 on: February 04, 2020, 12:43:54 PM »
@Web
Not following.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ajit Sahane

  • ****
  • 173 posts
  • https://bestclassifiedsusa.com
Re: Search page premium ads
« Reply #10 on: February 04, 2020, 02:54:52 PM »
open --->  search_gallery.php 


<div class="premiums-block <?php echo (osc_count_premiums() % 2 == 1 ? 'odd' : 'even'); ?>">

change 2 to a higher value like 10 or 15

<div class="premiums-block <?php echo (osc_count_premiums() % 10 == 1 ? 'odd' : 'even'); ?>">

now check mobile view premium ads showing up-to 10