Dear Daniel,
Your right there are a lot of problems with the template (I used html format for the head in the index.php insted of css) I have to fix it soon
Thanks for the link to HTML-Validator, this is a great tool I have not used before
And it helped me to fix the jumping menu problem
After deleting the head of the template I found the problem caused by HotSpots form.php.
And this has to be done to fix it:
/components/com_hotspots/views/form/tmpl/form.php --> Line 187-189
</div><!--NEW POSITION FIXED JUMPING MENU-->
<?php endif; ?>
<!--</div>--><!--OLD POSITION-->
Changing this also fixed the captcha problem
Another point I don't understand is the line break within the description field...
As logged in user I enter in the description:
Line1
Line2
...
Shown on the map
Line1
Line2
...
As Guest the same while adding an hotspot:
Line1
Line2
...
And shown on the map
Line1 Line2 ...
Any ideas?
Thanks in advance and kind regards Torsten
EDIT: No problem with the file, this can happen
Daniel Dimitrov wrote: Good Morning Torsten!
I'm sorry for not pointing you to the correct file (in version 2 I think there was no form view...)
I don't think that the jumping problem is caused by hotspots - yea, it might seem so, but by looking at the source code of your template -> there are a lot of errors. You divs that are not correct, tables etc...
My advise is get this plugin for firefox:
addons.mozilla.org/en-US/firefox/addon/html-validator/
Inspect your page, correct the problems with the template and if the menu is jumping again on the hotspots page I'll have a look.
Cheers,
Daniel
P.S. I'll try to reproduce the captcha problem now.