Tagged: header banner
-
AuthorPosts
-
October 13, 2019 at 9:28 pm #1147622
I have tried to add the header banner into my website but it seems I can not do that.
I have found the documentation in below link, i followed the instruction after adding code to php file and create widget named header nothing happened.https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
I am trying to add header banner into my website like below snapshot
https://drive.google.com/file/d/1d7RTkU8Y-daFHgAVRZgcTwNpdHmHQxfD/view?usp=sharingplease kindly advise me on how to do it
- This topic was modified 5 years, 1 month ago by pingbara.
October 14, 2019 at 5:08 am #1147703Hey pingbara,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardOctober 14, 2019 at 9:04 am #1147752This reply has been marked as private.October 16, 2019 at 7:30 pm #1148587Hi Rikard
I am not sure whether have you received my login credentials?.
Best regards
Methee S.October 17, 2019 at 4:50 am #1148766Hi,
Sorry for the delay. The layout that you’re looking for is almost the same as the header in the hotel demo. In order to recreate that layout, you have to set the Enfold > Header > Menu and Logo Position to “Logo center, menu below”, then add the header background in the General Styling > Logo Area > Background Image settings. You should then upload the actual logo image as a separate element from the header banner.
More instructions can be found in the documentation.
// https://kriesi.at/documentation/enfold/example-of-widget-left-logo-center-widget-right-menu-below/
Best regards,
IsmaelOctober 17, 2019 at 9:55 am #1148849Hi Ismael
Thank you very much for your very fast reply. I have followed your recommendation and everything is ok now.
So apologise that I haven’t read the instruction well before posting into this forum. Next time I will walk through the documentation befor postingYou team has a very very great support
Best Regards,
Methees- This reply was modified 5 years, 1 month ago by pingbara.
October 17, 2019 at 10:34 am #1148860Hi Ismael, I have just noticed that the header banner inserted does not show on mibile screen. Is there anyway to make it scaling down and show on mobile
Thanks
Methee S.
October 18, 2019 at 7:37 am #1149148Hi,
Glad everything is working as it should. Please don’t hesitate to open a new thread if you need anything else.
Is there anyway to make it scaling down and show on mobile
We get a blank page with a text “error” whenever we check the site. And we can’t login using the credentials above. Please check the info carefully.
Best regards,
IsmaelOctober 18, 2019 at 9:34 am #1149183This reply has been marked as private.October 18, 2019 at 10:04 am #1149188Hi,
Thank you for the update.
This css code should resize the background image on mobile view.
@media only screen and (max-width: 767px) { .header_color .header_bg { background-attachment: scroll; background-size: contain; } }
Please don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
IsmaelOctober 18, 2019 at 10:28 am #1149198Hi Ismael
Everyhting is ok now
By the way what I have to do with the filw compression setting ? All options in file compression have been turned on before adding the css code. DO I need to turn off and on again ?
October 18, 2019 at 6:08 pm #1149374Hi,
No the settings should be fine as is, it will read the code compressed or not.
Best regards,
Jordan Shannon -
AuthorPosts
- You must be logged in to reply to this topic.