Page 3 of 15 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 142
  1. #21
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

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

    Some suggestions,

    #1. Find some tools to help yourself for easy the works for the stylesheet
    --- 1a. You can follow the link in my signature
    --- 1b. refer to the pinup topic link: Favorite Tools of the Trade


    #2. Don't use the classic template directly
    Now, you are using the default demo template - classic.
    It is not wise to use it directly for your add on and modifications, it will be over wirte in the future upgrade. And you create troubles for yourself.

    For me I will not use or touch the default installed templates which are the template_default and the classic. I also do this for the default installed files, unless it is necessary.
    But I use them as the debug tools. Every time I have trouble, I will use or switch to them to compare with my templates and files which are trouble and problems.

    Suggest you to use your own template and it is easy and fast.
    The steps,
    1. copy the classic template directory to a new template directory, called
    includes/templates/classic_my

    2. and modify the file, in your new template, for your own use
    includes/templates/classic_my/template_info.php
    Code:
    $template_name = 'Classic Contemporary Green';
    3. For example, to read as
    Code:
    $template_name = 'My Classic Contemporary Green';
    It is only for example, you can change it to whatever you like.
    (Note: Only change the text inside the two quotes ' ' )
    And it will show up in the admin's Template Selection as a new template's title for selection.

    Then within a minute or two and after the above steps, you can clone a template for your own use. And it will not be overwrited in the upgrade for it is in your own override directory.

    And you have a new template and the path is:
    includes/templates/classic_my

    Hope this helps. :)
    Last edited by seethrou; 27 Oct 2006 at 01:08 AM. Reason: Remove typo
    A New Starter again

  2. #22
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

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

    Ok on one thing but not sure the path on this..... Next question the two side boxs that says Information and more information the text is blue I would like to change color on them, how do I do that......

    You said....... You may try, put the code below to the end of your stylesheet.
    Of course it just for example, style it for your taste.

    Code:
    #informationContent a, #moreinformation a {
    color: #41533C;
    }

    #informationContent a:hover, #moreinformation a:hover {
    color: red;
    }
    Please Help.
    Thank you and God bless

    Joseph

  3. #23
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

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

    Did you tried that?

    I had tried in my remote test, and it worked.

    If you only want one color for the links inside the two sidiboxes.
    Then you only need
    Code:
    #informationContent a, #moreinformation a {
    color: #41533C; /* change to the color and style you like! */
    }
    However, if you want the links will change color while mouse hove on it,
    then you also need the second one.
    Code:
    #informationContent a:hover, #moreinformation a:hover {
    color: red;  /* change to the color and style you like! */
    }
    A New Starter again

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

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

    Yes it worked, thank you so much...... I have a couple more question for you. Do you see the gap between my banner and my first side box...how do I move up my side box to meet the banner.....second. When you click on the one sample product in my cart it brings up a side box called shopping cart (more) I need to make that text white like the others. it is dark green......... Ok one more if you would.....How do I set up paypal....Thank you and God bless you.

    Joseph
    www.mydoggilicious.com/cart

  5. #25
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

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

    seethrou,

    Don't worry about the paypal..... but how do I make some more room under the bottom of my shopping cart...I would like to see my background under my bottom border of my shopping cart....Please help

    Joseph

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

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

    seethrou,

    I am so new at this.....but learning daily. I hope you don't mind all the questions. A few more for you...how do I change the page title that reads zen cart The art of ecommerce Microsoft Internet explorer to the name of my site.....Thank you for your Help...Bless you

    Joseph
    www.mydoggilicious.com/cart

  7. #27
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

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

    Quote Originally Posted by classact View Post
    Do you see the gap between my banner and my first side box...how do I move up my side box to meet the banner.....
    The banner you mentioned may be we call it the header.
    But under it has a Categories Tabs there. It only hidden for the background is white and the font is white also.

    If you don't want it, go to Admin => Configuration => Layout Settings and disable it. And it will move up the contents under it.
    Categories-Tabs Menu ON/OFF 1
    [QUOTE=classact;283003]second. When you click on the one sample product in my cart it brings up a side box called shopping cart (more) I need to make that text white like the others. it is dark green......... Ok one more if you would.....[quote]
    Look at your stylesheet, there is a section
    Code:
    /*sideboxes*/
    .columnLeft {}
    
    h3.leftBoxHeading, h3.leftBoxHeading a,
    h3.rightBoxHeading, h3.rightBoxHeading a {
    	font-size: 1em;
    	color: #ffffff;
    	}
    .....
    You can made adjustments to it for the sideboxes.

    Quote Originally Posted by classact View Post
    How do I set up paypal....
    You should first read the Docs and reference in the Zen Cart Package and in the direcotry docs/*.* ,
    the FAQ and the Wiki. There are all written for that.
    A New Starter again

  8. #28
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

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

    Help!!!!!!!!!!!!!!!!!!!!!!!

    I went in here cart/includes/languages/english/index.php... and was messing with this...

    /*Replace this text with the headline you would like for your shop. For example: 'Welcome to My SHOP!'*/
    define('HEADING_TITLE',''); and my site went off line.....but has this error message...

    Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/doggil/public_html/cart/includes/languages/english/index.php on line 19

    Please Help
    Thank you and God bless
    Joseph

  9. #29
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

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

    Quote Originally Posted by classact View Post
    I am so new at this.....but learning daily. I hope you don't mind all the questions. A few more for you...how do I change the page title that reads zen cart The art of ecommerce Microsoft Internet explorer to the name of my site.....
    Some suggestions, please slow down a bit!
    Don't rush and made all the modifications at onetime especially for the template.
    In my view it is not the most important, You have many chances to do so later on.

    You should first setup a demo store for yourself and test run all the basic functions and operations. It can be run even in your local pc.

    It is better first to familiarize all the environments and the basic concepts, test virtual buy and sell with your demo shop. This will only spend some times, mouse clicks and nothing lost. Otherwise, you will lost hair for the hurry. And may have chances to pay the price in your shop and lost customers.

    .
    A New Starter again

  10. #30
    Join Date
    Apr 2006
    Location
    Right Here
    Posts
    106
    Plugin Contributions
    0

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

    Praise the Lord!!!!!! I am back on line...no more error message

    Joseph

 

 
Page 3 of 15 FirstFirst 1234513 ... 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