pluginandplay
Forum Replies Created
-
Any update on this please?
Hello @nsoak
I am not able to see CSS added by you. have you removed the css?
Please use below CSS snippet. You can add it in WordPress Appearance > Customize > CSS section and save it.
/* Title Font Size */ .bdp-post-grid-main.bdp-design-2 .bdp-post-title{font-size:24px !important;} /* Post Content Font Size */ .bdp-post-grid-main.bdp-design-2 .bdp-post-content {font-size:18px !important;}Please let me know if there is anything.
- This reply was modified 5 years ago by pluginandplay. Reason: Some Type Mistake
- This reply was modified 5 years ago by pluginandplay.
Hi @cihomewood
Any update on this please? Does it work for you?
Glad to know that.
If you liked my plugin and support then please rate it.
https://wordpress.org/support/plugin/post-slider-and-carousel/reviews/Hi @cihomewood
That’s great that you are using child theme so it will be easy for you. Please take a look at the below code.
<?php $category = get_queried_object(); $category_id = $category->term_id; echo do_shortcode('[bdp_post design="design-1" grid="3" category=".'$category_id'."]');You can replace this code with while loop under archive/category.php. You can use any shortcode and it’s parameter in this file only dynamic variable category=”.’$category_id’.” will be there.
Note : To change the file you should have some knowledge of coding. Any mistake in this file can cause the error.
Hello @putrarasyiid
Sorry, I did not get your query correctly. Can you please elaborate it? Do you want to display post from specific categories?
If yes then you can use below parameter :
Display by Category
category="category_ID" OR category="category_slug"
( i.e Display blog posts by their category ID OR Slug )e.g.
category="2,8,6" OR category="india, sports, football"where 2,8,6 are category id OR india, sports, football are category slug.
Hello @nsoak
Thanks for the web page link.
Please use below CSS snippet. You can add it in WordPress Appearance > Customize > CSS section and save it.
/* Title Font Size */ .bdp-post-grid-main.bdp-design-2 .bdp-post-title{font-size:24px;} /* Post Content Font Size */ .bdp-post-grid-main.bdp-design-2 .bdp-post-content {font-size:24px;}Thanks for the web page link. You are using Divi theme. While adding the shortcode in a page via Divi builder somehow the container mobile setting is enabled and hide it in mobile device.
Please refer below screenshot so you will be more cleared.
https://prnt.sc/13hh9ckYou can take a look at some Divi settings or you can remove that section and add it again. I hope this will help you.
https://www.divithemeexamples.com/hide-divi-modules-on-mobile/Hi @cihomewood
News & Blog Designer Pack is created with shortcode and widgets. You can add them in your desired page to get the output.
At this stage it does not handle theme category or archive page layout automatically because they are designed according to your theme layout.
But we can modify it via child theme and we can add plugin layout in your theme category or archive page.
Can you please let me know which theme and shortcode (layout) are you using?
Hello @jessicastar9373
In shortcode media_size=”medium” means it will take Image medium size. When we upload image then WordPress creates some variations like thumbnail (150 X 150), medium, large and original.
Our plugin does not apply any additional CSS on Image otherwise it will looks like squeezed. It will open according to its container and in proportional ratio.
There is some turn around of this that you can upload the same size of images or we can bound some max height to image.
For your query,
1) but no option resulted in the image sizes displaying uniformly.Ans – You are saying that media_size parameter is not working. This generally happens when double quote (“) are converted to special character while copying the shortcode.
Please try to remove the double quote and add then manually again. I hope this helps you.
Hi @helikazeta
Glad to know that.
If you look liked my plugin and support then please rate it.
https://wordpress.org/support/plugin/blog-designer-pack/reviews/
- This reply was modified 5 years ago by pluginandplay. Reason: Spelling Correction
Hi @helikazeta
Thanks for the web page link.
News & Blog Designer Pack Plugin uses H2 tag for post title and does not apply any font CSS to it. It always inherits from your current theme so it looks like your theme part.
I can see you have added post slider on your home page. You can manage font size by below CSS. Please add this CSS to WordPress Appearance > Customize > CSS section and save it.
/* Post Title */ .bdp-post-title { font-size: 24px !important; } /* Post Content */ .bdp-post-short-content { font-size: 16px; }Hi @helikazeta
I am not sure. Thread is 2 weeks ago and may be thread author has resolved this topic.
Not an issue. I am still here to help.
Can you please let me know which issue are you facing? so I can help you my best.
Hi @isakichan
Glad to know that your problem has been solved.
If you like my plugin and support then please rate it.
https://wordpress.org/support/plugin/logo-showcase-with-slick-slider/reviews/