-
AuthorPosts
-
May 27, 2015 at 8:39 am #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
May 27, 2015 at 5:30 pm #450706Hey 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!
YigitMay 28, 2015 at 8:41 am #451000This reply has been marked as private.May 28, 2015 at 8:11 pm #451414Hey!
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,
YigitMay 29, 2015 at 8:19 am #451544Hi
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 9 years, 6 months ago by crevlon.
May 29, 2015 at 5:34 pm #451720Hey!
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,
YigitJune 2, 2015 at 9:15 am #452998OK 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 9 years, 5 months ago by crevlon.
June 2, 2015 at 6:25 pm #453298Hey!
Please add following code to Quick CSS as well
#header .widget { position: relative; top: -100px; left: 40%; margin-bottom: -30px; }
Best regards,
YigitJune 3, 2015 at 8:00 am #453587Hi Yigit
thanks it works! But now when Im scrolling the searchbar is too high. How can I adjust the searchbar when scrolling?
June 3, 2015 at 4:34 pm #453915Hey!
Please add following code to Quick CSS as well
#header.header-scrolled .widget { top: -75px; }
Regards,
YigitJune 5, 2015 at 8:08 am #454970Perfekt! thanks
-
AuthorPosts
- The topic ‘Code funktioniert seit Update nicht mehr’ is closed to new replies.