• Resolved melskeh

    (@melskeh)


    Hello,

    A few weeks ago there was an update of the Esacapade theme, and since then the Sticky Menu doesn’t work (correctly) anymore. The top right picture isn’t show correctly. It’s sticky ponit it lost since the item #masthead.site-header is gone.

    Please help

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

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter melskeh

    (@melskeh)

    Hello again, If you want the correct picture please ask me to deactivate Sticky Menu

    Grz Mels

    https://melsentoos.nl/achtergrond.jpg

    • This reply was modified 4 years, 5 months ago by melskeh.
    • This reply was modified 4 years, 5 months ago by melskeh.

    @melskeh can you deactivate it?

    Thread Starter melskeh

    (@melskeh)

    Hi Manuel,
    I just de-activated the Sticky Plugin. Please reload the website.

    Thanks in advance for helping me..

    @melskeh, ok, I see the issue.

    There is a bug that our team is fixing but I don’t have a date for the release.

    So while you wait, go to the plugin folder and navigate to js folder (assets > js) and replace the js-sticky-anything.min.js file by this one: https://u.pcloud.link/publink/show?code=XZWb0JXZeuv3X2LzwVukYAJKHnHBfRmXSeTX

    Activate the plugin again and it should be working now.

    Thread Starter melskeh

    (@melskeh)

    @manuelrocha88 Great it’s working again. Thanks a lott for your quick responce and solution

    Grz Mels

    • This reply was modified 4 years, 5 months ago by melskeh.

    @melskeh great.

    If you have a minute, and haven’t done so, please leave a review. It’s what keeps support going. Thank you ??https://www.ads-software.com/support/plugin/sticky-menu-or-anything-on-scroll/reviews/#new-post

    Thread Starter melskeh

    (@melskeh)

    Hi Manuel,

    After the update 2.22 to 2.23 it doesn’t work again. I replaced js-sticky-anything.min.js with the working version but it still doesn’t

    PLease can you help me again. I didn’t make the change in de live-version but in my test-version on my NAS-server. SO it’s diffecult to see the change and the problem…

    Grz Mels

    Thread Starter melskeh

    (@melskeh)

    After update 2.25 again it doesn’t work anymore. I replaced js-sticky-anything.min.js with the working version but it still doesn’t work again

    • This reply was modified 4 years, 4 months ago by melskeh.
    Plugin Author WebFactory

    (@webfactory)

    So the last version that worked for you was 2.22?

    Thread Starter melskeh

    (@melskeh)

    Yes I got a modified js-sticky-anything.min.js but it doesn’t work anymore.

    Thread Starter melskeh

    (@melskeh)

    /**
    * @preserve Sticky Anything 2.22 | @senff | GPL2 Licensed
    */

    var stickyAnythingBreakpoint = ” // solely to use as a debugging breakpoint, if needed.

    !function(e){function t(t,i){e(“.sticky-element-original”).clone().insertAfter(e(“.sticky-element-original”)).addClass(“sticky-element-cloned”).removeClass(“element-is-not-sticky”).addClass(“element-is-sticky”).css(“position”,”fixed”).css(“top”,t+”px”).css(“margin-left”,”0″).css(“z-index”,i).removeClass(“sticky-element-original”).hide()}e.fn.stickThis=function(i){var n,s=e.extend({top:0,minscreenwidth:0,maxscreenwidth:99999,zindex:1,legacymode:!1,dynamicmode:!1,debugmode:!1,pushup:””,adminbar:!1},i),l=e(this).length,r=e(s.pushup).length;return r<1?(1==s.debugmode&&s.pushup&&console.error(‘STICKY ANYTHING DEBUG: There are no elements with the selector/class/ID you selected for the Push-up element (“‘+s.pushup+'”).’),s.pushup=””):r>1&&(1==s.debugmode&&console.error(“STICKY ANYTHING DEBUG: There are “+r+’ elements on the page with the selector/class/ID you selected for the push-up element (“‘+s.pushup+'”). You can select only ONE element to push the sticky element up.’),s.pushup=””),l<1?1==s.debugmode&&console.error(‘STICKY ANYTHING DEBUG: There are no elements with the selector/class/ID you selected for the sticky element (“‘+this.selector+'”).’):l>1?1==s.debugmode&&console.error(“STICKY ANYTHING DEBUG: There There are “+r+’ elements with the selector/class/ID you selected for the sticky element (“‘+this.selector+'”). You can only make ONE element sticky.’):1==s.legacymode?(e(this).addClass(“sticky-element-original”).addClass(“element-is-not-sticky”),1!=s.dynamicmode&&t(s.top,s.zindex,s.adminbar),checkElement=setInterval(function(){!function(i,n,s,l,o,r,d){var a=e(“.sticky-element-original”).offset();if(orgElementTop=a.top,o){var c=e(o).offset();pushElementTop=c.top}var m=window,g=”inner”;”innerWidth”in window||(g=”client”,m=document.documentElement||document.body);viewport=m[g+”Width”],d&&e(“body”).hasClass(“admin-bar”)&&viewport>600?adminBarHeight=e(“#wpadminbar”).height():adminBarHeight=0;e(window).scrollTop()>=orgElementTop-i-adminBarHeight&&viewport>=n&&viewport<=s?(orgElement=e(“.sticky-element-original”),coordsOrgElement=orgElement.offset(),leftOrgElement=coordsOrgElement.left,widthOrgElement=orgElement[0].getBoundingClientRect().width,widthOrgElement||(widthOrgElement=orgElement.css(“width”)),heightOrgElement=orgElement.outerHeight(),paddingOrgElement=[orgElement.css(“padding-top”),orgElement.css(“padding-right”),orgElement.css(“padding-bottom”),orgElement.css(“padding-left”)],paddingCloned=paddingOrgElement[0]+” “+paddingOrgElement[1]+” “+paddingOrgElement[2]+” “+paddingOrgElement[3],1==r&&e(“.sticky-element-cloned”).length<1&&t(i,l),elementHeight=0,heightOrgElement<1?elementHeight=e(“.sticky-element-cloned”).outerHeight():elementHeight=e(“.sticky-element-original”).outerHeight(),o&&e(window).scrollTop()>pushElementTop-i-elementHeight-adminBarHeight?stickyTopMargin=pushElementTop-i-elementHeight-e(window).scrollTop():stickyTopMargin=adminBarHeight,e(“.sticky-element-cloned”).css(“left”,leftOrgElement+”px”).css(“top”,i+”px”).css(“width”,widthOrgElement).css(“margin-top”,stickyTopMargin).css(“padding”,paddingCloned).show(),e(“.sticky-element-original”).css(“visibility”,”hidden”)):(1==r?e(“.sticky-element-cloned”).remove():e(“.sticky-element-cloned”).hide(),e(“.sticky-element-original”).css(“visibility”,”visible”))}(s.top,s.minscreenwidth,s.maxscreenwidth,s.zindex,s.pushup,s.dynamicmode,s.adminbar)},10)):(e(this).addClass(“sticky-element-original”).addClass(“element-is-not-sticky”),orgAssignedStyles=(n=e(this),o={},o.display=n.css(“display”),o.float=n.css(“float”),o.flex=n.css(“flex”),o[“box-sizing”]=n.css(“box-sizing”),o.clear=n.css(“clear”),o.overflow=n.css(“overflow”),o.transform=n.css(“transform”),o),orgInlineStyles=e(“.sticky-element-original”).attr(“style”),null==orgInlineStyles&&(orgInlineStyles=””),e(“.sticky-element-original”).addClass(“sticky-element-active”).before(‘<div class=”sticky-element-placeholder” style=”width:0; height:0; margin:0; padding:0; visibility:hidden;”></div>’),checkElement=setInterval(function(){!function(t,i,n,s,l,o,r,d){$listenerElement=e(“.sticky-element-active”);var a=$listenerElement.offset();if(orgElementTop=a.top,l){var c=e(l).offset();pushElementTop=c.top}var m=window,g=”inner”;”innerWidth”in window||(g=”client”,m=document.documentElement||document.body);viewport=m[g+”Width”],o&&e(“body”).hasClass(“admin-bar”)&&viewport>600?adminBarHeight=e(“#wpadminbar”).height():adminBarHeight=0;if(e(window).scrollTop()>=orgElementTop-t-adminBarHeight&&viewport>=i&&viewport<=n){for(var h in coordsOrgElement=$listenerElement.offset(),leftOrgElement=coordsOrgElement.left,widthPlaceholder=$listenerElement[0].getBoundingClientRect().width,widthPlaceholder||(widthPlaceholder=$listenerElement.css(“width”)),heightPlaceholder=$listenerElement[0].getBoundingClientRect().height,heightPlaceholder||(heightPlaceholder=$listenerElement.css(“height”)),widthSticky=e(“.sticky-element-original”).css(“width”),”0px”==widthSticky&&(widthSticky=e(“.sticky-element-original”)[0].getBoundingClientRect().width),heightSticky=e(“.sticky-element-original”).height(),paddingOrgElement=[e(“.sticky-element-original”).css(“padding-top”),e(“.sticky-element-original”).css(“padding-right”),e(“.sticky-element-original”).css(“padding-bottom”),e(“.sticky-element-original”).css(“padding-left”)],paddingSticky=paddingOrgElement[0]+” “+paddingOrgElement[1]+” “+paddingOrgElement[2]+” “+paddingOrgElement[3],marginOrgElement=[$listenerElement.css(“margin-top”),$listenerElement.css(“margin-right”),$listenerElement.css(“margin-bottom”),$listenerElement.css(“margin-left”)],marginPlaceholder=marginOrgElement[0]+” “+marginOrgElement[1]+” “+marginOrgElement[2]+” “+marginOrgElement[3],assignedStyles=””,r)”inline”==r[h]?assignedStyles+=h+”:inline-block; “:assignedStyles+=h+”:”+r[h]+”; “;elementHeight=0,heightPlaceholder<1?elementHeight=e(“.sticky-element-cloned”).outerHeight():elementHeight=e(“.sticky-element-original”).outerHeight(),l&&e(window).scrollTop()>pushElementTop-t-elementHeight-adminBarHeight?stickyTopMargin=pushElementTop-t-elementHeight-e(window).scrollTop():stickyTopMargin=adminBarHeight,assignedStyles+=”width:”+widthPlaceholder+”px; height:”+heightPlaceholder+”px; margin:”+marginPlaceholder+”;”,e(“.sticky-element-original”).removeClass(“sticky-element-active”).removeClass(“element-is-not-sticky”).addClass(“element-is-sticky”).css(“cssText”,d+”margin-top: “+stickyTopMargin+”px !important; margin-left: 0 !important”).css(“position”,”fixed”).css(“left”,leftOrgElement+”px”).css(“top”,t+”px”).css(“width”,widthSticky).css(“padding”,paddingSticky).css(“z-index”,s),e(“.sticky-element-placeholder”).hasClass(“sticky-element-active”)||e(“.sticky-element-placeholder”).addClass(“sticky-element-active”).attr(“style”,assignedStyles)}else e(“.sticky-element-original”).addClass(“sticky-element-active”).removeClass(“element-is-sticky”).addClass(“element-is-not-sticky”).attr(“style”,d),e(“.sticky-element-placeholder”).hasClass(“sticky-element-active”)&&e(“.sticky-element-placeholder”).removeClass(“sticky-element-active”).removeAttr(“style”).css(“width”,”0″).css(“height”,”0″).css(“margin”,”0″).css(“padding”,”0″)}(s.top,s.minscreenwidth,s.maxscreenwidth,s.zindex,s.pushup,s.adminbar,orgAssignedStyles,orgInlineStyles)},10)),this}}(jQuery);

    Thread Starter melskeh

    (@melskeh)

    I have re-installed 2.22 version, then I replaced the file js-sticky-anything.min.js with the update (see above) version. This seems to be working again.

    I have on my NAS a working copy (test-version of my website) with 2.23 installed and the modified js-sticky-anything.min.js and that is also working ??

    • This reply was modified 4 years, 4 months ago by melskeh.
    • This reply was modified 4 years, 4 months ago by melskeh.
Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Sticky in Escapade doesn’t work anymore’ is closed to new replies.