mediaummah
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Category posts >10 viewYou are as awesome as I am stupid ??
I screened all the PHP files without thinking about the wordpress limitation ??
Thanks alot
Forum: Themes and Templates
In reply to: [Hueman] Use static page instead of post on home page?Yes.
Design-> Customize -> Static..In the Page u select u can add a slider of your choice, there are plenty.
Forum: Plugins
In reply to: [Max Mega Menu] Menu on responsive ThemesWow, it works,
thanks alot ??
Forum: Plugins
In reply to: [Max Mega Menu] Menu on responsive ThemesMaybe “topbar” instead of header?
<?php if (has_nav_menu(‘header’)): ?>
Forum: Plugins
In reply to: [Max Mega Menu] Menu on responsive ThemesThanks, yes the top menu ??
I tried deleting everything, didnt work.
Forum: Plugins
In reply to: [Max Mega Menu] Menu on responsive Themeshttps://demo.alxmedia.se/hueman
Here you see how it should work in the original version. But unfortunately the original menu isnt close to be as awesome as yours ??
Maybe I can use yours for dekstop users and the original for Tab/mobile.
Is that possible?
Forum: Plugins
In reply to: [Max Mega Menu] Menu on responsive ThemesHi and thanks for your fast response.
Doesnt work, the code you wrote isnt in the header. This is the code line for the top menu:
<?php if (has_nav_menu('topbar')): ?> <nav class="nav-container group" id="nav-topbar"> <div class="nav-toggle"><i class="fa fa-bars"></i></div> <div class="nav-text"><!-- put your mobile menu text here --></div> <div class="nav-wrap container"><?php wp_nav_menu(array('theme_location'=>'topbar','menu_class'=>'nav container-inner group','container'=>'','menu_id' => '','fallback_cb'=> false)); ?></div> <div class="container"> <div class="container-inner"> <div class="toggle-search"><i class="fa fa-search"></i></div> <div class="search-expand"> <div class="search-expand-inner"> <?php get_search_form(); ?> </div> </div> </div><!--/.container-inner--> </div><!--/.container--> </nav><!--/#nav-topbar--> <?php endif; ?>
Forum: Plugins
In reply to: [Max Mega Menu] Menu on responsive Themes