pluginandplay
Forum Replies Created
-
Hi @tashahos171
Thanks for your patience.
We checked News & Blog Designer Pack plugin with latest version of Elementor and its working fine.
Please refer below screenshot
https://prnt.sc/20hbey5You just need to add Post Slider and Carousel shortcode in Elementor widget and it will work.
Hi @jrbarboza
Thanks for your patience.
I have checked the issue with load more post and yes it loads all post when category slug is used.
No Issue, I have just updated the plugin with 2.2.8 version. Please check with the latest version. I hope your problem will be solved.
Hi @jginter
Any update on this?
Hi @tashahos171
Thanks for reaching out to us.
I have already checked “Post Slider and Carousel with Widget” plugin with Elementor page builder in past but let me check with the latest version of Elementor.
I will check and update you on this.
Hi @jginter
Thanks for the web page link. I have checked your provided page but I can not find plugin on it.
Can you please let me know where you have setup the plugin? So I can take a look at it and help you with the CSS snippet.
Any update on this?
Hi @jaimster08
Any update on this? Did it worked for you?
Hi @sinitita
Thanks for your response.
Yes, CSS trick (display none) will work for you. On same page you can try
<div class="extra-css-class"> [bdp_post] // Plugin Shortcode </div>With the help of ‘extra-css-class’ you can simply hide the featured image of plugin for one shortcode or particular section.
Hi @jrbarboza
Thanks for your response.
For your query,
1) I wasn’t able to style the button on hover, even with the code you provided.Ans – The CSS code which I have provided is for read more button of “News & Blog Designer Pack” plugin. I thought you have asked for it.
For hover styling of load more button, you can use below CSS snippet.
.bdp-load-more-btn:hover { color: green !important; }2) Another issue is that I selected the category “Destaques” to show, but when I click the load more button (VER MAIS) it loads all the posts.
Ans – Let me check the issue at my end. I will take look into this and update you about this.
Hi,
Glad to know that you liked the plugin. Plugin is already translated in Spanish (ES) “Leer más” for “Read More”.
May be there is an another language code for Spanish. Can you please provide me your language and its code?
You can translate the plugin text via “Loco Translate” (https://wordpress.org/plugins/loco-translate/)
Thanks for reaching out to us.
Sorry, at this moment this feature is not available within “Logo Showcase with Slick Slider” plugin.
Hi @alh0319
Thanks for your detailed response.
I can understand your concern. Right now there is no ETA for this but I will try to add this feature in future version.
Hi @jaimster08
Thanks for the web page link. Have you uploaded the Featured image of post? Post “Featured Image” section is situated at right hand side while add / edit the post.
This is the default functionality of WordPress. Simply select the image the save the post.
You can read below article section “Adding Post Thumbnail or Featured Image in WordPress” also for this
https://www.wpbeginner.com/beginners-guide/how-to-add-featured-image-or-post-thumbnails-in-wordpress/Yes, you can reduce the height of the slider in mobile device by below CSS. You can add the below style to WordPress Appearance > Customizer > CSS section and save it.
@media only screen and (max-width: 640px) { .bdp-post-slider.bdp-design-1 .bdp-post-image-bg{ height: 300px; } }Hi @jrbarboza
Thanks for the web page link. I have just checked it and found that you have removed the “Read More” (Ver mais) button via plugin shortcode.
If you still need the style to change the button color then you can use below style.
You can add the below style to WordPress Appearance > Customizer > CSS section and save it. You can change your desired color in place of green.
.bdp-readmorebtn, .bdp-readmorebtn:hover{ background-color: green !important;; color: #fff !important; border: 2px solid green !important; }Hi @sinitita
Do you want the layout like below?
https://demo.infornweb.com/post-list-designer-demo/simple-minimal-list-by-category/You can try our another plugin Posts List Designer by Category for Post list which have this functionality to display post without featured image. I hope you like it.