apdmanage
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact Form Not Appearing ProperlyThanks for your input Antoine! I’ll mark this topic as resolved. I really appreciate everyone’s input on this.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form Not Appearing ProperlyAhh okay thanks for your input bpahe. I thought it was something I did to my site when I was coding it but glad to hear I’m not alone.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form Not Appearing ProperlyGreetings Takayuki,
You can find the site at https://alertprotective.com
Thanks! @guicmazeredo I was able to remove the duplicate I’ll be marking this post as resolved. Thanks again!
Issue has been resolved. I had to fix the wp-config.php file.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce “Sign-Up Fee” Translation ChangeAlright so here is the update on the situation, I finally managed to switch the “sign-up fee” into “Equipment Cost”. LocoTranslate couldn’t help me solve the issue since the current theme I have on my site would override the code so I had to do it manually.
After I got connected to my site FTP I had to go though site files using FileZilla from there I was able to edit the function.php file that was located under my wp-content file.
I inserted this code:
/* Change sign-up fee to Equipment Cost */
function sign_up_fee_to_equipment_cost($translated_text, $text, $domain) {
if ($translated_text === ‘sign-up fee’){
$translated_text = __(‘Equipment Cost’, ‘woocommerce-subscriptions’);
}
return $translated_text;
}add_filter(‘gettext’, ‘sign_up_fee_to_equipment_cost’, 20, 3);`
And it worked out perfectly. Now that this issue is fixed I’ll marked this forum as resolved.
Thanks for the response @danielinhou Mail Poet is running smoothly now. I’ll mark this post as resolved.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce “Sign-Up Fee” Translation ChangeAfter speaking with a rep from WooCommerce I was told to ask my question through Loco Translation forum. I’m going to ask my question there and see what response I’ll get. I will keep this forum updated on the status of the solution.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce “Sign-Up Fee” Translation ChangeHello @ihereira,
My apologies on the late response, I completely over looked your message. I’ve tried using the Say What and Loco Translate plugins you mentioned but I’m still having trouble altering the text on my website,
Forum: Plugins
In reply to: [WooCommerce] WooCommerce “Sign-Up Fee” Translation ChangeSite is back up
Forum: Plugins
In reply to: [WooCommerce] WooCommerce “Sign-Up Fee” Translation ChangeCurrently my site is having some maintenance issues, I will update everyone on the site status as soon as the issue is fixed.
Forum: Plugins
In reply to: [WooCommerce] Automatic Variation UpdateWooCommerce finally responded and informed me that the Product Bundles extension could be a solution for me. I’m going to test it out, if I’m not please with it I will take the custom route. Thank you all for your input I will mark this forum as resolved.
Forum: Plugins
In reply to: [WooCommerce] Automatic Variation UpdateHi @rainfallnixfig,
I will keep the forum informed on the progress and thanks for letting me know about WooCommerce developer customization option. I will definitely go with that option if the Advance Product Variation plugin does not work.
Forum: Plugins
In reply to: [WooCommerce] Automatic Variation UpdateJust submitted my ticket request so hopefully I’ll be able to find a solution. And this did provide clarity. Sadly I tried Woo Update Variations In Cart plugin but it did not work for my site.
Thanks again!!!
Forum: Plugins
In reply to: [WooCommerce] Automatic Variation UpdateHi,
Thanks for the quick response and yes you are correct. I think I will try those options but I think I’m still going to leave this forum open to see if there is any other options. I know those plugins cost and I’ve already spent some money on some add ons that did not work out for me.