Viewing 5 replies - 1 through 5 (of 5 total)
  • 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

    Thread Starter tomdingweed

    (@tomdingweed)

    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.

    Thread Starter tomdingweed

    (@tomdingweed)

    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

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Theme:Customization main page’ is closed to new replies.