pluginandplay
Forum Replies Created
-
Hello @razoor666
You also need to add this custom CSS.
.animated { -webkit-animation-duration : 1000 ms ; animation-duration : 1000 ms ; -webkit-animation-fill-mode : both ; animation-fill-mode : both ; } .owl-animated-out { z-index : 1 } .owl-animated-in { z-index : 0 } .fadeOut { -webkit-animation-name : fadeOut ; animation-name : fadeOut ; } @-webkit-keyframes fadeOut { 0% { opacity : 1 ; } 100% { opacity : 0 ; } } @keyframes fadeOut { 0% { opacity : 1 ; } 100% { opacity : 0 ; } }I hope it will work for you.
Hello @chrisbrandon,
Here is custom CSS to change the arrow background color and hover color:
.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev{background: #fff; color: #000; border: 2px solid #000;}.psac-slider-and-carousel .owl-nav .owl-next:hover, .psac-slider-and-carousel .owl-nav .owl-prev:hover, .psac-slider-and-carousel .owl-nav .owl-next:focus, .psac-slider-and-carousel .owl-nav .owl-prev:focus { background: #03a9f5; color: #fff; border-color: #03a9f5; }.psac-slider-and-carousel .owl-nav .owl-next:hover, .psac-slider-and-carousel .owl-nav .owl-prev:hover, .psac-slider-and-carousel .owl-nav .owl-next:focus, .psac-slider-and-carousel .owl-nav .owl-prev:focus { background: #03a9f5; color: #fff; border-color: #03a9f5; }Please try the above CSS. I hope it will work for you.
Hello @shwetaarya
Yes you can manage this with custom CSS. Please add below CSS to WordPress Customizer or your theme / child theme style.css
.bdp-post-masonry.bdp-effect-2 .bdp-post-grid:nth-child(5n+1) .bdp-post-grid-content {
background: #fd6420;
}
.bdp-post-masonry.bdp-effect-2 .bdp-post-grid:nth-child(5n+2) .bdp-post-grid-content {
background: #3aadaa;
}
.bdp-post-masonry.bdp-effect-2 .bdp-post-grid:nth-child(5n+3) .bdp-post-grid-content {
background: #98b446;
}I hope it will work for you 🙂
Hi @trevorvb
Thanks for the web page link. I have checked it and found that it is a single post page.
The single post page is handled by your theme not the plugin.
The shortcode parameter only works for plugin shortcode where you can hide the comments number.
WordPress have built-in functionality to hide the comments from single post page.
To hide the comment section in detail post you can go to Posts –> All Posts and select all posts : https://prnt.sc/xSbla_IPJfrR
Now select EDIT from dropdown menu : https://prnt.sc/MTnDOF2IZW38 and press apply button.
On the drop menu, select comment : do not allow : https://prnt.sc/zDwm6k8n9h63 option and press Update button
This will remove the comments from post single page.
Please let us know if there is anything.
Hi @nwallwork
Sorry for my late response.
The full shortcode will be like this
[pld_post_list content_words_limit="30"]e.g if you want to pass another parameter then it will be like this
[pld_post_list content_words_limit="30" limit="10"]Hi @razoor666
Thanks for reaching out to us.
Yes, Right now Post Slider and Post Carousel plugin does not this option because it only works for slider.
There is a way to achieve this but it requires animate.css and some additional work. You can find the example at below link
https://owlcarousel2.github.io/OwlCarousel2/demos/animate.html
I may consider this to add it in future version.
I hope it helps you.
Glad to know that your problem has been solved 🙂
Hi @shwetaarya
Thanks for providing the screenshot and web page link. There is no need of margin because News & Blog Designer Pack plugin masonry design have padding available for each box.
As per your screenshot, I can see that you have provided the background color to outer class. You should apply the background color on this inner class
bdp-post-grid-contentI hope it helps you.
Hi @miriodr
Thanks for your response. Sorry the code will not work here because there may be a CSS part so.
Without checking the URL there is hard to guess the exact issue. I hope you can understand this.
Hi @miriodr
News & Blog Designer Pack plugin does not provide any CSS like this. It looks like may be your theme CSS or some other thing can cause this.
I have tried to open your given web page but it redirects me to login page. I can not see the page content.
Can you please remove that restriction and assign the post featured image? So I can take a look and try to understand the scenario.
Hello @kenneldarkesch
Please check the following thread for button text change
https://wordpress.org/support/topic/changing-language-of-button/
Thanks for reaching out to us.
On activation of the plugin you will be redirected to Optin Screen by Freemius.
If you optin, It will ask you to take few of the information which can be useful to understand the plugin behaviour.
If you skip it then no data will be collected and you can use the plugin without any issue.
Plugin does not make use of any cookies.
Please let me know if you have any query in this.
Sorry for my late response.
It’s very strange. I have checked News & Blog Designer Pack plugin version 3.3 two times in my local as well as on development server and everything is working fine.
I have just checked your site and found that plugin is active and working on it.
Are you still facing any error? Please let me know if there is anything.
Hi @prakashnfrn
Thanks for your detailed response. Sorry, right now there is no option available for this.
I have considered your request as a featured request and will try to add it in future version. Right now there is no ETA for this.
Hello @zimiss
Can you please provide me the web page link where you have added the shortcode? So I can take a look and try to understand the scenario.