- This topic has 12 replies, 2 voices, and was last updated 7 years ago by Leo.
-
AuthorPosts
-
August 24, 2017 at 10:22 am #372797Jay
Hi Guys,
So I have this weird conflict going on. I think it is happening between GeneratePress and WooCommerce. If I go into the Customize area of WordPress to make an appearance change to my site I can make the change, then when I click Save & Publish, it does nothing. This issue isn’t occurring on a site that I am running that doesn’t have WooCommerce running, but is running GP and all the same plugins as the site which is running WooCommerce. In addition, I have noticed that if you go to my store layout page (https://jaygoodrich.com/photographystore/current-inventory/), the product names are not showing up now either even though I have the option to display them checked in GP premium options. One more notice is that if I add a new product to WooCommerce, it will publish the product but the screen goes blank and the page won’t refresh. Any advice would be appreciated.
Cheers,
Jay
August 24, 2017 at 10:58 am #372821LeoStaffCustomer SupportHi there,
I doubt there it’s a conflict with GP + WooCommerce – we would be getting a lot of support topics already ๐
Try disable all plugins except GP and WooCommerce. It can also be a caching plugin problem as well.
August 24, 2017 at 11:31 am #372848JayI had WP Super Cache running on the site that was NOT effected. All of my sites are running in multisite but none of the effected sites had WP Super Cache running and Super Cache was not activated across the network. Weird…
So this part of the problem is not fixed…this page: https://jaygoodrich.com/photographystore/current-inventory/ is displaying the product titles as white #ffffff even though I have my H2 titles set to #222222 in both my theme colors and my GP WooCommerce settings. Any advice here?
Cheers,
Jay
August 24, 2017 at 12:43 pm #372892LeoStaffCustomer SupportWhere did you set the colors?
Should be Customizer > Colors > WooCommerce.
Let me know.
August 24, 2017 at 12:52 pm #372904JayYes. That is where. Product Title is set to #222222 but it is displaying as #ffffff.
August 24, 2017 at 12:54 pm #372905LeoStaffCustomer SupportYou have this CSS added:
h2 {text-align:center; color:#ffffff; }
August 24, 2017 at 12:57 pm #372908JayNot in my additional CSS…
August 24, 2017 at 1:01 pm #372912LeoStaffCustomer SupportMaybe a plugin? It’s in there somewhere: https://s30.postimg.org/mwvpt127l/2017-08-24_1259.png
August 24, 2017 at 1:01 pm #372914JayI have that in the GP header that is attached to that page to make the the title and subtitle white? Guessing I need to make an adjustment?
August 24, 2017 at 1:04 pm #372921JaySo I have this in the Content area of the header…
<head>
<style>
h1 {text-align:center;
color:#ffffff;
}
h2 {text-align:center;
color:#ffffff;
}
</style>
<h1>Jay Goodrich Photography Store</h1>
<h2>Complete Product Listing</h2>
</head>Guessing I need to adjust so it only affects the title on the page and not all the h1 and h2 tags?
August 24, 2017 at 1:04 pm #372922LeoStaffCustomer SupportAhh yeah we need to be more specific. Try this instead:
.page-header-content h2 { text-align: center; color: #ffffff; }
August 24, 2017 at 1:07 pm #372927JayFixed! Thanks for working through that with me!
August 24, 2017 at 1:11 pm #372930LeoStaffCustomer SupportNo problem! Glad I could help ๐
-
AuthorPosts
- You must be logged in to reply to this topic.