iqbal1486
Forum Replies Created
-
is it possible to add cc on on_sent_ok ?
please help.Forum: Plugins
In reply to: [Download Manager] file type icon besides the link of download?thank you..@ Shaon
We have sorted it out. ??done … thank you..
plz help
no one..?solved this error.
need to change the hook name in a given file on line no: 29
wc-vendors/classes/front/class-vendor-shop.phpchange this filter:
add_filter( ‘post_type_archive_link’, array( ‘WCV_Vendor_Shop’, ‘change_archive_link’ ) );
to this:add_filter( ‘admin_init’, array( ‘WCV_Vendor_Shop’, ‘change_archive_link’ ) );
Forum: Plugins
In reply to: [WooCommerce] get product image using product id?It helps lot ..
Thnks for response.. ??Forum: Fixing WordPress
In reply to: Visual Composer Admin problemsame problem here..
I am using the woocommerce plugin and subscription plugin..
due to this warning i am unable to create a variable subscription products?
Plz help…Thanks for your kind reply…
it work in local even..
is it possible to redirect to the same page when user click on subscribe, rather then displaying the message in a new page.?it works in live…
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] login form on forum page?thank you..
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] login form on forum page?do_action( ‘wordpress_social_login’ )
this work..
thank you….
but i m getting error (i.e. You cannot access this page directly)
i have search it and result in php session error
how to solve this error?Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] login form on forum page?This will clear my idea
https://awesomescreenshot.com/0383jgxjedForum: Plugins
In reply to: [AnsPress - Question and answer plugin] login form on forum page?social button are not displaying…i have already installed wordpress social login plugin….
i need a form through which user can login using there social account
is it possible?
plz help…Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] login form on forum page?k..i will try it and let you know….Thank you
Forum: Plugins
In reply to: [AnsPress - Question and answer plugin] login form on forum page?thank a lot for your kind reply….
so i need to place this function in a template files where ever i want to use login form ???