Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)
  • Thread Starter flopez01

    (@flopez01)

    Hello everyone,

    Thanks for your help tugbucket.

    I just needed to label it as: !important;

    .translate_links a:hover {
    text-decoration: underline !important;
    }

    Thanks again,
    Fernando

    Thread Starter flopez01

    (@flopez01)

    I got it.

    Thanks for your help.

    Thread Starter flopez01

    (@flopez01)

    Hello everyone,

    KelleyH,

    I just tried that code, it no effect.

    Any other ideas?

    Thanks,

    Fernando

    Thread Starter flopez01

    (@flopez01)

    Hello everyone,

    Thanks Cais, with your help, I’ve gotten a little closer. I made some adjustments and I now can control the top links and the bottom links separately.

    But the problem is that I still have not been able to move the links to where I need them. This time, both sets of links on top and on bottom need to move down just a little bit more to be inside the green gradient bar.

    I’ve tried many different combinations with the margin and padding settings in the stylesheet but nothing as worked yet. Any ideas?

    Here’s what I’ve done:

    header.php

    <div id="wrap">
    <div class="header-menu">
    <div id="categorylist">
    <ul><li>
    <a title="Home" href="https://hydroponic-gardens.com">Home</a></li>
    <a title="About" href="https://hydroponic-gardens.com/about">About</a></li>
    <a title="Blog" href="https://hydroponic-gardens.com/blog">Blog</a></li>
    <a title="Contact" href="https://hydroponic-gardens.com/contact">Contact</a></li>
    <a title="Store" href="https://hydroponic-gardens.com/store">Store</a></li>
    </ul>
    </div><!-- end #categorylist -->
    </div> <!-- end .header-menu -->
    <div class="newGreenBar"></div><!-- end .newGreenBar -->
    <div id="header">

    footer.php

    <div id="footer">
    <div id="footerlist">
    <ul><li>
    <a title="Home Page" href="https://hydroponic-gardens.com">Home</a></li>
    <a title="About" href="https://hydroponic-gardens.com/about">About</a></li>
    <a title="Blog" href="https://hydroponic-gardens.com/blog">Blog</a></li>
    <a title="Contact" href="https://hydroponic-gardens.com/contact">Contact</a></li>
    <a title="Store" href="https://hydroponic-gardens.com/store">Store</a></li>
    </ul>
    </div><!-- end #footerlist -->
    </div>
    <div id="footerbox">

    stylesheet.css

    .header-menu {font-size:13px; font-weight:bold; font-style:normal; text-align:center;}
    .header-menu ul {list-style-type: none;margin:0 0; line-height:0;padding: 0 0 0 0; }
    .header-menu li {display: inline; padding: 0 0 0 0;}
    .header-menu a:link, a:visited {color:#ffffff; text-decoration: none;}
    .header-menu a:hover {color:red; text-decoration: none;}
    
    #footerlist {font-size:13px; font-weight:bold; font-style:normal; text-align:center;}
    #footerlist ul {list-style-type: none;margin:0 0; line-height: 0;padding: 0 0 0 0; }
    #footerlist li {display: inline; padding:0 0 0 0;}
    #footerlist a:link, #category a:visited {color:#ffffff; text-decoration: none;}
    #footerlist a:hover {color:red; text-decoration: none;}

    Thanks,
    Fernando

    Thread Starter flopez01

    (@flopez01)

    Hello everyone,

    Thanks MichaelH,

    That was a big help. My site works again!

    But I was trying to setup the url without /wordpress

    Will this code help me do that?

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wordpress/wp-blog-header.php');
    ?>
    Thread Starter flopez01

    (@flopez01)

    RVoodoo,

    Thank-you so much for your help. I’ve been working on that for sometime now. I couldn’t have done it without your help.

    This is the code I installed.

    Header.php
    <div class="newGreenBar"></div>

    Stylesheet

    .newGreenBar {
         background-image:url(images/tile_back.gif);
         background-repeat:repeat-x;clear:both;
         height:25px;margin:0;padding:0 0 19px 0;
            }

    Now I just need to install the links(Home About Blog Contact Store) into the green gradient bar like it is on my zencart site. https://new.hydroponic-gardens.com/zencart/

    Any idea on how to do this?

    Thanks,
    Fernando

    Thread Starter flopez01

    (@flopez01)

    RVoodoo,

    I got it! I just replaced the code that was used on the bottom. But now that white space that was on top of the header disappeared. How do I get it back?

    Thanks,

    Fernando

    Thread Starter flopez01

    (@flopez01)

    RVoodoo,

    Thanks for your help. I’m getting closer. I inserted the code like you suggested and the greenbar didn’t show up, but it did put some white space on top of the header image; which is one of the things I was trying to figure out.

    Maybe it would’ve helped if I had showed you this example from the begining. This is the header and footer I’m trying to match.
    https://new.hydroponic-gardens.com/zencart/

    I’m trying to make my wordpress theme look like my zencart theme.

    So why do you think that the image didn’t show? Am I missing more code?

    Thanks,
    Fernando

    Thread Starter flopez01

    (@flopez01)

    Hello everyone,

    RVoodoo,

    I guess we’re obviously on different pages for this one.

    I’m using IE8 and Firefox so I guess we’re not looking at the
    same thing. The only thing I noticed is that the text size is
    smaller in IE8.

    The left sidebar IS the image that I’m talking about. It is on the left, on the right, and on the bottom of my page. I’m trying to figure out how to put it in on top of the page as well.

    I inserted it in the page by replacing all the original images in the stylesheet. The name of the image is tile_back.gif.

    I’m just trying to figure out how to add it to the top. There was no original image on top to begin with so I need to figure out where to begin. Any ideas?

    Thanks,
    Fernando

    Thread Starter flopez01

    (@flopez01)

    Hello everyone,

    RVoodoo,

    I’m talking about the green bar image at the bottom of the page.

    But the problem is that I don’t know where the appropriate place is to install the code for this green bar to make it appear on top of the header.

    Any ideas on how to do this?

    Thread Starter flopez01

    (@flopez01)

    Hello everyone,

    Clayton,James

    Where did you get the “second half” of that code?

    What should I do with it?

    Thanks,

    Fernando

    Thread Starter flopez01

    (@flopez01)

    Hello everyone,

    esmi,

    I’m not quite sure what you mean.

    These tags are not in my footer.php file.

    <font size="2"><font size="2">
    </font></font>

    I just decoded my footer.php file today and this is the new code I installed.

    </div>
    <div id="footer"></div>
    <div id="footerbox">
    <div class="footer">Hydroponic-Gardens.com is proudly powered by <a target="_blank" href="https://www.ads-software.com/">WordPress</a> and Theme Cool_Green_V1 by Heri Setiawan<br />
    Content copyright &copy;  2009-2010. All rights reserved. </div>

    The code from my first post is in my css file. Is that the file you meant? Or should I do more to footer.php?

    Thanks,
    Fernando

    Thread Starter flopez01

    (@flopez01)

    Thanks e-sushi

    I’ll try that.

    Fernando

    Thread Starter flopez01

    (@flopez01)

    Duh, sorry about that.
    But it’s OK I just answered my own question.

    But I am trying to figure out how to make the green bar
    on the sideboxes bigger.

    The image is: url(images/tile_back.gif)
    https://new.hydroponic-gardens.com/wordpress/

    I want the bars to be the same size as these
    https://new.hydroponic-gardens.com/zencart/

    Thanks,
    Fernando

    Forum: Fixing WordPress
    In reply to: 8 = Smiley face?
    Thread Starter flopez01

    (@flopez01)

    Duh! That was sooo easy.

    Thanks for your help.

    Fernando

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