*

Miller

  • ****
  • 141 posts
Search page
« on: September 08, 2019, 03:16:14 PM »
How to add “POST A AD “ in search page


https://prnt.sc/p3d56k

Marked as best answer by frosticek on September 09, 2019, 01:50:25 PM
*

MB Themes

Re: Search page
« Reply #1 on: September 09, 2019, 01:50:23 PM »
@Miller
On search page is "Filter" icon so it may overflow this button.

You can go to footer.php and find this code:
Code: [Select]
<?php if(osc_is_home_page()) { ?>
Replace it with:
Code: [Select]
<?php if(osc_is_home_page() || osc_is_search_page()) { ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Miller

  • ****
  • 141 posts
Re: Search page
« Reply #2 on: September 09, 2019, 03:17:16 PM »
Not working

*

MB Themes

Re: Search page
« Reply #3 on: September 09, 2019, 03:23:22 PM »
Then you have not done it properly. Check css as well.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Miller

  • ****
  • 141 posts
Re: Search page
« Reply #4 on: September 09, 2019, 06:27:23 PM »
Please check this
https://prnt.sc/p3vhu3

*

MB Themes

Re: Search page
« Reply #5 on: September 10, 2019, 08:11:00 AM »
@Miller
In responsive.css of theme folder you have:
Code: [Select]
body#body-item .mobile-post, body#body-search .mobile-post { display: none; }
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Miller

  • ****
  • 141 posts
Re: Search page
« Reply #6 on: September 10, 2019, 12:31:48 PM »
Solved  :)

*

Ajit Sahane

  • ****
  • 147 posts
  • https://bestclassifiedsusa.com
Re: Search page
« Reply #7 on: February 08, 2020, 03:14:50 PM »

In responsive.css add this line inside of this

@media screen and (max-width: 420px) {



body#body-item .mobile-post, body#body-search .mobile-post { display:initial; }

}

now showing Post an Ad button while scrolling down in mobile view mode