Tagged: WooCommerce
-
AuthorPosts
-
July 1, 2021 at 12:06 pm #40013Heather SpencerGuest
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,
HeatherJuly 1, 2021 at 12:06 pm #40017Heather SpencerGuestHi 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,
HeatherJuly 1, 2021 at 12:09 pm #40030Jesse OwensKeymasterHi 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; }
July 1, 2021 at 2:42 pm #40041Heather SpencerGuestOh, 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 !July 1, 2021 at 2:43 pm #40044Joseph WKeymasterHi 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!
July 1, 2021 at 2:55 pm #40048Heather SpencerGuestHi Joseph,
Thank you for getting back to me so quickly, and yeah, it works.
Have a great day !July 2, 2021 at 1:08 pm #40051Heather SpencerGuestHi 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,
HeatherJuly 2, 2021 at 1:16 pm #40083Jesse OwensKeymasterHi 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.
July 6, 2021 at 6:18 pm #40099Heather SpencerGuestWell 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 ! -
AuthorPosts
- The topic ‘WooCommerce Add to Cart Button Placement’ is closed to new replies.