I tried to add the following to my custom CSS but the theme doesn’t seem to like it. Would appreciate some help solving this.
.x-navbar .mobile .x-nav li > a {
color: #b156c4;
}
Happens that, when I have to work whit those builders, Redis avoids things to be updated, and I have to be cleaning it every time I save on the builder. I use to disable Redis to work, but these builders are pratty server-heavy.
If I could find a way to instruct Redis to not cache the objects of these builders then I could benefit from Redis for the Backend, leaving the Builders out. I hope you can point some directions, I really believe Redis and love it.
Even wrote an article about implementing Redis on WordPress when hosting at Cloudways:
https://www.cloudways.com/blog/install-redis-cache-wordpress/
]]>I’m using the X Theme and Cornerstone to build my website. I was able to build the shop, cart and checkout pages in Cornerstone by using the shortcodes. Is there a shortcode for displaying the single products? What I’m trying to do is add a header with image and title like all the other pages. For the time being, I’m using the in my child’s theme functions.php but I’d prefer not to hardcode in an image:
add_action( 'woocommerce_before_single_product', 'add_header_image', 15 );
function add_header_image() {
?>
<div class="single-product-header-image"><img src=""></div>
<?php }
Thanks!
]]>I check all documentation on both site, deactivate the major plugin, and clear cache and still working.
Xtheme version:6.3.8
Envira version:1.8.4.3
Is anything else I can fix the issue I have? Thank you so much!
]]>I am trying to get custom sidebar working with Xtheme but I am having some trouble. When I go to the widget page the desired custom sidebars section doesn’t appear. If I switch to a default theme it does appear. Do you know anyone else having this issue?
Thanks
Chris