-
AuthorPosts
-
March 31, 2015 at 11:04 am #421038
Hello.
What objects has the team used to create this page’s header?
http://kriesi.at/themes/enfold-restaurant/delivery/
In particular, I want different transparent header on each page (like in demo), and also this kind of text (bold/normal on the same line, and different size below). I tried to achieve this with fullwidth slider but it does not look the same.
March 31, 2015 at 1:27 pm #421090Hi fesarlis ;
the layout is :
Header is transparent,
> Color section with background image
(check the size of the image, you can give a custom height to your color section and/or a custom “id” in order to target it better.
> Special heading (h1)
and write “Eat at home>/strong”
choose to add subtitle
and write Delivery avialable Mon – Fri, 10am – 16pm”
*change with your own text
March 31, 2015 at 2:32 pm #421130March 31, 2015 at 4:42 pm #421317Thank you both. It was very helpful. One more question related to all this:
I wish to have the following behaviour:
1. Sticky header everywhere.
2. Transparent header everywhere.
3. Small logo in sticky header.
4. Normal logo in all pages except homepage.
5. White menu text on transparent header, black on sticky menu.
6. Hover background color on menu.Some help would be great.
April 1, 2015 at 6:07 pm #422067Hi!
1- Please go to Enfold theme options > Header > Header Behaviour and check Sticky header
2- Please edit your pages and choose to display transparent header – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
3 & 5 & 6 – Please go to Enfold theme options > Header > Transparency Options and upload your image and change menu font color and go to Enfold theme options > Advanced Styling and edit “Main menu links”
4- Please add following code to Functions.php file in Appearance > Editor to display different logo on homepageadd_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if(is_home()) { $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png"; } return $logo; }
Best regards,
YigitApril 2, 2015 at 7:42 am #422311Thank you for your reply. However I still got issues.
1. Advanced styling is fine, but I wasn’t able to achieve the desired result. Setting foreground color only applies to sticky header. However the text should appear white in transparent header, and black in sticky header.
2. The code does not seem to work (in my case, logo is set, transparency logo is not set).
April 2, 2015 at 4:21 pm #422572 -
AuthorPosts
- You must be logged in to reply to this topic.