pluginandplay
Forum Replies Created
-
Hi @fcteam
Can you please provide me the full shortcode which you are using? so I can take a look and try to understand it.
Sometime what happen when we copy the shortcode and paste it then double quote (“) are converted to special character and due to that parameter will not work.
Please try to remove them and add it manual.
@igoramatuzzi thanks for your help.
Hi @kokozord
For your query,
1) change font size and color to correspond with whole website (Post Name)
Ans : Here is custom CSS to change the font size and color. Please add below CSS to WordPress Appearance > Customizer > Custom CSS and save it.
h2.bdp-post-title{ font-weight: normal; font-size: 29px; } h2.bdp-post-title a{ color: #232575; }2) Change “show more” button design to correspond with whole website
Ans : Here is custom CSS to change the read more design.
.bdp-readmorebtn{ font-weight: bold; text-transform: uppercase; color: #FFFFFF; background-color: #FFBD59; border-radius: 0px 0px 0px 0px; border:0px; font-size: 16px; padding: 15px 30px; } .bdp-readmorebtn:hover, .bdp-readmorebtn:focus{ color: #ffffff; background-color: #232575; }3) Change position of the image in detailed post so that it would be an addition not a main attraction.
Ans : Detail post design is going to handle by your theme OR design that you creating with a page builder.
4. Add a custom button and social media share button.
Ans : This option not available in the light version.
5. Create a post template to use it on daily basis so that I could just click template and fill it with text and choose an image without having to create whole post from scratch.
Ans: Sorry, I did not get your query correctly. Can you please elaborate it a little more so I can help you my best.
Hi @n381
Glad to know that you liked plugin 🙂
For your query,
1) My intention of use is as side bar post/news slider with 5-7 items as the post excerpts sliding vertically.
Ans – I will try to add this feature in my next update. Let me find out some stable JS for vertical slider and I will update you soon.
I will update you soon about this.
Thanks for your suggestion 🙂
Hi @mark25
Thanks for your patience and coordination.
I have checked your web page again and now the special character is gone but the carousel is display as a slider.
I have taken a deep loop again and found that there is one add-on installed on your site named “Medical Addon for Elementor” (medical-addon-for-elementor) which is causing this issue.
“Post Slider and Carousel” plugin and “Medical Addon for Elementor” both uses the same jQuery for slider but they have initialized the JS on a common class which is causing this issue.
Below is its java script file
http://neurologymiami.com/wp-content/plugins/medical-addon-for-elementor/assets/js/scripts.jsThey should have to take care when using the third party JS. So because of their JS our plugin JS is getting disturbed.
Actually not only mine but other plugins which uses the same slider (Owl Carousel) will disturbed.
Kindly check by deactivating their plugin and you can raise a support to them also about this.
I hope this helps you.
Hi @tonyzeoli
Glad to know that you liked the plugin.
Sorry but at this stage
post_typeparameter is not available. We will try to add it in future version.You can take a look at our Blog plugin which has the slider, carousel and other layouts with more parameters.
Hi @mark25
Thanks for the web page link. I have checked it and found that there are some special character in shortcode so it is bot working properly.
Please refer below screenshot
https://prnt.sc/s5nrikThis generally happens when we copy the shortcode and paste it into WordPress editor.
Please check the plugin shortcode and remove the double quote and add it manually. I hope this will work for you.
Hi @kolyvahy
Please try below CSS snippet. It will work for you.
.bdp-post-masonry.bdp-design-1 .bdp-post-categories { margin-bottom:0; } .bdp-post-categories a{ text-decoration: none !important; color: gray; } .bdp-post-masonry.bdp-design-1 .bdp-post-grid-content{ text-align: left; }For your query,
1) Will I be able to make my category pages look the same?
Ans – Yes, I will help you in that.Hi @omar95
Thanks for the web page link. I have checked it and slider is working fine.
Can you please verify it?
Hi @the35squad
Glad to know that.
If you like my plugin and support then please rate it.
https://wordpress.org/support/plugin/post-list-designer/reviews/Hi @kolyvahy
Glad to know that you liked the plugin.
Blog Designer Pack plugin inherits font family which is used by your theme. You can change the post short description font by below CSS snippet.
Kindly add below CSS snippet to WordPress Appearance > Theme > Customizer > Custom CSS and save it.
.bdp-post-short-content{ font-family: sans-serif; }You can change the font family with your desire one.
Hi @kolyvahy
Yes, It is possible. You just need to add shortcode limit parameter. e.g
[bdp_masonry limit="6"]Please try above shortcode parameter. It will work for you.
Hi @the35squad
In lite version there is no shortcode paramter for “Read More Text”.
But you can translate the plugin string with .mo and .po file. Below is the plugin which helps you to translate the plugin string.
https://wordpress.org/plugins/loco-translate/
It will create the .mo file for you in your language.
Please try this and let me know if there is anything.