Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #450467

    Hi,

    ich hab gestern von der Version 3.0.8 auf die 3.1.5 upgedated. Seitdem funktioniert folgender Code nicht mehr:

    #header form#searchform { 
    top: 43%;  left: 22.3%; position: relative; 
    }
    
    #top #searchform>div {
      max-width: 312px;
    }
    
    #top #s{
    height: 29px;
    width: 247px;
    border: 1px solid #827f7c;
    color: #474747;
    }
    
    #top #searchsubmit{
    width: 65px;
    height: 29px;
    font-weight: bold;
    line-height: 12px;
    font-size: 12px;
    color: white;
    background-color: #e28329;
    background-image: -moz-linear-gradient(top, #e28329, #d25a23);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e28329), to(#d25a23));
    background-image: -webkit-linear-gradient(top, #e28329, #d25a23);
    background-image: -o-linear-gradient(top, #e28329, #d25a23);
    background-image: linear-gradient(to bottom, #e28329, #d25a23);
    background-repeat: repeat-x;
    border: 1px solid #827f7c;
    border-left: none;
      font-family: 'Arial' !important;
    z-index: 14;
    }

    Dieser hat ein Suchfeld im Menü erstellt.

    LG

    #450706

    Hey crevlon!

    Have you tried de-activating all active plugins and check if that helps? If not, please post admin login here priavtely so we can look into it

    Cheers!
    Yigit

    #451000
    This reply has been marked as private.
    #451414

    Hey!

    There was extra “//” in your code, i removed it and now code seems to be working fine on my end. Can you please review your website now?

    Regards,
    Yigit

    #451544

    Hi

    no there is no difference. What “//” do you mean? I cant see this in my code I posted here.

    Ah you mean this:

    .padding_widget
    { 
    padding: 0% 2%;
    //margin: 0%;
    }

    No thats ok. That has nothing todo with the searchbar in the header.

    • This reply was modified 8 years, 10 months ago by crevlon.
    #451720

    Hey!

    If you would like to add searchbar to the header please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Regards,
    Yigit

    #452998

    OK I got it. But how can I get the searchbar to the right of my logo and not under my menu?

    http://magazintest.pharao24.de/

    Here is my active css-code:

    #header .widget {
      max-width: 312px;
    }
    
    #top #s{
    height: 29px;
    width: 247px;
    border: 1px solid #827f7c;
    color: #474747;
    }
    
    #top #searchsubmit{
    width: 65px;
    height: 29px;
    font-weight: bold;
    line-height: 12px;
    font-size: 12px;
    color: white;
    background-color: #e28329;
    background-image: -moz-linear-gradient(top, #e28329, #d25a23);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e28329), to(#d25a23));
    background-image: -webkit-linear-gradient(top, #e28329, #d25a23);
    background-image: -o-linear-gradient(top, #e28329, #d25a23);
    background-image: linear-gradient(to bottom, #e28329, #d25a23);
    background-repeat: repeat-x;
    border: 1px solid #827f7c;
    border-left: none;
    font-family: 'Arial' !important;
    z-index: 14;
    }
    • This reply was modified 8 years, 10 months ago by crevlon.
    #453298

    Hey!

    Please add following code to Quick CSS as well

    #header .widget {
      position: relative;
      top: -100px;
      left: 40%;
      margin-bottom: -30px;
    }

    Best regards,
    Yigit

    #453587

    Hi Yigit

    thanks it works! But now when Im scrolling the searchbar is too high. How can I adjust the searchbar when scrolling?

    #453915

    Hey!

    Please add following code to Quick CSS as well

    #header.header-scrolled .widget {
      top: -75px;
    }

    Regards,
    Yigit

    #454970

    Perfekt! thanks

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Code funktioniert seit Update nicht mehr’ is closed to new replies.