pluginandplay
Forum Replies Created
-
Hello @darkmaso,
I hope your issue has been solved. If you like our plugin and support Please share your rating and review 🙂
Hello @darkmaso,
Please share your rating and review if you like our plugin and support 🙂
Please share your rating and review if you like our plugin and support 🙂
Hello,
There is comma (,) missing after $cat : https://screenshots.firefox.com/eSm23au4Pz5ELE98/photos.google.com
Hello @darkmaso
Can you please share the screenshot of the code where you are changing?
Hello,
If you open this file : bdp-recent-post-carousel.php then go to line no : 101 and check the code with
if($cat != "") {Now under this if condition add one more line after
'terms' => $catie'operator' => 'AND'So complete code will be:
'taxonomy' => BDP_CAT, 'field' => 'term_id', 'terms' => $cat, 'operator' => 'AND',Hi @darkmaso,
Sorry for the delay.
There will be no change in the shortcode and parameter.
You have to pass categories like this comma separated
category="1,2"So only those post will come which has category assigned 1 and 2.
Kind Regards,
- This reply was modified 7 years, 8 months ago by pluginandplay.
Hello @darkmaso
Any update?
Hello,
Here you can find our plugin: https://screenshots.firefox.com/JO0KbdzX7D7UMG13/photos.google.com
I have found that you are using lots of plugins BUT your FTP showing few plugins. Are you accessing right FTP?
Hello @darkmaso
Can you please share the plugin that you are using with a screenshot (under plugin section)?
Hello @darkmaso
Ok i have one solution where you can achieve this. I have made a small change in grid shortcode file the :
blog-designer-pack –> includes –> Shortcodes –> bdp-post.php
Open this file and go to line #90 where i have added aoperator=> 'AND'Here is old code:
if($cat != "") { $args['tax_query'] = array( array( 'taxonomy' => BDP_CAT, 'field' => 'term_id', 'terms' => $cat, )); }Here is updated code:
if($cat != "") { $args['tax_query'] = array( array( 'taxonomy' => BDP_CAT, 'field' => 'term_id', 'terms' => $cat, 'operator' => 'AND', )); }Hello @darkmaso
Ok i have one solution where you can achieve this. I have made a small change in grid shortcode file the :
blog-designer-pack –> includes –> Shortcodes –> bdp-post.php
Open this file and go to line #90 where i have added aoperator=> 'AND'Here is old code:
if($cat != "") { $args['tax_query'] = array( array( 'taxonomy' => BDP_CAT, 'field' => 'term_id', 'terms' => $cat, )); }Here is updated code:
if($cat != "") { $args['tax_query'] = array( array( 'taxonomy' => BDP_CAT, 'field' => 'term_id', 'terms' => $cat, 'operator' => 'AND', )); }- This reply was modified 7 years, 8 months ago by pluginandplay.
- This reply was modified 7 years, 8 months ago by pluginandplay.
- This reply was modified 7 years, 8 months ago by pluginandplay.
- This reply was modified 7 years, 8 months ago by pluginandplay.
Hello,
Sorry its not possible or i need to check in deep 🙂
Hello,
When you add the category parameter in the shortcode and pass the multiple category ids, then it will show the posts of respective categories.
For eg : if you are using
category="1"then plugin will show posts added in category id=1 and if you usecategory="1,2,3"then plugin will show all posts for category ids = 1,2,3Hello,
I had given you instruction about how you can translate the plugin (blog designer) text strings. I can not tell you regrading the other plugins.