Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #494785

    Morning!
    Thank you for the template, it’s awesome.
    I need some answers:
    I have to put an animation in my homepage. I’ve got a javascript file which I’ve loaded by ftp and some in-line css code.
    The test is good when I run it on a normal browser, but when I put it in my code block template, It goes wrong.
    Which are the guidelines for the insertion of a js css html code block?
    I link to you my credentials to log-in.
    I also link to you what it supposed to be the final effect of the animation

    Second question. It’s probabily sooo easy, anyway, how can I remove enfold credits from the copyright section?
    It’s important, thank you soo much!

    #494847

    Hey!

    Thank you for your kind words!

    1- Can you please post the code here you need to use using http://pastebin.com/?
    2- Yes it is :) Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/

    Cheers!
    Yigit

    #494947

    Ok, I’ve upload the code where you told me

    #495215

    Hi,

    Could you link to the code you uploaded please?

    Regards,
    Rikard

    #496344

    Sorry, I don’t understand what to do! I’ve written in the forum, they told me to open a ticket; I’ve opened a ticket and then you told me to put everything in another site; I’ve done it and now? I’ve linked everything you need in the ticket according to the tip by the admin!
    I need an answer as soon as possible, please could you make it easy for me?
    Thanx

    #496683

    Hey!

    Sorry for the confusion. Pastebin is a site that allows sharing codes. Since pasting the code here directly could break this pages layout and HTML would not display source code, we are asking users to paste their codes to pastebin and then share the link here so we can copy the code and try to reproduce on our local installations.
    Please paste the code to http://pastebin.com/ once again and then share the link :)

    Regards,
    Yigit

    #496944

    Ok, I’ve pasted the code. The thing I can’t understand is how to include javascript sheet.
    In the message I’ve sent first to you, a test.html was included, you could see everything you want; the code, the animation effect etc…
    Anyway, the link is here:
    http://pastebin.com/ybzDVrjm

    Please reply me asap
    Thank you sooo much

    #497342

    Hi!

    Please add your element inside a color section element and choose to display it at least 50% of screen size and disable preloading if you would like to see the animation from beginning. Otherwise, you need to adjust your custom JS code.

    Regards,
    Yigit

    #498182

    Hi, thank you soo much for patience.
    Anyway I can’t fixed it.
    You told me to copy my element inside. Which one? I mean, do I have to put exactly this one inside a color section?
    Is it a correct way? Whitout: <html>, <head>… tags right?
    Exactly like this?

    <link href=”http://www.7emezzastudio.it/TEST/style.css&#8221; rel=”stylesheet” type=”text/css” />

    <div class=”container”>



    </div>

    <script src=”http://cdnjs.cloudflare.com/ajax/libs/gsap/1.17.0/TweenMax.min.js”></script&gt;
    <script src=”http://www.7emezzastudio.it/TEST/main.js”></script&gt;

    What do I mistake?
    p.s. how could I disable preloading in this page?

    Thank you sooo much sooo much

    #498783

    Hey!

    Looks like the code also affects the theme’s logo. Add a color section then place a code block element inside. In the code block element, add this code:

    <div class="container">
    <img class="logo-custom" src="http://www.7emezzastudio.it/TEST/logo-edit.png">
    <img class="due" src="http://www.7emezzastudio.it/TEST/2.png" />
    <img class="scritta" src="http://www.7emezzastudio.it/TEST/scritta.png" />
    </div>
     
    <script src="http://cdnjs.cloudflare.com/ajax/libs/gsap/1.17.0/TweenMax.min.js"></script>
    <script src="http://www.7emezzastudio.it/TEST/main.js"></script>

    After, modify this file http://www.7emezzastudio.it/TEST/main.js. Replace this line of code:

    TweenLite.to(".logo" , 3, {x:460, rotation:360, ease: Bounce.easeOut})
    

    ..with this:

    TweenLite.to(".logo-custom" , 3, {x:460, rotation:360, ease: Bounce.easeOut})
    

    I’m not sure how the TweenLite script actually works so you have to contact the plugin author regarding the correct settings.

    Cheers!
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.