Would you please make me clear about your problem? And please provide me the link of your site so it make me more clear to address your problem.
I will do my best to solve your problem.
Thanks
Hi WEN, thank you for fast reply.
i need to change the image menu to slider, and slider to image menu
and move primary link above secondary (image links)
site: http://hlidanimazlicka.cz/test/
Thank You!
Find this class ‘<div class=”menu-secondary-container”>……….</div>’
and interchange with ‘<div class=”fp-slider clearfix”>…….</div>’
This will easily interchange your places. This code may be in index.php file.
Still Confusion on Secondary and primary links.
If any confusion feel free to ask.
Hi i find this in header.php
<div id=”container”>
<div class=”clearfix”>
<?php if($theme->display(‘menu_primary’)) { $theme->hook(‘menu_primary’); } ?>
<div id=”top-social-profiles”>
<?php $theme->hook(‘social_profiles’); ?>
</div>
</div>
<div id=”header”>
<div class=”logo”>
<?php if ($theme->get_option(‘themater_logo_source’) == ‘image’) { ?>
“><img src=”<?php $theme->option(‘logo’); ?>” alt=”<?php bloginfo(‘name’); ?>” title=”<?php bloginfo(‘name’); ?>” />
<?php } else { ?>
<?php if($theme->display(‘site_title’)) { ?>
<h1 class=”site_title”>“><?php $theme->option(‘site_title’); ?></h1>
<?php } ?>
<?php if($theme->display(‘site_description’)) { ?>
<h2 class=”site_description”><?php $theme->option(‘site_description’); ?></h2>
<?php } ?>
<?php } ?>
</div><!– .logo –>
<div class=”header-right”>
<?php $theme->option(‘header_banner’); ?>
</div><!– .header-right –>
</div><!– #header –>
<?php if($theme->display(‘menu_secondary’)) { ?>
<div class=”clearfix”>
<?php $theme->hook(‘menu_secondary’); ?>
</div>
<?php } ?>
Try to find this code on other file too. If not found, i will help you with other way too.
Try yourself for finding it once again.
Thanks