Aftab Husain
Forum Replies Created
-
Forum: Plugins
In reply to: [Category and Taxonomy Image] help. where does this code go?Hi,
Thanks for choosing my plugin.
$term_id is id for that term /category for which you want to get the image.
You need not to set $term_id . You just need to put the of category / term in variable $$term_id .
Hope this will help.
If you are still facing issue. I am here to help you. Also you can find me on amu02.aftab [at] gmail .
Thanks,
AftabForum: Plugins
In reply to: [Client Logo Carousel] endless belt motionHi,
Infinite Loop feature is only available in the v2 of the Owl Carousel library which is still in Beta.
I will update the plugin once the v2 is official.Thanks,
AftabForum: Plugins
In reply to: [Client Logo Carousel] nod find short code after add new logoHi,
Thanks for choosing my plugin.
You can put shortcode php template as we will as editor.For details please see https://www.ads-software.com/plugins/wp-client-logo-carousel/installation/
Hope this will help.
Thanks,
Aftab- This reply was modified 8 years, 2 months ago by Aftab Husain.
Forum: Plugins
In reply to: [Client Logo Carousel] Warning: Illegal string offset 'category'Hi,
I have not received response for a long time.
So I am making this issue as resolved.Thanks,
AftabForum: Plugins
In reply to: [Client Logo Carousel] Photos aren't showing upHi,
I have not received response for a long time.
So I am making this issue as resolved.Thanks,
AftabForum: Plugins
In reply to: [Client Logo Carousel] carousel not displaying/console shows error messageHi,
I have not received response for a long time.
So I am making this issue as resolved.Thanks,
AftabForum: Plugins
In reply to: [Category and Taxonomy Meta Fields] Please help with correct php codeHi,
You can use below code to output meta value for ‘suki’
if (function_exists('wp_get_terms_meta')) { $MetaValue = wp_get_terms_meta($category_id, 'suki' ,true); } // Be sure $category_id is 'category/term id' , you are putting correct. //meta value for meta key $meta_key echo $metaValue;
Thanks,
AftabForum: Plugins
In reply to: [Category and Taxonomy Meta Fields] How to outputHi,
Above code will be used in PHP template. It is not for editor.
You can put the code in php page where you want to get the output.Hope this will help. If you are still facing issues catch me on email amu02.aftab at gmail dot com. There I can better help you.
Thanks,
AftabForum: Plugins
In reply to: [Client Logo Carousel] Warning: Illegal string offset 'category'Yes, latest version is 3.0.0 .
If I can access your wp-admin I can check the issue. For detail you can catch me on amu02.aftab at gmail dot com.Thanks,
AftabForum: Plugins
In reply to: [Hide Admin Bar From Front End] Cant get to work with 4.6Hi,
Thanks for choosing my plugin.
After installing and activating the setting admin bar from front end will hide.After logged out admin bar will not be seen as it is default feature of wordpress.
Hope this will help
Thanks
AftabForum: Plugins
In reply to: [Simple Registration Form] Confirmation EmailHi,
Thanks for choosing my plugin.
This is very simple registration plugin. Confirmation email feature is not available in the plugin . But you can add this feature with small customization in plugin.Hope this will help. I am always here if you are facing any issue.
Thanks
AftabForum: Plugins
In reply to: [Client Logo Carousel] Warning: Illegal string offset 'category'Hi Giovanna,
Thanks for choosing my plugin.
This issue was coming in my old version on plugin.
Please update with latest version of plugin and let me know if you are still getting the issue.
I am always here to help you.Thanks,
AftabForum: Plugins
In reply to: [Client Logo Carousel] Photos aren't showing upHi,
Thanks for choosing my plugin.
I checked you site carousel is showing on the page. I think you got the solution.I noticed that you have uploaded different sized logo so slider is not looking good. It will better that if you will upload sames sized image for good output.
Thanks
AftabForum: Plugins
In reply to: [Category and Taxonomy Meta Fields] How to outputHi,
Thanks for choosing my plugin.
By passing category id or term id in below function you can get the output .<?php if (function_exists('wp_get_terms_meta')) { $MetaValue = wp_get_terms_meta($category_id, $meta_key ,true); } //meta value for meta key $meta_key echo $metaValue; ?>
Hope this will help . if you are still facing any issue , I am always here to help you .
Thanks
AftabForum: Plugins
In reply to: [Client Logo Carousel] How to call shortcode to my php template file?@bmtriet .. Currently this feature is not available in the plugin with single shortcode. Item count setting is globally for all carousel from settings in back end .
To put the parameters in the shortcode you will have to customize the plugin.
Thanks
Aftab