Zen Cart Logo
Forums / General Questions / How can I have images in EZPages?

How can I have images in EZPages?

Locked

Views: 1,872

Results 1 to 15 of 15
This thread is locked. New replies are disabled.
13 Jan 2009, 6:05 PM
#1
butchx5 avatar

butchx5

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

How can I have images in EZPages?

Hi

have managed to set up all the EZPages I want and the links appear where I want on my site however none of the images within the pages work.

I created the pages using Frontpage and the images are all showing up fine there - I copied and pasted the HTML code to the EZPages.

I have copied each of the images to the file:

/public_html/includes/templates/CUSTOM/images

However, none of them show up at all - what am I doing wrong?

Helen

14 Jan 2009, 3:07 AM
#2
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,284
Plugin Contributions:
39

Re: How can I have images in EZPages?

Not /public_html/includes/templates/CUSTOM/images

but rather

http://www.domain.com/includes/templates/CUSTOM/images/file.jpg

Cheers,
Melanie

14 Jan 2009, 12:11 PM
#3
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,284
Plugin Contributions:
39

Re: How can I have images in EZPages?

sylvanusk2:

Originally Posted by sylvanusk2
Hi Guys,Nice that the zen cart works for you guys.Kindly assist in making mine work. just joined the forum and need to know how I can change the Zen cart main page header banner (the box where you have the logo box, the sales text and some links? Kindly tell me where I can find the other header_bg.jpg? I found one part in includes/templates/classic/images/header_bg.jpg and cannnot find the 2nd part. Kindly assist- Thanks in anticipation. Sylvanus

https://www.zen-cart.com/tutorials/index.php?category=4

~Melanie

14 Jan 2009, 12:51 PM
#4
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: How can I have images in EZPages?

butchx5:

... I created the pages using Frontpage and the images are all showing up fine there - I copied and pasted the HTML code to the EZPages....

Just an observation...

Using external HTML editors is a good way to create HTML for things like EZPages and Defined Pages.

... but remember, FrontPage is probably one of the worst HTML editors ever invented!

Be careful about letting Frontpage do too much for you when creating pages.

... and remember, use ONLY the HTML that appears BETWEEN (not including) the:

<body>

and
**

</body>**

tags

DO NOT copy the headers - this is already created by ZC.

14 Jan 2009, 3:03 PM
#5
butchx5 avatar

butchx5

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: How can I have images in EZPages?

Hi

So, in theory, as long as I have copied the HTML over correctly (I must have as all pages are showing correctly on site minus all images) the images should appear?

Do you have any ideas as to why they are not showing?

Regards

14 Jan 2009, 4:16 PM
#6
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: How can I have images in EZPages?

Load the offending page into a browser, then right-click and View Page Source.

When the HTML shows up, scroll down to the <img src...> urls and see what PATH is being referenced.

Either:

  1. correct the PATH in the html
  2. put your images in the folder designated in the stated path.

If you put up your site address, we can take a look at this for you.

14 Jan 2009, 4:27 PM
#7
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,284
Plugin Contributions:
39

Re: How can I have images in EZPages?

butchx5:

Hi

So, in theory, as long as I have copied the HTML over correctly (I must have as all pages are showing correctly on site minus all images) the images should appear?

Do you have any ideas as to why they are not showing?

Regards

Post a link.. We can look for you
Posted via Mobile Device

15 Jan 2009, 2:14 PM
#8
butchx5 avatar

butchx5

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: How can I have images in EZPages?

Hi

Have tried making adjustments as suggested - still doesn't work.

here is a link (I hope) to one of the pages in question:

http://www.slinkykinkyuk.com/page.html?id=2

There should be an image of a descreet package

Each bullet should be a small turning heart

I have only adjusted 2 of the flag images near the bottom so I don't expect them to work.

Any ideas where I am going wrong greatly accepted.

Helen

15 Jan 2009, 2:36 PM
#9
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town &amp; London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: How can I have images in EZPages?

According to your page HTML, the path to the image is:

http://www.slinkykinkyuk.com/includes/template/darkness/images/discreet_delivery.jpg

... so the image called discreet_delivery.jpg should be loaded up to that folder.

Can't help with the bullets...

It appears there is much customization... Very difficult to offer advice when we don't know how things were customized.

15 Jan 2009, 2:43 PM
#10
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,284
Plugin Contributions:
39

Re: How can I have images in EZPages?

These paths

Dispatch_files/image015.gif

are not correct, or the images do not exist on your server.

This one... http://www.slinkykinkyuk.com/includes/template/darkness/images/discreet_delivery.jpg

The path is incorrect or the image has not been uploaded to the path directory as fairestcape pointed out.

~Melanie

15 Jan 2009, 3:03 PM
#11
butchx5 avatar

butchx5

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: How can I have images in EZPages?

Hi

I know the image003-image015 don't have the correct paths - I only changed the paths for the discreet_delivery.jpg and the small_turning_heart.gif and the first couple of flags (image001/002) to see if I was doing it correctly.

I am obviously not doing it correctly as the images still aren't appearing despite me trying all sorts of paths.

When I check using cpanel the address of the images are:

/public_html/includes/templates/darkness/images/IMAGE NAME

I have tried:
http://www.slinkykinkyuk.com/includes/template/darkness/images/IMAGE NAME
but that doesn't work.

How should I write this in the HTML for each EZ Page?

15 Jan 2009, 3:10 PM
#13
butchx5 avatar

butchx5

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: How can I have images in EZPages?

Hi

Have managed to get the package image and the flags (only done 1 for the mo) to appear - still no luck with the small_turning_flag.gif which I want in place of the bullets.

Any ideas whey thay aren't working?

15 Jan 2009, 3:17 PM
#14
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,284
Plugin Contributions:
39

Re: How can I have images in EZPages?

filename small_turning_flag.gif doesn't exist in the ez pages code.

~Melanie

15 Jan 2009, 4:06 PM
#15
butchx5 avatar

butchx5

New Zenner

Join Date:
Nov 2008
Posts:
69
Plugin Contributions:
0

Re: How can I have images in EZPages?

Oops! :blush:

that should be small_turning_heart.gif NOT flag as I put in posting.