Tagged: 

Viewing 9 posts - 41 through 49 (of 49 total)
  • Author
    Posts
  • #40013
    Heather Spencer
    Guest

    Hi Jesse,
    Hope all is well. I finally finished the site. That was a lot more work that I could have ever imagined when I first started, but what a wonderful learning experience. And very seriously, I couldn’t have done it without you. I’m hoping you’ll have a look and let me know what you think, and my offer still stands. If there’s anything at all that you would like, please let me know and I’ll send it to you.
    Thank you again for everything.
    All the Best,
    Heather

    #40017
    Heather Spencer
    Guest

    Hi Jesse,
    Looks like I need to slip one more in. How can I change the color of the linked directory items in the ” Let’s Shop ” side widget ? I was checking the mobile site and that menu goes to the bottom of the page, so I’m getting a light blue on light blue.
    Thanks,
    Heather

    #40030
    Jesse Owens
    Keymaster

    Hi Heather-

    Glad to hear it! I’d probably go with white for best readability against the blue gradient, and maybe with a little thicker font. Try this:

    aside.woocommerce li a {
        color: white;
        font-weight: bold;
    }
    
    #40041
    Heather Spencer
    Guest

    Oh, that’s sooooo much better, thank you ! OK, now I need to do the same thing with the footer menu. Can you help me with that one too ?
    Thank again !

    #40044
    Joseph W
    Keymaster

    Hi Heather!

    You should be able to target the items in your footer menu directly with this CSS:

    .palette-primary .site-footer .menu-items .menu-item > a {
      color: white;
      font-weight: bold;
    }

    Hopefully that helps you get the colors appropriately for those items and please let us know if there is anything else that we can do to help!

    #40048
    Heather Spencer
    Guest

    Hi Joseph,
    Thank you for getting back to me so quickly, and yeah, it works.
    Have a great day !

    #40051
    Heather Spencer
    Guest

    Hi Joseph,
    Hopefully, you can help me with one other issue. I added animated text in the widget below the header. It works on all the pages except the homepage. I asked the developer if he had any ideas why this was happening, and this was his response

    ” There are no plugin scripts on the home page “- There was more, but for some reason your security is blocking it.

    The only thing he could recommend was to deactivate any optimizing plugins, which I did, but it didn’t solve the problem. Do you have any thoughts ?

    Thanks,
    Heather

    #40083
    Jesse Owens
    Keymaster

    Hi Heather-

    I’m in agreement with your developer, the Easy Textillate plugin’s JavaScript and CSS files are absent on your front page. I checked out that plugin, and from what I can tell it normally includes its assets on every page of the site, regardless of whether there is actually a shortcode present, so it should be working.

    You mentioned that you tried deactivating your optimization plugins, did that include the “Asset Cleanup” plugin? From what I understand, it disables assets when it thinks that they’re not being used on the page, and even includes the ability to unload specific assets on your home page. I’d double-check that Asset Cleanup isn’t disabling Easy Textillate’s files on your homepage.

    #40099
    Heather Spencer
    Guest

    Well Jesse,
    You were absolutely right, it was the Asset Cleanup. That plugin was unloaded on the home page. Everything is working great now.
    Thank you again, and have a great weekend !

Viewing 9 posts - 41 through 49 (of 49 total)
  • The topic ‘WooCommerce Add to Cart Button Placement’ is closed to new replies.