Answer:
If you get this error message after uploading this theme to WordPress please read on:
This error is normally because your WordPress site does not have sufficient file upload limits in order to upload.
Solutions:
- Solution 1: Upload the plugin or theme via FTP orr Cpanel. Please back to
Theme Installation --> FTP Upload to see more information.
- Solution 2: Speak to your host and ask them to increase your file upload limitations for WordPress
- Solution 3: Inside your wp-config.php file, add this line at the top of the file: define('WP_MEMORY_LIMIT', '128M');
Please note in cases where your PHP limit is also reduced you may need to speak to your hosting company to increase it.
Answer:
To install demo data, it is much easier for you to use One - Click Installation.
Please refer to Importation section to have detail instruction.
Answer:
+ You go to Appearance --> Theme Option --> Logo & Favicon. Please refer to
Logo & Favicon
in Theme Option to see in details. This option is applied for all pages, posts and portfolios
(Except Home Pages).
+ To change logo in your home pages, you have to go to Pages --> All pages and open your home page.
Then, you can upload or change your logo in Header Option
Answer:
Certainly. You can replace all dummy information in this theme with your own information.
To change Copyright line, you go to Appearance --> Theme Option --> Copyright. Please refer to
Footer settings
in Theme Option to see in details
Answer:
Yes, you can. Maniva supports Unlimited color, so that to change theme color, you just go to
Appearance --> Theme Option --> Theme Color and choose Custom Theme Color.
Answer:
Maniva offers you with 3 Header Styles for Home page. To change different styles, you can go to Pages -->
All pages and open your home page which need changing.
Then, you open Header Option and select your favourite style.
Answer:
To change footer styles, you can refer to Footer Settings
for more information.
Answer:
In this theme, there are 3 page templates supported:
- Default Template: This is template available in WordPress
- Template Blog Mansory: This template is used to create your blog page.
- Template Home Page: This template is used to create your home page.
To change width (Full-width or Boxed) and padding of Default pages, you go to
open your page in admin and scroll down to Option of Page Default
Answer:
Updating the theme via WordPress is very similar to the install process via WordPress.
Follow the steps below to update your theme via WordPress:
Step 1: Log into Themeforest account and download updated version.
Step 2: You need to deactivate the current Maniva theme located in Appearance --> Themes
section by activating a different theme. Once you activate a different theme, you can delete Maniva theme. Don't worry,
your content will not be lost
Step 3: Unzip the new theme package you've downloaded and open theme folder of
your theme version. You can see .zip file inside.
Step 4: Upload this zip file to Appearance --> Themes section by clicking on the Install Themes
tab at the top.
Step 5: Once it finishes uploading, choose to activate the theme.
Step 6: Lastly, update the included plugins. You will see a notification message letting you know a new version of
the plugins are available and need to be updated.
Answer:
Yes, it does. You can build multilingual website easily with WPML plugin. Please refer to its documentation
to get more detail instruction: https://wpml.org/documentation/
Also, .mo and .po files are also included so you can make use of other multilingual plugins to translate your
website.
Answer:
After you extract theme package, you will see 3 folders inside: document, plugins and theme.
Offline documentation is included in document folder.
Answer:
Yes. You can find Child Theme in Theme folder - one of 3 folders inside theme package. A child theme
is a theme that inherits the functionality of another theme, called the parent theme.
Child themes allow you to modify, or add to the functionality of that parent theme.
A child theme is the best, safest, and easiest way to modify an existing theme,
whether you want to make a few tiny changes or extensive changes. Instead of modifying the theme files directly,
you can create a child theme and override within.
If you modify an existing theme and it is updated, your changes will be lost. With a child theme, you can
update the parent theme (which might be important for security or functionality) and still keep your changes.
It’s a great way to get started if you are just learning WordPress theme development.
You can learn more about Child Theme https://codex.wordpress.org/Child_Themes