-
AuthorPosts
-
February 10, 2016 at 11:01 pm #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.February 12, 2016 at 4:57 am #581998Hi zunini,
I’m not sure what you mean by that, could you post a screenshot highlighting what you are trying to do please?
Regards,
RikardFebruary 12, 2016 at 11:47 pm #582547Hi 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, 9 months ago by zunini.
February 15, 2016 at 12:06 pm #583304Hey!
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!
YigitFebruary 17, 2016 at 12:10 am #584406THANK 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-overviewthanks!
February 18, 2016 at 6:00 am #585157Hi,
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,
RikardFebruary 18, 2016 at 3:03 pm #585426February 19, 2016 at 7:15 am #585880Hi,
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,
RikardFebruary 19, 2016 at 5:28 pm #586183Hi 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, 8 months ago by zunini.
February 19, 2016 at 5:43 pm #586195February 24, 2016 at 6:52 pm #588581THANK 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!!!February 27, 2016 at 8:21 am #590184Hey!
Configure the header style in the General Styling > Logo Area panel. For the menu, edit the elements in the Advanced Styling panel.
Cheers!
IsmaelFebruary 27, 2016 at 5:52 pm #590266Hello 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
SebaMarch 1, 2016 at 1:36 pm #591511Hi!
We have sent you instructions here – https://kriesi.at/support/topic/header-with-dfferents-menus-and-logos-in-the-same-website/#post-583304 :)
Regards,
YigitMarch 1, 2016 at 4:13 pm #591616Yigit
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.
ThanksMarch 3, 2016 at 7:01 pm #592808Hey!
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!
YigitMarch 31, 2016 at 11:11 pm #606319Hi
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 youApril 1, 2016 at 7:31 am #606521Hi!
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,
IsmaelApril 1, 2016 at 3:08 pm #606701Ismael
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,
SebaApril 1, 2016 at 4:02 pm #606746Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.