Forums
(@hannemannmediaag)
9 years, 9 months ago
This is my solution:
<?php foreach (get_categories() as $cat) : ?> <?php $cat_image = z_taxonomy_image_url($cat->term_id); $cat_url = get_category_link($cat->term_id); if (!empty($cat_image)) : ?> <li> <a href="<?php echo $cat_url; ?>"> <img src="<?php echo $cat_image; ?>" alt="" /> </a> </li> <?php endif; ?> <?php endforeach; ?>
10 years, 5 months ago
Hi,
Comment out all the lines for mobile devices at line 539 with two slashes (like this: //).
You will find the file under “wp-content/plugins/logo-slider/logo-slider.php”.
Best regards
J?rn
10 years, 7 months ago
Hello,
I have the same problem. How can I increase the number in the mobile version?
Thanks a lot!