Aadhya
Forum Replies Created
-
Hello @willep,
Can you please share your website link? we will fix this issue with a small custom css..
Hello @willep
Can you please update the plugin again and share a screenshot where you are facing the issue?
Also we have given an option where you can disable “Font Awesome CSS” from Post Slider and Carousel –> Misc
Let me know if this help you..
Hello @nekojonez
Thanks for showing us this typo mistake… We will update the plugin as soon as possible ..
Thanks for your response, I can see the CSS class in sidebar layout but can not see the style on page. Kindly make sure you have added CSS correctly.
You can try below CSS for proper spacing.
.my-css .bdpp-post-title a{
font-family: 'Open Sans' !important;
font-size: 16px !important;
padding: 0;
}
.my-css h2.bdpp-post-title{margin:0 !important; line-height: normal;}Does your problem resolved? because I can not see the small size of image or image stretched till 8th page of pagination.
it looks like you have regenerate the images via plug-in.
kind Regards,
Thanks for the screenshot.
Yes, We can apply the CSS to comon elements of different layouts with the help of custom CSS class. Please refer to the screenshot below,
https://prnt.sc/b1TvTSb6U_C2Once you add your own CSS class e.g.
my-cssthen we can apply the CSS on it..my-css .bdpp-post-title a{font-size: 20px;}I can see that you have added direct CSS into the extra CSS class. You just have to add CSS class not style. Please refer to the screenshot below,
https://prnt.sc/rCTgY8n1AGAUKind Regards,
Hi @ianmac47
Thanks for the web page link. I have checked it and it looks like your theme has an issue. It is loading the Doctype two times as well as it looks like it is not created with WordPress standard.
At this stage it looks like it does not have a wp_head() hook in the theme header.php file which allows the CSS and JS from third party plugins.
Please refer to the screenshot below
https://prnt.sc/YSeZt3z7h3HAI suggest you to take a look at the WordPress theme directory https://ww.wp.xz.cn/themes/ and install WordPress standard theme. It will solve your whole theme layout problem.
Regards,
Your website is not opening. It shows SSL error. Can you please take a look at it?
Sorry for my delayed response. Your provided URL’s are not working. The fonts URL as well as website URL. Can you please confirm it?
Yes, As I said it will stretch the small size of images.
I think there is no need to import the new image or no need to change the WordPress thumbnail size.
As per first response,
[bdp_post media_size="medium"]You can use the medium size image and apply the CSS. I think it will fix the image stretch issue and display all images in same height and width.As I can see for this post https://www.bravehound.co.uk/scots-veteran-with-ptsd/ the image has big size available so you can use that size instead of changing the WordPress thumbnail size and re-importing it.
Just for knowledge, Regenerate Thumbnail plugin can help you to regenerate the media if you have changed in WordPress media size setting like you did for thumbnail. There is a button to regenerate all media after applying new size.
Kind regards,
Have you tried the above solutions? Does it work for you?
Yes, I can but it will stretch your small images. Below is the custom CSS which you can use. You can add this in Plugin Setting > CSS tab.
I have applied this CSS to your particular layout. You can add your own CSS class as well and apply this.
.bdpp-layout-109658 .bdpp-post-img-bg{width: 100%; height: 200px;}
.bdpp-layout-109658 .bdpp-img{height: 100%; width: 100%; object-fit: cover; object-position: top center;}
.bdpp-layout-109658.bdpp-equal-height .bdpp-post-grid-content{height:100%}Also to make the each box in equal height, kindly add the
bdpp-equal-heightCSS class in layout editor CSS classes.I hope this will help you. Please let me know if there is anything.
Regards,
Thanks for the web page link. Yes, I can see you have displayed the thumbnail size images.
Actually plugin display the image in its own proportion so it will not be cut.
Blog Designer Pack plugin register its own size as well named “bdpp-medium” with 640 width and 480 height. This works when you upload a new image. But no issue, you can try below plugin to generate the all registered image sizes. It will generate the missing bdpp-medium size image and you can add this in parameter.
https://ww.wp.xz.cn/plugins/regenerate-thumbnails/
In case you do not want to that then you can try WordPress registered image sizes in plugin parameter like thumbnail, medium, large OR full.
e.g.
[bdp_post media_size="medium"]– If images are larger then it will be displayed in uniform layout.You can try the above parameter and if images are not in uniform layout then let me know, I will provide you custom CSS for this as well to display all images in equal height – width ratio.
Thanks,
Hi @dan426
Thanks for your web page link. Yes, premium version will do. There is a templating functionality so we can modify the output (HTML) as we want by overriding its file from current theme.
Hi @nfwro
Thanks for your detailed response.
Yes, Post Vertical Slider is a widget option.
So when you navigate WordPress Appearance > Widget screen. Click on Plus button then search for “Legacy Widget”. In this you can find Post Vertical Slider widget.
I hope this information will help you.