*

Tiger

  • ***
  • 55 posts
category class like osclasspoint for job search page
« on: January 02, 2019, 02:44:06 PM »
hi dear i want to make new style search page for job categories, i seen osclasspoint can identify categories as a class, can you share this tip for us ?

regard
« Last Edit: January 02, 2019, 02:46:10 PM by Tiger »

*

MB Themes

Re: category class like osclasspoint for job search page
« Reply #1 on: January 07, 2019, 02:04:47 PM »
@Tiger
You have to add category id (or parent one) to class of some block and then based on this class restyle list.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Tiger

  • ***
  • 55 posts
Re: category class like osclasspoint for job search page
« Reply #2 on: January 07, 2019, 03:16:13 PM »
thank for your reply, i use array for get categories id and work well. now job category and sub categories have it's own page but i wait your plugin, i think it's nice then every my custom.

<?php $sub_cat_jobs = array(9,10,11,12,13,14,15,16,17,18,19,20,31,116,32,34,35,36,37,124,125,126);?>
<?php if (in_array(osc_item_category_id(), $sub_cat_jobs)) { ?> 

*

MB Themes

Re: category class like osclasspoint for job search page
« Reply #3 on: January 07, 2019, 03:55:47 PM »
@Tiger
I do not think you can solve this via plugin, as it require theme modifications.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Tiger

  • ***
  • 55 posts
Re: category class like osclasspoint for job search page
« Reply #4 on: January 08, 2019, 12:47:00 AM »
Every plugin need theme modified so it’s simple
Just have guid how to do it is better

*

MB Themes

Re: category class like osclasspoint for job search page
« Reply #5 on: January 08, 2019, 08:39:35 AM »
@Tiger
You've already posted best way to do it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Tiger

  • ***
  • 55 posts
Re: category class like osclasspoint for job search page
« Reply #6 on: January 08, 2019, 12:31:21 PM »
Hope we can use it soon.
thank my beloved developer