Ponken
Forum Replies Created
-
Hi @averta_support,
I’m another paying customer (whobackwhen.com) and have desperately been trying to figure out what went wrong since updating Master Slider —?finally found this support topic.
I’m getting the above-mentioned error on posts where I’ve used Master Slider in place of regular WP galleries. Unfortunately, this is the case on most of the site and we’re being inundated with complaints. Please could you share the download link for the older version of it with me as well? Also, please could you share an ETA for the next update?
Many thanks for a great product!
Forum: Plugins
In reply to: [Sideways8 Simple Taxonomy Images] List all tags with thumbnail and tag nameHi Cangpo! Just noticed you solved this… 11 months ago!! Really sorry I didn’t say anything at the time – didn’t know anyone had replied at all. Thanks so much!
Forum: Fixing WordPress
In reply to: Tag Conditionals in index loop?Wow – I copied the page template into index.php, and it works splendidly.
Thanks so much, Otto! Have a rocking day!
Forum: Fixing WordPress
In reply to: Tag Conditionals in index loop?Thanks for the quick reply!
I use the exact same code minus the internal conditional on the current Posts page, and it works just fine. I.e.:
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="something">
<?php endwhile; ?>
…
<?php else : ?>
…
<?php endif; ?>
Sorry if I’m using the wrong terminology btw. To clarify, it’s currently a page template, but the plan is to replace index.php with it. It’s not meant to have content of its own, but rather to list all posts, newest to oldest. My current Posts/index page is here: https://whobackwhen.com/doctor-who-podcast/
Cheers!
Forum: Plugins
In reply to: [Category Icons] Will this work on tags instead of categories?Hi Porkpie,
I’ve got the same query as you. Looking to build a page template that lists all my tags with corresponding thumbnails – like a visual index. Did you ever get anywhere with this?
I’ve been trying with “Sideways 8 Simple Taxonomy Images”, but don’t fully understand how to integrate it in my code.
Grateful for any advice.
Thanks.
Forum: Themes and Templates
In reply to: Irremovable space above category spanBrilliant! Works like a charm now.
I hadn’t taken into account that the_excerpt creats <p> tags of its own … which I had not styled.Thanks very much!
Forum: Themes and Templates
In reply to: Irremovable space above category spanHi WPyogi,
I know, but I’ve set the margin for that paragraph class to 0px as well.
Cheers