Forum Replies Created
-
AuthorPosts
-
Thanks, but it doesn’t work. Now all animated objects disappear when you scroll back up.
Thanks Guenni007,
that is a good solution if you add custom animations but i use different options of
the enfold theme animations. Is there any solution to do it for all animations
that are set with the avia layout architect column animation options?Thanks and best regards!
February 21, 2023 at 4:11 pm in reply to: Dots Menu (Fullwidth submenu element) with current class #1398791Thank you very much!
The Kriesi Support Team helped me a lot in the last couple of days.
Awesome job!February 20, 2023 at 12:23 pm in reply to: Dots Menu (Fullwidth submenu element) with current class #1398611This reply has been marked as private.February 17, 2023 at 10:29 am in reply to: Dots Menu (Fullwidth submenu element) with current class #1398320Hi and thanks, but it’s not working.
Maybe it’s in this line:
let parent = list.parent(“#menu-sub-menu”);I have no element with that id. So i tried the id of the ul of the submenu (it’s the parent, right?).
But it’s still not working.Do you have any ideas?
Best regards!
Thank you very much! :-)
February 16, 2023 at 8:51 pm in reply to: Burger Overlay Menu: How to close by clicking on current Link #1398262Hi Mike,
in your demo it works but in all other demos it does not. See for example here: https://kriesi.at/themes/enfold-minimal-photography/Also it doesn’t matter if it’s the mobile menu or desktop, it should work on both.
I think it’s because of the /#top after the href of the current-menu-item.
Is there a way to correct that?Here is a link to an older forum post, but it’s very complicated and not update save:
Best regards,
JasperFebruary 16, 2023 at 2:00 pm in reply to: Burger Overlay Menu: How to close by clicking on current Link #1398218Hi Mike,
i’ve tested it on many enfold websites and it’s not working. Either desktop nor mobile and in different browsers.
Please see your demos on the kriesi.at website. It’s not working.
Maybe i’ve made it not clear? The problem is, if you are (for example) on the Frontpage and you open the burger menu,
you’re not able to close the menu by clicking on the Frontpage menu item again. But if you just want to stay on the Frontpage,
that would be a common way to just close the overlay menu.Best regards,
JasperFebruary 16, 2023 at 11:32 am in reply to: Dots Menu (Fullwidth submenu element) with current class #1398200This reply has been marked as private.February 15, 2023 at 10:57 am in reply to: Dots Menu (Fullwidth submenu element) with current class #1398037Hi Ismael,
thanks for your quick response!I’ve tried the script from the first link above, replaced it with my id names but it’s not working.
Could you please help me find the reason?
Best regards,
JasperHi,
thanks again for your quick help!With the changes and tweaking it almost works out but its a very limited user experience.
Is there a way to leave the script out off mobile view?
I’ve tested a few things but none of it worked?Thank you an best regards,
JasperHi,
thank you so much, it works fine in the footer.Now i have another problem. To work properly, the elements has to be full height of the browser (100vh).
That works fine on desktop view but on mobile devices the content will cut off.
Do you have any idea, how i can work around that problem?Thank you very much!
Best regards,
JasperHi,
sorry, i’m not that good with JS. Here is the documentation: https://www.jqueryscript.net/animation/Snap-To-Section-SnapScroll.html
I use a Codeblock for the call, maybe there is the error:
<script>
var snapScroll = $(“.av-layout-grid-container”).SnapScroll({
hashes:true
});
console.log(snapScroll);
</script>Could you help me please?
And i was wondering why there isn’t a Scroll Snap function in the theme. There are a few posts about it in the forum.
I also tried the CSS way with “scroll-snap-type” and “scroll-snap-align”, but it won’t work either, why?Best regards,
JasperHi Ismael,
thank yo for the quick response.I use a child theme and the script is loaded in the functions.php like this:
// Register and enqueue scripts
function my_custom_scripts() {
wp_enqueue_script(
‘custom-script’,
get_stylesheet_directory_uri() . ‘/js/snap-scroll.js’,
array( ‘jquery’ )
);
}add_action( ‘wp_enqueue_scripts’, ‘my_custom_scripts’ );
Best regards,
JasperHi Victoria,
Hi Victoria,
Hi Victoria,
i have another issue. Is it possible to add a Box-Shadow to the masonry images?
I tried various css classes but it wont work.Thanks in advance,
JasperHi Victoria.
great, thank you very very much!! I appreciate your help and patience!
Best regards an stay safe,
JasperHi Victoria,
ok, sorry! Done!
Thanks in advance,
JasperHi Victoria,
done!
Best regards,
JasperThanks in advance!
Best regards,
JasperHi Victoria,
the website is in maintenance mode.
Do you need any credentials?Thanks in advance
JasperOr is it instead possible to show a category switch (like on masonry blog) in the “Blog Posts” Element?
-
AuthorPosts