pluginandplay
Forum Replies Created
-
Hi @jdev
Thanks for providing the full shortcode.
In shortcode you have used
show_content="false"shortcode parameter.The read more button is dependent on the content. If post content is not there then read more button will not be display.
Please enable the post content
show_content="true". It will work for you.Hi,
Sorry for my delay response.
The provided web page URL is not working. I can not see slider on it.
You can try below CSS snippet for equal height of slider. I hope it will work for you. You can try this for particular design.
.psac-post-carousel .owl-stage{display:flex; flex-wrap: wrap;} .psac-post-carousel .owl-stage .psac-post-carousel-slide, .psac-post-carousel .owl-stage .psac-post-carousel-slide .psac-post-carousel-content{height:100%;}Hi @giandigi
Yes, it is right CSS. Sometime !important is need to overwrite from a theme CSS.
Glad to know that your problem has been solved π
If you like my plugin then please rate it
https://wordpress.org/support/plugin/post-slider-and-carousel/reviews/Sorry, this shortcode parameter is not available in lite version.
But you can still change any text with this plugin
https://wordpress.org/plugins/say-what/Plugin text domain is post-slider-and-carousel. This will need you when you use above plugin.
Hi @giandigi
Yes, You can change the color of Post Title as you want 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 it.
Hi @cazbarr
Glad to know that.
If you like my plugin and support then please rate it.
https://wordpress.org/support/plugin/blog-designer-pack/reviews/
Hi @cazbarr
Yes, you can remove the tags from your blog page.
You just need to add shortcut parameter for this. e.g
[bdp_post_carousel limit="-1" show_tags="false"]Please write the above shortcode. It will work for you.
Hi @cazbarr
Glad to know that.
If you liked my plugin and support then please rate it
https://wordpress.org/support/plugin/blog-designer-pack/reviews/Hi @bcasal
Sorry for the inconvenience.
I will again take a look at the user feedback and try to add the excerpt and read more button to compact (small grid) also.
Meanwhile you can download the previous version 2.0 from here.
https://wordpress.org/plugins/blog-designer-pack/advanced/At bottom of the page you can see a dropdown to download the previous version.
Hi @giandigi
Glad to know that.
If you liked my plugin and support then please rate it
https://wordpress.org/support/plugin/post-slider-and-carousel/reviews/Hi @padaben
Any update on this please?
Hi @sq1111
It is very strange. I have used the same shortcode and parameter at my side and it is working perfectly. I have applied 200 size.
Please refer the screenshot https://prnt.sc/t7v5ri
[psac_post_carousel sliderheight="200" show_content="false" show_tags="false"]Hi @cazbarr
For your query,
Is there a limit to how many posts/blogs the carousel setting will show?
Ans – Yes, you can manage the number of post.
e.g[bdp_post_carousel limit="20"]– It will show 20 postsIf you want to show all post then you can try below shortcode
[bdp_post_carousel limit="-1"]I canβt seem to change the title text colour or font.
Ans – Plugin uses the H2 tag for a post title. Plugin does not apply any additional CSS to it. It inherits from your current theme so It looks like a part of your theme.
Please use below CSS and add it to WordPress Appearance > Customize > CSS Section and save it.
.bdp-post-carousel-wrp .bdp-post-title, .bdp-post-carousel-wrp .bdp-post-title a{ font-size: 25px; line-height: normal; color: #f01887; } .bdp-post-categories a { border-bottom: 3px solid #f01887; }Hi @sq1111
Any update on this please?
Hi @giandigi
Glad to know that you liked plugin.
Plugin is 100% multilanguage. In Lite version you can translate any text by creating a language file.
You can use below plugin https://wordpress.org/plugins/loco-translate/ to translate the text.
Also please provide me the translated text so I will add language in future version.
- This reply was modified 5 years, 11 months ago by pluginandplay.