Zen Cart Logo
Forums / Upgrading to 2.x.x / After upgrading linked images inserted in product description table cant find images

After upgrading linked images inserted in product description table cant find images

Views: 837

Results 1 to 7 of 7
02 Oct 2024, 16:28
#1
jodean avatar

jodean

Totally Zenned

Join Date:
May 2011
Location:
Tennessee
Posts:
511
Plugin Contributions:
0

After upgrading linked images inserted in product description table cant find images

These product description table displays worked in previous Zencart versions.

The icon shows that the image is broken, however clicking on the image link the image is found in the table cell and the image is not displayed in the cell in the product description table

Attachment 20762

In preview mode the image is broken.

Attachment 20763

In the storefront the image is broken

Attachment 20764

02 Oct 2024, 16:41
#2
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: After upgrading linked images inserted in product description table cant find images

Please post the raw HTML from your product description from BEFORE the upgrade, if possible. (If you're using Zen Admin, you should turn off CKEditor to avoid messing up your content.)

02 Oct 2024, 17:41
#3
jodean avatar

jodean

Totally Zenned

Join Date:
May 2011
Location:
Tennessee
Posts:
511
Plugin Contributions:
0

Re: After upgrading linked images inserted in product description table cant find images

No I do not have the Raw HTML from before the upgrade. I have been running for more than a month without any noticeable problem with the images displaying in the description tables. Yes I can turn off CKEditor but that leaves the description just displaying text in the product screen.

I even tried an older version of CKEditor but the results are the same. The problem must be somewhere in the Products PHP interface with CKEditor.

02 Oct 2024, 18:24
#4
jodean avatar

jodean

Totally Zenned

Join Date:
May 2011
Location:
Tennessee
Posts:
511
Plugin Contributions:
0

Re: After upgrading linked images inserted in product description table cant find images

I have found that once deleting the image lint from the table cell and inserting the image again image is displayed. I can resize the image in the product screen table however the image is not resized in the preview or the runtime of the page.

It appears that all of the products with images added to a table in the description area is messed up.

02 Oct 2024, 21:39
#5
barco57 avatar

barco57

Totally Zenned

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

Re: After upgrading linked images inserted in product description table cant find images

if you have updated to the ckeditor 5 then you will issues with tables...

03 Oct 2024, 04:21
#6
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,953
Plugin Contributions:
8

Re: After upgrading linked images inserted in product description table cant find images

barco57:

if you have updated to the ckeditor 5 then you will issues with tables...

ckeditor 5 apparently works fine with tables. at least it looks so in the documentation.

in my brief testing, configuring ckeditor 5 is a whole new thing than ckeditor 4; and requires some work.

i have not had time to dig too deep into it, but i think the idea that ckeditor 5 has less features than version 4 is probably misguided.

i had worked diligently to get ckeditor 4 to work with ckfinder; which i succeeded in doing. now that i have made the switch to ckeditor 5, that functionality is now gone, as it seems that the whole method for configuring the new version is different.

i plan on playing some more with it in the future; it is a very powerful tool, and configuring the available tools to allow users to do certain things has a bit of a learning curve.

03 Oct 2024, 18:05
#7
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,762
Plugin Contributions:
9

Re: After upgrading linked images inserted in product description table cant find images

5 drops all but one of the target options when adding a link.:(

Most used by our customers is the <popup window> target. Otherwise, you have to hardcode```
<a href="/images/large/PS-001_LRG.jpg" onclick="window.open(this.href, '', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no,width=420,height=420'); return false;">Small Craft Navigation Aid</a>