Zen Cart Logo
Forums / General Questions / New with a few questions

New with a few questions

Locked

Views: 1,908

Results 1 to 14 of 14
This thread is locked. New replies are disabled.
30 Dec 2006, 6:02 PM
#1
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

New with a few questions

I wasnt sure where to post as i am new to this forum and not sure where these questions go

1)on my site next to my logo https://www.splishsplashbb.com/shoppe i have the words "splish splash bath and body" how do i remove this i dont want anything their?

2)The white background, since i am using firefix with the developer tools i tried looking for it that way but never could find it how do i replace that with my background, i am using the bubble background that is on the surround part?

  1. in the info box how do i delete the pages i will not be using i want to delete "Conditions of use"

4)in the more info box where do i go to change the name of the pages from like page 2 to something like locate an affilite

last question
is their a way to make the width of the page wider mainly on my homepage where i have the info and the sale posted thank you for all your help

maggie

30 Dec 2006, 6:09 PM
#2
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: New with a few questions

i have the words "splish splash bath and body" how do i remove this i dont want anything their?open your header.php file and find this code

define('HEADER_SALES_TEXT', 'Splish Splash Bath and Body!');
30 Dec 2006, 6:15 PM
#3
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: New with a few questions

The white backgroundIf you want a white background, change the red highlighted in your stylesheet
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-image: url(../images/bubbles.gif);
}to this: background-color: white;

30 Dec 2006, 6:18 PM
#4
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: New with a few questions

last question
is their a way to make the width of the page widerIn your stylesheet
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 750px; (here's the width)
vertical-align: top;
border: 1px solid #9a9a9a;
}

30 Dec 2006, 6:40 PM
#5
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Re: New with a few questions

i found that code for the words but how to i remove it so it no longer shows?

maggie

30 Dec 2006, 6:43 PM
#6
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Re: New with a few questions

no that is it i dont want the white background i want the bubbles but for some reason that bubbles are not showing its still the white the only bubbles that are on the page is around the outer part

maggie

30 Dec 2006, 6:45 PM
#7
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Re: New with a few questions

thank you i will work on the width also how do i remove for each product the weight i prefer the weight not show up when a customers looks at a product

maggie

30 Dec 2006, 6:50 PM
#8
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: New with a few questions

Maggie,
Delete the text between the single quotes.
Which white background specifically do you want to replace with your "bubble" background?

Use the developers tool kit in your admin to search for "Conditions of Use" and it will show you the files where this shows up.

30 Dec 2006, 7:03 PM
#9
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Re: New with a few questions

if you go to https://www.splishsplashbb.com/shoppe you will see the white background their its in the center and all my boxes have the white background too i knew where to change these in my last cart but this is different then that one.

i did delete the text between the quotes i will try again thank you

maggie

30 Dec 2006, 7:46 PM
#10
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Re: New with a few questions

Well i got everything the way i wanted except a few things that i am stuck on which is removing the grey bar across the main page of https://www.splishsplashbb.com/shoppe i tried everything to get my bubbles background and it wont take, i removed the words in between the quotes and they still show plus on the tab in firefox i want it to say splishsplashbb not zen cart i am working on finding these to fix

maggie

30 Dec 2006, 10:34 PM
#11
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: New with a few questions

The grey bar your are refering to is addressed in the styleheet with #navCatTabsWrapper and the following is from your stylesheet......see the problem```
#navCatTabsWrapper {
background-image: url(../images/bubbles.gif);
color: #9a9a9a;
background-image:none;
}

30 Dec 2006, 10:37 PM
#12
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: New with a few questions

also change the following ```
#tagline {
color:#000000;
font-size: 2em;
text-align : center;
vertical-align: middle;
}


to```
#tagline {display: none;}
30 Dec 2006, 10:43 PM
#13
barco57 avatar

barco57

Totally Zenned

Join Date:
Apr 2006
Location:
West Salem, IL
Posts:
2,841
Plugin Contributions:
0

Re: New with a few questions

for the titles
/includes/languages/english.php

for the title of the site (stuff that appears up on top and in the bookmarks)

and

/includes/languages/english/meta_tags.php

31 Dec 2006, 12:02 AM
#14
splishsplashbb avatar

splishsplashbb

Zen Follower

Join Date:
Dec 2006
Location:
kenner, la
Posts:
110
Plugin Contributions:
0

Re: New with a few questions

thank you for all your help that worked

maggie