Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter dustundag

    (@dustundag)

    hello,

    if you put [drawattention] in between a <div> with display:none; as you said above, I would not expect that to show up at all.

    Can you clarify if your Draw Attention image is showing up at all, or is it showing up but you’re having trouble with the hotspots showing? I see a red box that says “test draw 2” – is that the one you’re having trouble with?

    Thread Starter dustundag

    (@dustundag)

    Hi
    When i insert the code on it’s own on a seperate page,
    i get the right display,
    https://www.teknoyangin.com/drawattension/

    The problem is on the combined page with “calculatec fields”
    https://www.teknoyangin.com/atrium-16/
    Although probably hot spot not possible as a flashing or permanently marked either.
    I have replaced “test draw” with “drawattension” word
    Thanks

    Thread Starter dustundag

    (@dustundag)

    I have also html code on calculated fields to avoid js issue
    <DIV id=”myContainerx”></DIV>
    <SCRIPT>
    setTimeout(function(){
    jQuery(‘#myContainerx’).html(jQuery(‘#xxxParty’).html());
    }, 5000);
    </SCRIPT>
    <style>
    .myclass{clear:both !important;}
    </style>

    Draw Attention relies on javascript to function properly, and you have a lot of javascript in that page. Unfortunately we’re not sure if you’ll be able to get it working right along with that Calculate Fields plugin and your custom js.

    What we can tell you is Draw Attention needs to be placed on the page as a shortcode, and it should load when the page loads. Any js that causes it to load later will cause problems. Also some js errors will cause problems, so cleaning up any errors may help.

    Thread Starter dustundag

    (@dustundag)

    I have deducted other javascripts
    Hi
    A) Ammended page html as follows
    <div id=”fifthParty” style=”display: none;”>[drawattention]</div>
    [CP_CALCULATED_FIELDS id=”23″]

    Results: No hot spot coloured indication or touching on the the screen to hot spots.

    B) Ammended page html as follows
    <div id=”fifthParty” style=”display: none;”>[drawattention]</div>
    [drawattention]
    [CP_CALCULATED_FIELDS id=”23″]
    Results: No hot spot coloured indication display but i can touch the hot spots on the screen

    Plugin Author Natalie MacLees

    (@nataliemac)

    Hi dustundag!

    Can you please send an admin login for this site to [email protected] so we can log in and take a look at how the site is put together?

    I suspect this might be an unresolvable conflict, though. These might be two plugins that just don’t work together.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I suspect this might be an unresolvable conflict, though. These might be two plugins that just don’t work together.

    You can ask the OP To deactivate all other plugins to explore that without the need to ask for admin credentials.

    Thread Starter dustundag

    (@dustundag)

    I have deactivated all plugins except calculated fields and drawattension.
    I get the same results with both plugins operating.
    Could this be an issue with css ?
    I will check with calculated fields plugin support for now

    Thread Starter dustundag

    (@dustundag)

    Hi
    I have send you password
    Thanks
    Dogan

    Plugin Author croixhaug

    (@croixhaug)

    Thanks we’ll take a look!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Pre-sales question’ is closed to new replies.