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. :)
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
Re: Help with my logo banner!!!!!
Did you tried that? :smile:
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! */
}
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
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
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
Re: Help with my logo banner!!!!!
Quote:
Originally Posted by
classact
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. :smile:
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.
Quote:
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
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. :smile:
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
Re: Help with my logo banner!!!!!
Quote:
Originally Posted by
classact
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! :P
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. :smile:
.
Re: Help with my logo banner!!!!!
Praise the Lord!!!!!! I am back on line...no more error message
Joseph