derock299
Forum Replies Created
-
okay, thanks, will let u know how it goes, let me purchase the pro version
Hello Metaphorcreations, seasons greetings, take a look at these site: http://dittynewsticker.com/
on the ditty news latest extension above, how to you creat the background container for it…..please give me the steps
yeah it worked…thanks metaphorcreations
Hello,
Below is my header.php file I put the direct function immediately after the logo but it dint’t work, instead it took out the entire homepage…kindly cross check and tell me what i did wrong…
<!DOCTYPE html>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo( ‘charset’ ); ?>” />
<title><?php wp_title(‘|’, true, ‘right’); ?></title><link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” /><?php wp_head(); ?>
</head><body <?php body_class() ?>>
<?php if(siteorigin_setting(‘general_topbar_menu’)) : ?>
<div id=”topbar”><div class=”container”>
<?php
wp_nav_menu(array(
‘theme_location’ => ‘topbar’,
‘menu_id’ => ‘topbar-menu’,
‘depth’ => 2,
‘fallback_cb’ => ‘pitch_fallback_nav’,
‘walker’ => new Pitch_Walker_Nav_Menu,
));
?>
<div class=”clear”></div>
</div>
</div>
<?php endif; ?><?php if(siteorigin_setting(‘general_search_input’)) get_search_form() ?>
</div>
</div><?php if( is_home() || is_frontpage() ) { ?>
<div class=”container”>
<?php if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(71);} ?>
</div>
<?php } ?><div id=”mainmenu” class=”<?php echo siteorigin_setting(‘general_scale_main_menu’) ? ‘scaled’ : ” ?>”>
<div class=”container”>
<?php
wp_nav_menu(array(
‘theme_location’ => ‘main’,
‘menu_id’ => ‘mainmenu-menu’,
‘depth’ => 2,
‘fallback_cb’ => ‘pitch_fallback_nav’,
));
?>
</div>
</div>ok thanks…the i will replace the 674 with my own generated ID right? thanks for your help, will try it out
Also where do I wrap the direct function in a container? is it on the header.php or the the file that build up my home page
thanks, please can you tell me the the file that builds your homepage of files that build home pages.. I have a basic understanding from there and compare it to mine…thanks
Sorry just got your message. my link is http://www.coan.be
I have managed to get it working on the home footer but i want it on the header….Aslo I want it read from right to left within the width of my sliders, I dont want it ti take the whole page width… thanksHello Guy,
MY news ticker is working on all pages except my home page, please can you give me the detail steps as how to use the direct function on my theme header.php….thanks