I have version 13.4 of the pro version and see the latest version is 14.1
Wondering how to update to the latest version and if it includes fixes to include the alt tags for featured images.
Also have you fixed the use of role=”listbox” in the slick-track aria labelling?
I don’t see any options in the pluhin to add a license code to extend the support period..
Look forward to your reply.
]]>We’ve forked this project since one of our clients still uses it.
Updated code can be found here:
https://gitlab.com/OrtIsraelRD/wp_p-responsive-posts-carousel
We added support for php 7.4 and did some hardeninig
]]>I am one of your paid plugin customers
I wanted to see how we can make “the post title” in the slider mode link
That is, when the mouse hovers over the post, it has a hover mode and is directed to the post by clicking
thanks
]]>Hey everybody. Does anybody know how i can change the alt-text for the arrows? screenreaders read “previous” and “next” – but i need a german translation.
best!
Johannes
Hi, we manage client sites, that this plugin is included on.
Any update on:
“This plugin has been closed as of May 9, 2019 and is not available for download. Reason: Guideline Violation.”
Assuming you will be updating this, and this is only temporary?
Thanks.
hi,
is it possible to insert description into minipost style? i would like to have it but minipost only displays post_title.
]]>Hi There,
Thanks for the wonderful plugin, but we currently having an issue with the carousel blog section. The blogs aren’t clickable?? Not sure if the Avada Theme works well with the plugin?
]]>On line 803 of carousel.class.php
you’re setting the post_title value with a 45 character limitation. Would it be possible for you to have a setting for the max length of the title?
Cheers and thank you.
function get_display_data($post_id, $key, $length){
...
switch ($key) {
...
case 'post_title':
echo substr(get_the_title($post_id), 0, 45);
break;
]]>
at the time of loading or refreshing the page this carousal show at the vertical position after 1 or 2 seconds it shows horizontally. I need it to show horizontal from the first. Can you please help.
]]>Hi!
Was using the plugin for quite some time without any problems but suddenly it stopped working with Chrome browser. If you check the page with FF/Opera/IE looks ok but with Chrome your plugin vanishes after a second! Just blinks! If you refresh the page it still does not show up but with CTRL+F5 manages to show up but disappears on reload again.
How can I solve this? Love the plugin by the way.
Bhupal
]]>Hello,
I’ve added a responsive posts carousel to the page. The page opens with a link from a page, but the carousel does not appear. When you refresh the page, the carousel begins to appear. How can I solve?
Thanks.
How to add meta values in wordpress pages for sorting. As per FAQ we have seen that by using below short code we can use sorting.
[wcp-carousel id=”1609″ order=”DESC” orderby=”meta_value” meta_key=”purchased_date”]
But we are trying to do the below.
-> Post type is pages
-> Added few pages in select posts
Now we want to know what is a meta_key. Where exactly is the purchased_date ? Since we have added post_type as pages. Where do we need to add this purchased_date ? what does the meta_key refer to in pages ?
]]>Hi, is there any way to stop the thumbnails being blurry?
]]>Hello,
When I’m using this plugin on certain pages, it gives HTTP error 500.
Once I delete the plugin, the error goes. I tried deleting and re-installing but still, it’s the same. Any idea what could be the reason?
Thanks,
Nabiha
Hello,
I have added four posts in one carousel and I’m using the same shortcode under each of those four posts. The problem is, I want 3 posts to show up and the one which is the actual post, that shouldn’t show up in the carousel.
https://versesbyavoyager.com/go-seychelles/
In this link, I don’t want the “Go Seychelles” to be shown in the carousel but I want it to be shown under other posts. Is this possible?
Thanks
]]>Hello,
I want to use this carousel on blog post instead of page to show related posts at the end. How can I add the heading “Related Posts” before the carousel?
Thanks,
]]>Hi
How can I change arrows’ size via css?
I couldn’t find it.
thanks
Hi,
I am using elementor to create my page. There is blank space below my carousel but it is auto adjust when i move the slide to the right. how can i remove the blank space?
Also the arrow is shown in my desktop but it is not shown on mobile display. How to make this shown?
Thanks
]]>Hi there,
Beautiful plugin!
Is there a way to randomly get the posts?
Thanks
Stefania
]]>Hi, I’m using Responsive Posts Carousel v5.3 right now and there is an issue with Custom CSS field: none of the styles I added into this field is working.
Adding $custom_css = $carousel_settings['custom_css'];
into responsive-posts-carousel/inc/render.php
solves this problem, but it is not recommended to change plugins’ source manually, you know ??
I am using Square Effect 13 Left to Right with my carousel, but I noticed it doesn’t do great on mobile. On desktop, it looks very nice with a picture and then details on hover, but the same can’t be done on mobile since there’s no hover. Instead, just a picture sans details is shown and then when clicked, brings the user to the post. I would like to be able to show the details on mobile as well somehow. It could be that the pictures are always on ‘hover mode’ showing details or that details are shown below the pictures. If not, could this be accomplished with a different post style?
]]>I am using this paired with events manager to showcase events. If I select by taxonomy, it works great, but it shows all events, future and past. Is there a way I can only show posts that have a date in the future? Thanks
]]>Is there a way to set the slide speed for mobile? The desktop slide speed is fine and works well. But the same slider speed for mobile makes the carousel appear to drag slowly / oddly. Is it possible to set seperate speed setting for mobile? Many thanks – Dave
]]>great plugin, thanks! is there any way to get the blogs to open in a new tab instead of the same page where the carousel is? thanks again
]]>Hi,
I have RPC installed on two websites using the same settings, both with ‘infinite loop’ enabled.
On the one site the loop is continuous, but on the other it ‘rewinds’ back to start after every loop.
I compared every setting on either site three times now, but I can’t get it fixed. What am I missing here?
Thanks, regards,
Leo
Hi, I have tried adding order=”DESC” to the end of carousel shortcode,
Example: [wcp-carousel id=”1824″ order=”DESC”]
but am finding posts in my carousel are still not appearing in the description order.
What am I doing wrong?
]]>Where I have source posts containing buttons, when a slide of post shows in the carousel, the formatting of these buttons is damaged.
In particular, the button text is displaced off centre vertically.
How do I maintain the original formatting?
As far as I can tell when viewing the page in text mode, there are no formatting tags enclosing the carousel shortcode, in case that helps?
]]>Hi, I have a post carousel set up, and when a post thumbnail or post text is clicked, I want a specified page to open, rather than the source post.
I have second carousel in same website using the same theme that I don’t want to behave this way, or would like to link to a different specified page.
How can I achieve this?
]]>If have Slides per row set to 3, and if I change the ‘Rows’ setting from 1 to 2 (i.e initializing Grid mode), the width of the whole slider becomes very narrow, and instead of 3 slides per row, now only 2 are shown.
Is this a known bug? And what is the solution to restore slider to full width, and make slider comply with Slides per Row setting?
If I make ‘Slides per row’ setting zero, the slider looks almost or less as expected, but the slides are not arranged in a proper grid – if one slide on the top row is taller than the others, the corresponding slide in the row below is pushed out of horizontal alignment, which looks bad. Both rows should be horizontally aligned, with rows spaced to suit the tallest slide.
Also, not sure if related, but the fonts of post text are altered, and buttons within posts are malformatted
Also, if I tick the new “Shortcodes/Page Builders” option, all text disappears from beneath each slide. I currently have no shortcodes in posts, but I edit posts for this site in a BoldGrid environment
]]>I’m wondering if there’s a way to get this plugin compatible with the Fusion Builder from Avada? Anyone with some experience here?
I am using the Avada Theme and set up a Carousel which is loading posts by a Taxonomy called “Blog”… but the output in the carousel is something like:
[fusion_builder_container admin_label=”xyz” hundred_percent=”no” hundred_percent_height=”no” hundred_percent_height_scroll=”no” hundred_percent_height_center_content=”yes” equal_height_columns=”no” menu_anchor=”” hide_on_mobile=”small-visibility,medium-visibility,large-visibility” status=”published” publish_date=””…
It is outputting the whole shortcode instead of clean text !?
If i use the normale editor from WordPress, and not the Fusion Builder, the carousel output is as intended…
]]>