Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1198480

    I would like to have a header with a full size image like https://kriesi.at/themes/enfold-wedding/
    I tried many times but unsuccesfully.
    Could anybody help me?

    #1198637

    Hey Roberto,

    The wedding demo has the full-width slider on top of the page, and you are trying to upload the image to the logo field.

    Here are the docs for you:

    Best regards,
    Victoria

    #1198733

    Thank you Victoria, I’ll try. I have another problem: the burger menu in the iphone screen overlaps the header picture. Could you tell me how move it a little on the right?
    Thank you for your help

    #1198866

    Hi manosmaster,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width:479px){
        .logo, .logo img {
        width: 90% !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1199076

    Thanks Victoria,
    You are a wizard. It worked.
    The lodo is large as It works as a header.
    I was unable to provide a header with a full size image as it appears presently. So I enlarged the logo as you see it now.
    I admit it is a workaround, but so far it works…

    #1199122

    I would like to try variations on a mock site in local (MAMP). I copy the enfold folder into the theme folder of the local site. Then when I try to activate it a critical error appears and everything stops. There’s a way to avoid this?

    #1199326

    I solved the problem of the mock site to try variations.
    I tried your suggestion and adopted the Easy slider. Its OK. Now I would like to eliminate completely the logo. there is a css to hide the logo completely?
    The page looks like this:

    Ciao!
    Roberto

    #1199331

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .logo {
        display: none !important;
    }
    
    

    Best regards,
    Yigit

    #1199421

    Thanks Yigit!
    If you look to this page https://psicoterapiaverona.it/wp52/ there is the word Home just over the slider. It seems to refer to the page. I can’t tell what I set to have this appear. How can I make it disappear now?
    Best regards
    Roberto

    #1199461

    Hi Roberto,

    Please go to Enfold theme options > Header > Header Layout > Header Title and Breadcrumbs and choose “hide both” :)

    Best regards,
    Yigit

    #1201646

    I’m trying to have a text page with a scrolling image background. In some pages it works in other not.
    Editing the page I go to line setting and set parallax, then in design option I set a background image.

    #1203132

    Hi manosmaster,

    Best regards,
    Victoria

    #1204780

    I have also tried to set background image to parallax or scroll on the bottom newsletter signup, just as the Enfold Shop example. Neither work. Only fixed. Please advise…

    #1205076

    Hi Illingco,

    Please start a separate thread, describe your issue there and give us a link to your website.

    Best regards,
    Victoria

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