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.
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?
Thanks for reply. I’m understand it is not possible.
Can I move footer menu to header on mobile theme?
I think float option and position settings should add to custom ads.
I use Adinserter plugin, it is very usefull and has many customization settings. But I don’t want use plugin but theme’s internal ad system is not enought for me.
Thanks Catalin for your detailed answer. But it is very long way for create a menu item. I don’t want create a page and WP custom menu for each menu item. I must use Visual Composer for this. I don’t prefer using VC except homepage. Because VC eat my cpu and memory.
Can I create columns on mega menu with custom css?
-
This reply was modified 10 years by
ns85gs.
My images 750×525. I generally use 100×70, 80×60 and 150×105 images on my site.
Thanks Alin. It fixed.
Hi Alin. I don’t use a cache plugin. How I erase theme’s cache and settings?
Oh its very easy, thanks. Another question: Can I make that line’s colors as category’s color based?
What is the name of theme on first picture (trendy)?
I’m using Ad Inserter plugin and I’m happy with it.
My wishlist for version 5:
– Smallist from Newsmag
– Multi column mega menu
– Block without image like block 9 on newsmag
– Float option for all ad banners
– Menu with icons.
Hi, When I activate tagDiv speed booster plugin, my background color and pattern not shown (its fully white) on ie and firefox :/
Hi, it does’nt fix. But I fix it with this:
.ie11 .single_template_1 .post .td-post-featured-image {
width: 48%;
}
Thank for menu font color fix code. It works. But there is still template 1 issue on IE 11. there is problem on chrome or firefox. Did you cheched it on IE 11?
