Forum Replies Created

Viewing 15 replies - 1 through 15 (of 46 total)
  • Thread Starter sam132

    (@sam132)

    All sorted, I just had to reverse a slash :p

    Sam

    P.S. Still got the white space problem in IE ๐Ÿ™ )

    Thread Starter sam132

    (@sam132)

    Thanks for letting me know.

    Any idea on how to fix it, I’m clueless at this point.

    Sam

    Thread Starter sam132

    (@sam132)

    Hi,

    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

    Thread Starter sam132

    (@sam132)

    Hi guys,

    I changed all the link colors which were #990000 (the red color) but my links are still red! Anymore tips?

    Sam

    Thread Starter sam132

    (@sam132)

    Hi 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

    Thread Starter sam132

    (@sam132)

    I’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

    Thread Starter sam132

    (@sam132)

    Thanks,

    I found it once in the footer and removed it but the sidebar is still appearing.

    Any more tips?

    I hate sidebars!

    Sam

    Thread Starter sam132

    (@sam132)

    Thanks 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

    Thread Starter sam132

    (@sam132)

    Figured it out and just took the text out of the table!
    Thanks for your help anyway ๐Ÿ™‚

    Sam

    Thread Starter sam132

    (@sam132)

    You’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.

    Thread Starter sam132

    (@sam132)

    Thanks 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

    Thread Starter sam132

    (@sam132)

    lol, not sure why that didn’t work will retry:

    In bullet points

    And in a table on my page how to start running (scroll down to the picture with the headline “dominate…..”).

    Any good?

    Sam

    Thread Starter sam132

    (@sam132)

    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?

    Thread Starter sam132

    (@sam132)

    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

    Thread Starter sam132

    (@sam132)

    Perfect!

    I didn’t realize the percentage figure had an impact!

    Sam

Viewing 15 replies - 1 through 15 (of 46 total)