Kirill Belotserkovskiy
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: [Hueman] Criteria for popular post widget.Hi, guys.
How can I use Custom Fields for this purpose? I mean use Custom Field value instead of comments number. What shall I change in this code- This reply was modified 8 years, 4 months ago by Kirill Belotserkovskiy.
Forum: Plugins
In reply to: [WordPress Full Screen Search Overlay] Close on EscOk, friend of mine resolved this problem.
You need to find full-screen-search.js in plugin folder and add following code:$(document).keydown(function(event) { if (event.keyCode == 27) { event.preventDefault(); $( '#full-screen-search' ).removeClass( 'open' ); } }); $( '#full-screen-search' ).click(function(event) { if (event.target == $( '#full-screen-search-form' ).get(0)) { event.preventDefault(); $( '#full-screen-search' ).removeClass( 'open' ); } });
right after
$( '#full-screen-search' ).removeClass( 'open' ); } );
- This reply was modified 8 years, 4 months ago by Kirill Belotserkovskiy.
- This reply was modified 8 years, 4 months ago by Kirill Belotserkovskiy.
Forum: Plugins
In reply to: [Social Likes] Site stop working after updateHey, it’s solved the problem.
Thank you!Forum: Plugins
In reply to: [Social Likes] Site stop working after updateForum: Plugins
In reply to: [Social Likes] Site stop working after updateI’m using Attitude child theme. Previously my homepage appeared like that:
Now I can’t figure out how to repeat the problem, but instead of excerpts on the homepage was first N sentences of the article.
Now when I activate plugin back I get WSOD on the whole site, except admin dashboard.- This reply was modified 8 years, 6 months ago by Kirill Belotserkovskiy.
Viewing 5 replies - 1 through 5 (of 5 total)