• Resolved Losmi

    (@uloszaminje)


    There is this accordion which somehow does not render for all browsers. In Brave browser it is all fine but in Chrome, Opera and Firefox there is only the container DIV:

    <div class="wpsm_panel-group"

    … and it is empty, with </div> right on the next line, without any content!!! In Brave, it is normal, has children:

    <!-- Inner panel Start --> <div class="wpsm_panel wpsm_panel-default"> .... etc

    Notice: unserialize(): Error at offset 135 of 21978 bytes in /…/responsive-accordion-and-collapse/front/ac-content.php on line 43

    Warning: Invalid argument supplied for foreach() in /…/responsive-accordion-and-collapse/front/ac-content.php on line 57

    • This topic was modified 8 months ago by Losmi.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Losmi

    (@uloszaminje)

    This is actually the case with all accordions on my site – I just realized it (not sure at which moment it stopped working properly) and I am slightly panicking 🙂

    Thread Starter Losmi

    (@uloszaminje)

    The root of the problem is this line:

    $accordion_data = unserialize(get_post_meta( get_the_ID(), 'wpsm_accordion_data', true));

    and later on in code, $accordion_data is empty.

    But how is it possible that it works only when page is viewed in Brave browser, it is silly!?

    Plugin Support deepesh paliwal

    (@deepeshpaliwal)

    Hello @uloszaminje,

    Due to some confliction on your site…content of accordion disappear or remove…then it will show these above errors….please check content in accordion post.

    Let me know if any issue.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘My accordion not rendering on all browsers’ is closed to new replies.