Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • beelicomm Friend
    #206340

    hi
    i got always no Pop-Ups in Joomla 3.4

    Error:
    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 Moderator
    #570669

    Have you sorted out the problem on your site? I see it’s working fine on your site


    1. Screen-Shot-2015-05-15-at-17.16.35
    Ninja Lead Moderator
    #735732

    Have you sorted out the problem on your site? I see it’s working fine on your site

    beelicomm Friend
    #570795

    thank 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.

    beelicomm Friend
    #735857

    thank 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.

    beelicomm Friend
    #570876

    so 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


    1. image
    beelicomm Friend
    #735938

    so 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 Moderator
    #571024

    It’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.


    1. Screen-Shot-2015-05-19-at-12.12.02
    Ninja Lead Moderator
    #736072

    It’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.

    beelicomm Friend
    #571188

    That’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 Moderator
    #571310

    I 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;
    }

    beelicomm Friend
    #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:

    http://www.j3.acteria.ch/prize-winners-map.html

    Ninja Lead Moderator
    #571450

    Yes, the popup in JA Image Hotspot Module can work with html code but Pointer Text options only understands data added on it is plain text.

    Ninja Lead Moderator
    #736498

    Yes, the popup in JA Image Hotspot Module can work with html code but Pointer Text options only understands data added on it is plain text.

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum