Farhan Farrukh
Forum Replies Created
-
Forum: Plugins
In reply to: [Min and Max Purchase for WooCommerce] Conflicting with wc_print_noticesOnce the payment is rejected the user is redirected to the checkout page in case if they have provided a wrong billing address. Is there a way to disable wc_clear_notices() on checkout if someone wants it disabled?
Forum: Plugins
In reply to: [Min and Max Purchase for WooCommerce] Conflicting with wc_print_noticesI meant to say my payment gateway plugin which uses
wc_add_notice($errorMessage, 'error');to show error messages on the checkout page.
Forum: Plugins
In reply to: [Membership 2] Having issue with wp_list_pagesBojan you are a life saver Thank you very much. I have applied the fixed and it is working like a charm now.
Sorry I wasn’t aware that I was not allowed to post emails here but thank you so much for considering my deadline and making efforts to send me the fix.
You guys rock awesome support
Thank you
Regards,
FarhanForum: Plugins
In reply to: [Membership 2] Having issue with wp_list_pagesHi Bojan
My Client has asked us to do a deployment on Friday. If the fix is not going to be available by firday can I request you to please ask for the code so that I can fix it manually and once the update is available I will replace it with the latest version of the plugin.
If you can send me the code to the following email I will be really thankful to you [email protected]
Regards,
FarhanForum: Plugins
In reply to: [Membership 2] Having issue with wp_list_pagesThank you very much Bojan
Much AppreciatedForum: Plugins
In reply to: [Membership 2] Failed upgrade IssueOverwriting the plugin files still doesn’t allow me to activate the plugin 🙁 when trying to activate the plugin I get
This web page has a redirect loop
Any thoughts?
Forum: Plugins
In reply to: [Membership 2] Having issue with wp_list_pagesThank you very much
Any Idea when this will be fixed and available? Or is it possible for you provide me with a temporary patch which I can use so that my client can go live with it.
Thank you very much once again for you help.
Regards,
FarhanForum: Plugins
In reply to: [Membership 2] Having issue with wp_list_pagesHi,
Please find the the link below to the page where I’m trying to get a list of posts:
You will not be able to see the lists but once logged in as admin I can see the list or if I disable the plugin I get the right behaviour.
Before you ask I have removed all add-on and still can’t see the list publically. I have also tested it by disabling all plugins but still it only shows when you are logged in as Admin.
I’m just calling
wp_list_pages('title_li=&echo=0&sort_order=ASC&post_type=explanatory-material');To get all posts from my custom post type
Forum: Plugins
In reply to: [Membership 2] Having issue with wp_list_pagesHi Bojan
Thank you very much for coming back. I’m not using the Category Protection Add on. The Addons I’m using are
Member Capabilities
Protect Special Pages
Redirect Control
URL ProtectionI’m also on the latest version of Plugin
Forum: Plugins
In reply to: [Easy Timeout Session] Plugin function clarificationAgain the same question what Peter asked above? Does this plugin log you out after a set amount of time being idle or does it just logout the user after the time specified ???
Forum: Plugins
In reply to: [PayPal for WooCommerce] Page keeps on loading on place order buttonThank you so much the problem is resolved
Forum: Plugins
In reply to: [PayPal for WooCommerce] Page keeps on loading on place order buttonOh thank you enabling the WP_DEBUG showed me the problem as for some reason curl wasn’t install.
Forum: Plugins
In reply to: [PayPal for WooCommerce] Page keeps on loading on place order buttonPreviouly, I was using 1.1.5.3 and it was working fine as I was taken to the paypal pages but now it is not taking me anywhere.
Forum: Plugins
In reply to: [TinyMCE Color Picker] Not displaying with Black Studio TinyMCE WidgetI am having the same problem what was the solution to it? Can you please help?
Forum: Plugins
In reply to: [Kento Splash Screen] Javascript ErrorsI’m still getting this JavaScript error back
Uncaught TypeError: Object [object Object] has no method ‘wpColorPicker’
you can see this error in your demo as well by going to inspect element and then console
http://kentothemes.com/demo/kento-splash-screen/kento-splash-screen/
I’m using chrome to test this 🙂