pluginandplay
Forum Replies Created
-
Forum: Plugins
In reply to: [Post List Designer - Category Post, Recent Post, Post List] yada wikiHi @mvelsmid
Is “Yada WiKi” a custom taxonomy?
At this stage, Free version does not work with custom post type and custom taxonomy.
Hi @arielfg
Thanks for your response.
Sorry lite version does not have this functionality. Premium version have templating feature so you can achieve this by copying its template to your current theme / child theme and modify it as you want.
Hi @arielfg
Thanks for providing the webpage link.
Right now News & Blog Designer Pack plugin display the post title in H2 tag. So you so you want to change this heading tag?
We can change the font size of the post title without changing the heading tag. You can use below CSS snippet for this. You can add below CSS snippet in WordPress Customizer > CSS or in your theme / child-theme style.css and save it.
.bdp-post-title a{ font-size: 24px; }Hi @abir693
Thanks for providing the web page link https://in-komm.com/blog-page/
I have checked your page but it looks like it is removed. I have also checked your Blog page https://in-komm.com/blog/ but it looks like you have not added plugin shortcode there.
Can you please verify it?
Hi @inkern
Thanks for providing the web page URL.
You are using slider shortcode [bdp_post_slider] of Blog Designer Pack plugin.
Yes, you can control the speed of slider with shortcode parameter. e.g.
[bdp_post_slider autoplay_interval="4000" autoplay="true"]— Where 4000 is millisecond which is equal to 4 sec.You can find each and every shortcode parameter from plugin description. https://wordpress.org/plugins/blog-designer-pack/
Please try above parameter and it will work for you.
Hi @fawudd
Glad to know that your problem has been solved.
Actually it is WordPress default functionality. If we choose it as a “Latest Posts” then page content does not work. It will display Posts as per your theme design.
When we have changed it as a “Static Page” then page content has started working.
If you like Blog Designer Pack plugin and it’s support then please rate it.
https://wordpress.org/support/plugin/blog-designer-pack/reviews/
Hi @fawudd
Any update on this please? Does it work for you?
Hi @fawudd
Sorry for my late response. This should not happen.
As per your response, it looks like your website have “Latest Post” selected in Reading Settings.
Please refer below link, this may help you.
https://wordpress.org/support/topic/why-my-blog-page-is-not-changed-or-blog-page-design-is-same-like-theme-design/Hi @fawudd
Thanks for reaching out to us.
Sorry, I did not get your query correctly. Can you please elaborate this a little more? so I can help you my best.
Hi @keith2657
Thanks for your detailed response.
Yes at this stage, post content will be stripped in lite and premium version due to content words limit parameter.
In case if I allow HTML tags then it can break HTML.
I will try to find out the solution of this in future.
Hi @cole12311
Any update on this?
Hi @afasbender
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 @afasbender
Thanks for your response.
Please use below CSS snippet for pagination button styling.
.bdp-post-pagination a{ color: #fff !important; background: #333; border: 1px solid #333; font-size: 14px; padding: 7px 10px; } .bdp-post-pagination .current{ color: #333 !important; background: transparent; border: 1px solid #333; font-size: 14px; padding: 7px 10px; }Just for your reference, Premium version have built-in style manager for changing the plugin title fonts color, size and etc as well as pagination style also.
Hi @afasbender
Glad to know that you liked the News & Blog Designer Pack – WordPress Blog Plugin.
Yes, It is possible to change the design of ‘Read More’ button. Please use below CSS snippet.
Kindly add this CSS to WordPress Customizer > CSS section or in your theme / child theme style.css and save it.
You can change the color as per your need.
.bdp-readmorebtn{ border: 2px solid #888; background: #fff; } .bdp-readmorebtn:hover, .bdp-readmorebtn:focus { background: #888; color: #fff; }- This reply was modified 4 years, 2 months ago by pluginandplay.
Hi @cole12311
News and Blog Designer plugin does not have a built-in shortcode for this but you can still achieve this with little tweak.
News and Blog Designer plugin have a category shortcode parameter so you can use it.
You need to get dynamic category ID associated with post and need to pass it in a plugin shortcode via theme template file.
At which location your are trying to display related posts? Is it single post page means individual post page?