Deepak Sharma
Forum Replies Created
-
Thank you for your grate help…
I would like to know whether any plugin is available for server side to charge the token generated by stripe? Here is the list of plugins stripe gave me for using in wordpress. Can you suggest which one works well ?
As I can’t found any plugin for woocommerce from the list provided.
Hi
I have done this to add additional class for selected thumbnail style
jQuery(document).ready(function() {
jQuery(‘.yith_magnifier_thumbnail img’).each( function() {
jQuery(this).click( function() {
jQuery(this).removeClass(‘current’);
jQuery(this).addClass(‘current’);
});
});
});Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Active thumbnail imageHi
I have find done this to add additional class for selected thumbnail you will please use this jquery function for it :
jQuery(document).ready(function() {
jQuery(‘.yith_magnifier_thumbnail img’).each( function() {
jQuery(this).click( function() {
jQuery(this).removeClass(‘current’);
jQuery(this).addClass(‘current’);
});
});
});Forum: Plugins
In reply to: [Multiple Sidebar Generator] How to call the sidebar in the pageHi,
Sorry for Let replaying for you..!
Your solution is :
Please download new version of this plugin and go to wordpress Settings > Readings and select Default Sidebar “Widget Area” and create Widget Sidebar in right section on create or edit the page and post and select widget which you have show on your page and post…
Thank You
DeepakForum: Plugins
In reply to: [Rating-Widget: Star Review System] Customize sidebar widgetHi,
I want to customize Top Rating Widget sidebar widget function to add some custom field from the below of the post title but I don’t found the function which use from there.
Please Help for the function to add a custom field in top rating posts.