Viewing 3 replies - 1 through 3 (of 3 total)
  • blank page usually means a PHP error – check your PHP error logs.

    Thread Starter Muhammad Abdullah

    (@funorang)

    i found issue in my theme i am including this js code that causing some issue maybe jquery conflict. so for now i disable this jquery now all working fine.

    $(document).ready(function() {
    $('#accordion').find('.accordion-toggle').click(function()
    {
    //Expand or collapse this panel
    $(this).next().slideToggle('fast');
    //Hide the other panels
    $(".accordion-content").not($(this).next()).slideUp('fast');
    });

    });

    Plugin Contributor photocrati

    (@photocrati)

    @funorang – Thanks for the update.

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank White Page on All Manage sections’ is closed to new replies.