pluginandplay
Forum Replies Created
-
Hello,
Thanks for contacting us 🙂
Right now we are not overriding your blog page force fully.
You need to create a page say blog and need to add the shortcode manually.
Also for now please go to WordPress Settings > Reading and de-select Posts page like this : http://prntscr.com/quco7y
Also we are adding setting where you can select the BLOG page. So by using the setting of this plugin you can select the blog page.
Sorry but right now lite version does not have “sticky_posts” parameter BUT yes we are planing to add this parameter in our next update.
Please try the blog settings and let me know if there is anything.
Hi @katrindu
Thanks for providing the web page link.
Please add the below CSS snippet to Plugin Settings > CSS tab and save it.
.bdpp-post-grid-wrap.bdpp-design-11 .bdpp-post-grid-content .bdpp-block-date{ background: #000000; }Hi @katrindu
Can you please provide me your web page URL on which you had set up a plugin? so I can take a look at it and help you my best.
Hi @felixagosto
Any update regarding to my last response?
Hi @felixagosto
Thanks for your response.
It is very strange. I will require more information to debug this.
Please reach to our website and forward your query so I can follow up there and help you my best.
Hi @felixagosto
Can you please let me the total number of blog post?
Also please provide me the full shortcode which you are using on your blog page.
Hi @felixagosto
Thanks for your response.
As you are using the premium version so according to ww.wp.xz.cn we can not provide the support of premium products from here. ww.wp.xz.cn is a public forum.
You can find relevant information from our website to raise query 🙂
Does the above CSS work for you?
Hi @jrnotjnr21
Any update on this please?
Hi @felixagosto
Below is custom CSS. You can add below CSS to Plugin Settings > Custom CSS tab and save it.
1) Category (Over image in red color background)
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-cats a { color: #fff; background:#dd3333; }2) Title color and style:
.bdpp-post-grid-wrap.bdpp-design-12 .bdpp-post-overlay .bdpp-post-title a { color: #000 !important; font-style: italic; } h2.bdpp-post-title { font-size: 26px; line-height: 32px; }It looks like that you are using the premium version. It would be great if you raise your query from our website.
Thanks
Hi @felixagosto
Thanks for the webpage link. Can you please enable the pagination? so I can take a look and try to understand the scenario.
Also please let me the total number of blog post.
Hi @jrnotjnr21
Sorry for the delay response.
Can you please tell me what exactly you are trying to achieve?
Are you trying to make the image small and post content on left as other right hand side post for Gridbox?
Forum: Plugins
In reply to: [Post List Designer - Category Post, Recent Post, Post List] CategoriesHi @mariusz88
Sorry for my delay response.
You have to pass the category ID not the name. You can find the category ID in browser URL when you edit them.
Please try with category ID. It will work for you.
Forum: Plugins
In reply to: [Post List Designer - Category Post, Recent Post, Post List] Resizing imageHi @smartmouse
Glad to know that you liked plugin 🙂
We can do it with little CSS tweak. Please add below CSS to WordPress Customizer > Additional CSS section or your current theme / child theme style.css.
.bid-post-grid-content .bid-medium-6:first-child{ width: 20%; } .bid-post-grid-content .bid-medium-6{ width: 80%; }