I just tried updating the theme and it failed saying it could not remove the old version and now I see – Briefly unavailable for scheduled maintenance. Check back in a minute. Just looking in the theme folder on the server, it is now empty.
Help :)
Hey Rustybucket!
Please re-install Enfold via FTP – http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Enfold folder is the empty one, is that correct?
Regards,
Yigit
Yes that is correct, will all my work be saved to the database or have I lost it?
Cheers
Excellent most of it is back but with a couple of styling issues. The first is what you gave me this css for this morning but it no longer seems to work:
.fixed_header.social_header #main {
padding-top: 167px;
}
The second is if you look at the header, the phone text is no longer adopting the custom style that was applied to it. This text should also be larger and white in colour:
.social_header .phone-info {font-weight:200;}
Finally the area with the breadcrumb is no longer the correct height. I’d used the following to change the size of the text which made the area bigger but this no longer seems to work:
.title_container .main-title {
margin: 0;
font-size: 26px;
position: relative;
z-index: 2;
min-height: 36px;
line-height: 2.3em;
top: 0;
font-weight: 100;
}
Cheers
Hey!
Please use following code instead
.html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main {
padding-top: 167px;
}
.phone-info {
font-weight: 200!important;
color: white!important;
font-size: 16px;
}
i see that last code is working fine now. Please flush browser cache
Regards,
Yigit