pluginandplay
Forum Replies Created
-
Hi @lpk35
Actually It is a slider default behavior. Slider is creating some clone element for continuously scrolling.
But it will be more cleared if you add the widget on page so I can take a look at it and try to understand the scenario.
Hi @enricomd
Thanks for the web page link.
I have checked your provided web page found that post title font size is coming from your theme style.
Actually plugin inherits the styling from your theme. No Issue, this can be easily solved by little CSS snippet.
Please add below CSS snippet to WordPress Appearance > Customize > Custom CSS OR your theme / child theme style.css and save it.
.bdp-post-title{font-size: 2rem;}You can apply the font size as you want.
Yes you can translate any string of the plugin by creating .mo file. Plugin is 100% multilanguage.
Please us this plugin to generate the .mo file https://wordpress.org/plugins/loco-translate/ and translate any string.
In case if you are facing any difficulty or issue then please let me know. I will help you in that.
Hi @tn10829tn
Thanks for your detailed response. I really appreciate it.
News & Blog Designer Pack plugin is quite simple and easy to use. It is created with shortcodes and widgets so you just need to put the plugin shortcode in any page and post to get the output.
Plugin works with WordPress default post.
So lets go to set by step.
1) First create any page. e.g Test News
2) Put the below shortcode in page editor and save it.
[bdp_post design="design-2" grid="2" show_author="false"]
3) Now view the page at front end so you can easily see the post grid with two columns.Please try this and let me know if there is anything.
Hi @lpk35
Yes, you can display posts by category easily with shortcode parameter.
e.g
[psac_post_carousel category="132"]– Where 132 is the category ID.You just need to add the category shortcode parameter in your existing shortcode and will work.
Hi @lpk35
Glad to know that you liked the plugin.
As per your query, You want to display post for particular category. right?
Hi @sequoiakim
Any update on this please? Does it work for you?
Hi @sequoiakim
Yes, it is possible to display post by specific category.
You just need to pass shortcode parameter. e.g
[bdp_post_gridbox category="category_id"]Category id can be easily found in address bar of the browser when you edit category from admin.
Please refer below screenshot so you will be more cleared.
https://prnt.sc/tz4rx4Hi @cazbarr
Glad to know that your problem has been solved.
If you like my plugin and support then please rate it.
https://wordpress.org/support/plugin/blog-designer-pack/reviews/Hi @cazbarr
Please refer below screenshot so you will be more cleared
https://prnt.sc/tz4rx4In screenshot you can see the “Block” category has a ID 6. So the plugin shortcode will be like this.
[bdp_post_carousel dots="false" category="6"]The above shortcode will display the posts for “Block” category only.
I hope this will help you.
Hi @cazbarr
Glad to know that your first problem has been solved.
For your query,
1) I’m looking to sort my blogs so readers can choose which blog posts interest them the most, without the task of having to scroll through 30+ posts.Ans – As per your request, you want to show posts for particular category only. right?
If above is the case then you just need to add the category id in shortcode. e.g
[bdp_post_carousel dots="false" category="Category ID Here"]You can find category ID in the web address bar when you edit particular category from admin.
Hi @cazbarr
Thanks for your response.
For your query,
1) I was hoping to hide all the dots at the bottom, not the arrows. They’re fine as they are on hover.Ans – Yes, you can hide the dots of the slider. You just need to pass the shortcode parameter. e.g
[bdp_post_carousel dots="false"]2) I can’t get the categories to show.
Ans – Sorry, I did not get it clearly. Can you please provide me the full shortcode which you are using?
Also please provide me some rough screenshot for better understanding so I can help you my best.
Hi @cazbarr
Sorry for my delay response.
For your query,
1) Is there is a way to change the text within the Post ticker? At present, it says Latest Post.
Ans – Yes, You can. You just need to add the shortcode parameter.
e.g[bdp_ticker ticker_title="Latest Post"]2) Can I hide the pagination?
Ans – I think you are talking about the arrow navigation which is coming on hover right?
3) Can a second blog be added to the same page, so I may have different posts/blogs in each blog?
Ans – Yes, You can use multiple shortcode on the same page. You can easily display the posts / blogs category wise.
e.g
[bdp_ticker category="Category ID"]– You just need to add the category ID over here. You can find the category ID in the address bar of the browser when you edit it.So you can display two different types of ticker on the same page with different posts or content.
Hi @zakir123
Yes, you can add your custom excerpt to post slider.
Plugin display the data from the post content. If you have added the “Post Excerpt” then it will display it first.
Please refer below screenshot https://prnt.sc/tqniub
Please add your desired short (Excerpt) content to post and it will display it 🙂
Hi @jdev
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/