Tagged: , ,

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #208945

    Hello!

    1) Ajax search is not available.
    2) Popular items css error: http://zelenopol.net/?s=test

    #209008

    Hey vasilybodnarchuk!

    1- Please go to Enfold theme options > Header and make sure that you have checked “Append search icon to main menu”
    2- Can you post a screenshot of css issue? It did look fine to me

    Best regards,
    Yigit

    #209033

    Hello Yigit!

    1) “Append search icon to main menu” selected. Do nothing.

    2)
    .tagsy-container .tagsy-box .tagsy-name-group {
    padding: 0 6px;
    }

    .big-preview img {
    width: 100%;
    }

    #209093

    Hey!

    1- Have you made any changes on theme files? Do you mind creating a temporary admin login and posting it here privately so we can take a look?
    2- I meant, can you post a screenshot and show where exactly issue occurs on your page?

    Cheers!
    Yigit

    #211750
    #211999

    Hello again)

    I add global menu. Problem withi this code:

    `/***************************************** Global menu ******************************************/

    add_filter(‘wp_nav_menu’, ‘wp_nav_menu_global’);

    function wp_nav_menu_global()
    {
    //if ( !is_main_site() )
    {
    remove_filter( ‘wp_nav_menu’,’wp_nav_menu_global’);
    switch_to_blog(1);

    $args = array(
    ‘theme_location’ => $avia_theme_location,
    ‘menu_id’ => $avia_menu_class,
    ‘container_class’ => $avia_menu_class,
    ‘fallback_cb’ => ‘avia_fallback_menu’,
    ‘walker’ => new avia_responsive_mega_menu()
    );

    wp_nav_menu($args);
    restore_current_blog();
    }

    }

    #212001

    Can you help to edit?)

    #212710

    Hey!

    1) Please revert your menu changes – they probably conflict with our ajax search function.

    2) I think the thumbnails are missing. Try to regenerate them with: http://wordpress.org/plugins/regenerate-thumbnails/

    A temporary css fix would be:

    
    .news-thumb {
    max-width: 36px;
    }
    

    – insert this code into the quick css field.

    Best regards,
    Peter

    #212712

    Hey!

    Btw – I think your code doesn’t work because the $avia_theme_location, etc. variables are not defined. You must include these variables into your function….

    Cheers!
    Peter

    #212724
    This reply has been marked as private.
    #212753

    Hey!

    Great :)

    Cheers!
    Peter

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Ajax search and popular items’ is closed to new replies.