
Quote from Vadim on October 4, 2022, 7:44 pmHello, friends!
I've started to modify little by little my ancient site and faced a little problem with displaying pictures.
When I add text to a page (Headline or Paragraph object, it doesn't matter), which already has pictures, then pictures stop displaying during compilation (during test and final compilation). In development mode the pictures are visible, displayed perfectly. But when compiling, in different browsers instead of pictures I see empty frames. All the pictures I need are in the Images folder. If I remove the text, the pictures will be displayed normally again. What am I doing wrong?
Here is the page (temporary address) where the pictures are not displayed: https://orgpsiholog.com/orgpsiholog-Web/#!/programs
Hello, friends!
I've started to modify little by little my ancient site and faced a little problem with displaying pictures.
When I add text to a page (Headline or Paragraph object, it doesn't matter), which already has pictures, then pictures stop displaying during compilation (during test and final compilation). In development mode the pictures are visible, displayed perfectly. But when compiling, in different browsers instead of pictures I see empty frames. All the pictures I need are in the Images folder. If I remove the text, the pictures will be displayed normally again. What am I doing wrong?
Here is the page (temporary address) where the pictures are not displayed: https://orgpsiholog.com/orgpsiholog-Web/#!/programs

Quote from luishp on October 5, 2022, 7:11 amHi @vadim, the images are correctly compiled and referenced in the source code. For example:
https://orgpsiholog.com/orgpsiholog-Web/img/win300.jpgThere must be something within your own VisualNEO Web project that is preventing them to be shown, but it's imposible to know without taking a look at it.
Regards.
Hi @vadim, the images are correctly compiled and referenced in the source code. For example:
https://orgpsiholog.com/orgpsiholog-Web/img/win300.jpg
There must be something within your own VisualNEO Web project that is preventing them to be shown, but it's imposible to know without taking a look at it.
Regards.

Quote from Vadim on October 5, 2022, 8:28 am@luishp
Luis, hi! I must be missing something obvious, but not yet familiar to me.
I have isolated the problem to one page in the attachment.
Luis, hi! I must be missing something obvious, but not yet familiar to me.
I have isolated the problem to one page in the attachment.
Uploaded files:

Quote from Phil78 on October 5, 2022, 7:04 pmHi @Vadim, You have a crash with Angular.js because you use brackets [ ] inside you text. I do not know exactly why, but if you remove them you will see your pictures. Hope this help you.
Hi @Vadim, You have a crash with Angular.js because you use brackets [ ] inside you text. I do not know exactly why, but if you remove them you will see your pictures. Hope this help you.

Quote from luishp on October 5, 2022, 8:19 pmHi @vadim, it's as @phil78 has noticed. You are using this kind of text:
[обновлена 25 января 2011]VisualNEO think it's as a variable, but it's not a correct name for a variable and then crashes.
If you need brackets, when using HTML, try to change [ and ] for the HTML entities:https://www.thoughtco.com/html-code-for-common-symbols-and-signs-2654021
Regards.
Hi @vadim, it's as @phil78 has noticed. You are using this kind of text:
[обновлена 25 января 2011]
VisualNEO think it's as a variable, but it's not a correct name for a variable and then crashes.
If you need brackets, when using HTML, try to change [ and ] for the HTML entities:
https://www.thoughtco.com/html-code-for-common-symbols-and-signs-2654021
Regards.


Quote from Vadim on October 6, 2022, 9:56 amThanks again! By replacing the square brackets with round brackets I solved the problem!
@luishp
And using mnemonics or html code doesn't help. They seem to be recognized as a variable pointer anyway.
Thanks again! By replacing the square brackets with round brackets I solved the problem!
@luishp
And using mnemonics or html code doesn't help. They seem to be recognized as a variable pointer anyway.

Quote from luishp on October 6, 2022, 2:13 pmAnd using mnemonics or html code doesn't help. They seem to be recognized as a variable pointer anyway.
@vadim I think that's because you are using a Paragraph object. Use a Container instead and add the HTML code directly. In a Paragraph object the visual editor will transform the HTML code again to brackets automatically.
And using mnemonics or html code doesn't help. They seem to be recognized as a variable pointer anyway.
@vadim I think that's because you are using a Paragraph object. Use a Container instead and add the HTML code directly. In a Paragraph object the visual editor will transform the HTML code again to brackets automatically.
