Okay
  Public Ticket #613564
some request to customize he newave template
Closed

Comments

  • yuya started the conversation

    Hello support team

    I have some question regarding a project on this template, thank you if you can help me !

    -is there a way to make a first team section with one row in carousel with four pictures(as normal so) ,but also a second section with with three rows of four pictures, with the possibility to use the carousel style..also,i mean a greed of 4 *3 with the possibility to scroll it to left or right as the carousel.Also, is it normal that carousel team and normal team have different style?(the first has black section on the names while the second is trasparent )

    -i changed the menu item, now the menu is not separated anymore, i mean one of my item menu is overriding the central logo...how can i change this and get it back as the demo (3 item on left more on right and logo in the middle)


    thank you in advance


  • yuya replied

    ok sory i managed to center the menu logo disabling all the margin right pixels for each item menu except the one before the logo, looking ot others sites using the template.

    still searching how to make many rows for team section..thank you

  •   yuya replied privately
  •  1,823
    Support replied

    Hi, it looks like you used the first version of the menu, in which case you need to select the right number of menu items and caption lengths.

    You cannot have more than one team carousel on the one page.

    But you can use the team members without carousel as seen here:

    http://clapat.ro/themes/newave-wordpress/#our-team

    to add multiple rows.

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •   yuya replied privately
  •  1,823
    Support replied

    Hi, no because they have the same classes.

    and the initialization will fail

    if( jQuery(\'.our-team-new\').length > 0 ){

    jQuery(\'.our-team-new\').carouFredSel({

    width: \'100%\',

    height: \'auto\',

    prev: \'#prev3\',

    next: \'#next3\',

    align: \"center\",

    scroll: 1,

    auto: false,

    visible: {

    min: 1,

    max: 5

    }

    });

    }

    in /js/scripts.js

    one solution is to use the html output of the carousel and change the class of the second and add anothe initialization function fot it in /js/scripts.js

    best what I think of.

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy