*

siken

  • ****
  • 136 posts
Subcategories in the mobile version
« on: July 31, 2019, 01:36:28 PM »
When changing the way to access the subcategories in this version, they are not shown from the mobile as in Alpha.

The user cannot be asked to access the subcategories by using the filter button, the subcategories in the mobile version must be displayed when a category is accessed.

Ideally, use the way to access subcategories from a mobile phone as in Alpha theme...

Attachment 1 = Alpha theme with subcategories

Attachment 2 = Beta Osclass theme without subcategories

*

MB Themes

Re: Subcategories in the mobile version
« Reply #1 on: July 31, 2019, 02:14:58 PM »
That is why red filter button is at bottom
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

nowshadsaif

  • *
  • 4 posts
Re: Subcategories in the mobile version
« Reply #2 on: August 01, 2019, 03:47:15 PM »
That is why red filter button is at bottom

It is better If you made an option to Show it on both way. Button and links on top. If admin can set how they want to show subcategories from theme settings, It would be better.

*

nowshadsaif

  • *
  • 4 posts
Re: Subcategories in the mobile version
« Reply #3 on: August 01, 2019, 04:06:30 PM »
When changing the way to access the subcategories in this version, they are not shown from the mobile as in Alpha.

The user cannot be asked to access the subcategories by using the filter button, the subcategories in the mobile version must be displayed when a category is accessed.

Ideally, use the way to access subcategories from a mobile phone as in Alpha theme...

Attachment 1 = Alpha theme with subcategories

Attachment 2 = Beta Osclass theme without subcategories

I agree with you. The system which is showing now, requires few more step through that floating button to find the exact category they are looking for. Its a hassle which may sometimes bother visitors. The system of alpha theme was better. You guys should include that option also.

*

MB Themes

Re: Subcategories in the mobile version
« Reply #4 on: August 05, 2019, 02:15:25 PM »
@nowshadsaif
Thanks for your feedback, it's not on plan for now
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

siken

  • ****
  • 136 posts
Re: Subcategories in the mobile version
« Reply #5 on: August 05, 2019, 04:37:52 PM »
We do not want to convince the designer how he has to make his products, we are only saying basic characteristics such as that the subcategories are shown directly in the search without having to search for them within a floating button.

If the designer does not see it as a priority, who needs that option that uses Alpha theme.

regards

*

Ajit Sahane

  • ****
  • 147 posts
  • https://bestclassifiedsusa.com
Re: Subcategories in the mobile version
« Reply #6 on: March 11, 2020, 05:29:55 PM »
Yes you can show sub-category on beta theme like alfa theme.

open search.php 

Find - <?php
        $p1 = $params_all; $p1['sCompany'] = null;
        $p2 = $params_all; $p2['sCompany'] = 0;
        $p3 = $params_all; $p3['sCompany'] = 1;

        $us_type = Params::getParam('sCompany');
      ?>

add this line here - <?php osc_current_web_theme_path('inc.category.php'); ?> 

save and check.