Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #306716

    Hello, I have 2 sites with your enfold theme. One has a normal speed loading, but the other is really slow…any idea why?
    Thank you!

    #307197

    Hi,

    Does it happen with the default WordPress theme activated?

    Cheers!
    Josue

    #308685
    This reply has been marked as private.
    #308692

    Hey!

    1) Do you host both websites on the same server?

    2) If yes, check your plugins – maybe a plugin causes the long loading times.

    3) If not it’s probably related to the server configuration or server hardware. One possible reason could be that the server can’t write to the sessions folder. You can try to deactivate all theme sessions with this code (add it to the theme functions.php):

    
    add_theme_support('avia_no_session_support');
    

    Regards,
    Peter

    #308703
    This reply has been marked as private.
    #309704

    Hi!

    Yes, please try to update to the latest theme and wordpress version. If the updates don’t fix the issue please try to deactivate the theme sessions by adding this code to the very bottom of the enfold/functions.php or child theme functions.php file:

    
    add_theme_support('avia_no_session_support');
    

    If it still doesn’t solve the issue please create me an admin account and I’ll check the configuration.

    Cheers!
    Peter

    #310817
    This reply has been marked as private.
    #310894

    Hi!

    You can try using this one – https://wordpress.org/plugins/socialize/

    Regards,
    Yigit

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