pluginandplay
Forum Replies Created
-
Hi @raunhar
Sorry for the delay response.
Post Slider and Post Carousel plugin displays the post content with limited words.
Due to limited words, We can not display the HTML tag otherwise it will break the plugin slider functionality due to incomplete HTML tag. I hope you can understand this.
For cropped Featured image may your image is large but no issue. You can control the size by
media_size=fullparameter.You can check this parameter as well other parameters from plugin “Detail” tab.
I hope this information will work for you. Please let me know if there is anything.
- This reply was modified 1 year, 11 months ago by pluginandplay.
Hi @felixmarket
Thanks for the web page link. As you are saying WordPress posts are not showing on the live site but they are visible in Elementor widget while you edit the page.
As per your query, It looks like it is only visible when you are logged-in. Make sure you have published all the posts. News & Blog Designer Pack plugin shows the published posts not the draft, private or etc.
Hi @raunhar
Thanks for providing the web page link. Actually Post Slider and Post Carousel plugin will not take the image from the post content. You need to add it as a Post Featured Image then it will be displayed in the slider.
Post Featured Image is a WordPress default functionality. You can find this option at the right had side of the post when you add / edit any post.
Hi @michelles00
Thanks for the web page link. Please refer to the screenshot https://prnt.sc/Gdddy-cPlaTn
Do you want something like this? I mean border to all slide right?
If above is the case then please add below CSS to WordPress Customizer or your theme / child theme style.css
.psac-post-carousel-wrp{
border: 1px solid #ccc;
padding: 15px;
margin-bottom: 20px;
}I hope you like it.
Sorry for my late response.
Post Slider and Post Carousel lite version only display the WordPress default posts in a slider and carousel layout.
Hi @michelles00
Yes, We can. Please provide me your web page URL on which you had setup the plugin so I can take a look and provide you custom CSS.
Please let me know where you want to apply the border.
Hi @dixonds
Thanks for the detailed response. Actually it is not plugin support question.
But no issue. The link should work. Try to remove the index.php from URL https://subdomain.rootdomain.com/category/%category%/
I hope it will work for you.
Hello @peacefuladrenaline
Thanks for the web page link.
We have already given a gradient from bottom to top. You can manage the opacity with small custom css:
.psac-post-carousel.psac-design-1 .psac-post-image-bg::before{opacity:0.4;}
Please let us know if there is anything.
Hi @twogun
Thanks for the web page link. I have checked your blog page and I can see the “Post Slider” layout there. I have checked in four different browser and all OK.
I have checked this for two days I can not find issue of visibility.
Can you please check one more time? I hope everything is working fine.
Hello @twogun
Are you using any SEO plugin? Focus Key phrase is the functionality of the SEO plugin.
You are seeing these dots because of SEO plugin. Please edit each post and scroll down to the bottom. You will find SEO metabox or all the details there.
Any update on this?
Hi @miller2023
Does your problem resolved?
If you liked the plugin then please rate it
https://ww.wp.xz.cn/support/plugin/blog-designer-pack/reviews/Can you please provide me your web page URL on which you had set up the plugin? So I can take a look and try to understand the scenario.
Also please make sure that you have added blog images to “Featured Image” section of post, news or blog. Please refer to the screenshot https://prnt.sc/ZvsEBleTClbO
Hi @kyoshix
You are using the Astra theme. I am not sure they directly provide any option like this.
If there is no option to modify the search page layout then you should have some knowledge of WordPress coding or need to take help of any developer. You have to create the Child theme of Astra so when parent theme update then your changes will not be loss.
With the help of the child theme, you can change the theme layout and modify it as per your need.
Here is the some information about the child theme. I hope it helps you.
https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/Hi @kyoshix
Thanks for the web page link. When you search any term on member directory page then it will display the matching posts in search page.
This search page (https://aspri.com.sg/?s=test) is handled by your current theme. Your current theme have designed the search data is a grid / column layout.
Please refer to the screenshot https://prnt.sc/euILDeDLA9L7
When you click on the particular post then it will be redirected to its detail single page e.g. https://aspri.com.sg/vaccinate-or-regular-test-regime-for-process-sector-from-1-oct-2021/
These both the layouts search page and individual detail page are designed in your theme and controlled it.