pluginandplay
Forum Replies Created
-
Hi @aplatt23
Thanks for the page link. Actually we have not given any font size to title. It takes from your theme. I have checked it and found that your theme has given 36px font size to H2 tag so it looks quite big.
Please add below CSS snippet to your theme style.css or WordPress Customizer > CSS section and save it.
.bdp-post-title { font-size: 24px; line-height: 32px; }Please try this and update me for the same.
Glad to know that your problem has been solved.
If you like the plugin then please rate it https://ww.wp.xz.cn/support/plugin/blog-designer-pack/reviews/
- This reply was modified 6 years, 10 months ago by pluginandplay. Reason: A minor spell mistake
Thanks for the web page link.
Yes, It is possible with little CSS snippet. Please add below CSS to WordPress Customizer > Custom CSS section.
.bdp-list-main .bdp-post-list .bdp-medium-6:first-child{width: 33.33333%;} .bdp-list-main .bdp-post-list .bdp-medium-6:last-child{width: 66.66667%;}I have made 4/8 ratio. You can change the width as per your requirement.
Glad to know that.
If you like the plug-in than please rate it and provide your feedback.
https://ww.wp.xz.cn/support/plugin/blog-designer-pack/reviews/Thanks for the detail information. I have just updated the plugin with some fix. Please update to the latest version.
You can find “Post Excerpt” content from “Screen Options” while add / editing the post. Please refer below screenshot
http://tinyurl.com/yy7bee37If the problem is still there then can you please try to deactivate other plugins and switch your them to WordPress default theme?
Thanks for the screenshots. Can you please confirm is anything added in Post excerpt content?
Thanks for the page link.
Can you please tell me it is a simple content or are you using page builder or shortcode in post content?
Thanks for your response.
Right now this type of filter functionality is not available within plugin but you can do the following thing,
Plugin allows you to show post category wise so you can create different shortcode for different category. e.g
[bdp_post category="Category_A_ID"]same for other categories.Now if you are using any page builder then you can put these different shortcodes in different tabs. Each tab with respective category and respective shortcode.
OR if you have some coding knowledge, then you can pass category ID in URL and take the dynamic ID in shortcode by creating a page template in your theme / child theme.
Sorry for delay response.
I have read your query but I am not much clear in that.
Can you please tell me what exactly you are trying to achieve with plugin shortcode? So I can get your point and provide you better support.
Hi @thomahawk
Yes, the carousel shortcode will display the post thumbnail along with the text. You can see it in plugin demo. The post thumbnails are there.
Hi @bearbehind
Thanks for providing the shortcode. There is an issue with quote.
Actually the quote is converted to special characters so it is not working. This generally happens when we copy and paste the shortcode in WordPress editor.
Please remove the quote in
pagination="false"and manually enter it.Please check with this and your problem will be solved.
Hi @bearbehind
Sorry for my delay response.
To remove the pagination, kindly pass
pagination="false"parameter within your shortcode.e.g
[bdp_post pagination="false"]Hi,
Right now “Read More Button Text” parameter is not available in FREE version. Plugin is mutlilanguage supported so you can translate the plugin in your language.
You can translate the plugin with the help of “Loco Translate” plugin. Plugin will create the language file, Rename the button text as you want. That’s it.
https://ww.wp.xz.cn/plugins/loco-translate/Thanks for the page link. I have checked it but I can not understand the query about the content alignment. Can you please elaborate it a little more? It would be good if you can provide me some rough screenshot so I can help you the best.
Hi @hobbytrap
Sorry for delay response.
Yes, you can hide the post tag without removing it.
Please add the
show_tags="false"in your shortcode.The above parameter will not display the post tags.
Hi,
Sorry for my late response.
Plugin is very simple and created with shortcode. You can put your desired shortcode in any page you want.
For example, To display blog post grid [bdp_post limit=”10″ grid=”2″]
To display blog post in a carousel view [bdp_post_carousel limit=”10″ slide_show=”3″]You can check plugin detail page for more shortcode and parameters
https://ww.wp.xz.cn/plugins/blog-designer-pack/Please let me know if you need more assistance.