On older Matrix version I created a Standard Page that nests Google Map asset with Custom grouping option.
Page Contents still looks like this:
<div style="float:left;width:580px;">%google_map%</div>
<div style="float:left;width:190px;">%asset_listing%</div>
(On the left side there was a Google Map and on right side there was an asset listing.)
After upgrade (now we're on 4.2.2) I see that Page Contents of Google Map asset are wrapped into strange
//<![CDATA[ //]]> with displaing "//" signs on my site and float attributes are ignored:
http://amu.edu.pl/en/home/about-us/map/uam-na-mapie/_nocache
What should I do to get my previous functionality?
The CDATA is fine being there.
I would move all of your HTML out of the page contents and rather put it in an HTML content div inside your Standard Page.
[quote]
On older Matrix version I created a Standard Page that nests Google Map asset with Custom grouping option.
Page Contents still looks like this:
<div style="float:left;width:580px;">%google_map%</div>
<div style="float:left;width:190px;">%asset_listing%</div>
(On the left side there was a Google Map and on right side there was an asset listing.)
After upgrade (now we're on 4.2.2) I see that Page Contents of Google Map asset are wrapped into strange
//<![CDATA[ //]]> with displaing "//" signs on my site and float attributes are ignored:
http://amu.edu.pl/en/home/about-us/map/uam-na-mapie/_nocache
What should I do to get my previous functionality?
[/quote]
You are very unlucky! :lol: This is a bug on that version only… http://bugs.matrix.squiz.net/view_bug.php?bug_id=5111
So I see that we just need to update.
Thanks Nic, thanks Benjamin : )