Vitalii Kaplia
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Forum: Plugins
In reply to: [qTranslate X] BODY CLASS for each languageadd_filter( ‘body_class’, function( $classes ) {
return array_merge( $classes, array( ‘lang-‘ . qtrans_getLanguage() ) );
} );Forum: Plugins
In reply to: [Easy Updates Manager] WordPress 4.1 still checks for updatesok, tnx u!
Forum: Plugins
In reply to: [Easy Updates Manager] WordPress 4.1 still checks for updatesi think, we must notify Automatic about this problem
Forum: Plugins
In reply to: [Easy Updates Manager] WordPress 4.1 still checks for updatesPanel works too slow if we use only one filter:
add_filter( ‘pre_site_transient_update_themes’, create_function( ‘$a’, “return null;” ) );
maybe problem in this?
Forum: Plugins
In reply to: [WordPress Social Login] Unspecified error. #6 odnoklassniki.ru@t1gor you have added public key?
Forum: Plugins
In reply to: [WordPress Social Login] Unspecified error. #6 odnoklassniki.ru@zachot thanx!!! it’s work for me!
Forum: Plugins
In reply to: [LoginWP (Formerly Peter's Login Redirect)] Не выводится пункт в менюForum: Plugins
In reply to: [LoginWP (Formerly Peter's Login Redirect)] Not working with WordPress 3.5Hi, Adam!
Open
wplogin_redirect.php
find line 1472 and replace “$rul_required_capability” to: “8”
that was:
add_options_page( 'Login/logout redirects', 'Login/logout redirects', 8, 'wplogin_redirect.php', 'rul_optionsmenu' );Forum: Fixing WordPress
In reply to: Query_posts Ordering/SortingСпасибо, ребята! Очень ценная информация!
Viewing 9 replies - 1 through 9 (of 9 total)