WebsiteBaker Support (2.12.x) > Modules
Bakery image missing
rumen:
Hi there,
A friend asked me to add for him Bakery shop for an old site. WB 2.12 with Bakery 1.83. After install missing images. Both from and inside. The image is there uploaded in the product, but on the screen there is no image.
Front here
Inside page here
Back end here and here
Any idea how can I fix that?
sternchen8875:
take a look into the source code from the frontend-pages. Nearly every browser has Browsertools on the F12-key or the click on the right mouse-key, to check the elements.
Important is the link to the picture. Check the paths to the pictures, maybe a double slash inside. Check also the included javascript-files. Copy the picture path from the source code and add it in a new browser window as target. Compare the picture links in the frontend with the picture links in the backend, must be the same link.
if you dont have any links, the problem is somewhere in the files view_overview.php (complete overview) or view_item.php (for single items). Be sure, that you have activated the php-error-reporting in the wb-option -> advanced option -> Server settings
here a screeshot from my latest bakery project in last week, it runs with php 8.4.3, only some little error messages in the backend (if you use PHP 8.4), but works in frontend without problems. i remove the server adress, because, its a public customer page. The blue marked part is the Thumblink, around this is the a-link to the main-picture. you see also the link to the used javascript-files at the begin from the bakery-section
rumen:
Hi there,
thanks a lot for the fast replay, mate. Here is screenshot from the F12 console.
Regards,
Rumen
dbs:
Hi, this is the link to the page. we need the url of the image (inside the link).
Can you post the real link to the page?
sternchen8875:
i miss the image area there. Please go to the Backend to Bakery Page Settings and there to the first loop (overview loop)
default entry is
--- Code: ---<td class="mod_bakery_main_td_f">
[THUMB]
<br />
<a href="[LINK]"><span class="mod_bakery_main_title_f">[TITLE]</span></a>
--- End code ---
[THUMB] is the placeholder for the preview picture
[THUMBS] the placeholder for a couple of thumb-pics
[IMAGE] for a big main pic
[IMAGES] for a couple of main-pics
its important, that you've one of this 4 placeholders (at minimum) on this place. Possible is also a combination of two placeholders, f.e.:
[IMAGE]
[THUMB]
or
[IMAGE]
[THUMBS]
the same problem must be in the settings field for the item detail view.
If you dont know, what i mean, pls send a screenshot from your bakery page-settings
Navigation
[0] Message Index
[#] Next page
Go to full version