- This topic has 14 replies, 2 voices, and was last updated 15 years, 7 months ago by imported_Ryan.
-
AuthorPosts
-
April 24, 2009 at 1:47 pm #769kegiaumat055Member
Where is your CSS? -style.css
What is the URL for your site? http://voso.co.cc
My theme: Hutek webzine http://hutek-webzine.googlecode.com/files/Internationl.Hutek.Webzine.V.0.2.rar%5B/url:2rv6mccl%5D
This is my file header.php.[quote:2rv6mccl]<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
?><?php global $mytheme; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="verify-v1" content="8UEkiuWE8EROXTV8gIKbgaw9hRI45Mi6PtpsxeYqWYQ=" />
<title>
<?php if(function_exists(‘friendlytitles’)): ?>
<?php friendlytitles() ?>
<?php else: ?>
<?php wp_title(); ?>
<?php endif; ?>
</title>
<link rel="stylesheet" href="<?php bloginfo(‘stylesheet_url’); ?>" type="text/css" media="screen" />
<link rel="shortcut icon" href="favicon.jpg">
<?php
wp_head(); ?></style>
</head>
<body>
<!–header–>
<div class="header" >
<!–logo–>
<?php if ($mytheme != ”) { ?>
<div class="logo">
<a href="index.html"><img src="<?php print $mytheme; ?>" />
</div>
<?php } ?>
<!–/logo–>
<!–leading banner–>
<?php if($mytheme != ”): ?>
<?php if ($mytheme != ”) { ?>
<div class="leading-banner">
<?php print $mytheme; ?>
</div>
<?php } ?>
<?php endif; ?>
<!–/leading banner–>
<!–menu–><ul id="navtabs">
[color=red:2rv6mccl][b:2rv6mccl]<?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>[/b:2rv6mccl][/color:2rv6mccl]
<?php if ($mytheme != ”) { ?><li><a href="<?php echo get_option(‘home’); ?>/" <?php if ( is_home() ) { echo ‘ class="actived"’; } ?> ><span><?php print $mytheme; ?></span></a></li><?php } ?>
<?php wp_list_categories(‘orderby=ID&order=ASC&hide_empty=0&title_li=&exclude=’.$mytheme); ?>
<!–other menu–>
<?php if($mytheme != ”): ?>
<?php if($mytheme != ”): ?><a href="<?php print $mytheme; ?>" ><li><?php print $mytheme; ?></li><?php endif; ?>
<?php if($mytheme != ”): ?><a href="<?php print $mytheme; ?>" ><li><?php print $mytheme; ?></li><?php endif; ?>
<?php endif; ?>
<!–/other menu–>
<!–rss–>
<?php if ($mytheme != ”) { ?>
<div class="rss"><a href="<?php print $mytheme; ?>" target="_blank"><img src="<?php bloginfo(‘template_directory’); ?>/core/images/rss.jpg" /></a></div>
<?php } ?>
<!–/rss–>
</ul>
<!–/menu–>
</div>
<!–/header–>[/quote:2rv6mccl]
[b:2rv6mccl]And here is my Suckerfish CSS. But it not working[/b:2rv6mccl]
[code:2rv6mccl]#suckerfishnav {
background:#171 ;
font-size:15px;
font-family:times,serif;
font-weight:bold;
width:100%;
}
#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:30px;
padding:0;
border:1px solid #aaa;
margin:0;
width:100%;
}
#suckerfishnav a {
display:block;
color:#dddddd;
text-decoration:none;
padding:0px 8px;
}
#suckerfishnav li {
float:left;
padding:0;
}
#suckerfishnav ul {
position:absolute;
left:-999em;
height:auto;
width:121px;
font-weight:normal;
margin:0;
line-height:1;
border:0;
border-top:1px solid #666666;
}
#suckerfishnav li li {
width:119px;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:1px solid #666666;
font-weight:normal;
font-family:times,serif;
}
#suckerfishnav li li a {
padding:3px 10px;
width:104px;
font-size:11px;
color:#171;
}
#suckerfishnav li ul ul {
margin:-18px 0 0 120px;
}
#suckerfishnav li li:hover {
background:#ccc;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
color:#171;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#dddddd;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
color:#171;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
left:auto;
background:#eee;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#1a1;
}[/code:2rv6mccl]
[b:2rv6mccl]I don’t know how to use[/b:2rv6mccl]
I hope you can help me ! ” title=”Smiley” />April 25, 2009 at 6:01 am #5957imported_RyanMemberYou have a UL tag wrapped around your menu:
<ul id="navtabs">And your stylesheet is not working … http://voso.co.cc/wp-content/plugins/mu … /style.php
Perhaps try reinstalling the plugin to correct the stylesheet problem.April 25, 2009 at 9:32 am #5958kegiaumat055MemberWhy do I can’t enter http://voso.co.cc/wp-content/plugins/mu … on-plugin/
Although I have installed a few timesApril 26, 2009 at 4:54 am #5959imported_RyanMemberSorry, but I don’t understand your question.
April 26, 2009 at 6:28 am #5960kegiaumat055MemberWhy don’t my stylesheet work ? http://voso.co.cc/wp-content/plugins/mu … /style.php
Although I tried reinstalling the pluginApril 26, 2009 at 7:04 am #5961imported_RyanMemberIt may be caused by a server problem. I’m not sure what that would be though.
To get around this problem, disable the plugins CSS file via the plugins admin page and add the CSS directly to your theme instead.
April 26, 2009 at 8:47 am #5962kegiaumat055MemberCan you guide the detail for me ?
what file do I have to add the css ?April 27, 2009 at 5:59 am #5963imported_RyanMemberThemes usually have a file called style.css which should do the trick.
April 27, 2009 at 1:07 pm #5964kegiaumat055MemberIt has been active ” title=”Cheesy” />. But I don’t know how to use
My menu is not multi-level menuApril 29, 2009 at 2:53 am #5965kegiaumat055MemberI want to create a menu like this:
I have a main (root) menu: Book
I have 3 sub menus which are (such as): child books, programming (coding) books, and literature books.
So, how can It show the sub menus when I move the mouse to the main menu?April 29, 2009 at 11:40 am #5966imported_RyanMemberYou need to nest another unorded list inside one of the top level list items. The plugin does this by default with many of it’s various options including the ‘Pages’ and ‘Categories’ options.
Or are you wanting to know something more specific? If you are then I will need to know more about what you wanting to achieve.
April 29, 2009 at 2:37 pm #5967kegiaumat055MemberI want to create horizontal menu like pages: http://capefearriverwood.com/
Can You help me ?April 30, 2009 at 8:06 am #5968imported_RyanMemberWhat specific part of the http://capefearriverwood.com/ menu do want?
The menu contents in that site are simply using the ‘Pages’ option I think.
April 30, 2009 at 4:38 pm #5969kegiaumat055MemberI tried to create the multi level menu but It didn’t work
[b:714su83k]Menu Item #1[/b:714su83k]
I choose [color=red:714su83k]Custom 1[/color:714su83k]
[b:714su83k]Custom code 1[/b:714su83k]
[code:714su83k]<li><a href="http://pixopoint.com/">Home</a></li>
<li><a href="">Categories</a>
<ul>
<li><a href="http://pixopoint.com/categories/templates/">Templates</a></li>
<li><a href="http://pixopoint.com/categories/plugins/">Plugins</a></li>
<li><a href="http://pixopoint.com/categories/plugins/">WordPress</a></li>
</ul>
</li>
<li><a href="">Pages</a>
<ul>
<li><a href="http://pixopoint.com/page1/">Page 1</a>
<ul>
<li><a href="http://pixopoint.com/page1/flyout/">Flyout</a>
<ul>
<li><a href="http://pixopoint.com/page1/flyout/test1/">Test 1</a></li>
<li><a href="http://pixopoint.com/page1/flyout/test2/">Test 2</a></li>
<li><a href="http://pixopoint.com/page1/flyout/test3/">Test 3</a></li>
</ul>
</li>
<li><a href="http://pixopoint.com/page1/nested1/">Nested 1</a></li>
<li><a href="http://pixopoint.com/page1/nested2/">Nested 2</a></li>
</ul>
</li>
<li><a href="http://pixopoint.com/page2/">Page 2</a></li>
<li><a href="http://pixopoint.com/page3/">Page 3</a></li>
</ul>
</li>[/code:714su83k]May 1, 2009 at 4:59 am #5970imported_RyanMemberThe custom code is work fine and so is the menu.
You just haven’t made the corrections I suggested 13 posts ago. Try making those corrections and you may have some more luck.
-
AuthorPosts
- You must be logged in to reply to this topic.