Arun G
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] Repeated field stopped working!Hi Kev Provance,
Firstly thank you for your quick response & support !The given version has been solved the issue!
Cool! Thanks for fixing the issue!
Yes Using PHP 8.3
Forum: Plugins
In reply to: [LocateAndFilter] Front-end formOh no! Can I get refund? As this plugin is not suitable for my needs.
Forum: Plugins
In reply to: [LocateAndFilter] Front-end formSorry I couldn’t find this option (Set different source for coordinates). I am using Version 1.6.15. Not sure how to update it to Version: 1.7
Forum: Reviews
In reply to: [File Upload Field for Formidable Forms (lite)] Internal Server Error@desolint I am still having this issue
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Quick access bar problemHi @rynald0s!
I tried adding your css to “Additional CSS”. But it doesn’t worked. So have added the following code thru functions.php. Now its perfect!
add_action(‘admin_head’, ‘my_custom_styles’);
function my_custom_styles() {
echo ‘<style>
.woocommerce-layout__header {
position:static;
}
.woocommerce-embed-page #screen-meta, .woocommerce-embed-page #screen-meta-links{
top:1px;
}
</style>’;
}Forum: Plugins
In reply to: [WooCommerce] Woocommerce Quick access bar problemOk, Temporary fix. Thanks
Forum: Plugins
In reply to: [WooCommerce] Woocommerce Quick access bar problemHi Rynald0s
Thanks for your response. Sorry For my late reply.
here is the screenshot https://snipboard.io/V9dNUs.jpgForum: Plugins
In reply to: [WooCommerce] Woocommerce Quick access bar problemI mean the bloat bar. its annoying!
- This reply was modified 4 years, 4 months ago by Arun G.
Forum: Plugins
In reply to: [WooCommerce] Cannot process checkout after update woocommerceFinally I have fixed it. We noticed our two sites having checkout infinite spinning wheel issue. had a lot of work arounds. Then found there was a https redirect in cPanel. Just deleted it from both cPanel and our both sites checkout pages working fine. Hope this will help someone.
- This reply was modified 5 years, 9 months ago by Arun G.
Forum: Plugins
In reply to: [WooCommerce] Cannot process checkout after update woocommerceI have had an another work around. Just copied the whole site to subdomain and checkout is working on it. Really weird. Hope this could be a clue for some experts.
Thank you for your reply. I tried standard registration form and Theme My Login form. The built in ‘Registration Form’ method is working for single list. But I would like to add choices. I tried like this function to add choices to registration form.
function mylist_choice_in_registration() {
<input name=”_mc4wp_lists” value=”1139xxxxxxxx” type=”radio”>
<input name=”_mc4wp_lists” value=”1139xxxxxxxx” type=”radio”>
<input name=”_mc4wp_lists” value=”1139xxxxxxxx” type=”radio”>
}
add_action( ‘register_form’, ‘mylist_choice_in_registration’ );Forum: Plugins
In reply to: [Custom Post Type UI] Temporarly Disable / Hide custom post typesSolved
Forum: Plugins
In reply to: [Custom Post Type UI] Temporarly Disable / Hide custom post typesOh I found it, Show UI => False