Please review the new design...

13 replies
  • WEB DESIGN
  • |
Please take a look at my new design. The Warrior Verena re-designed it for me and IMHO she did a pretty old job. I can ask her if any thing needs to be edited or changed. It's the first website in my signature. Thanks
#design #review
  • Profile picture of the author loops55
    Hi.

    You might agree me or not but, wouldn't it be better with a footer? And the "sitemap" link usually is placed on the footer.

    Overall it is good and hope you will make the income you target.

    Good luck
    {{ DiscussionBoard.errors[7626745].message }}
    • Profile picture of the author WARRIOR_USA
      I 100% agree and I would ask her if she could do it. I been searching for how to add footer so I can do it myself if its something easy. Can anyone help?

      Originally Posted by loops55 View Post

      Hi.

      You might agree me or not but, wouldn't it be better with a footer? And the "sitemap" link usually is placed on the footer.

      Overall it is good and hope you will make the income you target.

      Good luck
      {{ DiscussionBoard.errors[7626757].message }}
  • Profile picture of the author run
    It's easy, but it seems hard for you because the easy task you can't do. As you hire her to design sites for you, you should ask her to do this little task because I see that you don't know where to edit this small stuff.

    For an easy one, just locate your footer.php and add the links. Where is footer.php? If you don't know where it is, you should tell the designer to do for you at the moment and try to learn Wordpress later when you have time. But, if you want to DIY, just ask here.
    Signature
    I just wanna tell you that most of the links in the signature are trash and/or a trap to make you pay!
    {{ DiscussionBoard.errors[7627130].message }}
  • Profile picture of the author WARRIOR_USA
    I know where the footer.php is. Please tell me how do I add links? What would be the code to add site map page?

    Thanks
    {{ DiscussionBoard.errors[7627141].message }}
  • Profile picture of the author run
    It's based on the code of each template. Could copy and paste the whole footer.php code in pastebin so that it'll be easy to tell where to add it exactly.
    Signature
    I just wanna tell you that most of the links in the signature are trash and/or a trap to make you pay!
    {{ DiscussionBoard.errors[7627264].message }}
  • Profile picture of the author WARRIOR_USA
    Here it is, thanks for your help.

    <div class="fix"></div>

    </div><!--/columns -->

    <div id="footer">
    <p class="fl">&copy; <?php echo date('Y'); ?> <?php bloginfo(); ?>.</p>

    </div><!--/footer -->

    </div><!--/page -->

    <?php wp_footer(); ?>



    </body>
    </html>
    {{ DiscussionBoard.errors[7627332].message }}
    • Profile picture of the author run
      Originally Posted by WARRIOR_USA View Post

      Here it is, thanks for your help.

      <div class="fix"></div>

      </div><!--/columns -->

      <div id="footer">
      <p class="fl">&copy; <?php echo date('Y'); ?> <?php bloginfo(); ?>.</p>

      </div><!--/footer -->

      </div><!--/page -->

      <?php wp_footer(); ?>



      </body>
      </html>
      Here if you want to add static link to the sitemap page in the footer at the right:

      PHP Code:
      <div class="fix"></div>

          </div><!--/columns -->
          
          <div id="footer">
               <p class="fl">&copy; <?php echo date('Y'); ?> <?php bloginfo(); ?>.</p>
               <p class="fr"><a href="<?php bloginfo('url'); ?>/sitemap">SITEMAP</a></p>
                  
          </div><!--/footer -->

      </div><!--/page -->

      <?php wp_footer(); ?>

      </body>
      </html>
      Does it help?
      Signature
      I just wanna tell you that most of the links in the signature are trash and/or a trap to make you pay!
      {{ DiscussionBoard.errors[7627428].message }}
  • Profile picture of the author Sue McDonald
    Site looks good. She has done a good job in my opinion. It is a good niche I believe because most people want to know how to retain that younger look.
    {{ DiscussionBoard.errors[7627409].message }}
  • {{ DiscussionBoard.errors[7627424].message }}
  • Profile picture of the author WARRIOR_USA
    Wow it works thanks very much. One more thing though, I added another line for Contact page:

    <p class="fr"><a href="<?php bloginfo('url'); ?>/sitemap">SITEMAP</a></p>
    <p class="fr"><a href="<?php bloginfo('url'); ?>/contact">CONTACT US</a>

    But both links appear right next to each other with out any space on the footer. Also they are all the way on the right side of the footer, please check the website. Thanks again for your help.
    {{ DiscussionBoard.errors[7627446].message }}
  • Profile picture of the author run
    Which side do you want those link to be? The last one you forget to close </p> tag. But, you don't need to add like that.

    For spacing you don't need to add more tags like that; it should be like this:

    <p class="fr"><a href="<?php bloginfo('url'); ?>/sitemap">SITEMAP</a> | <a href="<?php bloginfo('url'); ?>/contact">CONTACT US</a></p>
    OR

    <p class="fr"><a href="<?php bloginfo('url'); ?>/sitemap">SITEMAP</a> <a href="<?php bloginfo('url'); ?>/contact">CONTACT US</a></p>
    Signature
    I just wanna tell you that most of the links in the signature are trash and/or a trap to make you pay!
    {{ DiscussionBoard.errors[7627469].message }}
  • Profile picture of the author WARRIOR_USA
    Thanks for your help, its working fine now.
    {{ DiscussionBoard.errors[7627508].message }}
  • Profile picture of the author run
    You're welcome! Nice to know that!
    Signature
    I just wanna tell you that most of the links in the signature are trash and/or a trap to make you pay!
    {{ DiscussionBoard.errors[7627525].message }}

Trending Topics