Zen Cart Logo
Forums / Addon Templates / An Upscale Boutique Support Thread

An Upscale Boutique Support Thread

Views: 59,573

Results 281 to 300 of 302
7 Jan 2013, 2:56 PM
#281
masterrusty avatar

masterrusty

Zen Follower

Join Date:
Mar 2007
Location:
Oregon
Posts:
152
Plugin Contributions:
0

An Upscale Boutique Support Thread

I have figured out what was necessary on the Product Listing, but on Product Info (and it all couldn't be done with just the CSS), there is a <br> being generated after the Category Icon which I can not find.

Could you lead me to that?

11 Feb 2013, 8:56 PM
#282
beyond_dreams avatar

beyond_dreams

New Zenner

Join Date:
Feb 2013
Posts:
45
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Hi,

I am new to all of this and could use some help please. First I love this template and want to say thank you soo much for creating it and sharing it!

My first question is about the tagline. I want to change the font to edwardian and capitalize the first letter of each word. I have tried the help I found in the forums. I have changed line 22 in includes/languages/english/an_upscale_boutique/header.php but it does not post as i typed it. It is still in all lowercase. Not having any programming skills I don't know how else to modify this.

I also have in the header it says" the shopping cart Shopping Cart". How can i have it just say Shopping Cart?

Also will the rewards plugin work with this template? Do I need to do anything special to use it?

I am sorry to ask so many questions, but thank you in advance for any help you can give me.

-Victoria

12 Feb 2013, 4:42 PM
#283
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

masterrusty:

I have figured out what was necessary on the Product Listing, but on Product Info (and it all couldn't be done with just the CSS), there is a <br> being generated after the Category Icon which I can not find.

Could you lead me to that?

I would recommend just using css to close the gap.

Thanks,

Anne

12 Feb 2013, 4:45 PM
#284
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

Beyond Dreams:

Hi,

I am new to all of this and could use some help please. First I love this template and want to say thank you soo much for creating it and sharing it!

My first question is about the tagline. I want to change the font to edwardian and capitalize the first letter of each word. I have tried the help I found in the forums. I have changed line 22 in includes/languages/english/an_upscale_boutique/header.php but it does not post as i typed it. It is still in all lowercase. Not having any programming skills I don't know how else to modify this.

I also have in the header it says" the shopping cart Shopping Cart". How can i have it just say Shopping Cart?

Also will the rewards plugin work with this template? Do I need to do anything special to use it?

I am sorry to ask so many questions, but thank you in advance for any help you can give me.

-Victoria

Any stable, correctly installed addon/plugin/module will work with the template.

The shopping cart icon is missing, that is why you are seeing the words shopping cart twice. I would recommend re-uploading the includes/templates/an_upscale_boutique/images directory from the template package.

If you want the tagline to show in a different font, you will have to do this using css. If you want capital letters then you need to remove the text-transform:lowercase; from the #tagline in the stylesheet.css file.

Thanks,

Anne

12 Feb 2013, 7:30 PM
#285
beyond_dreams avatar

beyond_dreams

New Zenner

Join Date:
Feb 2013
Posts:
45
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

picaflor-azul:

Any stable, correctly installed addon/plugin/module will work with the template.

The shopping cart icon is missing, that is why you are seeing the words shopping cart twice. I would recommend re-uploading the includes/templates/an_upscale_boutique/images directory from the template package.

If you want the tagline to show in a different font, you will have to do this using css. If you want capital letters then you need to remove the text-transform:lowercase; from the #tagline in the stylesheet.css file.

Thanks,

Anne

Thank you for your reply, I only want the first letter of each word capitalized not all of them. Is there something i need to replace " lowercase" with to make this happen?

I did check the stylesheet.css and did not find anything in the tagline area that defines the font to use. Nor how to change the color to black so it will match the rest. I have no idea what css is or how I would use it. I will look again.

I can check the master file to see if the icon is in it first before doing that again. Is it called shopping cart? or is there another name for the image I am looking for.

If I cant accomplish this is there a way to put an image in that spot instead. It might be easier to do that.

Another issue I see is I use firefox, and I use tabs so I can have multiple windows in firefox open. When I look at the tab my store is in, the tab says an upscale boutique a free template, rather than my store name. How do I change it to reflect the webpage they are on? I don't want customers getting confused.

Are there any other support places where I can get help with these issues where someone can explain how to get the results I am looking for?

Thank you for your help and taking the time to respond.

12 Feb 2013, 9:06 PM
#286
beyond_dreams avatar

beyond_dreams

New Zenner

Join Date:
Feb 2013
Posts:
45
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Ok, I fixed the firefox tab. Don't know how but I did lol. I re uploaded the include images as per above. I verified that the cart.png is there after re-uploading, but it is still not fixed.

12 Feb 2013, 10:16 PM
#287
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

Beyond Dreams:

Thank you for your reply, I only want the first letter of each word capitalized not all of them. Is there something i need to replace " lowercase" with to make this happen?

I did check the stylesheet.css and did not find anything in the tagline area that defines the font to use. Nor how to change the color to black so it will match the rest. I have no idea what css is or how I would use it. I will look again.

I can check the master file to see if the icon is in it first before doing that again. Is it called shopping cart? or is there another name for the image I am looking for.

If I cant accomplish this is there a way to put an image in that spot instead. It might be easier to do that.

Another issue I see is I use firefox, and I use tabs so I can have multiple windows in firefox open. When I look at the tab my store is in, the tab says an upscale boutique a free template, rather than my store name. How do I change it to reflect the webpage they are on? I don't want customers getting confused.

Are there any other support places where I can get help with these issues where someone can explain how to get the results I am looking for?

Thank you for your help and taking the time to respond.

If you remove the text transform:lowercase; from the #tagline in stylesheet.css then you just need to capitalize any letters that you want to show as capitals. I would recommend doing a google search for a good beginning css tutorial that will show you how to use various fonts.

If you post a link to your site I can take a look.

Thanks,

Anne

13 Feb 2013, 4:58 PM
#288
beyond_dreams avatar

beyond_dreams

New Zenner

Join Date:
Feb 2013
Posts:
45
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Thank you very much. I am using this as a start but in the future would love to get a fully customized design for my store. Can you send me quotes for that too?

My store is beyonddreams.co

13 Feb 2013, 5:50 PM
#289
beyond_dreams avatar

beyond_dreams

New Zenner

Join Date:
Feb 2013
Posts:
45
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Ok, I found the shopping cart problem. In the header file, you had it looking for cart.jpg, when the image file is cart.png. I changed the name in the header file and it is perfect now.

In the style sheet i did change the color of the tagline to 2e2e2e which should make it black, but it is still gray am I missing another line to change it in? I am still working on how to change the font, but i think I may just disable the tagline and redo my logo to include it.

Thank you for all your help.

14 Feb 2013, 3:03 PM
#290
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

Beyond Dreams:

Thank you very much. I am using this as a start but in the future would love to get a fully customized design for my store. Can you send me quotes for that too?

My store is beyonddreams.co

Please email me for any quotes. It is not appropriate to post this on the forum.

Thanks,

Anne

14 Feb 2013, 3:06 PM
#291
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

Beyond Dreams:

Ok, I found the shopping cart problem. In the header file, you had it looking for cart.jpg, when the image file is cart.png. I changed the name in the header file and it is perfect now.

In the style sheet i did change the color of the tagline to 2e2e2e which should make it black, but it is still gray am I missing another line to change it in? I am still working on how to change the font, but i think I may just disable the tagline and redo my logo to include it.

Thank you for all your help.

I am happy that you figured it out! I will add this change for a future template update.

You need to change the #tagline in stylesheet.css from:

color:#b5b5b5;

to

color:#2e2e2e;

Thanks,

Anne

14 Feb 2013, 8:06 PM
#292
beyond_dreams avatar

beyond_dreams

New Zenner

Join Date:
Feb 2013
Posts:
45
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Ok ty. I thought you would email it to me since you already emailed me once. But that's ok nevermind.

Thank you for the help you did give. Thank you anyway.

14 Feb 2013, 9:27 PM
#293
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

Beyond Dreams:

Ok ty. I thought you would email it to me since you already emailed me once. But that's ok nevermind.

Thank you for the help you did give. Thank you anyway.

Ok, I am happy that you figured it out ;-)

Thanks,

Anne

30 Apr 2013, 5:04 PM
#294
masterrusty avatar

masterrusty

Zen Follower

Join Date:
Mar 2007
Location:
Oregon
Posts:
152
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

Is there a way to add a border around the "slides" on the main page?

1 May 2013, 5:10 PM
#295
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

masterrusty:

Is there a way to add a border around the "slides" on the main page?

If you post a link to your site I can take a look.

Thanks,

Anne

3 May 2013, 6:24 PM
#296
masterrusty avatar

masterrusty

Zen Follower

Join Date:
Mar 2007
Location:
Oregon
Posts:
152
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

3 May 2013, 6:40 PM
#297
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

masterrusty:

The site is http://www.fantasycostume.net

Add this to the bottom of you stylesheet.css file:

#slider {
    border: 1px solid #000000;

Thanks,

Anne

18 May 2013, 11:24 AM
#298
robynsamples avatar

robynsamples

New Zenner

Join Date:
May 2013
Location:
Indiana
Posts:
2
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

how to I get the Logo for Upscale Boutique off of my header.. I can't find the file in my FTP.. can someone tell me where it's located

Robyn

18 May 2013, 2:31 PM
#299
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: An Upscale Boutique Support Thread

robynsamples:

how to I get the Logo for Upscale Boutique off of my header.. I can't find the file in my FTP.. can someone tell me where it's located

Robyn

If you read the readme.html file you will find instructions for changing the logo.

Thanks,

Anne

15 Jun 2019, 12:36 AM
#300
lilleypadgifts avatar

lilleypadgifts

Totally Zenned

Join Date:
Jan 2007
Location:
Southern California
Posts:
550
Plugin Contributions:
0

Re: An Upscale Boutique Support Thread

I really want to try this Template but the Download Free button only takes you to a error page and so I tried to add to shopping cart but its been stuck on processing all day. Not sure why since its free.
Is there another link somewhere else were I can get this ... I'm working on a deadline.
Thanks!