• Resolved govienna

    (@govienna)


    Hallo! I have a very simple project –

    from this json I just want to use the numbers in a simple counter

    https://www.my-bookings.cc/everest/global/get-mbdata.php

    in the counter I use:

    [jsoncontentimporter url=”https://www.my-bookings.cc/everest/global/get-mbdata.php” basenode=”result”]{beds} [/jsoncontentimporter]

    Thats it – in principle it´s working, but on chrome browser ist just sometimes working. – I mean, if I reload the page – 5 times it doesn’t work, and one time it works..

    Can anyone give me a tipp??

    I am willing to give some money for it, but I am not willing to pay 60 Euro per year, just for that.. so pro version is not the solution for me 🙂

    thanks from Vienna,

    Geri

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author berkux

    (@berkux)

    Hi Geri,

    the JCI-Plugin (both free and pro) are working in the serverside to grab the JSON from the URL and convert it to HTML. So the execution of the plugin must not be dependent of the browser.
    Are you sure, that it’S ok with other browsers?

    Let’s assume the problem is always there with any browser.
    If https://www.my-bookings.cc/everest/global/get-mbdata.php is not available nothing is displayed.
    So try

    [jsoncontentimporter url="https://www.my-bookings.cc/everest/global/get-mbdata.php" basenode="result" debugmode=10]{beds} [/jsoncontentimporter]

    The debugmode=10 should display what JSON you get from the API:
    https://demo.json-content-importer.com/my-bookings-cc/
    Does that show the expected JSON?

    Bernhard

Viewing 1 replies (of 1 total)
  • The topic ‘In Chrome Browser just sometimes working?’ is closed to new replies.