*

developGr

  • ***
  • 39 posts
For example if we want to show the current name of the checkbox that we select "category" of "location" we put the following code:

<span class="overlay-title"><?php echo (search_title() != "")? search_title() : '&nbsp;'; ?><?php printf(__('%s', 'careerjob'), osc_search_pattern()) ; ?></span>


I f we want to show the current label that we select of one of the attributes of "Attributes Osclass Plugin" what we are going to put to show the name of that selection?

*

MB Themes

Re: search: show the name of the selection "Attributes Osclass Plugin"
« Reply #1 on: December 09, 2020, 12:40:48 PM »
@developGr
Plugin does not have such function, you would have to list all attributes used in filter and get their names as well as values.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

developGr

  • ***
  • 39 posts
Re: search: show the name of the selection "Attributes Osclass Plugin"
« Reply #2 on: December 10, 2020, 12:09:19 AM »
this function must be created then! its a paid plugin! when a field of an attribute its selected there must to be a way to show the name of the attribute somehow in the search page and in the <title> and <meta name="title"

*

MB Themes

Re: search: show the name of the selection "Attributes Osclass Plugin"
« Reply #3 on: December 10, 2020, 12:07:20 PM »
@developGr
Every product is delivered "as is", for personal requirements you will have to do it by yourself.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots