Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1410784

    Garry
    Participant

    Hi, I want to close my current site temporary maybe for 1 year-2 years. And I want to change my x theme domain to a new site I want to build. And if I want to revive my old site I will buy another license for x theme. If I change my attached domain on x theme to new domain. Will my old site affected?

    #1410977

    Prasant Rai
    Moderator

    Hello Garry,

    Thank you for writing in, you can revoke your purchase key that is assigned for your live domain, and use for your development site. You can do this as often as you would like so using the purchase code from your development site to your live and back is no problem at all.

    Thanks.

    #1411259

    Garry
    Participant

    Thankyou Prasant :), and I have question. My current site seems have script conflict. If I build a new site on same hosting does my current site is affecting my upcoming site? Thanks

    #1411457

    Joao
    Moderator

    Hi Garry,

    Not at all.

    Would mind adding this in your wp-config.php located at the root directory of your site.

    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );

    You can add it before the line

    /* That’s all, stop editing! Happy blogging. */

    Here you have a video tutorial in any case:

    Let us know how it goes.

    Also You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Thanks

    #1420616

    Garry
    Participant

    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
    What the function of code above?

    I hope I can understand. It is for test scrypt confict or what?
    And can I move X theme license to temporary URL? Because I want to build a new web but Im not ready yet to buy the custom domain.
    Thankyou 🙂

    #1420737

    Rupok
    Member

    Hi there,

    The code is to increase memory for WordPress as insufficient memory often cause issues. And you can validate an additional staging site with your license that you can use for the development site.

    Cheers!