Hi, Thanks for new update. It’s very cool. But I have a question:
I can show top bar menu on mobile responsive version like this:
http://i.hizliresim.com/j3EAoj.jpg
But on new mobile theme, it is not work.
How can I add top menu to mobile theme?
Hello ns85gs,
Please notice that the top-bar menu is hidden for mobile responsive version and with a bit of CSS you can enable it but please notice that on mobile theme version the top bar menu is definitely removed and you cannot be called with CSS custom code.
Thank you for your understanding!
Hello ns85gs,
Yes, it is possible this thing. Please check your mobile settings from your theme panel and there you can see this setting, like this -> http://screencast.com/t/uFy9ugd30pTW For more information about mobile theme, please check our documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Thanks.
Oh no, I could not tell you exactly.
I can enable top menu on responsive mobile theme, but you removed it on new mobile theme. Now we can set mobile main menu and mobile footer menu from the theme panel.
For example I select “X menu” as main menu and “Y menu” as footer menu. I want to show “y menu” in the top of site logo (like to top menu).
Can I MOVE footer menu to the top of site’s logo?
Hello ns85gs,
If you want to use your footer menu for your top menu, please notice that you will have to switch this from your wp panel->appearance->menus, like this -> http://screencast.com/t/rgweyVE2
Hope this helps and let us know how it goes!
Thanks.
Hi Catalin, I couldn’t explain my thoughts exactly.
Forget about it. I did it on my own.
I cut this code from mobile/footer.php and I pasted it to mobile/header.php
<div class="td-sub-footer-menu">
<?php
td_wp_nav_menu(array(
'theme_location' => 'footer-menu-mobile',
'menu_class'=> 'td-subfooter-menu',
'fallback_cb' => 'td_wp_footer_menu'
));
//if no menu
function td_wp_footer_menu() {
//do nothing?
}
?>
</div>
And I modified “td-sub-footer-menu” tag on mobile/style.css
You can check it on my site.
Hello ns85gs,
Using theme settings, please notice that you can only move the footer menu to be in place of the top bar menu, switching from Theme panel, as I can pointed you above -> http://screencast.com/t/4XXknJ3g6rLf ->for mobile version. If is not what you mean and if you want to implement another way, please notice that we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
