Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #581371

    Hi,
    On the website we have two different business areas of the company.
    In each area we should have different logos and menus.
    I really do not know how to do that . I need your help.
    Thank you.

    #581998

    Hi zunini,

    I’m not sure what you mean by that, could you post a screenshot highlighting what you are trying to do please?

    Regards,
    Rikard

    #582547

    Hi Rickard
    How are you?
    Sorry for my bad English. I´ll try to explain.
    In this website, the client have different businesses: 1) DOORS 2) INDUSTRIAL SUPPLIES
    For each part of the site, I need different mainmenus (different subsites).
    How can I do this with enfold?
    I know how to create the menus but what is the right way to insert them inside the pages.
    The mainmenus may have a different backgrounds color?
    And how can I classify the 2 different Logos?
    Thank you for your support.

    • This reply was modified 8 years, 2 months ago by zunini.
    #583304

    Hey!

    You can use this plugin – https://wordpress.org/plugins/zen-menu-logic/ to display different menu per page.

    And you can add following code to Functions.php file in Appearance > Editor to display different logo on certain pages

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(is_page(9) )
        {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        }
        return $logo;
    }

    Cheers!
    Yigit

    #584406

    THANK YOU!!!!!

    And other question
    Can you provide me a pastebin link for the page layout of PARALAX POORTFOLIO PAGE?
    http://kriesi.at/themedemo/?theme=enfold-overview

    thanks!

    #585157

    Hi,

    Do you mean this page? http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/. If not then please link directly to it by clicking remove frame on the top right of your screen, you will be able to copy the direct URL after that.

    Thanks,
    Rikard

    #585426

    Sorry
    Is the example of a 3 Column Ajax portfolio.

    THANK YOU

    #585880

    Hi,

    Thanks, you can try the following shortcode:

    [av_heading tag='h3' padding='10' heading='<strong>Hey there! This is an example of a 3 Column Ajax portfolio.<br />Once you click a portfolio item a preview will open & show you some more details.</strong>' color='' style='blockquote modern-quote' custom_font='' size='' subheading_active='' subheading_size='10' custom_class=''][/av_heading]
    
    [av_hr class='short' height='30' position='left']
    
    [av_one_full first]
    
    [av_portfolio columns='3' items='9' contents='title' preview_mode='auto' image_size='portfolio' linking='ajax' sort='yes' paginate='no']
    
    [/av_one_full][av_section color='alternate_color' custom_bg='' src='' position='top left' repeat='no-repeat' attach='scroll' padding='large' shadow='no-shadow']
    [av_one_fourth first]
    
    [av_icon_box icon='59' position='left' title='Free Support']
    Aenean commodo ligula eget dolor. Lorem <strong>ipsum</strong> dolor sit amet, consectetuer adipiscing elit. Cum sociis natoque<strong> </strong>Aenean massa.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='125' position='left' title='Updates']
    Cum sociis natoque <strong>sadfsadfas </strong>Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='2' position='left' title='Mobile Ready']
    Cum sociis <strong>natoque</strong>. Aenean commodo ligula eget dolor. Aenean massa. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_one_fourth]
    
    [av_icon_box icon='36' position='left' title='SEO Optimized']
    Aenean commodo ligula eget dolor. <strong>Aenean massa</strong>. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_fourth][av_promobox button='yes' label='Learn More' link='page,750' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='large' icon_select='no' icon='25']
    Enfold is freakishly powerful and so damn easy to use, its probably the last theme you will ever buy
    [/av_promobox]
    [/av_section]

    You will need to activate debug mode to be able to paste the shortcode to your page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Thanks,
    Rikard

    #586183

    Hi could you send the code in paste bin page.
    I found a post that included this pastebin link for the page layout
    Enfold construction – http://pastebin.com/fDpknuA2
    I need a similar code.
    Thnank you

    • This reply was modified 8 years, 1 month ago by zunini.
    #586195

    Hi!

    Here you go – http://pastebin.com/GMCJTb7D

    Best regards,
    Yigit

    #588581

    THANK YOU VERY MUCH!!!
    Appreciate the support!!!!!

    Sorry but I have more questions.
    I post a screenshot. where you can see what I need
    Thanks so much for your help!!!

    #590184

    Hey!

    Configure the header style in the General Styling > Logo Area panel. For the menu, edit the elements in the Advanced Styling panel.

    Cheers!
    Ismael

    #590266

    Hello ismael
    Thanks for your answer, but I see you have not correctly understood what I’m asking .
    My English is not good, but I will try to explain again.

    I have two areas on the web: 1) DOORS 2) 2) INDUSTRIAL SUPPLIES.
    Each part of the site have differents headers, backgrounds, logos and main menu.
    How can I do this with enfold?
    I sent you the screenshot´s link again, where you see what I need.
    I look forward to your answer.
    Thank you
    Seba

    #591511
    #591616

    Yigit
    thank you
    I appreciate your help.
    I still have doubts.
    In that post is not clear how can I change the background of the header in this part of the website.
    In case that the header has blue background, how can i change the main menu color?
    I look forward to your answer.
    Thanks

    #592808

    Hey!

    You are going to need to use custom CSS code for that as following

    .page-id-50 #header { background-color: orange !important; }
    .page-id-50 .main_menu .avia-menu-text { color: orange; }

    Cheers!
    Yigit

    #606319

    Hi
    I have tried several times and I have not been able to resolve these problems. The background color of the header (≠064773) / menu (≠ffffff)
    and display different logo on certain pages.
    Can you help me?
    Thank you

    #606521

    Hi!

    Use this to change the header and menu color of the pages above:

    .page-id-4914 .header_color .header_bg, .page-id-5102 .header_color .header_bg, .page-id-5060 .header_color .header_bg {
         background-color: #064773;
    }
    
    .page-id-4914 .header_color .main_menu ul:first-child > li > a, .page-id-5102 .header_color .main_menu ul:first-child > li > a, .page-id-5060 .header_color .main_menu ul:first-child > li > a {
        color: #ffffff;
    }
    
    .page-id-4914 .header_color .main_menu ul:first-child > li a:hover, .page-id-5102 .header_color .main_menu ul:first-child > li a:hover, .page-id-5060 .header_color .main_menu ul:first-child > li a:hover {
       color: #fefefe;
    }

    For the logo, use this in the functions.php file:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if( is_page( array(  '4914', '5102', '5060' ) ) )  {
             $logo = "http://cassado.com.pe/website/wp-content/uploads/2016/03/Logo-SIN-SA-copy-300x106_BW.png";
        }
        return $logo;
    }

    Best regards,
    Ismael

    #606701

    Ismael
    I have one more question.

    How do i remove the white border that is at the top and bottom of the header?

    It only remains for me to thank the rapporteur for the wonderful work has done.
    Best regards,
    Seba

    #606746

    Hey!

    Thank you for the kind words :)

    Please us the below css in Enfold > General Styling > Quick CSS to remove the header border

    #header_main {
        border: none!important;
    }

    Best regards,
    Vinay

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