-
AuthorPosts
-
June 22, 2020 at 3:37 pm #1224613
Good day,
I’m hoping someone can help me, my website http://www.stonedynamicsgallery.com is not showing up correctly on the home page (see screen shot) – I have been having problems with contact forms too not delivering messages at all, but can’t seem to de-bug as when I activate de-bugging mode in wp-config, nothing is displaying, I’m sure it’s probably all related but my knowledge not enough to find the cause. It’s displaying like that in all web browsers.
define(‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, true );
define( ‘SCRIPT_DEBUG’, true );I’d appreciate any feedback (login credentials in private)
June 23, 2020 at 6:28 am #1224776Hey tadpohl,
Thanks for that. About the text; what happens if you select to use a different colour in the styling tab in the element option?
About your contact form, please refer to this: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Best regards,
RikardJune 23, 2020 at 7:58 pm #1224941Thanks Rikard,
I’ll check that link out re: the contact form.
Regarding the styling tab in the element option, I’ve selected a custom colour and that seems to have done the trick and the text is displaying now, although the link colours have also been changed to the same custom colour as the rest of the text.
Brad
June 29, 2020 at 9:37 am #1226334Hi,
Thank you for the update.
You can use this css code to adjust the color of the links.
.alternate_color a, .alternate_color .widget_first, .alternate_color strong, .alternate_color b, .alternate_color b a, .alternate_color strong a, .alternate_color #js_sort_items a:hover, .alternate_color #js_sort_items a.active_sort, .alternate_color .av-sort-by-term a.active_sort, .alternate_color .special_amp, .alternate_color .taglist a.activeFilter, .alternate_color #commentform .required, #top .alternate_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .alternate_color .blog-categories a, .html_elegant-blog #top .alternate_color .blog-categories a:hover { color: #6786a1 !important; }
Please add it in the Quick CSS field or the child theme’s style.css file, and toggle the Performance > File Compression settings afterwards.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.