• Resolved chluyten

    (@chluyten)


    I’m very happy with the plugin. I had a problem today.
    I have more than 133 hotspots and the last one I don’t get inserted.
    It doesn’t store them anymore. It seems ok at the time of insertion but at the time of publication it doesn’t show it anymore.
    Could this have something to do with the loading time of the different hotspots? Or is there a limit?

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

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

    (@croixhaug)

    Hi @chluyten,

    Where is your website hosted? It looks like you have run into a server issue which is a limitation of your hosting company’s PHP configuration. This is a common problem for images with lots of areas. Basically, PHP has a setting for max_input_vars which is probably set to 1000 on your server. Basically this controls how much data your PHP configuration will read when a page is submitted. Anything beyond that is cut off. Unfortunately there is nothing in our code that can read this data, because it never reaches WordPress at all – it gets truncated before the page even starts to load.

    We are looking into a long term solution (ie. setting up pages for images with lots of highlightable areas), but for your immediate issue the quickest solution would be to contact your hosting company and ask:

    “Can you please increase the PHP max_input_vars to 5000 for my installation? I have an application that is failing because the limit is set too low (it looks like 1000 right now)”
    They should be able to accommodate this request. If you have access to php.ini or depending on your configuration you might be able to do the increase yourself. This is the documentation page for a different WordPress product affected by the same issue that has some good details and instructions:

    https://sevenspark.com/docs/ubermenu-menu-item-limit

    I hope this helps, unfortunately the script just requires more resources to run with that many shapes so there’s just a limit by the server it’s installed on right now.

Viewing 1 replies (of 1 total)
  • The topic ‘Not loading of hotspot title booth 130’ is closed to new replies.