Search…

X3 Photo Gallery Support Forums

Search…
 
Bernd
Topic Author
Posts: 5
Joined: 02 Jul 2020, 09:56

Invalid License Popup

27 Aug 2020, 11:33

Hello.
I´ve got the popup message "invalid licence" when I try to click any menu on the index page.
When starting from a subdirectory the message doesn´t appear even if I return to the index page.
I did not hide the footer in the panel.
What can I do?
Domain is www.design-photo.de/x3/
Thanks!

Best
Bernd
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: Invalid License Popup

28 Aug 2020, 00:12

Hi Bernd,

This is basically happening from the home page (and home page only) because you have the following in your home page title:
Code
<small> Modefotografie, Portraits, People, Imagefotos, Events.
See the <small> tag? It's unclosed, and therefore an "orphan". If you need to use this tag, you will need to close it properly:
Code
<small> Modefotografie, Portraits, People, Imagefotos, Events.</small>
The reason why this creates a problem with license (in the home page), is because the missing </small> tag corrupts the entire HTML document, and forces the browser to re-structure all the content.

The code above should fix it.
 
Bernd
Topic Author
Posts: 5
Joined: 02 Jul 2020, 09:56

Re: Invalid License Popup

28 Aug 2020, 07:26

Hi.

Thank you very much! This has solved the problem (and my fault). Great!  :grinning:

Best
Bernd