Geommunity Module is currupting the design of my Template
Posted 9 years 7 months ago
On my Site (
www.wosh.org
) I am using the latest version of the template rt_lumiere. Now I installed "Geommunity3JS", that is showing the location of the Jomsocial Users on a map. On every page I used that module, the order of all Other Modules went totally wrong. I think there must be a conflict between the geommunity3js module and any other Joomla Extension.
To find out, where the conflict is, I disabled in my test system (test.wosh.org) nearly all Modules from that page (start page) (all without text-only modules). The order still remained corrupted.
Then I disabled the CSS Files, that were used for that page. Only the disabeling of one CSS file reestablished the right order on that page. It was the CSS file from the gantry component:
test.wosh.org/libraries/gantry/css/grid-responsive.css
With every non gantry template the geommunity module works correctly. It didn't work with all gantry templates I tried.
Is there anybody who can help me?
Burghard Stanneck
Re: Geommunity Module is currupting the design of my Template
Posted 9 years 7 months ago
This type of layout breakage occurs as in your content you have some unbalanced tags. All elements require an open and close tag. What this means you have a tag(s) that aren't a matching set, usually missing the "close" part. Unmatched tags like <div>, <p>, <span> are rarely introduced by the template. 99.9999% of the time it occurs when a user creates new HTML content using one of those tags and forgets the closing one.Check
https://validator.w3.org/nu/?showsource=yes&doc=http%3A%2F%2Ftest.wosh.org%2Findex.php%3Flang%3Den
to help you where to correct the error. Also please see the guide Validating code with ROKPAD