Page 1 of 1

Invalid License Popup

Posted: 27 Aug 2020, 11:33
by Bernd
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

Re: Invalid License Popup

Posted: 28 Aug 2020, 00:12
by mjau-mjau
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.

Re: Invalid License Popup

Posted: 28 Aug 2020, 07:26
by Bernd
Hi.

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

Best
Bernd