Hello,
i have a problem with the X-Theme pro (2.5.5) and the X-Theme woocommerce plugin (3.5) and the caching of the page.
Short description (1):
- I have manually adjusted the style of the page
/wp-content/themes/x-child/style.css
Example:
.masthead.masthead-stacked .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce){
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
color: white;
}
-
Emptied the WP cache
[WP Engine] > [General Settings] > [Purge all caches] -
Emptied the X-Theme per cache
[pro] > [settings] > [clear style cache] -
Browser cache cleared
-
Then called the page and checked with the developer tool and he pulls the style from the above (path) style.css, but he has completely different values in it, because “color…” is missing.
.masthead.masthead-stacked .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
padding-left: 20px;
padding-right: 20px;
padding-bottom: 10px;
}
Short description (2):
If you go to the woocommerce shop under …/shop/ and place a product in the shopping cart, the shopping cart symbol will be displayed. If you then switch to the shopping cart, it is empty.
I have seen it once, the browser has dragged the correct CSS files and there went the shopping cart.
I really have no idea what to do anymore.
=> Thanks for your help!