Tagged: x
-
AuthorPosts
-
March 17, 2017 at 3:33 am #1410784
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?
March 17, 2017 at 8:33 am #1410977Hello 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.
March 17, 2017 at 12:31 pm #1411259Thankyou 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
March 17, 2017 at 3:48 pm #1411457Hi 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
March 26, 2017 at 8:03 am #1420616define( ‘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 🙂March 26, 2017 at 11:50 am #1420737Hi 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!
-
AuthorPosts