Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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=sharing

    please kindly advise me on how to do it

    • This topic was modified 4 years, 7 months ago by pingbara.
    #1147703

    Hey 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,
    Rikard

    #1147752
    This reply has been marked as private.
    #1148587

    Hi Rikard

    I am not sure whether have you received my login credentials?.

    Best regards
    Methee S.

    #1148766

    Hi,

    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,
    Ismael

    #1148849

    Hi 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 posting

    You team has a very very great support

    Best Regards,
    Methees

    • This reply was modified 4 years, 7 months ago by pingbara.
    #1148860

    Hi 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.

    #1149148

    Hi,

    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,
    Ismael

    #1149183
    This reply has been marked as private.
    #1149188

    Hi,

    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,
    Ismael

    #1149198

    Hi 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 ?

    #1149374

    Hi,

    No the settings should be fine as is, it will read the code compressed or not.

    Best regards,
    Jordan Shannon

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