[Resolved] Theme Appearance Conflict

Home Forums Support [Resolved] Theme Appearance Conflict

Home Forums Support Theme Appearance Conflict

  • This topic has 12 replies, 2 voices, and was last updated 7 years ago by Leo.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #372797
    Jay

    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

    #372821
    Leo
    Staff
    Customer Support

    Hi 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.

    #372848
    Jay

    I 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

    #372892
    Leo
    Staff
    Customer Support

    Where did you set the colors?

    Should be Customizer > Colors > WooCommerce.

    Let me know.

    #372904
    Jay

    Yes. That is where. Product Title is set to #222222 but it is displaying as #ffffff.

    #372905
    Leo
    Staff
    Customer Support

    You have this CSS added:

    h2 {text-align:center;
           color:#ffffff;
    }
    #372908
    Jay

    Not in my additional CSS…

    #372912
    Leo
    Staff
    Customer Support

    Maybe a plugin? It’s in there somewhere: https://s30.postimg.org/mwvpt127l/2017-08-24_1259.png

    #372914
    Jay

    I 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?

    #372921
    Jay

    So 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?

    #372922
    Leo
    Staff
    Customer Support

    Ahh yeah we need to be more specific. Try this instead:

    .page-header-content h2 {
        text-align: center;
        color: #ffffff;
    }
    #372927
    Jay

    Fixed! Thanks for working through that with me!

    #372930
    Leo
    Staff
    Customer Support

    No problem! Glad I could help ๐Ÿ™‚

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