Help with highlighting
« on: January 17, 2017, 04:27:29 PM »
I need to select multiple ads. For this, he has made changes in loop-single.php file and loop-single-premium.php.


but highlighting is not happening. Please tell me why?

Print scren
1. http://prntscr.com/dwstkz
2. http://prntscr.com/dwsu0c
3. http://prntscr.com/dwsuai

« Last Edit: April 21, 2017, 03:14:43 PM by Виталий Василенко »

*

MB Themes

Re: Help with highlighting
« Reply #1 on: January 17, 2017, 08:42:33 PM »
I am not sure if
<style type="text/css">

should not be
<style>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mixradu

  • ****
  • 171 posts
Re: Help with highlighting
« Reply #2 on: January 18, 2017, 08:43:12 AM »
I need to select multiple ads. For this, he has made changes in loop-single.php file and loop-single-premium.php.

https://stoker.com.ua/ochki_kievskaya_oblast-r11

Code: [Select]
<div class="simple-prod o2" id="colorized">

In the derivation at the top of the website
Code: [Select]
<style type="text/css">#colorized{background:#61F0EA!important;}</style><link href="https://stoker.com.ua/oc-content/plugins/favorite_items/css/front.css" rel="stylesheet" type="text/css" />

but highlighting is not happening. Please tell me why?

Print scren
1. http://prntscr.com/dwstkz
2. http://prntscr.com/dwsu0c
3. http://prntscr.com/dwsuai

1 : You can leave just <style> :)

2 : You are trying to put a background at simple-prod but you have another div over that (div class="simple-wrap") with a background: #f8f8f8


Solution 1: You can edit the  loop-single.php file and loop-single-premium.php in the correct way

Solution 2: You can add
Code: [Select]
#colorized .simple-wrap{background:none} to your style

The final code should look like this
Code: [Select]
<style>#colorized .simple-wrap{background:none}#colorized{background:#61F0EA!important;}</style>


Re: Help with highlighting
« Reply #3 on: April 06, 2017, 03:20:58 PM »
please tell me how to make the backlight to display sShowAs,list

*

MB Themes

Re: Help with highlighting
« Reply #4 on: April 06, 2017, 03:24:04 PM »
Sorry, can you explain?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Help with highlighting
« Reply #5 on: April 06, 2017, 03:34:19 PM »

there is highlighting
http://prntscr.com/et64qq


no highlighting
http://prntscr.com/et64h3

and I don't know how to fix as poor knowledge of css

« Last Edit: April 24, 2017, 09:40:59 PM by Виталий Василенко »

*

MB Themes

Re: Help with highlighting
« Reply #6 on: April 06, 2017, 03:38:46 PM »
Code: [Select]
.list-prod#colorized {background:#ffe2c5;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Help with highlighting
« Reply #7 on: April 06, 2017, 03:45:27 PM »
Super
Thank you!!!