Hi from Germany,
I was looking for an easy to use post carousel solution and stumbled over your nice plugin. Works like a charm so far. But as usual, I ran into an issue: I am unable to translate the date in the ig-posts-carousel shortcode.
I have a bit of php knowledge, so I handeled it this way (using wpml):
<?php
if(ICL_LANGUAGE_CODE == 'en'){
$format = get_the_date('F j, Y');
} else if(ICL_LANGUAGE_CODE == 'es'){
$format = get_the_date('j F, Y');
} else if(ICL_LANGUAGE_CODE == 'de'){
$format = get_the_date('j. F Y');
} else {
$format = get_the_date();
}
?>
and then replace <span class="date"><?php echo get_the_date(); ?></span>
with <span class="date"><?php echo $format; ?></span>
Works, but will be gone after your next update. Maybe you could incorporate a filter for that situation, like this: <span class="date"><?php echo apply_filters('ig-posts-carousel-date',get_the_date()); ?></span>
Others than that: Nice and easy, not as bloated as many other post carousels.
]]>Hi there,
Your widget for this plugin works as advertised, but your plugin’s shortcode will only display posts for me. When I change post_type to “download” it breaks the shortcode. Help?
]]>I am trying to create sliders of products, filtered by product categories (not post categories). However, the shortcode part cat=”accessories” (or whatever other product category name) does not work.
Is there a way i can customize the code so that filtering by categories is available not only for posts” and pages, but also for products?
Thank you a lot!
]]>Love the plugin but i would like to change few things:
– remove mouse drag,
– extend switch slide time.
Is there some kind of built-in option to do that or do i need to edit plugin itself?
]]>My posts begin with subtitles (<h2> and <h3>), and sometimes there is also a short code. These contents are not relevant for the excerpt in the carousel. How would it be possible not to display them in the generated excerpt?
]]>The page “IG Posts Carousel Settings” doesn’t work.
At saving, it displays “ERROR: Option page not found”.
How to customize CSS?
Your plugin description talks about a Customizer but it is impossible to find, and your CSS seems impossible to overload !
The Carousel widget doesn’t display navigation arrows in my home page, whereas on a standard page, arrows perfectly display !
]]>