tomdingweed
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Image content not show in sliderHi FielDraft!
Thank you for answer. I try this to change display, or delete this line
I think this is a wordpress register query problem, but i dont know how resolve this problem.
Forum: Themes and Templates
In reply to: [Theme:Customization main pageHi 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 } ?>Forum: Themes and Templates
In reply to: [Theme:Customization main pageHi 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!
Forum: Themes and Templates
In reply to: [Theme:FreshHealt] i need to change secondary menu to sliderits possible?
Forum: Themes and Templates
In reply to: [Theme:FreshHealt] i need to change secondary menu to slider1.single menu
2.logo
3.fp-slider
4.secondary menu
need to be use in every page on this siteplease help me