assisted
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom Header Image How ToIt’s ok I’ve sorted the problem by editing my stylesheet
Forum: Themes and Templates
In reply to: Custom Header Image How ToI’ve sorted it out by using this thread for help:
http://wordpress.org/support/topic/equilibrium-theme-prob1-love-it-but-want-to-add-header-graphic?replies=4But now I want to know how to remove the black lines appearing above and below my header image?
Thanks!
Forum: Fixing WordPress
In reply to: How to center post titles and info?oh great now it’s messed up my http://fatal-femme.net/buy/ main post 🙁 it’s made that centered too argh!
Forum: Fixing WordPress
In reply to: How to center post titles and info?heya,
thanks guys!
it’s working, but now my comments logo is being weird and the date!tried sorting it out in the style.css or single.php but none of my centering methods are working lol
Forum: Fixing WordPress
In reply to: Hide Sidebar from category?I’ve solved it 🙂 removed <?php get_sidebar(); ?>
from archive.php
thanks, it really was easy lol
Forum: Fixing WordPress
In reply to: Hide Sidebar from category?It only has an archive.php file
Sorry if I’m a dumb ass!
Forum: Fixing WordPress
In reply to: Hide Sidebar from category?it doesn’t 🙁 I guess that’s my problem lol
Forum: Fixing WordPress
In reply to: Hide Sidebar from category?Hi,
I looked but far too complex for me.
Seeking a simple solution if such exists!Forum: Themes and Templates
In reply to: Help With Position Of SideBarForum: Themes and Templates
In reply to: Help With Position Of SideBarsee link below for the pastebin of my CSS
Forum: Themes and Templates
In reply to: Help With Position Of SideBarmy CSS is now:
see post below for it
Forum: Themes and Templates
In reply to: Help With Position Of SideBarHi everyone,
I have pretty much solved it but now I’m having issues with my second dynamic sidebar containing the calender widget. It won’t accept my CSS style like sidebar one has. Instead it has a mind of it’s own and has positioned itself to the right!
Any help?Forum: Themes and Templates
In reply to: Help With Position Of SideBarheader.php
1.
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
2.
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
3.4.
<head profile=”http://gmpg.org/xfn/11″>
5.
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
6.7.
<title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
8.9.
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
10.11.
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
12.
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
13.
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
14.15.
<?php wp_head(); ?>
16.
</head><body>
17.
<div id=”outer”><div id=”navcontainer”>
18.
<td align=”right” valign=”top”><div style=”margin-top:-23px; color:#cbcbcb; line-height:1.4em; margin-right:0px;” align=”right”>
19.
<ul id=”localnav”>
20.- <h6>hi<?php } else { ?><?php if ( is_single() ) { ?>hi<?php } else { ?>all<?php } ?><?php } ?>” href=”<?php bloginfo(url); ?>” id=”localnav_home”>Home</h6>
- <h6>hi<?php } else { ?>all<?php } ?>” href=”#” id=”localnav_about”>About</h6>
- <h6>hi<?php } else { ?>all<?php } ?>” href=”#” id=”localnav_favourites”>Favourites</h6>
- <h6>hi<?php } else { ?>all<?php } ?>” href=”#” id=”localnav_photos”>Photos</h6>
21.
22.
23.
24.
</h6>
25.
</div></td>
26.27.
</tr></table></div>
28.
<table width=”100%” border=”0″><tr>
29.
<img src=”<?php bloginfo(‘template_directory’); ?>/images/bloglogo.jpg” alt=”Header” class=”full” />Forum: Themes and Templates
In reply to: Help With Position Of SideBarok 🙂 I’ll do that, thanks!
Forum: Themes and Templates
In reply to: Help With Position Of SideBarnothing is working I can’t seem to solve it, don’t know what to do now 🙁