Thread Starter
bazz
(@lucicmirko)
Hello! I tried it on Chrome and Firefox and had that issue (that is also reported by other users). After I deleted the browser cache in Firefox it worked, but I can’t tell all visitors of the website to delete their browser cache. Something happened, I have same problem when accessing the site on my phone. So basically everyone that accessed site before needs to clear the browser cache to see galleries. I tried to delete Cloudflare cache but that didn’t helped.
Thread Starter
bazz
(@lucicmirko)
Updated to 0.8, everything work perfect now!
Thank you!
Thread Starter
bazz
(@lucicmirko)
Theme I used have some ‘strange’ functions for displaying menu.
I deleted it and added in functions.php
register_nav_menu( 'primary', 'main_menu' );
And in header.php file of my theme:
<?php wp_nav_menu( array('theme_location' => 'primary' ) ); ?>
Probably I will add more arguments to wp_nav_menu() but now everything works fine 😀
Thank you for your time!