Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #489158

    Hello- I have a few questions.

    1. I have the logo stacked on top of the navigation menu- how can I add padding on the top and bottom of the nav menu to allow more space?

    2. Am I able to import one specific page of a different enfold theme into my site? I want a feature on the home page of the shop theme.

    3. Can the subpages drop straight down instead of across?

    #489538

    Hey ProdigalMedia1!

    1. In Dashboard > Enfold > Header you can increase the header size a bit. Do that and then we’ll see if we can get you some CSS to add some padding beneath the menu.

    2. Do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and then you can copy the code used and paste it into the new Enfold site.

    3. Your referring to the menu drop downs correct? All I saw on your site was a mega menu with 5 columns. Are you trying to get rid of the mega menu and have the links just display on top of each other like a regular sub menu?

    Cheers!
    Elliott

    #489584

    Thank you Elliott!

    1. I increased the header size- CSS for padding beneath the menu is still needed.

    2. Thank you- will try to figure this out!

    3. Yes, I would like the links to display on top of each other like a regular sub menu.

    #489599

    2. I’ve added this to function.php but still uncertain how to add a specific function from the shop theme into the default theme. I’ve included a image of the exact function I would like.

    http://postimg.org/image/4yezyobzf/

    #489722

    Hey!

    1. It looks like you got the padding sorted on your end, unless you wanted even more space?

    2. Here is the exact shortcodes needed to replicate the grid row in teh shop theme:

    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='collections']
    
    [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/winter-girl-small-495x400.jpg' attachment='551' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product,66' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    NEW
    WINTER COLLECTION
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting-495x400.jpg' attachment='546' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,15' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    LATEST
    STREET CLOTHES
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/girls-shopping-desat-495x400.jpg' attachment='549' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,12' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FRESH
    SPORTSWEAR
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working-495x400.jpg' attachment='554' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,10' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FUNKY
    ACCECCOIRS
    [/av_image]
    
    [/av_cell_one_fourth][/av_layout_row][av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']

    3. It also looks like you created a regular submenu on your end.

    Best regards,
    Dake

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