Async Disabled List
-
Hello,
I am struggeling with the javascript settings in the plugin. When I enable it I experience an error. A Button that appears when triggered by scrolling down to a certain css class does not appear anymore (sometimes).
I tried to put the code from the main.js to the Async Disabled List field. The (part of the) code is:
jQuery( ‘.features’ ).waypoint( function () {
jQuery( ‘.chat-btn’ ).addClass( ‘fixed’ );
}, {
offset: ‘80%’
} );Should it work this way or am I missing something? Maybe I need to delete it from the main.?
Any help is much apprecciated!
malessandro
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Async Disabled List’ is closed to new replies.