• Resolved ClarkPlaysGuitar

    (@clarkplaysguitar)


    Hi all, when I upgraded to 3.6 my site crashed, and luckily my hosting service was able to help me get things back up. But – they could not get my theme (2010 Weaver v1.5.4) to come back up. Once I could log in to WP they left me on my own. So I went in, noodled around, and figured out how to get everything back to how it had been, with one exception. I have a text box in the primary widget area that contains code from MailChimp for my email sign-up. The first field is white & entered text is black, which is fine. The second field is gray and any text entered is also gray, making it invisible.

    MailChimp says “WordPress issue, you’re on your own,” and the Weaver site is really, really hosed up at the moment & I can’t ask them because of their own site issues.

    It’s been over a year since I did anything in the editor, so I am clueless as to potential solutions. Stuff I’ve found on this forum doesn’t seen to apply to the Weaver theme, so anyone with some ideas please let me know!

    My site: http://www.ClarkPlaysGuitar.com/

    Look at the email sign-up (“Join the secret club”) on the right, you’ll see what I mean. I had a similar issue a couple years back with my contact form page, but I cannot remember anything about how I fixed it.

    Thanks in advance!
    Clark

Viewing 8 replies - 1 through 8 (of 8 total)
  • Coders use something like Firebug to “Inspect Element” so they can know where to find something, but I search my sheet for color numbers and then try them here http://www.colorhexa.com/ while figuring out which one displays where.

    I have no idea about this Weaver theme, but you have two options.

    1. Edit the style-weaver.css file and locate this CSS class:

    input[type="text"], textarea, input[type="submit"] {
    [...]
    }

    And edit it to this:

    input[type="text"], textarea, input[type="submit"] {
        background: none repeat scroll 0% 0% rgb(255, 255, 255);
    }

    2. Open up your style.css and find this:
    input[type="text"], textarea {

    For the “background” property, use this:
    background: none repeat scroll 0% 0% rgb(249, 249, 249) !important;

    It’s a bit of a hack, but it should work for you. 🙂

    @joe Manna – Modifying theme files is NOT a good approach – as changes will be lost when the theme is updated. Changes should be made in a child theme or custom CSS option or plugin.

    @clarkplaysguitar – the best place for help with Weaver theme is on the developer’s dedicated forums here:

    http://weavertheme.com/forum/

    @wp Yogi – Agreed. I wasn’t aware of the Weaver theme. Thanks!

    Thread Starter ClarkPlaysGuitar

    (@clarkplaysguitar)

    To everyone that has replied – thank you for your input. @wp Yogi – I couldn’t get anything from weavertheme.com to come up yesterday, all I got was “site down for maintenance” or the 500 internal server error when I went there, but the link is working today, so I will definitely reach out there. Apparently they got hacked a week or so back and are still recovering.

    I was hoping someone here would have a quick & easy solution, but no doubt the weaver forum will be able to point me in the right direction.

    Thanks again to everyone that replied. 🙂

    Clark

    Yes, they’ve had some problems lately – though I did check the forum before posting that here.

    The solution above may work fine but that CSS should be ADDED to a custom CSS or child theme – to avoid modifying theme files – that’s what I was trying to say above. Sorry if it wasn’t very clear.

    I think Weaver theme has a custom CSS option built into the theme so try adding that code there.

    I also just wanted you to have benefit of the forums (assuming they are back up) – as the developer offers top-notch help there :).

    Thread Starter ClarkPlaysGuitar

    (@clarkplaysguitar)

    @wpyogi – Oh, no worries! I knew better than to mess with the style css, and like I said earlier, the Weaver forum was one of the first places I went & they were down at that point. And I was impatient, on top of it.

    So here’s what I did: I just grabbed the latest Weaver theme (Weaver II v2.0) and installed that, rather than digging into where the code issue was. Lazy, probably, but wow – easy as pie to tweak the widgets, etc. And now my site is totally presentable again.

    Thanks again, everybody, for your replies. And @wpyogi, you’re right – Bruce is a champ, & Weaver support is great.

    Best wishes,
    Clark

    Awesome – good going all around!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do I change field & font color in text widget?’ is closed to new replies.