• Resolved adamfartassi

    (@adamfartassi)


    Hello,
    For some reasons, I can’t limit the snowing to a part of my homepage only. The snow follow the scrolling whereas I want it to stay at the top of my page only.
    Could you help me solve that?
    Regards.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor WPManiax

    (@wpmaniax)

    Hi Adam,

    That isn’t an issue. It’s a feature request actually as it is working different way now.

    Thanks for the tip!

    I’ll definitely add it to the next version. Until then you can implement this on your own if you know a bit how to edit js files.
    If so, let me know and I’ll let you know what to change and where (one line of code)

    best,

    Csaba

    Thread Starter adamfartassi

    (@adamfartassi)

    Hi Csaba,
    Thanks for the explanation. I’m glad you considered it for your next version and I’d like to edit the js files to make the change.
    Regards.

    Plugin Contributor WPManiax

    (@wpmaniax)

    Hi Adam,

    Here is how to do that.

    Open the wp-content/plugins/wp-snow-effect/public/js/jsnow.js file and look for this part of code:

    u.css({
                width: k + "px",
                height: 1,
                display: "block",
                overflow: "visible",
                position: "absolute",
                left: "1px",
                zIndex: t
            });

    now change the: position: “absolute”, to: position: “static” . and save the file.

    Let me know please if this is the according to your requirement.

    Thread Starter adamfartassi

    (@adamfartassi)

    Hi,
    I tried to change the code as you said, but the snow still follow the scrolling.
    Regards.

    Plugin Contributor WPManiax

    (@wpmaniax)

    Hi Adam,

    Let me check.

    Plugin Contributor WPManiax

    (@wpmaniax)

    Hi Adam,

    Must be some cache issue. As it is working for me in Safari, but doesn’t work in Chrome where I’ve opened your page previously. Try to open it in the browser where you didn’t open it yet or clear the browser cache.

    best,

    Csaba

    Plugin Contributor WPManiax

    (@wpmaniax)

    Hi,

    Yes that’s weird when you asked for this I’ve made changes in the file and tested in Chrome and it worked. Your site doesn’t. The only browser where your site works for me now is Safari. I’ve cleaned the Chrome file cache and it still doesn’t work. The test version still works in Chrome, FF and Safari.

    Please leave it alone and let’s see tomorrow.

    thank you for your patience,

    best,

    Csaba

    Plugin Contributor WPManiax

    (@wpmaniax)

    Hi Adam,

    I was here to check it today but seems you have deactivated the plugin. If you’ll have few minutes you can try to activate it and see if it works now.

    have a nice weekend,

    Csaba

    Thread Starter adamfartassi

    (@adamfartassi)

    Hi,
    I tried today and it didn’t worked. So I decided to remove it completely now.
    My website is still fine without this plugin ??

    Thanks for your support,
    Adam.

    Plugin Contributor WPManiax

    (@wpmaniax)

    Hi Adam,

    Ok. I understand. I’ll keep your idea in my mind and surely will try to implement it. Thank you.

    best,

    Csaba

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Snow Vertical Size issue’ is closed to new replies.