*

Fil

  • ***
  • 42 posts
Highlight color
« on: February 23, 2018, 12:27:19 AM »
Highlighting works only in view mode grid view, if we look through list view nothing to set up?

*

Fil

  • ***
  • 42 posts
Re: Highlight color
« Reply #1 on: February 23, 2018, 12:28:08 AM »
Attached screenshots

*

MB Themes

Re: Highlight color
« Reply #2 on: February 23, 2018, 01:51:20 PM »
@Fil
Can you send URL where problem is visible?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Fil

  • ***
  • 42 posts
Re: Highlight color
« Reply #3 on: February 24, 2018, 07:10:35 AM »
local site

*

Fil

  • ***
  • 42 posts
Re: Highlight color
« Reply #4 on: February 25, 2018, 12:19:42 AM »
Code: [Select]
<div id="list-view" class="search-items-wrap">

  <?php 
    
// PREMIUM ITEMS
    
osc_get_premiums(osc_get_preference('premium_search_list_count''veronika_theme'));
    
$c 1;

    if(
osc_count_premiums() > && osc_get_preference('premium_search_list''veronika_theme') == 1) {
      echo 
'<div class="premium-list-block round3" ' . (osc_count_premiums() <= 'style="height:auto!important;"' '') . '>';
        echo 
'<h2>' .__('Premium listings''veronika') . '</h2>';
        echo 
'<div class="deli"><span></span></div>';

        while(
osc_has_premiums()) {
          
veronika_draw_item($c'list'true'premium-loop');
          
$c++;
        }

      echo 
'</div>';

      if(
osc_count_premiums() > 2) {
        echo 
'<div id="premium-more"><div class="push tr1"><i class="fa fa-arrow-circle-down"></i>' __('Show more''veronika') . '</div></div>';
      }
    }
  
?>




  <?php $c 1?>

  <?php while(osc_has_items()) { ?>

    <?php veronika_draw_item($c'list'); ?>

    <?php if($c == 3) { ?>

    <?php ?>

    <?php $c++; ?>
  <?php ?>
</div>

This is search_list.php

Where should I put this code? -  <?php osc_run_hook("highlight_class"); ?>

*

Ivanko

  • *****
  • 388 posts
Re: Highlight color
« Reply #5 on: February 25, 2018, 08:32:10 AM »
Code: [Select]
<div id="list-view" class="search-items-wrap">

  <?php 
    
// PREMIUM ITEMS
    
osc_get_premiums(osc_get_preference('premium_search_list_count''veronika_theme'));
    
$c 1;

    if(
osc_count_premiums() > && osc_get_preference('premium_search_list''veronika_theme') == 1) {
      echo 
'<div class="premium-list-block round3" ' . (osc_count_premiums() <= 'style="height:auto!important;"' '') . '>';
        echo 
'<h2>' .__('Premium listings''veronika') . '</h2>';
        echo 
'<div class="deli"><span></span></div>';

        while(
osc_has_premiums()) {
          
veronika_draw_item($c'list'true'premium-loop');
          
$c++;
        }

      echo 
'</div>';

      if(
osc_count_premiums() > 2) {
        echo 
'<div id="premium-more"><div class="push tr1"><i class="fa fa-arrow-circle-down"></i>' __('Show more''veronika') . '</div></div>';
      }
    }
  
?>




  <?php $c 1?>

  <?php while(osc_has_items()) { ?>

    <?php veronika_draw_item($c'list'); ?>

    <?php if($c == 3) { ?>

    <?php ?>

    <?php $c++; ?>
  <?php ?>
</div>

This is search_list.php

Where should I put this code? -  <?php osc_run_hook("highlight_class"); ?>

use latest Veronika theme - the code for payment plugin already integrated there.

*

Fil

  • ***
  • 42 posts
Re: Highlight color
« Reply #6 on: February 25, 2018, 06:58:23 PM »
I install new osclass / plugin pay and last veronika theme / same all same.

so that in gallery view worked Highlight color i add code in loop-single.php and loop-single-premium.php:

<h2 class="<?php osc_run_hook("highlight_class"); ?>">

After that it only works gallery view.
 
If I insert the code into search_list.php it turns out this:


*

MB Themes

Re: Highlight color
« Reply #7 on: February 25, 2018, 07:55:03 PM »
@Fil
You must send me URL where I can see issue. There is probably style rewritten on theme level.
Anyway veronika theme should not require any modifications.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Gile

  • ***
  • 42 posts
Re: Highlight color
« Reply #8 on: October 11, 2018, 11:34:30 AM »
Hi,

I have the same problem after setting up a Osclass Pay Plugin.
I do not know if that's issue relateted to Theme or PayPlugin ?


Theme is Zara

*

MB Themes

Re: Highlight color
« Reply #9 on: October 15, 2018, 10:38:21 AM »
@Darko
Please send URL and item name that is highlighted.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots