Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1367637

    Hello,

    As you can see in the screenshot attached, the text is the same color as the background. Is there a quick fix for that that won’t interfere with other parts of your theme?

    Thank you,

    Jas

    #1367638

    I also wanted to add this issue with font color…

    When I fill in the fields in the contact form on the CONNECT page the font is grey. I’d like the sample font to be grey but when someone enters their contact info and message I’d like the font to be white instead of the correct grey. Please see screenshots below…

    Thanks,

    Jas

    #1367668

    Hi,

    Thank you for the inquiry.

    We are not able to check the site because it is currently not accessible, may need to login first. For the meantime, you can try this css code to adjust the color of the post title in the AJAX search.

    .header_color .av_ajax_search_title {
        color: #ffffff;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1367723

    Hi Ismael,

    The site is accessible, but there are a few countries that are blocked due to hacking attempts such as Russia, Nigeria and several others. If you cannot see the website then it’s because you are in a country that is blocked. If you can’t get to the site can you use a VPN?

    This was already added a long time ago, but never worked. I added !important and that didn’t work either.
    You can see it in Appearance > Them File Editor

    .header_color .ajax_search_title {
    	color: #ffffff !important
    }

    I toggled css and javascript file compression off and on. Actually css compression was off, but I toggled it on and off and back on again.

    PS There are 2 requests in my initial 2 messages above. And you can see the 2 screenshots below.

    Thanks,

    Jas

    #1367770

    Hi,

    Thank you for the update.

    We added the css code again and disabled the Enfold > Performance > File Compression settings but the css modification is still not loading correctly. The css works when we apply it directly in the browser.

    Did you install any cache or compression plugins? Please disable them temporarily.

    // https://1drv.ms/u/s!AjjTfXSRbKTvyTGrV4GuWZO9B9Jv?e=RnIVwz

    Best regards,
    Ismael

    #1367774

    Hi @Ismael Thanks for trying…

    There are no cache or compression plugins installed. I have Jetpack installed, but I ONLY have lazy loading and see down notifications turned on – no other options in that plugin.

    I do have Cloudflare CDN, but that is for mages only.

    All CSS has worked for several years. I’m not sure why this is a problem.

    Also, any luck on the CONNECT page changing the field user entered text to white?

    Any ideas?

    Also would you mind deleting the screenshot above and reposting in the private section? Thank you.

    Jas

    #1367802

    Hi,
    Thanks for the login, I found the ajax search title class in the Quick CSS was incorrect, Ismael posted: .av_ajax_search_title, but I found: .ajax_search_title, I corrected and now it works.
    For your contact form I added this css:

    #top #main .alternate_color .input-text, #top #main .alternate_color input[type='text'], #top #main .alternate_color input[type='input'], #top #main .alternate_color input[type='password'], #top #main .alternate_color input[type='email'], #top #main .alternate_color input[type='number'], #top #main .alternate_color input[type='url'], #top #main .alternate_color input[type='tel'], #top #main .alternate_color input[type='search'], #top #main .alternate_color textarea, #top #main .alternate_color select {
        color: #fff;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    #1367903

    Hey @Mike ! Thanks so much for your help.

    One question, on this site, instead of putting Css into QuickCSS, I have been putting 99% of the CSS into Appearance > Theme File Editor > style.css

    I cut and pasted your css from QuickCSS to Appearance > Theme File Editor > style.css and… it did not work. I cleared the server cache and tried 3 browsers.

    Can you explain to me why this would not work in style.css? I need to know this because it has happened before.

    Do I have some conflicting CSS in style.css and when I put it in QuickCSS it overrides that somehow?

    Would you mind taking a look at Appearance > Theme File Editor > style.css and telling me if anything in there is conflicting? I have it well organized with title headings throughout.

    I put everything back in QuickCSS the way you had it and it works, but I’d like to know why I can’t move it to style.css

    Thank you,

    Jas

    #1367946

    Hi,
    Thank you for the link to your site, I see an error for “rocket-loader” on your site but I don’t see a plugin for this, this sounds like a caching script but I’m not sure, do you recognize it? Does your server use a “object” cache such as Memcached, Redis, Varnish, Litespeed?
    2022-10-07_001.jpg
    I’m not sure if it is related. I didn’t find any errors in your child theme style.css, but I did find that if you enable CSS File Merging And Compression your style.css works.
    Or if you change the Enfold Theme Options ▸ General Layout ▸ Alternate Content Secondary Font Color to white the form text & placeholders become white, but I don’t think that you wanted the placeholders white.
    I tested the child theme style.css on my demo site but couldn’t reproduce this issue, so by default the child theme style.css is working correctly.

    Best regards,
    Mike

    #1368025

    Hi @Mike

    rocket-loader is a CloudFlare function I use that for CDN image processing and distribution.

    I moved everything from QuickCSS to style.css and it works.

    Please leave the ticket open for a couple of days so I can make sure it sticks in case the Cloudflare cache clear and does something odd.

    Thanks so much for taking the tie to check it out!

    Jas

    #1368040

    Hi,

    Thanks for the update. We’ll leave this thread open for you.

    Best regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.