Hello,
I just migrated my website to Joomla 3.8.0.
Now I have a very strange behavior with the sitemap displayed in the front end.
Please could you check the following URL:
https://www.guillenphoto.com/cms2/en/site-map-of-www-guillenphoto-com.html
As you can see, there is some text displayed then the sitemap is taking all the size of the page. Then the URL is disappearing showing a URL with index.php...
To show the sitemap, I am using a K2 article calling a JSitemap module. Here is the code:
<h1>Site map of www.guillenphoto.com</h1>
<p class="guillenphoto-div-paragraphe"><span class="guillenphoto-article-texte">
To access directly to a page of the website:
</span></p>
<ul class="gp01">
<li><span class="guillenphoto-article-texte">Click on a gray area.</span></li>
<li><span class="guillenphoto-article-texte">Click the + symbol to show a list of items.</span></li>
<li><span class="guillenphoto-article-texte">A scrollbar is available on the right if the list becomes too long.</span></li>
</ul>
{loadposition site-map}
Before everything was displayed correctly.
Would you help me to solve the problem?
Regards