G4Wheeler
Forum Replies Created
-
Forum: Plugins
In reply to: [Popups for Divi] Popup not popping up.Thank you for your assistance. That’s was the issue. I was using the full url morel like an anchor tag rather than a trigger. Its working now.
Thanks and have a great day.
Forum: Plugins
In reply to: [Popups for Divi] Popup not popping up.Rohit, thanks for replying. The trigger on the page is the button that says “Sign up today” It is using this URL: https://g4luxurydesign.com/free-masterclass/#video (Down below the videos) – The Divi Areas pro is a paid plugin and should not be required in order for the popup to work. The theme is now updated but that did not help it seems. Please advise.
Forum: Plugins
In reply to: [WC Fields Factory] Checkout Fields in emailsOK, done. thanks for the advice.
Forum: Plugins
In reply to: [WC Fields Factory] Checkout Fields in emailsthanks
Forum: Plugins
In reply to: [WC Fields Factory] Checkout Fields in emailsFollowing up on this as we need to get this working asap. I have no access to any key for this plugin. i have looked in every spot I could in the settings and there are no keys displayed. Please advise as to how I can get the key needed to get this script to work.
Forum: Plugins
In reply to: [WC Fields Factory] Checkout Fields in emailsKey? Where would I get this key from. It was a free download in the repository and there is no key displayed anywhere in th settings.
Forum: Plugins
In reply to: [WC Fields Factory] Checkout Fields in emailsHi, so I checked today and I am not getting the error message now.
However, when I add the code and resubmit a test notice, the messaging is not showing up on the confirmation notice.
This is the code at the bottom of my functiions.php you can see yours at the bottom
add_action( 'ava_main_header', 'enfold_customization_header_widget_area' ); function enfold_customization_header_widget_area() { dynamic_sidebar( 'header_left' ); dynamic_sidebar( 'header_right' ); } add_theme_support('avia_template_builder_custom_css'); add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Roboto'] = 'Roboto:400,600,800'; return $fonts; } add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Roboto'] = 'Roboto:400,600,800'; return $fonts; } /** * Sort the WC Shipping rates from low to high */ function ace_sort_woocommerce_available_shipping_methods( $rates, $package ) { uasort( $rates, function($a, $b) { return $b->get_cost() < $a->get_cost(); }); return $rates; } add_filter( 'woocommerce_package_rates' , 'ace_sort_woocommerce_available_shipping_methods', 10, 2 ); /** * Add custom fields to email notice */ function add_fields_on_order_email($_fields = array(), $_sent_to_admin, $_order) { if ($_sent_to_admin) { $_fields["Your Field Label"] = get_post_meta($_order->get_id(), "_custom_{Your Custom Field's Key}", true); } return $_fields; } add_filter("woocommerce_email_order_meta_fields", "add_fields_on_order_email", 10, 3);
Forum: Plugins
In reply to: [WC Fields Factory] Checkout Fields in emailsFollowing up on this. Please advise as to the Syntax error above. Any suggestions as to why we get this when we add the code your provided?
Forum: Plugins
In reply to: [WC Fields Factory] Checkout Fields in emailsThanks for the reply. When we add this code to the functions file we get the following error. I am not sure why.
syntax error, unexpected ‘&’, expecting ‘]’
Please advise. Thanks!`
Oh, yes, you are correct. Thanks. i will reach out to their support.
Forum: Reviews
In reply to: [Theme My Login] update will break the site. But at least you are warned.In this case, definitely not an upgrade, and there is no warning if you do the update via the wordpress updates screen.