Page 14 of 15 FirstFirst ... 412131415 LastLast
Results 131 to 140 of 142
  1. #131
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    Hi
    is that why it won't show up........this is where I have my image.....\Desktop\Doggilicious\Dog pics How do I write it out......Please Help

    Thank you and God bless
    Joseph

  2. #132
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,753
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    first upload that image to included/templates/template_default/images then change the part of what you entered for path to image to read src="includes/templates/template_default/images/cute_dog.png"
    just change the part between the quotes the rest of it looks ok. Notice how where you put the image and where you point to to display that image are the same. Keep that notebook handy.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  3. #133
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    Help Help Help......

    Can anyone help me with this one....... I Have a banner and on the banner is buttons, but it is all one image......I need to be able to hyper link each button to a certain page....... Please Help

    Thank you and God bless

    Joseph

  4. #134
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    Mike,

    I did what you were saying and maybe I am just to tired, but can't get it to work....This is what I have............

    <p><em><font color="#5f0043" size="4"></font></em></p><p><em><font color="#5f0043" size="4"></font></em></p><h1><font color="#5f0043" size="2"><em>Whether you're a new customer or an old friend we thank you for trusting us in providing for all your doggi needs.</em></font></h1><div class="content" align="right"> <img alt="Treat Your Doggi Today!" src="includes/templates/template_default/images/cute_dog.jpg"/></div>

    If this is not right.....can you let me know what I need to change....Please... I uploaded the cute_dog.jpg to this folder includes/templates/template_default/images...

    Thank you and God bless
    Joseph

  5. #135
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,753
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    Something is wrong with the formating as I can get the image to appear when I try to edit the html with firefox.......The editor must clean up the html (remove space, hidden characters.....) when it loads. so replace what you currently have with this and see how it works. Let me know.

    Code:
    <div id="indexDefaultMainContent" class="content"><br>
    <h1><font color="#5f0043" size="2"><em>Whether
    you're a new customer or an old friend we thank you for trusting us in
    providing for all your doggi needs.</em></font></h1>
    <div class="content" align="right"><img alt="Treat Your Doggi Today!" src="includes/templates/template_default/images/cute_dog.jpg"></div>
    </div>
    Last edited by barco57; 6 Dec 2006 at 09:08 PM. Reason: clarity
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  6. #136
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    Praise the Lord......that worked

    Now I now how to do that, does it work like that on all the pages.....Can I just copy and paste the code you gave me but without the indexDefaultMainContent"... A little while back you were going to do a project on the top header of mine.....did you figure that out yet.....making the buttons linkable.....Thanks so much for your on going help.......

    God bless you with more of HIM (Jesus)

    Joseph

  7. #137
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,753
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    Yeah you can use that code on the other pages, you can drop the id but I would keep the class. Ijust haven't found time to mess with the banner, sorry.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  8. #138
    Join Date
    Jul 2006
    Posts
    15
    Plugin Contributions
    0

    red flag Re: Help with my logo banner!!!!!

    Hello!
    I'm having some problem with my logo.. if someone could help me I would be super grateful!!!!

    I'm trying to make an image map.
    here there a link to my shop: http://mademoiselleflo.com/shop

    here there is my image map code:

    Code:
    <img src="header.png" usemap="#Map">
    <map name="Map">
      <area shape="rect" coords="457,75,499,106" href="http://mademoiselleflo.com/shop" alt="shop">
      <area shape="rect" coords="500,76,543,106" href="http://mademoiselleflo.com/blog" alt="blog">
      <area shape="rect" coords="542,76,583,106" href="http://mademoiselleflo.com/info.html">
      <area shape="rect" coords="583,76,639,106" href="http://mademoiselleflo.com/contact.html" alt="Contact">
      <area shape="rect" coords="638,76,679,106" href="http://mademoiselleflo.com/press.html" alt="press">
      <area shape="rect" coords="679,76,715,107" href="http://mademoiselleflo.com/fun.html" alt="fun">
      <area shape="rect" coords="715,75,761,106" href="http://mademoiselleflo.com/links.html" alt="links">
      <area shape="circle" coords="56,44,38" href="http://mademoiselleflo.com" alt="index"></map>
    What I done is to change on the includes/templates/custom/common/tpl_header.php

    this line:
    Code:
    <?php echo '<a href="' . zen_href_link(FILENAME_DEFAULT) . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?>
    with this:

    Code:
    <?php echo zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT, 'name="logo" usemap="#logo"'); ?>
    <map name="logo"><?php echo HEADER_LOGO_IMAGEMAP; ?></map>
    and then added this code to includes/languages/english/custom/header.php

    Code:
    define('HEADER_LOGO_IMAGEMAP', '<area shape="rect" coords="406,75,457,105" 
    
    href="http://mademoiselleflo.com/about.html" alt="about">
      <area shape="rect" coords="457,75,499,106" href="http://mademoiselleflo.com/shop" alt="shop">
      <area shape="rect" coords="500,76,543,106" href="http://mademoiselleflo.com/blog" alt="blog">
      <area shape="rect" coords="542,76,583,106" href="http://mademoiselleflo.com/info.html">
      <area shape="rect" coords="583,76,639,106" href="http://mademoiselleflo.com/contact.html" alt="Contact">
      <area shape="rect" coords="638,76,679,106" href="http://mademoiselleflo.com/press.html" alt="press">
      <area shape="rect" coords="679,76,715,107" href="http://mademoiselleflo.com/fun.html" alt="fun">
      <area shape="rect" coords="715,75,761,106" href="http://mademoiselleflo.com/links.html" alt="links">
      <area shape="circle" coords="56,44,38" href="http://mademoiselleflo.com" alt="index">');
    Unluckily it isn't working

    Any advices?

    thank you!!!!!

  9. #139
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    [QUOTE=classact;298195]Hey all.....
    Does anyone know how to put pictures on the main shopping cart page.........Right in the middle where it says (Welcome Guest! Would you like to log yourself in?) Please help me.....Thank you and God bless

    Joseph



    Having a problem...: .. I am in the define page editor / main page and trying to put a picture in but I have no plain text option in the Text Editor area what do I do. please help. www.classactioncleaners.com/cart Thank you and God bless

    Joseph

  10. #140
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,753
    Plugin Contributions
    0

    Default Re: Help with my logo banner!!!!!

    Joseph look at post #134 and post #135 where you had a similar problem, maybe it will refresh your memory.
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 14 of 15 FirstFirst ... 412131415 LastLast

Similar Threads

  1. Now a banner over my logo image PLEASE HELP!
    By noodles in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Oct 2010, 11:22 PM
  2. Help with banner positioning.
    By chalfontgifts in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 6 Mar 2010, 10:24 AM
  3. Problem with Logo banner
    By Tiegirus in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 7 Jun 2009, 05:03 AM
  4. Need Help With Banner
    By MadPricerSales in forum Basic Configuration
    Replies: 3
    Last Post: 29 Mar 2009, 10:40 PM
  5. please help-banner and logo problem
    By gnplaza in forum Basic Configuration
    Replies: 4
    Last Post: 29 Jun 2008, 07:35 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR