Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #495302

    After updating Enfold to to 3.3.1 with WP 4.2.4 my Avia Layout Builder is blank on all pages, with a constant load/refresh showing. I tried updating WP to 4.3 in hopes of it fixing the issue but no joy :( I’ve noticed a bit of this going around and have tried all of the below fixes to no avail…

    – cleared cache
    – refreshed page many times
    – hard reset (ctrl + F5)
    – disabling Visual Editor in User Profile

    Anyhow, my site was hacked recently and I spent 2 days getting that sorted, but our SEO company needs to make changes to the site after we restored to an older backup. Any assistance would be greatly appreciated :) Thanks for your time!

    • This topic was modified 9 years, 2 months ago by cdapex.
    #495587

    I have this problem as well, and I debugged and fixed this!

    The problem is when you have your “admin” area HTTPS

    I was noticing while editing, that the editor or backend was loading an insecure JS.

    IT was Google Fonts from the /themes/enfold/config-layerslider/LayerSlider/wp/scripts.php

    So I changed the scripts.php ( line 109 )

    // 3rd-party: Google Fonts
    		wp_enqueue_style('google-fonts-indie-flower', 'http://fonts.googleapis.com/css?family=Indie+Flower', false, LS_PLUGIN_VERSION );
    

    to

    // 3rd-party: Google Fonts
    		wp_enqueue_style('google-fonts-indie-flower', 'https://fonts.googleapis.com/css?family=Indie+Flower', false, LS_PLUGIN_VERSION );

    and it worked great!!

    PS: to enfold staff, please update in future release!

    #495590

    Hey Eberswine, congrats man and thanks for posting! Being a noob with all of this I’m worried about wrenching on it myself.

    Perhaps a mod can comment as I really need to get this site back to where it can be edited, thanks!

    PS: one other issue, and I can start a new thread if needed….About a year ago my BBPress forum stopped allowing users to edit. When you hit edit you get a 404 error. Not sure if this is a theme issue with BBPress as I’ve yet to figure out what’s going on. Anyhow, any comments would be appreciated….thanks!

    • This reply was modified 9 years, 2 months ago by cdapex.
    #495598

    Hey!

    The google fonts tryout is OK to be tried, no worries.

    now regarding the bbforum & the editing you can contact one of our Customization Contractors, who will help you out with the process.
    http://kriesi.at/contact/customization

    Let us know if we could do anything else, regarding our theme

    Best regards,
    Basilis

    #495697

    Hey Basilis,

    Thanks for your reply and I’ve tried changing the scripts.php that eberswine mentioned, but no luck :( I provided login details in my original post so I would appreciate it if someone could take a look, cheers!

    Re the bbpress, ya I’ll check out the link you provided for some assistance, thanks ;)

    Best regards,
    Chris

    #496207

    Hi @cdapex,

    Could you please try to overwrite the theme files with a fresh copy from your Themeforest account via FTP to see if that helps? http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Thanks,
    Rikard

    #496225

    Will start new thread.

    • This reply was modified 9 years, 2 months ago by caligrafix.
    #496230

    Hey Rikard,

    Thanks for your suggestion and I just uploaded a fresh download from Themeforest, but no luck man :(

    Best regards,
    Chris

    __________________________________________________________________________

    ***Hey caligrafix, I think you need to make your own thread as I can see your private content since I started this thread….just a heads up man ;)

    • This reply was modified 9 years, 2 months ago by cdapex.
    #496270

    Ok Thanks Rikard

    Oops!

    C.

    #496655

    Hi!

    please try to delete all theme files via FTP at first and then get a fresh copy from your themeforest account. There might be some corrupted files which keep staying when just overwriting.

    Regards,
    Andy

    #497188

    Hey Andy,

    Thanks for replying and I’ll give it a go, but 1 quick noob question as I just want to make sure…..If I delete the theme and reload it, will the site still display properly?

    Best regards,
    Chris

    #497511

    Hey!

    Yes, the theme options are saved in the database. It will not be deleted when you overwrite the theme.

    Best regards,
    Ismael

    #497558

    Cheers Ismael ;)

    I was unaware of having to go into WP Themes and activate the newer version….derp! Anyhow, all is good now thanks for everyone’s assistance!!

    Quick question though, why does my Themes page in WordPress show 13-14 Enfold themes deactivated? They all show as version 2.1 except for the version 3.3.2 one that I just activated.

    Best regards,
    Chris

    • This reply was modified 9 years, 2 months ago by cdapex.
    #497901

    Hey!

    Please feel free to remove all those inactive Enfold themes :)

    Cheers!
    Yigit

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