- Posts: 19
- Thank you received: 0
Map no longer displaying on one page, other maps displaying ok
- BTD
- Topic Author
- Offline
- New Member
I managed to get it (The map) to appear, but in the popup when you click a placemark, the little images I have in the placemark html are not displaying, just the alt text and the click to read more text.
If I turn Jquery easy back on, the map goes away. I have left Jquery easy off for now as I am not sure what to start playing with in there to fix this.
Please Log in or Create an account to join the conversation.
- BTD
- Topic Author
- Offline
- New Member
- Posts: 19
- Thank you received: 0
Apart from Jquery easy issue of course
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
In browser console I can see error, but I can't find it, because your the other extension (optimization) remove all new line symbols and my code in one line.
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
<span class="item_title_part_0 item_title_part_odd item_title_part_first_half item_title_part_first">Martin's</span> <span class="item_title_part_1 item_title_part_even item_title_part_second_half item_title_part_last">Falls</span>
You can't enter text like this, and you can also disable in PHP escaping text by htmlspecialchars
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
- BTD
- Topic Author
- Offline
- New Member
- Posts: 19
- Thank you received: 0
Dima wrote: I can see that you enter into placemark title text like
<span class="item_title_part_0 item_title_part_odd item_title_part_first_half item_title_part_first">Martin's</span> <span class="item_title_part_1 item_title_part_even item_title_part_second_half item_title_part_last">Falls</span>
You can't enter text like this, and you can also disable in PHP escaping text by htmlspecialchars
I don't, I believe the template is doing that.
Please Log in or Create an account to join the conversation.