How to get the current scroll top position?
How to get the current scroll top position? Copy and past the following codes below to your JS file.
var current_scroll = window.scrollY; console.log( current_scroll );
Visit my demo page HTML CODE: <div id="prev-next" class="clearfix"> <a class="page-numbers" href="http://example.com/category/blog/">1</a> <a class="page-numbers" href="http://example.com/category/blog/page/2/">2</a> <a class="page-numbers" href="http://example.com/category/blog/page/3/">3</a> <a class="page-numbers" href="http://example.com/category/blog/page/10/">4</a> <a class="page-numbers" href="http://example.com/category/blog/page/10/">5</a> </div> SCRIPT $('a.page-numbers').live( 'click', function(e){ e.preventDefault(); $( '#loading' ).show(); var link = $( this ).attr( 'href' ); $( '#loop' ).animate({ opacity:0.1 }, 200, function(){ $( this ).load( link + ' #loop',…
How to add @mention in Buddypress single media page (or rtMedia single page)? Copy the codes below to your functions.php add_filter( 'bp_get_activity_content', 'filter_bp_get_activity_content', 10, 1 ); function filter_bp_get_activity_content( $content ) { global $bp, $wpdb; $mention_link = ''; $mention_dummy = ''; $at_all = array(); $at_mention = ''; $at_space = ''; $at_text = ''; $mention_dummy = $content;…
Watch One Piece Episode 787 English Subbed below. Video is coming Soon!!!
How to set up woocommerce product retail map discount? Copy and paste the codes below to your functions.php Note: to get the $retail_map, make sure you have retail_map key in each products. You can add custom fields with the name retail_map and put a value. function woocommerce_get_custom_price($price, $product){ $reg_price = get_post_meta( $product->id, '_regular_price', true );…
Facebook Facebook Like Box Widget http://wordpress.org/plugins/facebook-like-box-widget/ Testimonials WP Customer Reviews https://wordpress.org/plugins/wp-customer-reviews/ Popup Cookie Cookie Control – http://wordpress.org/plugins/cookie-control/