Home Forums WoodMart support forum Brands as Caruzel on header

Brands as Caruzel on header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #219182

    Sintarta
    Participant

    Hello
    Is it posible to add brands as caruzel on bottom of the header?

    I have try as block on middle or left or right but isnt ok. From the left side is ok inside content body but from the right looks runs out of content.

    Also after adding brands on bottom of header bar, there is an empty space above.

    Any help please..

    Thank you.

    P.S. Amazing theme!!!!
    P.S. Site is under construction.

    Attachments:
    You must be logged in to view attached files.
    #219316

    Hello,

    We have not tested the brand carousel in the Header builder.

    1. Create HTML block and add a brand carousel.

    2. Add the HTML block in the bottom row of the Header builder by means of HTML Block built with WPBakery

    3. Set the row flex to be the full-width https://xtemos.com/docs/woodmart/header-builder/header-rows-flex-layouts/

    Best Regards

    #219341

    Sintarta
    Participant

    Thank you for your quick answer..
    May in future update fix this?

    or is there another way to do this?

    Brand caruzel under header….

    Thanks Again…

    #219380

    Hello,

    We do not plan this in the nearest updates. The header is not the proper place for carousels.

    Best Regards

    #220573

    Sintarta
    Participant

    Hello..
    to fix the headers brands i made a different blocks with static tables and brands photo.
    Im using Woody snippets plugin and add a php_snippet shortcode to header builder.
    So far so good.
    Snippet works ok, but my problem is when change page or product category page, needs a f5 refresh to show the correct brands block on header.

    The Snippet:

    if ( is_product() && has_term( 'accessories', 'product_cat' ) || is_product_category( 'accessories' ) ) {
            echo '[html_block id="7776"]';
        } 
    elseif ( is_product() && has_term( 'gynaikeia-rouxa', 'product_cat' ) || is_product_category( 'gynaikeia-rouxa' ) ) {
            echo '[html_block id="7688"]';
        } 
    elseif( is_product() && has_term( 'papoutsia', 'product_cat' ) || is_product_category( 'papoutsia' ) ) {
            echo '[html_block id="7769"]';
    	}
    elseif( is_product() && has_term( 'tsantes', 'product_cat' ) || is_product_category( 'tsantes' ) ) {
            echo '[html_block id="7774"]';	
        } 
    else {
           echo '[html_block id="7688"]';
        }
    

    What im doing wrong?

    Thanks anyway

    #220616

    Hello,

    There AJAX has been applied and it does not update the header. If you want to use in this way, you need to disable AJAX Shop in the Theme Settings > Shop.

    Best Regards

    #220639

    Sintarta
    Participant

    Hello
    and Thank you

    That worked!!!

    Bye!!!

    #220663

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Brands as Caruzel on header’ is closed to new replies.