pluginandplay
Forum Replies Created
-
Hello @jiripilat2016
Sorry for my delay response.
When you add the shortcode, It displays the posts with this plugin designs but when you are looking for category page,
It displays posts with your theme category or archive.php file. It means according to your theme design.
You need to add the shortcode in your category or archive.php file with do_shortcode method.
Here you also need to get the category id and pass that category id in the shortcode.
Please let us know if you are looking for more information.
Hello @ll28
Sorry but your question still not clear to me.
Do you want to display post carrousel on your home page just above footer?
Hello @mh1web
Sorry for the delay response.
The lite version do not support template overriding. You can find this option in the pro version where you can customize HTML part of any design with template overriding.
Also this is not possible with CSS code.
If you want to achieve this then you need to modify the core plugin file. In case you want it then I will provide you the exact file location.
Hello @juliebonnblank
Sorry for the delay response.
Featured and Trending Post option is not available in the lite version.
Hello @damarisherlihy
Thanks for using News & Blog Designer Pack plugin.
Have you added this shortcode under your “Our Blog” [https://wheelerhousevt.com/our-blog/] Page?
If yes then i think you have selected “Our Blog” page as a post page from setting –> Reading (Your homepage displays)
Your Post Page select box should be empty – https://prnt.sc/lTb52GHZJw6Z
I hope the above information will help you.
- This reply was modified 2 years, 9 months ago by pluginandplay.
Hello @mh1web
News & Blog Designer plugin display WordPress “Posts” with multiple designs.
Now if you want to create the Posts then you need to click on “Posts” > Add new and create the posts.
Like this you create multiple posts where you need to add a good title, content, featured image, asign category and tags.
Once you create all these posts not next step is to display them. Now here Blog designer will play the role. You need to create a say “Blog” page and need to add
the shortcode for example –
‘[bdp_post]’
This shortcode will display all create posts in grid formats. You can also check other layouts under “Blog Designer Pack > Shortcode Generator”
Please let me know if you are looking for more info.
Hi @patnoob
Is it Free WordPress theme? So I can test News & Blog Designer Pack plugin with it and try to understand the scenario.
Is it this theme https://laytheme.com/free-wordpress-theme.html ?
Any update?
Thanks for the web page link. I have checked it but I can not see the Post Slider and Post Carousel plugin slider at bottom of the post.
Can you please let me know where you had setup the slider? So I can take a look and help you my best.
Hi @priyankac
Sorry right now there is no shortcode or function to get the count of the logo images.
But no issue, you can easily get it from the DB. It is stored in post meta table. The meta key is
_lswss_gallery_id.e.g.
get_post_meta( $logo_post_id, '_lswss_gallery_id', true );You can get the array of the logo images. You can use the ‘count’ function.
I hope it will work for you.
Hi @usmanansari
Glad to know that.
If you like my plugin and support then please rate it https://wordpress.org/support/plugin/blog-designer-pack/reviews/
Hi,
Thanks for the web page link.
News & Blog Designer Pack plugin uses the H2 tag.
Sorry there is no templating functionality in lite version. You can still apply your desired CSS to H2 tag and change its look and feel.
In case if you still want to change the HTML tag then you can navigate to below file as you are using the masonry design.
/blog-designer-pack/templates/masonry/design-1.phpI hope the above information will work for you.
Hi @usmanansari
Thanks for the web page link. The ‘Home’ is your page title which is coming from admin and display by your current theme. News & Blog Designer Pack plugin does not have any relation with it.
But no issue, Please use below custom CSS to hide the page title from the Home page. You can add the below CSS in WordPress Appearance > Customize > Custom CSS or your current theme / child theme style.css file.
.home .content-area .entry-header{display:none;}I hope it will work for you.
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/blog-designer-pack/reviews/
Hi @patnoob
Sorry for the late reply. The screenshot shows where the plugin shortcode is added.
Can you provide me the screenshot of the page content? I want to check is it added via any page builder / theme builder?