PaulN

Member

Forum Replies Created

  • In reply to: The RSS button doesn't work

    #30376

    the decision and this problem is: http://naviway.ru/rss-i-google-chrome/

    actually, it not wordpress problem, is Chrome problem.

    In reply to: The RSS button doesn't work

    #30373

    Thanks, really helped!

    But, if to press the RSS button in the Internet Explorer browser that everything opens correctly and if Google Chrome that opens all in codes. How it to correct?

    In reply to: to disconnect separate settings of messages

    #28439

    At record or page creation, there are separate settings of the message. This management of a slider and social buttons. Whether it is possible to disconnect additional settings that they didn’t appear in a window of record of the console?

    In reply to: Flags of languages from WPML plug-in

    #28041

    did inquiry, such answer came:

    Please use the following code into your theme’s functions.php file.

    The below code will add language switcher with only flags to your menu.

    // Filter wp_nav_menu() to add additional links and other output

    function new_nav_menu_items($items,$args) {

    if (function_exists(‘icl_get_languages’)) {

    $languages = icl_get_languages(‘skip_missing=0’);

    if(1 < count($languages)){

    foreach($languages as $l){

    if(!$l){

    $items = $items.'<li class=”menu-item”>'.$l.'‘;

    }

    }

    }

    }

    return $items;

    }

    add_filter( ‘wp_nav_menu_items’, ‘new_nav_menu_items’,10,2 );

    but it is impossible to insert into a subject. that in the top field of a subject flags were reflected

Viewing 4 posts - 11 through 14 (of 14 total)

  • 1
  • 2