39
Views
7
Comments
Solved
[Sticky Jquery Plugin] Sticky jQuery PlugIn Version 9.0.1.25
Question
sticky-jquery-plugin
Web icon
Forge asset by Miguel Vicente

Hi,

Can someone please help me? 

Everytime I scroll down the ad is teleporting on the center of the screen.

I want it to stay where it was while scrolling down.

Here it is:


THEN WHEN I SCROLL DOWN IT IT GOES IN THE CENTER:


BTW, my version is 9.0.1.25

Thanks,

-Daryl

2016-08-14 15-21-18
Jogait
Solution

Hi Daryl,

After taking a closer look to your file, i've noticed that you have an parameter with value equal to true, try to change it to false (center:false).

SyntaxEditor Code Snippet

"<script>
    $(window).load(function(){
      $(""#"+StickyPlace.Id+""").sticky({ topSpacing:"+ TopSpace +", center:false, className:""stickerPlace"" });
    });
  </script>"


2016-08-14 15-21-18
Jogait

I've made a page similar to yours and it works fine.

Can you provide the espace so we can see the code?

2024-02-10 13-44-23
dadmin

Sure thanks here it is.


Contacts.oml
2024-02-10 13-44-23
dadmin

its because my version of Outsystems is 9.0.1.25. I only use this version. and the sticky version 1.0.0 is perfect.

please help me.

2016-08-14 15-21-18
Jogait

The page you have created seams fine.

Try to replicate the latest version of sticky to your version of Outsystems.

2024-02-10 13-44-23
dadmin

Jogait wrote:

The page you have created seams fine.

Try to replicate the latest version of sticky to your version of Outsystems.


Hi, I also can't replicate it, because when I try to install the latest version of sticky on my platform it

shows that it's not compatible. what should I do?

thanks,

-Daryl

2024-02-10 13-44-23
dadmin

Jogait wrote:

The page you have created seams fine.

Try to replicate the latest version of sticky to your version of Outsystems.


Maybe it's on the javascript but I can't edit it. please help me.

thanks in advance

2016-08-14 15-21-18
Jogait
Solution

Hi Daryl,

After taking a closer look to your file, i've noticed that you have an parameter with value equal to true, try to change it to false (center:false).

SyntaxEditor Code Snippet

"<script>
    $(window).load(function(){
      $(""#"+StickyPlace.Id+""").sticky({ topSpacing:"+ TopSpace +", center:false, className:""stickerPlace"" });
    });
  </script>"


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.