pluginandplay
Forum Replies Created
-
Hi @fatima85
Thanks for your patience.
I have updated the plugin to version 1.0.2 with RTL support.
Kindly update and check with the latest version.
Hi @fatima85
Sorry for the inconvenience.
I have not tested the plugin in RTL website.
Let me take a look from my side and I will update you soon about this.
Hi @coopero1
Thanks for the web page link.
It looks like that your theme does not have basic CSS for image so it is coming outside of the container.
No Issue. Please add below CSS snippet to your theme / child theme style.css OR WordPress Customizer > Custom CSS and save it.
.bdp-post-image-bg img { max-width: 100%; max-height: 100%; }This will work for you.
Hi @ominem
Glad to know that your problem has been solved 🙂
If you like my plugin then please rate it https://ww.wp.xz.cn/support/plugin/post-slider-and-carousel/reviews/#new-post
Thanks in advance.
Hi @toneee
Thanks for the detailed information.
Sorry, lite version does not include category grid or slider feature. This shortcode
[bdp_cat_grid]is not available in lite version.Sorry, but right now there is no other way to fix this. There must be something from outside of plugin code.
Hi @ominem
It can be dome with little CSS snippet. Can you please provide me your web page URL on which you had setup the plugin? so I can take a look and provide you CSS snippet for that.
Hi @oxymorfa
Thanks for the screenshots. The category ID is correct.
The issue is in the shortcode which you have added.
[pld_post_list category="12345"]As per the screenshot, It looks like that the double quote (“) are converted into special character (”). This generally happens when we copy the shortcode and paster it into the WordPress editor visual tab.
Kindly remove the quote from shortcode and add it again. Now save it and check. It will work for you 🙂
Hi @oxymorfa
The same way you can find the category id in web page URL when you edit them.
Here is one blog which helps you to find the category id
https://www.wpbeginner.com/beginners-guide/how-to-find-post-category-tag-comments-or-user-id-in-wordpress/Hi @oxymorfa
Thanks for the shortcode.
Can you please confirm you are using category id or tag id?
The lite version only supports the category id not tag id.
Have you checked with the category id?
Hi @oxymorfa
Can you please provide me the exact shortcode which you are using?
So I can take a look and try to understand the scenario.
Hi @deseart27
Can you please tell me how you have added plugin shortcode?
[psac_post_carousel show_tags="false"]Sometime what happen when we copy the shortcode and paste it in WordPress editor then the double quote(“) are converted to special character (”).
Please try to remove the double quote and add it manually. I hope this will work for you.
I have checked your page https://www.adottaunalvearebio.it/news-adotta-un-alveare-bio-2/ and found that white space is not coming from plugin but it is via page content.
Please check the page content. It looks like that there are many empty p tag or line breaks.
Please refer this screenshot https://prnt.sc/rdtfjk
How can I change the color of the arrows and dots?
Please add below CSS to WordPress > Customizer > CSS section and save it. You can change the color code as you want.
.bdp-post-carousel button.slick-prev, .bdp-post-carousel button.slick-next{ background-color: #faa928 !important; } .bdp-post-carousel .slick-dots li.slick-active button{ background-color: #faa928 !important; } .bdp-post-carousel .slick-dots li button{ background-color: #7595cd !important; }