Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1067084
    magcomputing
    Participant

    After install and activation the drop doen for the sample content is empty? How do I populate this?

    #1067285
    Jade
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1077865
    magcomputing
    Participant
    This reply has been marked as private.
    #1078089
    Darshana
    Moderator

    Hi there,

    Upon checking your server environment, I have identified several factors which should related to these issues.

    1. You’re running PHP v5.5. WordPress recommends PHP v5.6 or above to avoid any theme & plugin incompatibility issues.

    2. With regard to the demo content generation issue, could you please try increasing your php max_execution_time to at least 300, so that the demo content process should run smoothly.

    You can ask your hosting provider to do those changes for you.

    Additionally, you can try adding the following lines into your wp-config.php file in the root of your WordPress installation.

    
    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );
    

    You can add the above code, before the following lines:
    /* That's all, stop editing! Happy blogging. */

    These changes should resolve your issues.

    Let us know how it goes.
    Thanks!

  • <script> jQuery(function($){ $("#no-reply-1067084 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>