Page 1 of 1

Image Source in Page Intro Plug In

Posted: 07 Jun 2026, 13:13
by MaciejK
Hi

I'm trying to point Image Source in Page Intro Plugin to one of pictures in another folder of the site using following path /Galerie/Przyrodnicze/Zwierzeta/Ptaki/20260416_1679.jpg and nothing is displayed, only black.

What can be the reason?

Affected site addres is: https://www.kolasinski.art/Blog2/

Re: Image Source in Page Intro Plug In

Posted: 07 Jun 2026, 22:19
by mjau-mjau
MaciejK wrote:path /Galerie/Przyrodnicze/Zwierzeta/Ptaki/20260416_1679.jpg and nothing is displayed, only black.
X3 is a bit unintuitive when it comes to this, because the page URL is "virtual", and not the same as actual FILE PATH of the folder (and files within), which is located inside the /content/ folder. Therefore, your path would be:
Code
/content/Galerie/Przyrodnicze/Zwierzeta/Ptaki/20260416_1679.jpg
/content/Galerie/Przyrodnicze/Zwierzeta/Ptaki/20260416_1679.jpg

Re: Image Source in Page Intro Plug In

Posted: 07 Jun 2026, 22:52
by MaciejK
Great. I would never figure it out myself.

Thank You.