Forum Replies Created
-
AuthorPosts
-
That worked really well. Thanks!
Hi there Mike,
The code is exactly as you described. Not sure what you mean with ‘comment out this code’ . Can you please clarify that?
Thanks
BertSpot on Yigit! Thank you very much!
BertSure!
Guenni007, this worked brilliant!! Thank you ever so much!! Not only design wise, but also educational. Much appreciated.
Regards,
BertSo it has to be a combination of the code by Guenni007:
.header-scrolled .logo img {
transform: scale(0.01);
transform-origin: center center;
transition: 0.5s linear
}
And the code by Sarah:
.header-scrolled #header_main > .container, .header-scrolled #header_main > .container * {
height:0!important;
line-height:0!important;
opacity:0;
-o-transition: all .1s;
-mox-transition: all .1s;
-webkit-transition: all .1s;
transition:all 0.1s;
}Already tried to combine, but without luck so far.
Guenni007 thank you for your outstanding respons! That animation is spot on! Absolutely gorgeous.
I have the header set up as follows: Logo left and menu below. What i would like is that the top of the header (where the logo is) disappears when further scrolling down and the animation is played. So as a result only the menu is visible.
See the initial mp4 example over hereIf this could be accomplished that would really be great.
THanks,
BertHello Sarah,
Well, this is a huge step forward. Thank you so much!
Is it possible to let the logo shrink further before it disappears?Hi Mike,
I used custom css.
.header-scrolled #header_main > .container {
display: none !important;
}If you still need acces to the site, please let me know.
Bert
Thanks Yigit, that works really well!
Just one question though; on the iPad in portrait there is no padding on the outside of the container, so everything is right on the screen bezel.
Can i add just about 5 px padding on both sides of outside of the container (that goes for the whole page lay-out including header and footer)
Thanks again!
BertThe site is up again. Had to fix the database.
So you can check the site.
Thank you
BertI’m sorry, the site is down this moment. I’ll post back, when all is up again. Thanks.
Sure. I added the link as private content.
Hi Victoria,
You are right. Now that the migration is complete, Enfold works as it should!
Thanks for the support!
BertAt this moment php 5.3 but the domain will be transferred to php 5.6
Hi Victoria,
Located the /tmp folder and selected the read, write an execute options for the folder and all the files and directories in that folder.
Cleaned my cache and still same message. So no luck i’m afraid.Thank you for your support. I don’t know how to make /tmp writable or where to find it…..
The error in line 33 of masonry_entries.php states if(!is_admin() && !current_theme_supports(‘avia_no_session_support’) && !session_id()) session_start();See my private debug content
Same problem here. Installed Enfold and also get the http 500 error when i want to view the site.
Also, when i disable enfold and do a live preview, all i see is a blanc page. The 500 error appears in google chrome, but on firefox the page shows totally white. Tried different standard theme’s and they all work well. -
AuthorPosts