Can I install theme for existing WordPress website?
=> Sure, you can download theme install package and install it via Admin > Appearance > Theme > Add New, then active new theme.
How to import Dummy package (full website like demo)?
=> You can follow this guide to import dummy package.
In short, you just install two plugins
- All-In-One WP Migration
- All-in-One WP Migration Import (for increasing max file upload)
Then, import file “.WPRESS” from download for All-In-One WP Migration Import, waiting import process and re-login with new login user and password.
Can’t login after import dummy package
=> Yes, after import dummy package, it will reset password, you just login with new info:
Username: admin
Password: acb123
or
Username: admin
Password: faw@happyworks-2020
We already mentioned this change via how to import dummy package guide above.
How to change color for our theme?
Change general color via Theme Options
=> By go to Admin > Appearance > Customize, you will see Theme options, open tab “Color Variables”, you can see color settings for each parts in your theme, just change it with color picker.
Change general color via body content with Elementor Global Settings
=> Simply “Edit with Elementor” any page or post, click the hamburger menu icon in the upper left corner of the Elementor Widget Panel, and click on Site Settings. Here you have options to control the Design System which consists of Global Colors and Global Fonts
Getting error message “500 Error” during save Elementor
Yes, if you work with Elementor, make sure that your hosting support Elementor. One of most popular issue that everyone got, it’s WP Memory Limit issue, it’s must be 256 or higher, depend on your content. Elementor also has 500 Error page that you can take a look first.
and #1 issue is “Common Reason: Not Enough Memory Allocated”, and you can fix it follow ways you like:
Edit your wp-config.php file (recommended you this way)
Add this to the top, before the line that says, “Happy Blogging”:
define(‘WP_MEMORY_LIMIT’, ‘512M’);
Note: WordPress memory can be different from the server – you need to set this regardless of server memory settings.
You can install plugin called File Manager, so you can access your source code, then you can open this file and edit it, not FTP or Hosting cpanel requirement.
Edit your PHP.ini file
If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 64M try 256M:
memory_limit = 256M ; Maximum amount of memory a script may consume (64MB)
Edit your .htaccess file
If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 256M
How to remove/replace copyright
With PRO version, you can remove/replace copyright, just go to Admin > Appearance > Widgets, find footer widget and open it, then you can see copyright content, just remove or replace it.
How to increase website performance
Two plugins that we recommend you for Cache and Minify
How to set up SEO for website
Two plugins that we recommend you to build SEO for your website
What’s hosting/server that we recommend for WordPress?
- Hostgator or any hosting that support cPanel and WordPress
- DigitalOcean or Vultr
Still have any technical issues for your theme?
Recommend you read full document for each WordPress themes, find your WordPress document via WordPress DOC portal. In the end of you still need help, feel free Submit Ticket to get support from our specialist, our team will come and help you solve your issue quickly.