This topic has 8 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp
hello,
I would like some help with the following issues:
1. The widget titles on footer are black. How can I change the font color to white like the blog widget?
2. After going live google map is not working on the contact page. Is there any setting for this?
3. I would like to remove the Website field from contact form and add a telephone field.
4. At the page /checkout/ I would like to change the translation of the button submit order under the checkbox terms but I can’t find where is this text to change it.
Thank you very much,
Hello,
1. Add this code in Global Custom CSS section:
.main-footer.text-color-default .wpb_widgetised_column_heading {
color: #fff !important;
}
2. Update Ultimate VC Addons plugin https://www.8theme.com/download-plugins/ and follow this instruction https://docs.brainstormforce.com/how-to-create-google-api-key-in-order-to-make-the-google-map-element-work/ .
3. You need edit the file wp-content/themes/royal/framework/shortcodes.php in line 463 and the file theme-functions.php (find the section “Send message from contact form” in line 1362).
Make changes in child theme https://codex.wordpress.org/Child_Themes not to lose modifications after theme update.
4. Check Woocommerce .po file in wp-content/languages/plugins directory.
Best regards,
Jack Richardson.
Thank you very much.
Just one more question
You wrote “and the file theme-functions.php (find the section “Send message from contact form” in line 1362).”
I changed the label “website” at the file shortcodes.php
I ‘m not sure what I need to change at theme-functions.php
Thank you
Hello,
Have you changed only label “Website” http://prntscr.com/bsvfol or these attributes too http://prntscr.com/bsvg4x ?
If you changed attributes too then you need edit theme-functions.php file:
http://prntscr.com/bsvgjy
Regards,
Eva Kemp.
Yes, I’ve changed only the label.
Thank you very much
Hello,
Then you don’t need edit theme-functions.php file.
Regards,
Eva Kemp.
Thank you very much for your time
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘footer widget titles, google maps, contact form’' has been successfully resolved, and the topic is now closed for further responses