*

webcity

  • ****
  • 235 posts
Show the category links on a mobile view
« on: September 12, 2022, 03:14:06 AM »
Hi,

I really like the Epsilon theme and the advanced options it offers.

The majority of classified ad traffic is on mobile phones and the mobile interface has to be easy to navigate.

Is there a way to show the category links on the mobile phone view the same as we get in the desktop view? I know you can go to the search page and find the categories, but it is a lot easier for the users on a mobile to click the category required from the home page and then the sub category link to get the the category required. This is the way popular classified site navigation works.

Can anyone suggest the code to show the category links on a mobile too?

Many thanks.

*

MB Themes

Re: Show the category links on a mobile view
« Reply #1 on: September 12, 2022, 10:01:11 AM »
I think they are just hidden here via CSS and shown in filter popup
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

webcity

  • ****
  • 235 posts
Re: Show the category links on a mobile view
« Reply #2 on: September 23, 2022, 09:53:44 AM »
Hi,

Thanks for the reply.

I'm not that good with CSS coding, I've tried to modify the CSS for the search box to show, I've managed to get the search box to show on a mobile too, but it throws the layout for the rest of the page.

Can anyone suggest the CSS code modification to show the category links on a mobile phone also?

Many thanks

*

MB Themes

Re: Show the category links on a mobile view
« Reply #3 on: September 23, 2022, 11:15:47 AM »
@webcity
Remove this line from style.css:
Code: [Select]
#side-menu #search-category-box { display: none; }
You may need to adjust styling of this section as it was not made to be shown there.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

webcity

  • ****
  • 235 posts
Re: Show the category links on a mobile view
« Reply #4 on: September 23, 2022, 11:33:18 AM »
Thanks, that works great!

*

MB Themes

Re: Show the category links on a mobile view
« Reply #5 on: September 23, 2022, 01:38:00 PM »
@webcity
Cool ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Vineet Singh

  • **
  • 9 posts
Re: Show the category links on a mobile view
« Reply #6 on: February 29, 2024, 06:51:45 AM »
I tried this but i was not able to get the category visible in mobile menu section. Can you please help me with this?

Re: Show the category links on a mobile view
« Reply #7 on: March 21, 2024, 04:11:29 PM »
@webcity
Remove this line from style.css:
Code: [Select]
#side-menu #search-category-box { display: none; }
You may need to adjust styling of this section as it was not made to be shown there.

Welcome
I want to add the same to my site. It showed the categories, using the icon
  #side-menu #search-category-box { display: none; }
   But I couldn't add the filter button to the home page.
I ask you for help

*

MB Themes

Re: Show the category links on a mobile view
« Reply #8 on: March 23, 2024, 12:27:05 PM »
There is no filter section on home
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots