Hello,
I wish my webside to start without menu in fullscreen. Hoy can I achieve this ?
Then I wish to have a small logo on the top/left. When the user click on the button, the menu should appear.
Thanks
Hello,
I wish my webside to start without menu in fullscreen. Hoy can I achieve this ?
Then I wish to have a small logo on the top/left. When the user click on the button, the menu should appear.
Thanks
Hello,
I've been trying this myself but found no luck. Let me forward this to Kriesi and the rest of the support staff.
I want to know the answer myself.
Regards,
Ismael
Hi there!
This is nearly the same question: http://www.kriesi.at/support/topic/link-to-gallery-with-content-hidden
I want to open one site temporarily with thumbnail-view. On the demo-site this is working, but not on mine. :-( See details in the other thread.
Thanks!
Dennis
Hello Dennis,
Yes, I've seen the thread and I'm trying to help you out but found no luck. I don't know how to accomplish this either.
Let us wait on the rest of the support staff, they might know what to do. :)
Regards,
Ismael
Hey guys!
Any news on these topic?
Dennis
Hi Dennis,
No update yet. I know Kriesi is a bit swamped right now so it may be a few days.
Regards,
Devin
I think this post: http://www.kriesi.at/support/topic/collapse-main-menu-on-home-page will help you. However instead of following code:
avia_item_fade({items: '.preview_image', hover: '.post-entry'});
setTimeout(function () {
jQuery('.hide_content').trigger('click');
}, 600);
use:
avia_item_fade({items: '.preview_image', hover: '.post-entry'});
setTimeout(function () {
jQuery('.home .hide_content').trigger('click');
}, 600);
because we only want to affect the homepage :)
This topic has been closed to new replies.