This topic has 3 replies, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #85990
     thedirector27
    Participant

    Hello, I recently upgraded the theme and all plug-ins to their latest versions and now am receiving some interesting bugs:

    1. Backend Editor: The Element Editor Window content collapses and unable to edit options / This also occurs on the Frontend Editor

    2. Frontend Editor: On pages with VC content, receiving a VC “You have blank page” notice. (should be “a blank page”, but that’s besides the point).

    3. Additionally, this Error: Failed to load resource: the server responded with a status of 400 (Bad Request) –  http://fonts.googleapis.com/css – has been appearing since I first purchased the theme. Unsure of the error but it has appeared up to 5+ times on any given page.

    4. Also, I’ve noticed that Animated Elements sometimes will not initiate the animation so the Element will stay hidden.

    I have disabled all plug-ins, including K Elements so only the Theme and the included VC plugin are active and are still receiving all 3 errors.

    Please advise.

    Attachments:
    You must be logged in to view attached files.
    #85998
     thedirector27
    Participant

    I turned on Woocommerce to get the system info:

    WP Memory Limit: 256 MB
    Server Info: LiteSpeed
    PHP Version: 5.5.30
    PHP Post Max Size: 128 MB
    PHP Time Limit: [?] 300
    PHP Max Input Vars: 10000
    SUHOSIN Installed: –
    MySQL Version: 5.6.26
    Max Upload Size: 128 MB
    Default Timezone is UTC: ✔
    fsockopen/cURL: ✔
    SoapClient: ✔
    DOMDocument: ✔
    GZip: ✔
    Remote Post: ✔
    Remote Get: ✔

    Attachments:
    You must be logged in to view attached files.
    #86013
     thedirector27
    Participant

    I should also mention, that I added additional code to the Child theme (active) functions.php.

    Subsequently I removed each custom function and tested against the errors. This function, that removes the version strings, is what is causing the issues for #1, #3 & #4 above.

    /* Remove Queary strings */
    function _remove_script_version( $src ){
    $parts = explode( ‘?’, $src );
    return $parts[0];
    }
    add_filter( ‘script_loader_src’, ‘_remove_script_version’, 15, 1 );
    add_filter( ‘style_loader_src’, ‘_remove_script_version’, 15, 1 );

    Is there any way you can help create a function to not conflict? I am also posing this request to WPBakery.

    Finally, it seems any other Frontend interruptions were being caused by Local SEO by Yoast.

    #86049
     sharmstr
    Moderator

    maybe this http://wpvkp.com/wordpress-remove-query-string-css-javascript-js/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?