-
AuthorPosts
-
May 14, 2015 at 12:44 pm #206340
hi
i got always no Pop-Ups in Joomla 3.4Error:
SyntaxError: JSON Parse error: Expected '}'
parse (jquery.js, line 564)
parseJSON (jquery.js, line 564)
(anonyme Funktion) (prize-winners-map.html, line 47)
fire (jquery.js, line 1075)
fireWith (jquery.js, line 1193)
ready (jquery.js, line 435)
DOMContentLoaded (jquery.js, line 949)Tried to fix it with jquery easy, but there is no effect. Tried different Templates…
In Joomla 2.5 there all worked fine.
Thanks for a hint…
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 15, 2015 at 10:20 am #570669Have you sorted out the problem on your site? I see it’s working fine on your site
-
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 16, 2015 at 2:55 pm #570795thank you
in fact it is working, when i build a new map an the old one is not active on the same page. I didn’t see that first.
so i will re-build the map, that ist no big deal.
May 16, 2015 at 2:55 pm #735857thank you
in fact it is working, when i build a new map an the old one is not active on the same page. I didn’t see that first.
so i will re-build the map, that ist no big deal.
May 18, 2015 at 7:07 am #570876so i found the following:
when you put some HTML code like “div” or “img scr” in the field “Pointer Text”, the script isn’t work anymore properly…thats what i’m trying and what is working in 2.5
May 18, 2015 at 7:07 am #735938so i found the following:
when you put some HTML code like “div” or “img scr” in the field “Pointer Text”, the script isn’t work anymore properly…thats what i’m trying and what is working in 2.5
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 19, 2015 at 5:12 am #571024It’s very strange with the problem on your site, I checked from my local and set the same as on your site and it’s working fine
You can try to disable other jQuery lib and Mootools lib on your site and check it again.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 19, 2015 at 5:12 am #736072It’s very strange with the problem on your site, I checked from my local and set the same as on your site and it’s working fine
You can try to disable other jQuery lib and Mootools lib on your site and check it again.
May 20, 2015 at 8:59 am #571188That’s curious
i made a clean install Joomla 3.4.1, installing only JA Image hotspot 1.0.8
http://beelicomm.ch.candela.sui-inter.net/develop/j3/
look at Menu:
Hotspot 1 > here Text with a <p> paragraph tag in the field “Pointer Text”. It doesn’t work
<p style=”text-align: center;”>Text centered with paragraph</p>
simple div tags are working, img src tags do not work.Hotspot 2 > here only plain text in the field “Pointer Text”. That works. Same Site.
for me, that looks like a bug?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 21, 2015 at 3:44 am #571310I checked on Pointer Text option did not support html code but you want to show text-align: center into popup title, you can follow this
Open modules/mod_jaimagehotspot/assets/css/style.css file
find and change
.jai-map-container .popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7 ;
border-bottom: 1px solid #ebebeb ;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
}
to
.jai-map-container .popover-title {
margin: 0;
padding: 8px 14px;
font-size: 14px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7 ;
border-bottom: 1px solid #ebebeb ;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
text-align: center;
}
May 21, 2015 at 10:38 am #571356<em>@Ninja Lead 474360 wrote:</em><blockquote>I checked on Pointer Text option did not support html code </blockquote>
thank you for response and the hint.
i mean, this was possible bevor, that “Pointer Text” supports HTML Code?
so i downgrade to Version 1.0.6 and i see, that the pop-ups are working fine with html code:
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
AuthorPostsViewing 14 posts - 1 through 14 (of 14 total)This topic contains 14 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum