webvd
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Credits] Where are credits stored in the database?Got it. wp_usermeta > ID (#) > _download_credits > AMOUNT
Forum: Plugins
In reply to: [Customer Email Verification for WooCommerce] Verification Not WorkingFor me it is working after the update. Thank you.
Forum: Plugins
In reply to: [Customer Email Verification for WooCommerce] Verification Not WorkingSame issue, tought re-saving permalinks will solve thise but it didn’t work. Anyone?
When debugging is on this is the error I got:
Fatal error: Uncaught Error: Call to a member function get_id() on bool in /var/www/vhosts/websiteurl.com/httpdocs/demos/sr/wp-content/plugins/uni-woo-custom-product-options/includes/class-uni-cpo-product.php:543 Stack trace: #0 /var/www/vhosts/websiteurl.com/httpdocs/demos/sr/wp-content/plugins/uni-woo-custom-product-options/includes/class-uni-cpo-product.php(518): Uni_Cpo_Product::is_post_editable() #1 /var/www/vhosts/websiteurl.com/httpdocs/demos/sr/wp-content/plugins/uni-woo-custom-product-options/includes/class-uni-cpo-product.php(135): Uni_Cpo_Product::is_builder_active() #2 /var/www/vhosts/websiteurl.com/httpdocs/demos/sr/wp-includes/class-wp-hook.php(287): Uni_Cpo_Product::display_options('') #3 /var/www/vhosts/websiteurl.com/httpdocs/demos/sr/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(NULL, Array) #4 /var/www/vhosts/websiteurl.com/httpdocs/demos/sr/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #5 /var/www/vhosts/map in /var/www/vhosts/websiteurl.com/httpdocs/demos/sr/wp-content/plugins/uni-woo-custom-product-options/includes/class-uni-cpo-product.php on line 543I’m hiding fields based on conditions, but that tab is working correctly. Another tab where no fields are hidden, I’m unable to save to changes for some reason and from the admin account I’m able to save them. So also that is not the issue, otherwise the one with conditons should not work and the other one without conditions should work.
Thank you for your reply,
I understand but a strange thing is, as admin I’m able to save fields all the time. Because for me it does not matter if not all the fields are filled in. And even if they are all filled in it is working.
As normal user I’m able to save a few profile groups (when there are not to much fields in there). The button is not disabled but is just noth doing anything. The theme is made by me, and I’m sure there are no functions who make this save button not working.
I will check in the log. Thanks.
Forum: Plugins
In reply to: [Livemesh SiteOrigin Widgets] Autoactivate widget after plugin activationI will, thanks.
This works great!
Thank you.
Regards,
ChristiaanHi @sanzeeb3,
thank you for the reply.
The form created with the plugin (Contact form 7) has nothing to do with the registration form. The idea is, we use this plugin to apply on a job. People registrar to apply on jobs. Then the input fields get auto-filled with the value’s of the user which are filled in on registration. For normal user metakeys it works fine: https://contactform7.com/setting-default-values-to-the-logged-in-user/ but for the fields created with your plugin it is not working and the fields stay empty.Thanks!
Regards.Send the plugin makers an e-mail and they solved my problem.
Thanks!
Add this code to the functions.php
/** * Progression Bar Add Single Campaign For Summary */ function en_add_progress_bar_before_summary() { add_action( 'charitable_campaign_summary', 'charitable_template_campaign_progress_bar', 7 ); } add_action( 'after_setup_theme', 'en_add_progress_bar_before_summary', 11 );- This reply was modified 8 years, 2 months ago by webvd.