honestworker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Dynamic Menu Highlight CSS ProblemOk, I already thought that was the problem, but though I tried many constellations: When I delete the
#<?php echo $current; ?>
tag, its not doublesized when current page loaded.
So I know what the problem is but I cant solve it ??Forum: Themes and Templates
In reply to: Dynamic Menu Highlight CSS ProblemBtw, the code looks like this now:
<head>
<?php
if ( is_home() ) { $current = 'one'; }
elseif ( is_page('gallerie') ) { $current = 'two'; }
elseif ( is_single('14') ) { $current = 'three'; }
elseif ( is_single('13') ) { $current = 'four'; }
?>
<style type="text/css" media="screen">
#navcontainer
{
font-family: Arial,Sans-Serif;
font-size: 1em;
margin: 0 auto;
width: 70%;
border-bottom: 1px solid #ddd;
}#navlist
{
width: 60%;
text-align: center;margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #ccc;
padding: 0 2px;
border-top:none;
}#navlist li a:hover,#<?php echo $current; ?>, #navlist a#<?php echo $current; ?>
{
color: #E60003;
background-color:white;
border-top: none;
font-size: 2.0em;
}
</style>
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php wp_head(); ?>
</head>
<body>
<div id="navcontainer">
<ul id="navlist">
<li id="one">blog<li id="two">gallerie
<li id="three">error
<li id="four">error message
</div>
Forum: Themes and Templates
In reply to: Dynamic Menu Highlight CSS ProblemI’ve tried editing it – it didn’t show any effect.
Anyhow, i’m pretty sure the mistake is in this part:
#navlist li a:hover,#<?php echo $current; ?>, #navlist a#<?php echo $current; ?>
{
color: #E60003;
background-color:white;
border-top: none;
font-size: 2.0em;
}So when I got it right, the navigation sizes the font 2 times because of the 2
#<?php echo $current; ?>
situated in this style tag.
I’ve tried, but I can’t figure it out: Either the “current” is not doublesized when loaded or it’s like this – no way to let the font only be sized ones ?? ARGH!!!Forum: Installing WordPress
In reply to: i wanna install BB Press plz help me???Damnit, this tamba2.org HowToInstall bbpress site is down ??
Anyone got another Link?
I don’t understand what’s meant with point 3 and 4 in the original documentation https://bbpress.org/documentation/ ??cheers, martin
Forum: Fixing WordPress
In reply to: Integration of Pixelpost into WPAehm, I suppose I’ll need a Navigation for it, right?
Damn, I can’t get a clue of this guys code neither get him contacted ??Forum: Themes and Templates
In reply to: Theme: Kubrick 1.5 – AllSidebar EditionAwesome easy, thanks alot Kafka ??
Forum: Fixing WordPress
In reply to: Many Questions: Sidebar in articles, Gallery, Navigation?Thank you a lot, was me a great help! ??
Though, I get lost in the quantity of gallery plugins – I’ve tried some that sound good but they were to hard for me.
Anyone else got a suggestion?