badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Questions about Woocommerce 3 support and testimonial page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #50974
    f.ramser
    Participant

    Dear Themehourse team,

    I have 3 questions:

    Is the support for the new features (slideshows,…) of woocommerce 3 given?
    If not, when have you planned to add this?

    Is it possible in the future, that you add a “Accept Cookie” bar?
    Because the most cookie plugins, overlay the menue bar (Look on my site).

    I have an issue with the testimonial page.
    I added 9 “members”.
    But these are not sorted correctly 🙁
    You can see it here: https://www.ramser-elektro.at/partner/

    Best regards,
    Friedrich Ramser

    #50976

    Hi f.ramser,

    It seems that you have customized the code in our team widget. There is no feature which you can set third column. We have given only fourth column which will clear the section automatically but will not support for third column.
    If you want to add third column manually then you have to add the code in below format where the section will be cleared automatically from the css.

    <div class="column clearfix">
    	<div class="one-third">
    	</div> 
    	<div class="one-third">
    	</div>
    	<div class="one-third clearfix-half">
    	</div>
    	<div class="one-third clearfix-third">
    	</div>
    	<div class="one-third clearfix-half">
    	</div>
    	<div class="one-third">
    	</div>
    	<div class="one-third clearfix-half clearfix-third">
    	</div>
    	<div class="one-third">
    	</div>
    </div>

    Sorry we cannot add a “Accept Cookie” bar. You can easily add via plugin.

    We will make compatible in our new version. So for you you can add below code in theme folder -> functions.php line no 147

    add_theme_support( 'wc-product-gallery-zoom' );
    add_theme_support( 'wc-product-gallery-lightbox' );
    add_theme_support( 'wc-product-gallery-slider' );

    Thank you

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