Zen Cart Logo
Forums / Addon Templates / Westminster New

Westminster New

Views: 494,086

Results 221 to 240 of 1,865
20 Aug 2014, 9:06 PM
#221
nesum18 avatar

nesum18

New Zenner

Join Date:
Jun 2012
Posts:
50
Plugin Contributions:
0

Westminster New

Hello everyone,
I was wondering if someone would be able to help me on the couple of issues below:

First issue:
When I click on a product, the various info on the product page (eg price, title image, description, etc) doesnt display in the right order.
I have to refresh the page in order to get it in the correct form.
here is an example:
this image is the wrong one when i first click on it...
Attachment 14431

then when i refresh the page, this is the correct display which should happen
Attachment 14432

any idea why this is happening and how I can fix it?

Second issue:
There seems to be a line going behind the product image and below the price. How can I get rid of that?

Thank you :)

20 Aug 2014, 9:45 PM
#222
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

nesum18:

Hello everyone,
I was wondering if someone would be able to help me on the couple of issues below:

First issue:
When I click on a product, the various info on the product page (eg price, title image, description, etc) doesnt display in the right order.
I have to refresh the page in order to get it in the correct form.
here is an example:
this image is the wrong one when i first click on it...
Attachment 14431

then when i refresh the page, this is the correct display which should happen
Attachment 14432

any idea why this is happening and how I can fix it?

Second issue:
There seems to be a line going behind the product image and below the price. How can I get rid of that?

Thank you :)

If you post a link to the page with the problem I can take a look.

Thanks,

Anne

20 Aug 2014, 9:53 PM
#223
vintageorton avatar

vintageorton

New Zenner

Join Date:
Aug 2014
Location:
Wakefield
Posts:
11
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

You can add your background image to the body tag in the stylesheet.css file. If you do a google search for how to add a background image, you will find numerous tutorials about how to do this.

Thanks,

Anne

Yes, i have seen where to put it, but when i put it in the body tag, it doesnt show...

20 Aug 2014, 10:52 PM
#224
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

VintageOrton:

Yes, i have seen where to put it, but when i put it in the body tag, it doesnt show...

Add your code and post a link to your site and I will take a look.

Thanks,

Anne

21 Aug 2014, 12:56 AM
#225
nesum18 avatar

nesum18

New Zenner

Join Date:
Jun 2012
Posts:
50
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

If you post a link to the page with the problem I can take a look.

Thanks,

Anne

Hey Ann,
I just re-installed the whole file and it works perfectly now! :)

thank you for your help as always and thank you for the wonderful template contribution. I'm loving it :D

21 Aug 2014, 2:30 AM
#226
sydmich avatar

sydmich

New Zenner

Join Date:
Jun 2007
Location:
Australia
Posts:
60
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

The define_main_page.php has php code so it must be edited with a plain text editor.

Thanks,

Anne

Just wanted to say thank you for the update on this item.

21 Aug 2014, 1:00 PM
#227
erwinsk8 avatar

erwinsk8

New Zenner

Join Date:
Aug 2014
Location:
South Africa
Posts:
27
Plugin Contributions:
0

Re: Westminster New

Hi Anne

Thank you so much for getting back to me :-) I really appreciate it. As I said though I am not a code master such as yourself just yet. Could you please explain to me in a little more detail as to how and perhaps were I would put the "display:none" inside the respnsive_tablet.css stylesheet so that it does not show in either of the orientations vertical or horizontal. Thank you so much for an Awesome Theme and keep up the amazing work :-)

Regards

Erwin

21 Aug 2014, 1:01 PM
#228
erwinsk8 avatar

erwinsk8

New Zenner

Join Date:
Aug 2014
Location:
South Africa
Posts:
27
Plugin Contributions:
0

Re: Westminster New

Thank you Anne, Worked like a Charm :-)

21 Aug 2014, 2:19 PM
#229
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

ErwinSk8:

Thank you Anne, Worked like a Charm :-)

I am happy that you figured it out ;)

Thanks,

Anne

21 Aug 2014, 9:23 PM
#230
vintageorton avatar

vintageorton

New Zenner

Join Date:
Aug 2014
Location:
Wakefield
Posts:
11
Plugin Contributions:
0

Re: Westminster New

VintageOrton:

Yes, i have seen where to put it, but when i put it in the body tag, it doesnt show...

body {margin: 0;font-family : Arial,Helvetica,sans-serif;font-size: 85%;line-height:22px;background-image: url(..images/Catwoman.jpg)}

/*bof basic elements*/
a img {border: none;}
a:link, #navEZPagesTOC ul li a {color:#000;text-decoration:none;}
a:visited {color: #444443;text-decoration:none;}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {color: #8db9fb;}
a:active {color:#444443;}
h1 {text-transform:uppercase;font-weight:normal;color:#171717;font-size:160%;margin-bottom:30px;}
h2 {text-transform:uppercase;font-weight:normal;color:#171717;font-size:140%;font-weight:normal;}
h3 {font-size: 120%;font-weight:normal;text-transform:uppercase;}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{font-weight:normal;}
.biggerText {font-size:1.2em;}
.clearBoth {clear:both;}
HR {margin-top: 0.5em;border:none;border-bottom:1px solid #dbdbce;margin-bottom:30px;margin-top:30px;}
22 Aug 2014, 1:40 PM
#231
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

VintageOrton:

body {margin: 0;font-family : Arial,Helvetica,sans-serif;font-size: 85%;line-height:22px;background-image: url(..images/Catwoman.jpg)}

/bof basic elements/
a img {border: none;}
a:link, #navEZPagesTOC ul li a {color:#000;text-decoration:none;}
a:visited {color: #444443;text-decoration:none;}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {color: #8db9fb;}
a:active {color:#444443;}
h1 {text-transform:uppercase;font-weight:normal;color:#171717;font-size:160%;margin-bottom:30px;}
h2 {text-transform:uppercase;font-weight:normal;color:#171717;font-size:140%;font-weight:normal;}
h3 {font-size: 120%;font-weight:normal;text-transform:uppercase;}
h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{font-weight:normal;}
.biggerText {font-size:1.2em;}
.clearBoth {clear:both;}
HR {margin-top: 0.5em;border:none;border-bottom:1px solid #dbdbce;margin-bottom:30px;margin-top:30px;}


Without a link to your site I can not help you.

Add your code and then post a link to your site.

Thanks,

Anne
22 Aug 2014, 10:15 PM
#232
vintageorton avatar

vintageorton

New Zenner

Join Date:
Aug 2014
Location:
Wakefield
Posts:
11
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

Without a link to your site I can not help you.

Add your code and then post a link to your site.

Thanks,

Anne

You can already see my code, and here is my site: http://gkb.url.ph/

22 Aug 2014, 10:49 PM
#233
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

VintageOrton:

You can already see my code, and here is my site: http://gkb.url.ph/

Getting a page not found error for your image. Make sure that your image is in the includes/templates/westminster_new/images directory.

Path to image should be ../images/imagename.jpg

Thanks,

Anne

22 Aug 2014, 11:36 PM
#234
vintageorton avatar

vintageorton

New Zenner

Join Date:
Aug 2014
Location:
Wakefield
Posts:
11
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

Getting a page not found error for your image. Make sure that your image is in the includes/templates/westminster_new/images directory.

Path to image should be ../images/imagename.jpg

Thanks,

Anne

Thanks for your reply, i have checked and the image is in the right place and the path to the image is correct too :/

23 Aug 2014, 1:43 PM
#235
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

VintageOrton:

Thanks for your reply, i have checked and the image is in the right place and the path to the image is correct too :/

The path to the image is wrong:

background-image: url(..images/Catwoman.jpg);

should be:

background-image: url(../images/Catwoman.jpg);

Thanks,

Anne

23 Aug 2014, 10:33 PM
#236
vintageorton avatar

vintageorton

New Zenner

Join Date:
Aug 2014
Location:
Wakefield
Posts:
11
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

The path to the image is wrong:

background-image: url(..images/Catwoman.jpg);

should be:

background-image: url(../images/Catwoman.jpg);

Thanks,

Anne

Thankyou!, now how do i make it so that the image doesnt repeat?

Thanks,

Orton

24 Aug 2014, 2:21 PM
#237
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

VintageOrton:

Thankyou!, now how do i make it so that the image doesnt repeat?

Thanks,

Orton

Add no-repeat; These sorts of basic css answers can be easily found with a google search ;)

Thanks,

Anne

24 Aug 2014, 9:15 PM
#238
vintageorton avatar

vintageorton

New Zenner

Join Date:
Aug 2014
Location:
Wakefield
Posts:
11
Plugin Contributions:
0

Re: Westminster New

picaflor-azul:

Add no-repeat; These sorts of basic css answers can be easily found with a google search ;)

Thanks,

Anne

Ah, thankyou very much, my final question, when i use my homead banners, as you can see on my site, only one shows up, but when i go to the mobile site all three show up, any suggestions on how i make all 3 homead banners show up on my site?

25 Aug 2014, 8:39 AM
#239
yaritai avatar

yaritai

Zen Follower

Join Date:
Apr 2014
Posts:
154
Plugin Contributions:
0

Re: Westminster New

VintageOrton:

Ah, thankyou very much, my final question, when i use my homead banners, as you can see on my site, only one shows up, but when i go to the mobile site all three show up, any suggestions on how i make all 3 homead banners show up on my site?

All 3 are showing on using my laptop with firefox and chrome.

On another note, you have declared the background image in 2 places in the main stylesheet body tag and the responsive one-row-fluid tag. Remove 1 of them as you don't need to use extra resources loading unneeded code. And a suggestion for you is that your image really only works on larger resolutions. So move the image background to the responsive default file under a media query that suits your background by using min-width: ??px. By also putting it in your responsive default you are not going to force mobile users to load a background that is not seen.

25 Aug 2014, 2:23 PM
#240
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Westminster New

VintageOrton:

Ah, thankyou very much, my final question, when i use my homead banners, as you can see on my site, only one shows up, but when i go to the mobile site all three show up, any suggestions on how i make all 3 homead banners show up on my site?

My best guess is that you have ads/banners blocked in the browser that you are using.

Thanks,

Anne