First of all, Thank you so much for purchasing this template and for being our loyal customer. You are awesome!
This documentation is to help you regarding each step of customization. Please go through the documentation carefully to understand how this template is made and how to edit this properly.
A working version of WordPress.org must be installed before you can install the Xoxo. If you need help installing WordPress, follow the WordPress Codex
Before using any theme, it is important to understand how native WordPress functions work, and how to establish ownership of your new site.
WordPress links you will find useful:
To use Xoxo WordPress Theme, you must be running WordPress 5.5 or higher, PHP 7.3 or higher (not yet compatible with PHP8) and mysql 5 or higher version. Below is a checklist of items your host needs to comply with to ensure proper Xoxo operation:
There are two methods to install the theme. If the normal installation method (a) is not supported by your web host, you will have to use the alternate option (b).
Issues you may encounter, such as demo content fails when importing and similar issues, are generally related to excessively low PHP configuration limit settings. You can either increase these limits on your own, or contact your web host and ask to have the limits increased to the following minimums:
You can check them by installing the WordPress phpinfo() plugin and checking Settings. The first column refers to your installation value, and the second column refers to the limits of your host. The latter values are often lower if you have selected a cheaper hosting package.
You can always contact your host to ask what the current settings are, and have them adjusted if necessary. Some hosts will try to keep PHP limits low to conserve resources. Since are paying for those resources, you should rightfully expect to be getting your money’s worth.
We highly recommend against using this method in production. Please only use on an extra copy for testing or experimenting. This method most likely will fail on shared web hosts. Uncheck "import attachments" option if it fails and try again.
In some cases you would like to remove demo content. You can remove all posts, pages, etc using WordPress Reset plugin. Be aware that this plugin resets the WordPress database back to it's defaults. Deletes all customizations and content. It does not modify files only resets the database.
Creating home page is a simple process.
After you create homepage:
<div class="fn__contact">
<div class="item half_item">[text* your-name autocomplete:name placeholder "Your Name *"]</div>
<div class="item half_item">[email* your-email autocomplete:email placeholder "Your Email *"]</div>
<div class="item half_item">[tel tel-330 placeholder "Phone (optional)"]</div>
<div class="item half_item">[text your-subject placeholder "Topic (optional)"]</div>
<div class="item">[textarea your-message placeholder "Message"]</div>
<div class="item"><div class="xoxo_submit">[submit "Send Message"]</div></div>
</div>
Adding a new post is the same way as default WordPress installations, however, there are extra options that might need explaining.
While the theme can function without featured images, it's highly recommended that you add a featured image to each post. This not only makes your site/blog more lively but also improves user experience.
To set the featured image, use the WordPress normal method.
Image size (dimensions) will depend on what type of layout you're using throughout your WordPress installation or per individual post basis. This image will not only be used on the post, but also on the category listing pages.
Setup your post normally and set a featured image. Copy the embed code of the audio from SoundCloud or any other site that gives you audio embed codes. Paste the code in the "Embeded Code" box in the Audio Options. See below screenshot
See below screenshot
Image format works very similar to a standard post. Just set a featured image and you're done.
Setup your post normally and set a featured image. Insert your link in the "Link URL" box in the Link Options. See below screenshot
Setup your post normally and set a featured image. Insert your quote content in the "Quote Content" box and insert your quote author in the "Quote Author" box in the Quote Options. See below screenshot
Just set a featured image and you're done.
Setup your post normally and set a featured image. Insert your status in the "Enter Status" box in the Status Options. See below screenshot
Setup your post normally and set a featured image. Copy the embed code of the video from YouTube, Vimeo or any other site that gives you video embed codes. Paste the code in the "Embeded Code" box.
Note: Videos will be resized to fit the container so you can choose a larger embed format if the video site allows you to specify size/dimensions.
See below screenshot
Theme comes with .po file included under the languages folder. To translate:
define('WPLANG', 'ru_RU');
. In this case, you would save your file as ru_RU.po.After translating, you may wish to use the correct locale to translate and localize your WordPress installation completely. Refer to Installing WordPress In Your Language at WordPress Codex to learn how to.