pluginandplay
Forum Replies Created
-
Hi @jrnotjnr21
Thanks for the web page link. I have checked it and found that most of the post have same size of images. Only few have large height of images.
Please add below CSS to WordPress Customizer > Additional CSS OR your child theme style.css and save it.
.bdp-post-masonry .bdp-post-image-bg img{max-height: 135px;}For your query,
1) The grid shortcode doesn’t have a load more button like the masonry.
Ans – Yes, In FREE version “Load More” only works with masonry.Hi @andrvasvas
Any update on this please?
Hi @jrnotjnr21
Thanks for your response.
Masonry will have stack design other wise it will look same as a normal grid design.
Can you please provide me you web page URL on which you had setup the plugin? so I can take look into it and provide you custom CSS.
Hi @andrvasvas
Which you have used category ID or category slug in plugin shortcode?
Can you please provide me the exact shortcode which you have used? so I can take a look into it and try to understand the scenario.
May be it can be a setup error.
Hi @jrnotjnr21
Glad to know that you liked the plugin and its functionality 🙂
For your query,
1) The slider shows a long white space before appearing minutes later and slows the website.Ans – Slower result can be an issue with large size of images.
Can you please provide me your web page URL on which you had setup the plugin? so I can take look into it and try to understand the scenario.
Any update on this please?
Have you checked the provided shortcode?
- This reply was modified 6 years, 8 months ago by pluginandplay. Reason: A minor spell mistake
I have checked the same shortcode in my development server and everything is working fine.
May be there can be a special quote issue. Can you please try below shortcode?
[bdp_post_list pagination="true" limit="5"]It would be good if you can provide me your webpage URL on which you had setup the plugin so I can take a look into it and try to understand the scenario.
Hi @ozukie
Sorry, at this stage this functionality is not available in FREE version.
Hi,
Any update on this please? Does your problem resolved?
Hi @ekokrajina
Can you please provide me the exact shortcode which you are using on page?
So I will take a look and try to understand the scenario.
Hi @plugy
Can you please tell me, the issue occurred immediately after installing the plugin or after doing some setup?
It looks like that plugin ZIP file has been corrupted while installing the plugin.
Sometimes this happen while uploading the plugin.
Can you please try one more time to install the plugin via WordPress plugin interface?
It’s very strange. I think there must be something at your side because no other client had reported this issue.
Also I had checked from my side and I did not face any issue.
I will try my best to figure out the issue.
Hi,
Any update on this? Does it work for you?
Hi @emilysaxe
Thanks for your response.
I can understand your concern. Actually plugin CSS does not have any color defined. It always adopts from current theme so it match with your site content.
I am providing you below CSS snippet for title color and content color. Please add this to your theme style.css or WordPress customizer CSS section and save it.
.bdp-post-grid .bdp-post-title a{color: #000;} .bdp-post-grid .bdp-post-short-content{color: #000;}I have added #000 (Black) color. You can change this as per your layout.
I hope this helps you but sometime some CSS property are importantly defined. In this case it would be good if I have the live webpage URL on which designed is used so I can provide you exact CSS.
Hi @emilysaxe
Thanks for the detailed information. It looks like that font color is coming from your theme or from any other third party plugin.
Can you please provide me your web page URL on which you had setup the plugin? so I can take a look into it and provide your little CSS snippet for that.