Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #921794

    http://kevinclarkoriginals.com/

    I can still access /wp-admin. Have done all the usual troubleshooting steps—- deactivating all plugins, checking htaccess, etc. Switching to another theme solves the problem, so I knew to contact you.

    Can you help please? Thank you so much!

    #921805

    Hey czeller,

    Apologies for the trouble. Please try adding the following to functions.php

    add_filter('avf_merge_assets', function() {
    	return 'none';
    });

    Best regards,
    Jordan Shannon

    #921824

    That is not working…. I get the error below:

    Your PHP code changes were rolled back due to an error on line 265 of file wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php. Please fix and try saving again.

    Cannot use object of type WP_Error as array

    #921826

    This does work if you enter it by ftp—- not if you try to enter through the Editor in the dashboard-

    #921827

    Hi!

    Please replace replace the content of wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/asset-manager.class.php file with this one – https://pastebin.com/JpStScD0

    If that too does not help, please post FTP and WP admin logins here privately so we can look into it.

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.