Modify Code On Artion - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Modify Code On Artion

F

Fabrice

General 3 years ago

Hi, I just purchased a license for artion template, it is great except I'd like the text "Artion logo" to move upward and get to the menu posuition a little earlier. How can I modify the height where the novement is triggered? Thanks.

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #75173

Hi,

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue? I need to check.

-Regards.

0
F
Fabrice
Accepted Answer
3 years ago #75219

Hi, the site is on local serveur for now. isn't there a javascript file to modify? thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #75277

No sorry we do no support on giving javascript.

0
F
Fabrice
Accepted Answer
3 years ago #75338

ok, what's the point of keeping such a secrecy about the code ? Jomla is an open source, remind you, and I understand you need to protect your work but I'm a dev too and still rely on your products to deliver sites to my final customers... It wasn't so hard to open up the template/artion/js/main.js and change the scrollposition to whatever you need... // window scroll text animation $(window).on("scroll", function () { const scrollPosition = $(window).scrollTop(); if (scrollPosition > 580) { $(".animated-text").addClass("animate"); $(".animated-text-section").css("zIndex", "9999"); } else { $(".animated-text").removeClass("animate"); $(".animated-text-section").css("zIndex", "1"); } }); });

Thanks for the support Mehtaz.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #75432

This is your main topic right?

" I just purchased a license for artion template, it is great except I'd like the text "Artion logo" to move upward and get to the menu posuition a little earlier. How can I modify the height where the novement is triggered?"

I think its also possible via custom CSS. If its only CSS issue then I can try it otherwise sorry its beyond our support policy because we do not provide custpmization support. Could you please give me your site URL and also screenshot where you need to change?

0
F
Fabrice
Accepted Answer
3 years ago #75757

No problem Mehtaz, problem solved anyway, thank you.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #75853

Glad to know that it is fixed now. You can now close this post by accepting the answer.

Thanks.

0