-
Help with my logo banner!!!!!
Hello,
I need some help with my logo banner. I need to move the top header over to the right to meet up with my logo banner. I work all most all day on this... I can't remember how to do it... If someone can help that would be awesome... Thank you and God bless.
Joseph
Here is my Link....
http://www.mydoggilicious.com/cart/
-
Re: Help with my logo banner!!!!!
Code:
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px;
vertical-align: top;
border: 1px solid #9a9a9a;
}
Change that 750 width to 760 to match the width of your logo
-
Re: Help with my logo banner!!!!!
Thanks Mike,
Where do I go and what is the path I need to take to change it....Please Help..
Joseph
-
Re: Help with my logo banner!!!!!
edit this in your stylesheet.
includes/templates/your_custom_template/css/stylesheet.css
-
Re: Help with my logo banner!!!!!
Mike,
When I think I have it..... something is messed up. I went to this path but not sure what your _custom_template is..... I am here /cart/includes/templates/template_default/css/stylesheet.css... is this what I should edit...
/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 1000%;
vertical-align: top;
}
Thanks Joseph
-
Re: Help with my logo banner!!!!!
Mike,
sorry for so many questions, I have another one though. how do I put this backgrnd1.png on my shopping cart..... what is the path that it needs to go. Thank you so much for all your help.
Joseph
-
Re: Help with my logo banner!!!!!
Thanks Mike,
I got it now.....the more I do the better it gets... still need to find out how to put my back ground image into my shopping cart..... Can anyone Help!!!! Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
I think Joseph that you aren't getting a response because the question is unclear. By shopping cart, do you mean your site as a whole or the specific page known as the shopping cart? By behind, do you mean around the outside or as a watermark for the content in the middle? Is your image a small one intended to be repeated or a large one that should appear just once? Is your png file transparent?
-
Re: Help with my logo banner!!!!!
Joseph,
Sorry for not getting back to you, but I'm a Over the road truck driver (gotta feed the kids), so I'm not always available. In fact right now my time is short, just checking in. Kuroi is much better at this than me, so I'll let him field this one:cool: since my time is short.
-
Re: Help with my logo banner!!!!!
You also need to either adjust the sidebox width in your admin to allow for the width of the credit card images in the paypal box or you need to shrink the image to fit in the current width
-
Re: Help with my logo banner!!!!!
Thanks Mike....That worked.
Does anyone know how to put a white line between Home and Log In on the top banner.....Please Help
God bless
Joseph
www.mydoggilicious.com
-
Re: Help with my logo banner!!!!!
Where you aware that your custom map doesn't vertically align to the top in Firefox? It may look great in Explorer, but sadly it is a poor excuse for a browser.
There are a couple of immediate stylesheet.css errors, but oddly I couldn't find your sheets using the dev tools and the page source left me with no clues either.
-
Re: Help with my logo banner!!!!!
Sketchy,
What do you mean to all your saying? You said.... There are a couple of immediate stylesheet.css errors, but oddly I couldn't find your sheets using the dev tools and the page source left me with no clues either. What are my stylesheet.css errors and how do I fix them......Do you know how to put a white line between Home and Log In on the top banner.....and also keep the word home and log In white instead of a hover effect.......www.mydoggilicious.com/cart Please Help......Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Hi Joseph. Ugghh, I blame Firefox for that... disregard the above, I'm not sure what really happened there, but all is well now. :yes:
I'll change the hover color to an greyish color for you, drop this into your stylesheet.css;
Code:
#navMain ul li a:hover, #navSupp ul li a:hover { color: #cacaca }
For the vertical lines, I'll get back to you on that... may take a bit of work to come up with something that passes validation.
-
Re: Help with my logo banner!!!!!
You may try my approach or it can be achieved by style it by css.
My approach
Separate spacing between Home Log In Shopping Cart Checkout
For the solution by stylesheet you can search for it.
Hope this help. :smile:
.
-
Re: Help with my logo banner!!!!!
seethrou,
Thank you for both of your help... I got it Praise God..... another one off my list of things to do.....another question if you guys know.... how do I link my home products and contact us buttons in my banner to go the right page..... right now they all go to home...... please help.... www.mydoggilicious.com/cart
Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Those buttons at the top look good but there not real buttons. They are part of the logo image so since they are part of the image and the image links to the cart front page thats where you end up.:D
You'll have to some work to it and make an image map and define the buttons as seperate images and then tie the link to them......ok your goin to ask me how......I haven't messed with image maps yet so maybe somebody else will ride to the rescue on this one
-
1 Attachment(s)
Re: Help with my logo banner!!!!!
This is your current image
-
Re: Help with my logo banner!!!!!
Hey Mike,
Thanks for getting back with me.... yes I was going to ask how do I do that.... but since we both don't know I'll ask you another question.... Two things. My home and log In buttons are white and thats ok with me, but when my mouse goes over it, changes to another color. I would like it to stay white all the time... Do you know........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...... Please help
If you find out how to do the banner links please let me know.
Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Quote:
Originally Posted by
classact
My home and log In buttons are white and thats ok with me, but when my mouse goes over it, changes to another color. I would like it to stay white all the time... Do you know........
Look at the your current stylesheet, and the part marked with color below.
about begin with line #33
Code:
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #5f0043;
}
and about begin with line #277
Code:
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
text-decoration: none;
padding: 0em 0.5em;
margin: 0;
color: #ffffff;
white-space: nowrap;
}
They controlled the colors of the nav bar.
May be you can separate them and style it.
Or, put the code below in the end of your stylesheet and adjust it for your taste.
Code:
#navMain ul li a {
color: white;
}
#navMain ul li a:hover {
color: yellow;
}
Quote:
Originally Posted by
classact
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...... Please help
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;
}
-
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
-
Re: Help with my logo banner!!!!!
Quote:
Originally Posted by
classact
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
Your edit was not right, step back what you had done.
And please give more detail of what you had done to cause the problems. :smile:
-
Re: Help with my logo banner!!!!!
We have worked with the shopping cart functions, but I am new at the php part changing the template......This is are other site and shopping cart....www.classactioncleaners.com.... had a friend help with this but he is not around in this area anymore to help with this....did you know how to 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
Thank you for your help
-
Re: Help with my logo banner!!!!!
Thank you so much for all your help....... I will talk to you again. My brain is fried..... big day tomorrow and I need my brain. May the Lord Jesus Christ bless you with more of Him!
Joseph
-
Re: Help with my logo banner!!!!!
Copy the following file and save it to your override directory:
includes/languages/english/meta_tags.php
And in the newly saved file:
includes/languages/english/YOUR_TEMPLATE/meta_tags.php
about line #10 -#14
Code:
// page title
define('TITLE', 'Zen Cart!');
// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');
Change it to:
Code:
// page title
define('TITLE', 'YOUR SHOP!');
// Site Tagline
define('SITE_TAGLINE', 'YOUR TAGLINE FOR YOUR SHOP');
Note: Only modify the text inside the two quotes ' ' and don't change the others.
.
-
Re: Help with my logo banner!!!!!
seethrou,
That worked real good...... I have some more questions for you.... Just think when I know how to do all this I'll be a pro..... Yeah Right. How do I change my copy right information at the bottom of the Page......www.mydoggilicious.com/cart and do you know how to link my header links(home, products, contact us) to go to the right location..... Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
seethrou,
I only have a few more questions I think..... Need lots of help loading my csv file (excel file) with my product to my cart.... easy way 1,2,3, if there is such a thing........ Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Quote:
Originally Posted by
classact
How do I change my copy right information at the bottom of the Page
Before you make this modifification. You should read the requirements of copyright for the use of Zen Cart.
Your site still using the image files from the stock template. To change the above now, it may not appropriate. :smile:
Quote:
and do you know how to link my header links(home, products, contact us) to go to the right location..... Thank you and God bless
As discussed in previous msgs, it need additional works and not only modify the files of Zen Cart. At least you need to slice the image into images map first and then prepare to link them to your links.
Quote:
Need lots of help loading my csv file (excel file) with my product to my cart.... easy way 1,2,3, if there is such a thing
There is a mod, and the support link - Easy Populate support
.
-
Re: Help with my logo banner!!!!!
Ok..... you did tell me how to do that earlier but was tired...... Sorry. ok how do you slice the image into images map first and then prepare to link them to your links. Is it easy to do.... I'm not doing anything with copyright need to get back to the path were I can find this....©Mydoggilicious.com 2005. All Rights Reserved. ©Mydoggilicious.com 2005. All Rights Reserved. Do you know.....
Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
https://www.zen-cart.com/tutorials/i...hp?article=131
read this, explains how to change footer copyright info
-
Re: Help with my logo banner!!!!!
Quote:
Originally Posted by
classact
Ok..... you did tell me how to do that earlier but was tired...... Sorry. ok how do you slice the image into images map first and then prepare to link them to your links. Is it easy to do....
It should be done by the help of graphic applications for the web.
Quote:
Originally Posted by
classact
I'm not doing anything with copyright need to get back to the path were I can find this....©Mydoggilicious.com 2005. All Rights Reserved. ©Mydoggilicious.com 2005. All Rights Reserved. Do you know.....
The image files are related to what we are talking, at least the buttons are designed by Zen Cart Team. And Powered by Zen Cart should be stay there. :smile:
.
-
Re: Help with my logo banner!!!!!
seethrou,
Question about paypal.....is it still a free download. clicked on the link you gave me and the easy Populate (Standard) has a couple bugs.....any idea's or is there only the Easy Populate Advanced 3.0 that costs 65 dollars.......Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Hey Mike,
That worked....thank you........
-
Re: Help with my logo banner!!!!!
Ok I can't get this one......I am trying to move up the footer and lower the header so it will show the background below it and above it..... Check out our other site and look at the above the header and below the footer... do you see the background image....thats what I want to do......www.classactioncleaners.com/cart Can anyone help me on this one please...thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Does any one know how to use easy populate....... Its not easy when you don't know what your doing.... I got it downloaded in my shopping cart but not sure how to get my csv excel file of products loaded in my shopping cart.......Need someone's help please.
Thank you and God bless
Joseph
www.mydoggilicious.com/cart
-
Re: Help with my logo banner!!!!!
Code:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #e5edf5;
background-image: url(../images/backgrnd1.png);
padding-top: 25px;
padding-bottom: 25px;}
The two line in red need to be added to pad the top and bottom of the page. adjust the px to your liking.
On your other question about easy populate, I don't use it so I can't help you with that one.
-
Re: Help with my logo banner!!!!!
Mike,
Your answer is to add this padding-top: 25px; padding-bottom: 25px;}
what is the path to get to that.... Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Joseph.....that would be the stylesheet again.....I would advise you to print out a copy of your stylesheet and keep it handy...... look through it and get familiar with its layout, make notes....always here to help.
by the way the body rule is the first one in the stylesheet
-
Re: Help with my logo banner!!!!!
Mike,
I am in the main style sheet.......and I even raised it up to 425px and nothing happened.... am I in the right style sheet....
public_html/cart/includes/templates/classic/css/stylesheet.css...
God bless
Joseph
-
Re: Help with my logo banner!!!!!
no template_default/css
as this is the one you said you where using in an earlier post
All stylesheet changes will be made here (template_default/css)
-
Re: Help with my logo banner!!!!!
Mike,
I am in the right style sheet but can't get it to work....... What am I doing wrong... Please Help
God bless
Joseph
-
Re: Help with my logo banner!!!!!
what is the path to the stylesheet you are trying to edit as I do not see the edits when I view your stylesheet
-
Re: Help with my logo banner!!!!!
Mike,
public_html/cart/includes/templates/template_default/css/stylesheet.css... What do you think.....
God bless
Joseph
-
Re: Help with my logo banner!!!!!
ok nevermind my last don't want to confuse you. I dug deeper and in fact you are using the classic stylesheet. so yes in fact the path to the stylesheet would be includes/templates/classic/css/stylesheet.css
Sorry it was my mistake. Please add the code I posted to the body in that stylesheet and leave it there so I can check it
-
Re: Help with my logo banner!!!!!
Mike,
ok it is there in .....includes/templates/classic/css/stylesheet.css
God bless
Joseph
-
Re: Help with my logo banner!!!!!
I FOUND IT!!!!!!
Code:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #e5edf5;
background-image: url(../images/backgrnd1.png);}
padding-top: 25px;
padding-bottom: 25px;}
remove that little bugger in red should fix it
-
Re: Help with my logo banner!!!!!
Mike,
Thank you Jesus......... I thank you for your help.. Do you know someone on this board that could walk me through easy poputate and loading a csv file.
God bless
Joseph
-
Re: Help with my logo banner!!!!!
That extra } was causing a parse error. Thats what happens with cut and paste, you just dropped my code in without making sure it was wrapped in the } so the extra } which is where the old rule stopped was causing an error
-
Re: Help with my logo banner!!!!!
I would just do a search on "easy populate" and I'm sure somebody will stick out as an expert.
One of these days when we both have some time I would like to work on converting your setup to use the correct overides template system. As it is now if you where to update the cart you would lose ALL of the customizations. Oh and if I find sometime this weekend I'm gonna do the image map stuff for your header, mostly as an exercise for me and a favor to you.
-
Re: Help with my logo banner!!!!!
Mike,
That would be awesome, I do thank you for all your help.... is this your web site
www.stabandstash.com. I am not completly sure what correcting the overides template system...... but if something is wrong and you can help when you get time that would be awesome.. Thank you and may the Lord bless you with more of HIM (Jesus)
Joseph
-
Re: Help with my logo banner!!!!!
Another question.....are you going to be converting the html site completely over to zen cart or are you just going to point to the cart for the product pages. I ask cause I can see the whole thing using zen cart without the html page on the front end. just curious.
-
Re: Help with my logo banner!!!!!
The template overrides system keeps your customization seperate from everything else so that when you update the cart you don't lose everything.
Yes the stab and Stash site is my wifes shop which I built and if I get anymore blessings I'll need a bigger house....lol . I have three girls 11,3,2 and....a boy due in jan. I don't think I can take anymore blessings.
-
Re: Help with my logo banner!!!!!
Just going to point it to the products page..... you said you see the whole thing using zen cart... good or bad..
God bless
Joseph
-
Re: Help with my logo banner!!!!!
Thats cool...... We have six kids and a grandson........ 21,17,13,11,9,6 Five girls and a boy.......Blessings come in all different ways.....Sounds like you have a great family...... May God protect you and your family in the name of Jesus..
Joseph
-
Re: Help with my logo banner!!!!!
I see using zen cart for the whole thing as good. I hate updating straight html pages....to labor intensive. If your going to be point to the cart for just the product pages.....maybe some more customizations to smooth out the transition from the html pages to the cart.....hmmmm let me think on it. gotta go to bed.
-
Re: Help with my logo banner!!!!!
You said.......maybe some more customizations to smooth out the transition from the html pages to the cart.. Let me know what you think.......
God bless
Joseph
-
Re: Help with my logo banner!!!!!
Hey Mike,
quick question before you turn in............at the bottom of my page where it says
©MyDoggiLicious.com 2005. All Rights Reserved . I need to put a space between that and home.......Please help.
God bless
Joseph
-
Re: Help with my logo banner!!!!!
could you elaborate....Do you mean more vertical space......do you want "Home" to stay vertically centered in its location you just want more space below? I'm not exactly sure what your looking for here.
And another question from me..... did you put together the html pages? and which software was involved in creating that interesting code........I'm specifically refering to the FAQ page and how the question lines are broken between DoggiLicious and the tm symbol.....theres a ton of extra code in there.....a person could put in a good afternoon stripping the code for all the stuff that don't belong.....sorry me just being picky
-
Re: Help with my logo banner!!!!!
Mike,
This is how I would like it.......
Home
©MyDoggiLicious.com 2005. All Rights Reserved
would like it just like this www.petsuppliesunlimited.com, but a little more white.......
Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Drop this into the current template stylesheet.css;
Code:
.legalCopyright { padding: 0.6em }
-
Re: Help with my logo banner!!!!!
Sketchy,
what do you mean.....drop this into the stylesheet.......what is the path and what will this do. Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Quote:
Originally Posted by
Sketchy
Drop this into the current template
stylesheet.css;
Code:
.legalCopyright { padding: 0.6em }
OK lets see if we can get past asking the same question over and over again. When ever anyone says "stylesheet" they mean the stylesheet that you are using for the site, in your case it would be the one we have been working in, "includes/templates/classic/css/stylesheet.css". Write this path down on a post-it note and stick it to your monitor. Now next, when someone says "drop this in your stylesheet" they mean to add it, but what you should do first is scan the stylesheet and see if the first part of the rule is in the stylesheet already and I believe that .legalCopyright is in there. So you would only add the part that is between the wavy brackets, padding: 0.6em; always remember to end the line with the ;
I want you to, in fact I insist, go to http://www.w3schools.com/css/css_syntax.asp and read this page.
OK schools out and you have your homework:smartass:
p.s. Sketchy you forgot the ; some teachers assistant you are .....LOL
-
Re: Help with my logo banner!!!!!
Quote:
Originally Posted by
barco57
p.s. Sketchy you forgot the ; some teachers assistant you are .....LOL
You meanie... :down:
I didn't forget, the final semi-colon is standards optional. I know it's good practice though, but I concluded that there would be nothing else to add to that specific selector anyways. In fact, I was helping to downsize the stylesheet, that optional semi-colon was worth at least one byte. :laugh:
-
Re: Help with my logo banner!!!!!
Hey Teacher,
If I don't pass, is summer school a option.......Building two sites and running a business..... I did forget where I was... sorry
Mike I went to my style sheet "includes/templates/classic/css/stylesheet.css". and I could not fine .legalCopyright in there..... Maybe its somewhere else. Can you point me into the right direction please..... Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Ok .legalCopyright isn't in there. Add the statement to the bottom of the stylesheet.
Yes summer school is always an option. I know what it is to be busy as I am a truck driver and I drive about 10-11 hourd a day and then I hop on the laptop to work on the sites I'm developing.
-
Re: Help with my logo banner!!!!!
Mike,
Thank you for all your help...... I put .legalCopyright in the stylesheet at the botton like you told me and it didn't do anything for me.........Am I doing something wrong......... Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
This is what you have at the bottom of your stylesheet currently:
Code:
#informationContent a:hover, #moreinformation a:hover {
color: maroon;
.legalCopyright
}
Should be
Code:
#informationContent a:hover, #moreinformation a:hover {
color: maroon;
}
.legalCopyright {padding: 0.6em;}
}
Add the stuff in red and remove the wavy bracket in green
-
Re: Help with my logo banner!!!!!
Thanks Mike
I think that worked .......So I am learning that I can find everything I need in my stylesheet...like my header and footer ect.....Isn't that right teacher.... I thank you for all your help.... God bless you
Joseph
-
Re: Help with my logo banner!!!!!
Need some help....... Can anyone help me find out what a couple of fonts are....here is the site http://store.dayspring-store.com/ The font I would like to know what kind they are... it says (Christmas) at the top of the page, and the other one is on the big picture in the middle. and it says (Tis the season) That would be awesome if someone knew what fonts those are.... Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
well most things are in the stylesheet but sometimes you have to add to the stylesheet. For the fonts I would go to http://www.myfonts.com/ and look around. When it comes to fonts there are thousands and you should be able to find something close to the second one. The "Christmas" one in the logo is either done freehand or mixed fonts cause the 2 "s" don't match. Remember non standard fonts if not loaded on the end users computer will not show unless you included them in an image.
-
Re: Help with my logo banner!!!!!
Mike,
I think you told me this before, but this one I didn't write down..... My wife made another banner for the site and wants me to put it on the cart...... I have been trying and can't remember where it is I go to, to replace my old top header(banner) I know in the stylesheet.... Please help me...Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Code:
includes/templates/template_default/images/top_header.png
This is the current path and filename for your "top header" image.
name the new image the same and save it to the images directory and it will automatically replace the current image
and a question what is the banner advertisement category for?
-
Re: Help with my logo banner!!!!!
Mike,
I went to where you told me and tryed to edit the top header image and this is what came up ‰PNG
IHDRø‚3¼msBIT|dˆ pHYsÒÝ~ütEXtCreation Time11/25/05It»— tEXtSoftwareMacromedia Fireworks MX»‘*$äprVWxœíV]–«6¶ñ…Èq;ÿLz©CÚ%dO<w;læ.àžì¥;&# 232;­dcH¦}mÏÑÆ¶°±¤ORòý& #175;oŠ?DøA¸ãõãŽÏéž&÷Ôî8 0;Ïñ>ŽSšO©MӈׄÂñ6ÝÆév“hLmo x(ã(n·4G㿉W¾wûv¸¼÷ñÒ ;Ǿï
Not sure whats up........Can you help!!!!!
Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Mike,
The banner advertisement category is for others to advertise there business on our site at a low fee......God bless
Joseph
-
Re: Help with my logo banner!!!!!
you tried to edit the current image. you want to upload the new image, with it named the same as the old image, to the includes/templates/template_default/images/ folder. This will replace the current image.
The original image appears to have been made with macromedia fireworks thats why the strange code when you opened it to edit.
-
Re: Help with my logo banner!!!!!
thank you I will try that......Another question.. do you know why our site www.mydoggilicious.com shows our new banner in Internet Explorer and are old on in aol.....
Bless you
Joseph
-
Re: Help with my logo banner!!!!!
kewl that worked with my top header........Praise God....
-
Re: Help with my logo banner!!!!!
Hey Mike,
I would like to put the top header that is on www.mydoggilicious on http://mydoggilicious.com/doggiden/ but it looks a little different then the other set up..... Do you know where I need to go to put that top header there to. Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
mydoggilicious.com/doggiden/wp-content/themes/connections/img/top.png
Well this is the info for the image on that page. Use the same procedure, change the name of the new image to "top.png" and upload to the correct path
As for the previous question about the aol thing......I don't know....I'm assuming that the browser for aol is storing an old copy of the page.....try to refresh the page or clear the browser cache.......dont ask i dont know as I don't use aol or aol browser or even seen it.
-
Re: Help with my logo banner!!!!!
maybe when this gets all sorted out. We'll work on getting all of this into the overrides folders correctly and then I'll show you how to set it up with multiple copies of the same basic template but each template will have change for the different holidays. That way when you want to switch it, it will only take 1 minute to reskin the site for a specific holiday. I keep hoping that one of these days I'll get some cars to haul that will take me through the Kansas City area so I can stop by.
-
Re: Help with my logo banner!!!!!
what if the new image is a smaller size than whats already on there....do I need to resize or will it do it itself........
Blessings
Joseph
-
Re: Help with my logo banner!!!!!
That would be awesome if you could show me how to do that........Less stress to. Who do you drive for.......
-
Re: Help with my logo banner!!!!!
you'll need to adjust the image size yourself first.
-
Re: Help with my logo banner!!!!!
I drive for myself. Own the truck and have a girl who handles the dispatch for me
-
Re: Help with my logo banner!!!!!
kewl........ Sounds like fun....Do you drive new cars or auction......because I know some people out here that pick up cars from different places....... God bless you.
Joseph
-
Re: Help with my logo banner!!!!!
Most of my stuff is auction and personal with some dealer trade mixed in.
-
Re: Help with my logo banner!!!!!
Well hope some day when you come this way we can meet......I am full of question tonight.... how do you work the attribute area in the back office...
Blessings
Joseph
-
Re: Help with my logo banner!!!!!
:shocking: WOW thats a large question. We'll have to work on narrowing down that one. Attributes can be used for such things as size, color:
example:
product=ball
atributes=sm, med, lrg, red, green, blue
we can also add to base price with attribute..example:
sm ball = 2.00 (base price)
md ball = base price + .50
lrg ball = base price + 1.00
or we can use attribute for quantity pricing
1 of an item
6 of an item
dozen
Its more complicated than that but could go on all night and not make any sense. Give me an idea of a product that you have that you might need attributes for......food product by weight maybe....you know 1lb, 5lb, 25lb kind thing
-
Re: Help with my logo banner!!!!!
I told you I was full of questions....... Ok here I go... Our main product is our Gourmet Biscuit Bouquets! (new professional pictures coming soon) we have 14 different occasion! Christmas, Birthday, Dog Obedience Graduation, New Mama, Get Well, Just Because... Etc. We would like when a customer clicks on
Doggi Club they have three options Budget Choice, Smart Choice and Economy Choice.... what ever one they pick the choise there occasion... Thats where I would like a drop down box with all the 14 different occasions in it..........http://mydoggilicious.com/doggi_club.html Hope that helps you.....Thank you and God bless
Joseph
-
Re: Help with my logo banner!!!!!
Mike,
Is there any way to move 150 product from one shopping cart www.petsuppliesunlimited.com/ to another shopping cart with out putting them in by hand......www.mydoggilicious.com/cart/
God Bless
Joseph
-
Re: Help with my logo banner!!!!!
ok I see Budget Choice, Smart Choice and Economy Choice as individual products and then we have a dropdown with the occassions......right?
We then have to create the attributes:
under option names manager in admin>catalog we would create a new option name of "occassions" and select the dropdown option
then we move to option values manager in admin>catalog and select the option name "occassions" and then input an option name (i.e. christmas, birthday, whatever) and then set the sort order. I suggest when setting sort order go with 10, 20, 30...etc that way if you come up with more occassions you can insert them in the order with 5, 15, 25....etc.
Have I lost you yet....:blink:
then we move to the attributes controller and select the category....then select the product to display.....then select the correct option name and option value....then enter the price and weight changes that apply (complicated to explain will elaborate when we have to deal with it) and hit insert. Repeat for the next attribute
When done setting attributes for this one product, if they apply to another product or category we can copy them as a group over to that product or category to save having to type them all in........speaking of typing this is getting kinda long...