-
AuthorPosts
-
January 13, 2014 at 2:45 pm #208945
Hello!
1) Ajax search is not available.
2) Popular items css error: http://zelenopol.net/?s=testJanuary 13, 2014 at 4:16 pm #209008Hey 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 meBest regards,
YigitJanuary 13, 2014 at 4:54 pm #209033Hello 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%;
}January 13, 2014 at 6:36 pm #209093Hey!
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!
YigitJanuary 18, 2014 at 11:05 pm #211750Hello!
2 question (Search tab)
Popular items: https://www.dropbox.com/s/4mx4jlae703dlcc/1.jpg
Other items: https://www.dropbox.com/s/00qm4pvbcw5bnqf/2.jpgJanuary 19, 2014 at 9:22 pm #211999Hello 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();
}}
January 19, 2014 at 9:23 pm #212001Can you help to edit?)
January 21, 2014 at 11:31 am #212710Hey!
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,
PeterJanuary 21, 2014 at 11:33 am #212712Hey!
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!
PeterJanuary 21, 2014 at 12:07 pm #212724This reply has been marked as private.January 21, 2014 at 1:43 pm #212753Hey!
Great :)
Cheers!
Peter -
AuthorPosts
- The topic ‘Ajax search and popular items’ is closed to new replies.