• Resolved micwie

    (@micwie)


    Hello,

    Have recently updated to the newest version of OceanWP and my metabox settings dissapeared? What could go wrong?

    View post on imgur.com

    Thank you,

    micwie

    • This topic was modified 6 years, 1 month ago by micwie.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Try to update the PHP version if it is not PHP 7 and disable/enable plugin one by one to check for a possible conflict.
    Also, clear cache and check the issue on a different browser. Let me know it fixes the issue or not.

    Thread Starter micwie

    (@micwie)

    Hello,

    I use PHP 7.2, so this is not the case. I resolved the problem was the deleting of this custom php code for fixing the defer parsing problems:

    function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, '.js' ) ) return $url;
    if ( strpos( $url, 'jquery.js' ) ) return $url;
    return "$url' defer ";
    }
    add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );

    Glad to hear that it is fixed and thank you for the explanation.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Missing Ocean Metabox settings’ is closed to new replies.