valon1x
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Language in date fieldOK. Thanks:)
Forum: Plugins
In reply to: [Contact Form 7] Language in date fieldi know, but in first my WordPress was russian from here https://ru.wordpress.org/
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Class doneyes, i removed your plugin and wrote own code…. pity that the plug didn`t help me
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Class done$(window).on("scroll", function(e){ var footHeight = $('footer').offset().top; if($(window).scrollTop() + $(window).height() > footHeight) { var height = $('.pagination').offset().top - $('header').height(); var link = $('.wp-pagenavi .nextpostslink').attr('href'); if(link) { $('.loader').removeClass('hidden'); $('.pagination').remove(); $.ajax({ url:link, type:'POST', success:function(data){ var htmlData = $('<div>'); htmlData.html(data); setTimeout(function(){ $('.loader').addClass('hidden'); }, 50); htmlData.find('.blogContent article').each(function (i,el) { $('.loader').before($(el)); }); var pagination = htmlData.find('.pagination'); $('.blogContent').append(pagination); $('html,body').animate({ scrollTop: height }, 300, 'swing'); } }) } } });that is my solution
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Class doneI do not see a bunch of records in the admin still have at least 20 entries, and it does not take them and do not add the class done
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Class doneon page where i use wp_query
$latest_blog_posts = new WP_Query( array( ‘paged’ => $paged, ‘page’ => $paged, ‘post_type’ => ‘post’,’posts_per_page’ => 10 ) );echo do_shortcode(‘[ajax_load_more transition=”fade” button_label=””]’);
in admin panel i set 10 posts per_page
And after i scroll all posts. my button doesnt have class done…
Forum: Plugins
In reply to: [WP-PageNavi] Show Pagination with get_categories()okay, can you tell me how i can do this ? two days i search for this…
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Error with cyrilicYes
same problem. i cant upload image. So, for what this plugin if i can
t upload image ? :) and Bulk Smash.it doesnt work, i have 170 images, and see error if i try smash.it all =|Forum: Plugins
In reply to: [Disqus Comment System] Can't Sign In+1 … in Settings i see
Settings
Version: 2.84Disqus comments are currently enabled
but can`t install – Invalid login credentials.
Forum: Plugins
In reply to: [Contact Form 7] Change date format in date field (Localiaztion)Okay, I see just as the author of the plugin responds in other posts, but in my no =/
Forum: Plugins
In reply to: [Contact Form 7] Change date format in date field (Localiaztion)anyone? 🙂
Forum: Plugins
In reply to: [Contact Form 7 - Clockwork SMS] not workingi have installed plugin. add my number (Ukraine) like +380932247795 send form, but i didn`t see SMS on my number.