Actually I found an error in shortcodes.php
// Mobile nav
get_template_part( ‘partials/header/mobile-icon’ );
Should be
// Mobile nav
get_template_part( ‘partials/MOBILE/mobile-icon’ ); ?>
Copied mobile-icon.php to partials/header/ folder and now it works
-
This reply was modified 6 years, 2 months ago by gelut.