kot_matpockuh
Forum Replies Created
-
it’s not…
can you please capture some video with http requests?
spinner – it doesn’t matter
on video is shown, that requests are done only when i reach the bottom of the page
there are not…
Hi, @dcooney
Can you please check, why loader is called only when i reach the bottom of the page? but my code looks so:
[ajax_load_more post_type="post" scroll_distance="400" container_type="div" posts_per_page="14" max_pages="100"]why it’s not loading, while i’m 400px from the bottom?
Hi, @dcooney
Unfortunately – no, check it now, please)
Forum: Plugins
In reply to: [Sharify Social Share Buttons] Posts counter isn't workingI deactivated and re-activated your plugin, and counter began to work.
But, it’s increasing count every time i click on it, not after successful posting in social network…Forum: Plugins
In reply to: [Comments - wpDiscuz] WpDiscuz – localisationHello. How can i translate new comment “edit” text after comment adding, with wpml?
Forum: Plugins
In reply to: [WordPress Social Login] 500 internal server error when redirectinghm… same issue(
Forum: Plugins
In reply to: [Comments - wpDiscuz] Move the comment input form to bottomalso: why
mysql2date($time_format, $comment->comment_date)is not getting russian symbols on-the-fly added comment? only after page reload?Forum: Plugins
In reply to: [Comments - wpDiscuz] Move the comment input form to bottomalso note: why new comments are adding without timestamp? only after refresh i’m getting it
Forum: Plugins
In reply to: [Comments - wpDiscuz] Move the comment input form to bottomany news?
great, thank you
works, why it so?
done as you said, didn’t helped me((
here is my whole template: http://pastebin.com/pVS1hewbForum: Plugins
In reply to: [WP Tiles] set min-height on one-line tilein css i can do this, but second-line tiles are wrong positioned (top offset)
Forum: Plugins
In reply to: [WP Tiles] Custom User meta field displayhm, i try so:
add_filter( 'wp_tiles_byline_tags', function($tags, $post) { $authordata = get_userdata( $post->post_author ); $tags['position'] = $authordata->position; $tags['avatar'] = $authordata->avatar; return $tags; },10, 2);but why i need here 10 & 2 as params?
also, why i can call this params without %%, only position for example?