Documents

  • Adding Custom Product Layout

    ‘product_cat’)):?> <?php include(rh_locate_template(‘inc/product_layout/darkwoo.php’)); ?> In this code we check if product belongs to category with slug “sneakers” and load Directory product layout for it, if it has category “shoes” –…

  • Product Layout

    Product layouts for Content Egg plugin and for Vendor Comparisons Each product can have different product Layout. You can set them inside product edit page Also, you can set global…

  • Extended Custom Product areas

    …on Product inner page woocommerce-product-area-additional – will be used before related products in Product inner page woocommerce-product-area-floatingpanel – will be used in floating panel in Product inner page woocommerce-product-loop –…

  • Change background for Compact Product layout

    #rh_woo_layout_inimage {background: linear-gradient(120deg,#272b2f 15%,#057b5b 55%,#057b5b 100%) !important; } Change background to your own code. You can use https://cssgradient.io/ you can place this in theme options – general options – custom…

  • Content Egg plugin

    Product must have synchronized Content Egg offers You can see this notice in some posts or products. This means that you use one of Post or Product Layout which was…

  • Editor Review

    …description and in content. Also, some product layouts have extended support for reviews. The best Product Layout for Reviews are Reviews with Blocks, Full Width Photo and Directory layout. All…

  • WooCommerce as Hub of Deals

    You can use each Woocommerce product not only as separate product, but also as Hub of deals (Comparison product). We added special Product Layouts for this I recommend to read…

  • Adding custom Post layouts

    …want to register layout with name “My custom post layout” and key “custom_one”. Use next code in functions.php add_filter(‘rehub_post_layout_array’, ‘mycustom_layout_for_rehub’); function mycustom_layout_for_rehub() { $custom_post_layout = array( array( ‘value’ => ‘default’,…

  • List of important meta fields

    …also enable printable function in theme option – shop option product-type – type of product. Can be “external” if you want to have external product _product_url – url for external…

  • How to add video thumbnails to product

    Product layouts But also you can add video section if you place links from youtube or vimeo inside Video panel under Image gallery panel (right side of Admin area for…