Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
AYAPOV
Topic Author
Posts: 23
Joined: 16 Apr 2020, 02:06

Slideshow Layout set to Use as Intro

08 Jun 2022, 04:20

It suddenly stop working at all. Different bowsers, different macs and smartphones - no intro.
Please help to restore functionality. Any suggestions? (https://www.open.kz)
Attachments
Screen Shot 2022-06-08 at 14.17.56.png
Screen Shot 2022-06-08 at 14.17.56.png (166.91 KiB) Viewed 1295 times
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Slideshow Layout set to Use as Intro

08 Jun 2022, 05:59

Check now.

You need to be careful with orphan tags in your content. I found an orphan </div> tag, which forces the browser to re-arrange the document structure, which could causes problems like this.
Image
 
metallissimus
Experienced
Posts: 331
Joined: 17 Oct 2019, 06:54

Re: Slideshow Layout set to Use as Intro

08 Jun 2022, 08:05

mjau-mjau wrote: You need to be careful with orphan tags in your content.
I learned that the hard way recently – my contact form didn't work anymore. Maybe there's a way to have that specific problem checked for when saving changes?
www.danielbollinger.de – corporate photography
hochzeiten.danielbollinger.de – wedding photography
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Slideshow Layout set to Use as Intro

08 Jun 2022, 08:47

metallissimus wrote:I learned that the hard way recently – my contact form didn't work anymore. Maybe there's a way to have that specific problem checked for when saving changes?
Of course that would have been the best solution ... It's not something I can personally code, as opening/closing tags may all look different, some contain attributes and classes, and some tags like <br><hr><img> are non-strict and can be used like <br/><hr/><img/> with a single tag. Besides, this is not really a wysiwig HTML-editor but a SRC editor that supports markdown. It might be possible with one of the HTML wysiwig editors out there, but then you are locked to html mode.

One of the beautiful things with markdown, not only is it easier to read and write, but you will never have any html mistakes. Unfortunately, markdown is limited to "rich text formatting" and HTML is required for more advanced layouts and X3 content plugins.

It's something I will be thinking about for panel 2.0 (at some point).
 
User avatar
AYAPOV
Topic Author
Posts: 23
Joined: 16 Apr 2020, 02:06

Re: Slideshow Layout set to Use as Intro

08 Jun 2022, 09:32

mjau-mjau wrote: Check now.

You need to be careful with orphan tags in your content. I found an orphan </div> tag, which forces the browser to re-arrange the document structure, which could causes problems like this.
Image
Great! Thanks - It is up and running now in proper way