sam132
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: White space in IE but not chromeAll sorted, I just had to reverse a slash :p
Sam
P.S. Still got the white space problem in IE ๐ )
Forum: Fixing WordPress
In reply to: White space in IE but not chromeThanks for letting me know.
Any idea on how to fix it, I’m clueless at this point.
Sam
Forum: Fixing WordPress
In reply to: Changing Active Link ColorHi,
I managed to work it out, I just had to figure out which hex code the red color was and then could just work my way through changing the link colors as I wished.
Thanks all,
Sam
Forum: Fixing WordPress
In reply to: Changing Active Link ColorHi guys,
I changed all the link colors which were #990000 (the red color) but my links are still red! Anymore tips?
Sam
Forum: Fixing WordPress
In reply to: Align Text Where Sidebar ExistsHi Duncan,
I found it in the header file removed it and amended the line height but not the sidebar still shows and my page seems to have gone all weird ๐ )
Any advise?
Sam
Forum: Fixing WordPress
In reply to: Align Text Where Sidebar ExistsI’m having a little trouble installing the form, I downloaded the files and hosted them as well as the lib folder I then copied and pasted the “life-insurance-form.php” into my html page but its showing half code half form it doesn’t seem to be reading the .php files I uploaded.
Also would you know what I need to do in order to remove the sidebar from my page and align the “Get Your Free Life Insurance Quote” text to the left of the page?
My url is: http://www.lifeinsurancequotesx.co.uk/
Many thanks,
Sam
Forum: Fixing WordPress
In reply to: Align Text Where Sidebar ExistsThanks,
I found it once in the footer and removed it but the sidebar is still appearing.
Any more tips?
I hate sidebars!
Sam
Forum: Fixing WordPress
In reply to: Align Text Where Sidebar ExistsThanks I removed get_sidebar(); from all my templates, I then removed the entire sidebar section from my stylesheet and deleted the sidebar.php code.
But the little bugger is still appearing.
Anymore tips?
Sam
Forum: Fixing WordPress
In reply to: Text in bullet points & tables have different formattingFigured it out and just took the text out of the table!
Thanks for your help anyway ๐Sam
Forum: Fixing WordPress
In reply to: Text in bullet points & tables have different formattingYou’ve scrolled to the bottom of the page yes that is black. I am referring to the line “Dominate on the track and field with Jim Kielbasoโs Ultimate Speed Development” which is show directly above an image half way down the page.
Forum: Fixing WordPress
In reply to: Text in bullet points & tables have different formattingThanks guys ๐ !
Although the table text still didn’t change color.
I tried adding “table {
color: #000;
}”To the stylesheet but it didn’t work.
I’m trying to make the text “Dominate on the track and field with Jim Kielbasoโs Ultimate Speed Development” appear black.
On my page: Increase running speed
Thanks,
Sam
Forum: Fixing WordPress
In reply to: Text in bullet points & tables have different formattinglol, not sure why that didn’t work will retry:
And in a table on my page how to start running (scroll down to the picture with the headline “dominate…..”).
Any good?
Sam
Forum: Fixing WordPress
In reply to: Accidently deleted my MYSQL database – what have I lost…My post had a back up so restored it for me and I never deleted the user so just reassigned him and now its back online.
YIPEE! ๐ ๐ ๐ ๐
I then went and made a back up of every site I own…..!!!
Sam
p.s. If I had lost the user but not the Database would I still have lost everything?
Forum: Fixing WordPress
In reply to: Tag Line Appearing Twice In IE?!Hey Guys,
Many thanks for your replies. I tried searching for the code but can’t find it so i presume “tagline” is called something else in the stylesheets maybe bloginfo(‘description’)?
Please see the code from my header.php and let me know if you can see anything which might be resulting in the problem:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> <?php bloginfo('description'); ?>" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <title><?php bloginfo('name'); wp_title(); ?></title> <?php wp_head(); ?> </head> <body> <div id="wrap"> <div id="header"> <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <p><strong><?php bloginfo('description'); ?></strong></p> </div> <img id="frontphoto" src="http://www.hire-jumping-castles.com.au/wp-content/themes/wp-andreas01/img/header44.jpg" width="950" height="200" alt="banner-image" /><br /> <div id="leftside"> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Main Sidebar') ) : else : ?> <h2 class="hide">Main menu:</h2> <ul class="page"> <?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?> <li class="<?php echo $highlight; ?>"><a href="<?php bloginfo('url'); ?>">Home</a></li> <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?> </ul> <?php endif; ?> </div>Many thanks,
Sam
Forum: Fixing WordPress
In reply to: How can I change my font sizePerfect!
I didn’t realize the percentage figure had an impact!
Sam