Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to contact me via Support page. Thanks so much!
Created: 09. Jun 2023
By: Dannci & Themnific | Support*
unitypress.zip
file,unitypress.zip
file on your computer and press 'Install Now',
unitypress
' folder into 'themes
' folder in your WordPress installation ( YOUR_HOSTING_ROOT/YOUR_SUBDIRECTORY/wp-content/themes/
),
You have to install and activate required plugins (Redux, Elementor and UnityPress Addons). You can do this by visiting Appearance » Install Plugins inside wp dashboard.
The following message may be visible after theme activation:
Go to Appearance » Install Plugins and install and activate following plugins:
1. After theme activation go to Appearance > Install Plugins, and install and activate Redux Framework plugin!
2. Then go to UnityPress - admin panel
and hit "Save Changes" button to set default style settings:
You can change styling options later.
2. Following (or similar) message may be visible after theme activation:
Click on 'Begin activating plugins' link and install and activate 'Redux Framework' (if not installed yet), Elementor and 'UnityPress Addons' plugins. Or you can do this by visiting Appearance » Install Plugin
4. IMPORTANT! It is possible that after theme activation are images wrongly cropped and look ugly! In this case use following plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/ to regenerate old thumbnails (from previous theme).
After plugin installation, start regeneration in Tools > Regen. Thumbnails. This process can take a while and you cannot close tab/window until regeneration is done.
Make sure that UnityPress theme, Elementor and UnityPress Addons plugins are installed and activated before demo import.
If you want to import whole content (forms, contacts) activate all required and recommended plugins.
Install and activate 'One Click Demo Import' plugin.
After that import full demo content easily in Appearance > Import Demo Data.
Just hit the 'Import' button and install recommended plugins (if you want them to import/use):
Hit the' Continue & Import' button and wait until the import is done (it can take few moments).
Important!
I recommend creating few classic blog posts and 'Slider posts' before you start creating templates in Elementor. Set 'featured images' for all your posts.
Theme comes with extensive options panel with functions divided to these sections:
UnityPress theme (+ installed UnityPress Addons plugin) comes with 'Slider' custom posts. Purpose is to create simple image slider:
You can access and create Slider posts in main dashboard menu:
One 'Slider post' represents one slide in the slider.
Slider posts are similar / work similar to the classic posts. You can add slide content (headings, image, texts, button shortcodes etc.), set 'featured image' and sort/list these posts into own categories.
Display of the slider is very simple: in Elementor page builder add 'Themnific: Main Slider' widget in the 'full-width column'.
Note: The page becomes an archive when you select the 'Donations' template for it. Archives cannot be edited in any editor (Gutenberg, Elementor).
Archives are automatically generated pages and their layout and design in coded directly using PHP and CSS. An archive page in WordPress enables you to easily steer readers through your previously published custom posts (donations).
The theme comes with few custom widgets (marked as Themnific).
Go to Appearance > Widgets and setup your sidebar and footer widget areas. Widgets are very easy to setup.
Following widgets are used in theme demo (we are using 'Classic Widgets' plugin to achieve this look: https://wordpress.org/plugins/classic-widgets/):
In theme demo may be used custom widgets which come with 3dr party plugins (Top 10, Donations, Newsletter etc.).
Please see 'Plugins' chapter for more info about these plugins.
IMPORTANT! It is possible that after theme activation are images wrongly cropped and look ugly!
In this case use this plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/ to regenerate old thumbnails from previous theme.
After plugin installation start regeneration in Tools > Regen. Thumbnails This process can take a while and you cannot close tab/window until regeneration is done.
Images and thumbnails are generated automatically.
To display thumbnails correctly upload images via WP interface using "Set featured image" button.
After image upload set featured image.
! Create own custom menus first! Please see following tutorial !
1. Toggle 'Screen Options' on the top of the menu screen:
2. Enable 'CSS Classes' and 'Desription' option:
3. Toggle any menu item and type special word into 'CSS Classes' field
There are available important
and newitem
classes for the main menu. The first will show the pulsing exclamation icons and the second one will show a small 'new' label next to the menu item:
Toggle any menu item and type some text word into 'Description' field (see previous steps if the field is not visible/enabled):
1. Before (or after) menu label add this piece of code
<i class="fas XXX"></i>
Enter full icon code - 'fa' class is required.
2. For XXX you can set any icon name. You can find all icon names on Font Awesome homepage.
Elementor plugin will help you create awesome layouts for your pages.
Go to Appearance » Install Plugins inside wp dashboard and install and activate Elementor plugin.
Basic setup of this plugin is very easy; go to Elementor > Settings and disable default color and fonts:
Save changes and that's it. You can edit any page in the page builder now.
Plugin page: Plugin Homepage
Into search field (in Plugins > Add New) insert 'Events Manager' and Install this plugin.
Events manager plugin is very complex and I recommend to check plugin documetation carefully! Please go through 'Getting Started Guide' to learn how to work with the plugin.
Theme related plugin settings:
a) In Events > Setting > Pages select 'Posts' template for Event and Location pages
b) In Events > Setting > Pages in 'Event List/Archives' section select on which page will used as an events page:
c) In Events > Setting > Formating enable Super Advanced Mode:
and after that paste the following code into 'Default event list format header' field:
<div class="tmnf_events tmnf_column_wrap">
this code into 'Default event list format' field:
<div class="item tmnf_column tmnf_column_3">
<div class="event_item #_EVENTPOSTID">
<div class="evnt_thumb">#_EVENTIMAGE{700,700} </div>
<p class="evnt_date"><span class="ribbon_inv">#_EVENTDATES</span><span>#_EVENTTIMES</span></p>
<div class="evnt_inn titles_over">
<h2><a class="evnt_link" href="#_EVENTURL">#_EVENTNAME</a></h2>
#_EVENTEXCERPT
</div>
</div>
</div>
!!! don't forget to close the div markup in the 'Default event list format footer'
</div>
d) In Events > Setting > Formating > Single Event Page paste following code into 'Single event page format' field:
<div class="event_header tmnf_ghost tmnf_border tmnf_shadow">
<div class="evnt_single_excerpt tmnf_border">
<i class="fas fa-info-circle"></i>
<em>What & Were:</em><br/>
#_EVENTEXCERPT
</div>
<div class="evnt_single_date tmnf_border">
<i class="far fa-clock"></i>
<em>Event Date:</em><br/><strong>#_EVENTDATES</strong> at <strong>#_EVENTTIMES</strong></div>
{has_location}
<div class="evnt_single_location tmnf_border">
<i class="fas fa-map-marker-alt"></i>
<strong>#_LOCATIONNAME,</strong> <br/>#_LOCATIONADDRESS, <br/>#_LOCATIONTOWN
</div>
{/has_location}
</div>
#_EVENTNOTES
{has_bookings}
<h4>Bookings</h4>
#_BOOKINGFORM
{/has_bookings}
For the date use M d as format
Give plugin will help you create fundraising campaigns.
Into search field (in Plugins > Add New) paste GiveWP and Install this plugin. After installation/activation setp plugin in Donations > Settings:
Create a donation form in Donations > All Forms > Add New (in the demo is used 'Legacy Form' design):
Set Donation Options (e.g. allow 'Multi-level Donation') and enable Donation Goal in the form options.
All donation forms can be displayed on one page: create a page, name it e.g. Support our Projects (or 'Donations' or 'Get Involved') and select 'Donations' template for this page:
Note: The page becomes an archive when you select the 'Donations' template for it. Archives cannot be edited in any editor (Gutenberg, Elementor).
Archives are automatically generated pages and their layout and design in coded directly using PHP and CSS. An archive page in WordPress enables you to easily steer readers through your previously published custom posts (donations).
You can easily create newsletter subscribe form with 'MailChimp for WordPress' Plugin: Plugin Homepage
Into search field (in Plugins > Add New) paste MailChimp for WordPress
and Install this plugin
Plugin can be set in MailChimp for WP section:
In demo is used subscribe form with following markup:
<div class="formwrap">
<input type="email" name="EMAIL" placeholder="Your email address" required />
<input class="submit ribbon_inv" type="submit" value="Sign up" />
</div>
<small>Don't worry! We won't spam you!</small>
Theme is compatible with Recent Tweets Widget plugin. Plugin is used in demo site.
In search field (Plugins > Add New) insert 'Recent Tweets Widget' and Install plugin.
Plugin widget can be set in Appearance > Widegts:
Note!: You need to get "consumer and secret" codes for Recent Tweets Widget:
Plugin page: Plugin Homepage
Into search field (in Plugins > Add New) insert 'AddToAny Share Buttons' and Install this plugin.
Plugin can be set in Settings > AddToAny:
Theme is compatible with Simple Share Buttons Adder too.
Plugin page: Plugin Homepage
Into search field (in Plugins > Add New) insert 'Contact Form 7' and Install this plugin
You can create own contact form(s) in main wp menu > Contact.
You can display created 'contact form' on any page using shortcode.
On demo page is used contact form with following markup: https://pastebin.com/a0Hcywkd
Please read plugin documentation for more info about this very flexible plugin.
If you don't want to import whole demo content you can import just elementor templates (e.g. layout of the homepage) using .json file.
.json files are located in main theme package, in 'Spec' folder.
1) Extract .json files to you computer.
2) Import template in Templates - > click on Import Templates:
3) Find .json file on your computer and import Elementor template.
4) After that, the template will be available in the 'My Templates' section. You can insert the template when you are editing a page in the Elementor.
5) Hit the 'Don't Apply' option in the modal window when you are inserting an imported template:
Due licenses all imported images are for testing purposes only and cannot be used on your live website!!!
You can download free photos for your commercial & personal works on sites like:
http://picjumbo.com/
http://pixabay.com/
https://unsplash.com/grid
This theme is translation/localization ready and comes with unitypress.pot
file. File is located in ../unitypress/lang/
folder.
../unitypress/lang/
unitypress.pot
file (line by line),The filename of your .po / .mo file is crucial! Gettext uses the ISO 639 standard for language abbreviations and ISO 3166 for locales. If your translation is written in Deutsch for example, your file name will look like de_DE.po. Capitalization is also important here. For a full list of language and country codes, check out these two links:
Once you save, POEdit by default automatically creates a .mo file alongside your .po file. Put these files into 'lang' folder.
define('WPLANG', 'de_DE');
Your internationalization is complete!
Once again, thank you so much for purchasing this theme.