*

Locan

  • ****
  • 166 posts
popular article image not show (solved)
« on: June 24, 2018, 03:13:01 PM »
i want to show popular article image but it not show and anyone help me ?
« Last Edit: June 25, 2018, 01:38:06 PM by dom reysor »

*

MB Themes

Re: popular article image not show
« Reply #1 on: June 24, 2018, 03:37:29 PM »
You should check plugin functions how article images are retrieved. There is also helper file with most common functions.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: popular article image not show
« Reply #2 on: June 24, 2018, 05:20:11 PM »
get categories color not work, can you help me

Code: [Select]
<hr style="background-image: linear-gradient(to right, #F1F1F1, <?php if($c['s_color'] <> '') { ?><?php echo $c['s_color']; ?><?php ?>, #F1F1F1);">

*

MB Themes

Re: popular article image not show
« Reply #3 on: June 24, 2018, 05:42:11 PM »
Put whole block of code.
hr element is to draw line.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Locan

  • ****
  • 166 posts
Re: popular article image not show
« Reply #4 on: June 25, 2018, 01:21:23 PM »
  <?php foreach($categories as $c) { ?>
     
<hr style="background-image: linear-gradient(to right, #F1F1F1, <?php if($c['s_color'] <> '') { ?><?php echo $c['s_color']; ?><?php } ?>, #F1F1F1);">

 <?php } ?>

the border show all like picture