- This is documentation for "Candidates - Political and Activism WordPress Theme". Documentation consists of sections. Every section explains specific part of theme or functionality. List of sections is in left side of screen.
- If you are new to WordPress, it is recommended to read official WordPress documentation first.
- Please read theme documentation and follow instructions for demo theme content setup.
- Use search (ctrl+f keyboard shortcut to find specific words on page).
- If you have questions please send message here using account that you purchased theme with to confirm purchase.
- Before asking for support please read more about general support for themes and item support policy.
Demo.xml file is in "main_file.zip/demo_content" folder.
Image placeholders (blurred images) will appear instead of images. Theme demo images are not included in download. That is explained in theme description on Themeforest. Please add your images instead of placeholders.
Set other theme options as well. More about theme options you can read in section "theme options".
Official plugin
page: http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380
More details in "slider revolution" section.
- Posts are default WordPress functionality.
- When single post is open, excerpt field should be visible. If you don't see it, activate it in screen options (button that appears in top right side of screen when single post is open). Click on "screen options" and mark checkbox "excerpt". Excerpt field is useful for adding short text that will appear in posts short outputs like e.g. post boxes on demo homepage instead of text from text editor. It will also appear in search result instead of text from text editor. If excerpt is left blank, text from text editor will appear. Excerpt is available in following posts: post, icons one, icons carousel two, gallery filter.
- This theme has 2 additional custom options for single posts:
a) Option for add/remove sidebar from post (this option appears in all other custom post types as well).
b) Option for title background image (this option appears in all other custom post types as well).
All custom post types have default WordPress fields. That includes: title, text editor, featured image and some of them have excerpt field as well. All of them, except testimonials and multiscroll, have single post pages visible. Testimonials and multiscroll do not have single post pages visible to avoid duplicated content (bad for SEO). Most of custom post types have additional fields and most of the time, additional fields are used to appear in custom post loops added with shortcodes (page builder elements) in pages.
- Team is theme specific custom post type. (code for team and other custom post types is in rt-candidates-theme-functions plugin, that is bundled with theme).
- It has 3 same custom options like default single posts (option for sidebar, and option for title background image).
- It has 2 more custom options for "team member function" and for "team member icon".
- This is code snipped from "team member icons" field (if you imported demo.xml file, the code is already there):
<ul class="wrapper100percent" style="padding: 0;">
<li>­<a href="#"><i class="fa fa-facebook icon">­</i></a>­</li>
<li>­<a href="#"><i class="fa fa-twitter icon">­</i></a>­</li>
<li>­<a href="#"><i class="fa fa-linkedin icon">­</i></a>­</li>
<li>­<a href="#"><i class="fa fa-youtube icon">­</i></a>­</li>
</ul>
- Customize it. Instead of # add your URL, list of icons is here: http://fontawesome.io/icons/
- Code should be added in "text" tab. See screenshot above.
- If you have problem configuring your custom code snippet for icons, please send support message and you will get help with that.
- To have team posts carousel appears on pages, use page builder element "team shortcode RT" and it's settings.
- "Gallery simple" is theme specific custom post type. (code for "gallery simple" and other custom post types is in rt-candidates-theme-functions plugin, that is bundled with theme).
- It has same custom options like default single posts (option for sidebar, option for title background image).
- It has 1 more custom option named "gallery image icons".
- This is code snipped from "gallery image icons" field (if you imported demo.xml file, the code is already there): (UPDATE from version 1.2.0 - Use second example code snippet.)
<div class="maskinner"><a href="#" data-elementor-lightbox-slideshow="yes"
data-lightbox="example-set"><i class="glyphicon glyphicon-search"></i></a><a href="#"><i class="glyphicon glyphicon-arrow-right"></i>
</a></div>
- Customize it. Instead of # add absolute URL for image from "media" tab in dashboard, list of icons is here: http://getbootstrap.com/components/#glyphicons
- Code should be added in "text" tab. See screenshot above.
- If you have problem configuring your custom code snippet for icons, please send support message and you will get help with that.
- To have "gallery simple" posts appear on pages, use page builder element "gallery simple shortcode RT" and it's settings.
- "Icons one" is theme specific custom post type. (code for "icons one" and other custom post types is in rt-candidates-theme-functions plugin, that is bundled with theme).
- It has same custom options like default single posts (option for sidebar and option for title background image).
- It has 1 more custom option named "icon carousel icon code snippet".
- It has excerpt field. Read about excerpt in "posts" section.
- This is code snipped from "icon carousel icon code snippet" field (if you imported demo.xml file, the code is already there):
<span class="glyphicon glyphicon-list"></span>
- Customize it. Icon name can be changed, list of icons is here: http://getbootstrap.com/components/#glyphicons
- If you have problem configuring your custom code snippet for icons, please send support message and you will get help with that.
- To have "icons one" posts appear on pages, use page builder element "icons one shortcode RT" and it's settings.
- "icons carousel two" is theme specific custom post type. (code for "icons carousel two" and other custom post types is in rt-candidates-theme-functions plugin, that is bundled with theme).
- It has same custom options like default single posts (option for sidebar and option for title background image).
- It has 1 more custom option named "icon carousel icon code snippet".
- It has excerpt field. Read about excerpt in "posts" section.
- This is code snipped from "icon carousel icon code snippet" field (if you imported demo.xml file, the code is already there):
<span class="glyphicon glyphicon-briefcase"></span>
- Customize it. Icon name can be changed, list of icons is here: http://getbootstrap.com/components/#glyphicons
- If you have problem configuring your custom code snippet for icons, please send support message and you will get help with that.
- To have "icons carousel two" posts appear on pages, use page builder element "icons carousel two shortcode RT" and it's settings.
- Testimonials is theme specific custom post type. (code for testimonials and other custom post types is in rt-candidates-theme-functions plugin, that is bundled with theme).
- It has fields for title, text editor and featured image.
- It has no single post available.
- To have testimonials posts appear on pages, use page builder element "testimonials shortcode RT" and it's settings.
- "gallery filter" is theme specific custom post type. (code for "gallery filter" and other custom post types is in rt-candidates-theme-functions plugin, that is bundled with theme).
- It has same custom options like default single posts (option for sidebar and option for title background image).
- It has 1 more custom option named "Gallery image icons".
- It has excerpt field. Read about excerpt in "posts" section.
- It has category field. Every category is one link in filtering menu.
- This is code snipped from "gallery image icons" field (if you imported demo.xml file, the code is already there): (UPDATE from version 1.2.0 - Use second example code snippet.)
<div class="maskinner"><a href="#" data-elementor-lightbox-slideshow="yes"
data-lightbox="example-set"><i class="glyphicon glyphicon-search"></i></a><a href="#"><i class="glyphicon glyphicon-arrow-right"></i>
</a></div>
- Customize it. Instead of # add absolute URL for image from "media" tab in dashboard, list of icons is here: http://getbootstrap.com/components/#glyphicons
- Code should be added in "text" tab. See screenshot above.
- If you have problem configuring your custom code snippet for icons, please send support message and you will get help with that.
- To have "gallery filter" posts appear on pages, use page builder element "gallery filter shortcode RT" and it's settings.
- Events is custom post type created by Events Calendar plugin. More information in official plugin's page: https://sr.wordpress.org/plugins/the-events-calendar/
- To have events posts appear on pages, use page builder's element "events list shortcode RT" or "events timeline shortcode RT" and it's settings. Events posts can be displayed using page templates as well. More about page templates in section "pages and page templates."
<div class="col-sm-8 col-sm-push-2">
<div class="col-sm-12">
[text* your-name placeholder "Your Name (required)"]
</div>
<div class="col-sm-12">
[email* your-email placeholder "Your Email Address (required)"]
</div>
<div class="col-sm-12">
[text* your-subject placeholder "Subject (required)"]
</div>
<div class="col-sm-12">
[textarea your-message placeholder "Please leave us a message."]
[submit "Send"]
</div></div>
<section class="wrapper100percent section3" style="text-align: center;">
<div class="col-md-12 socialicons-big">
<h2 style="color: white; font-size: 30px;margin-bottom: 25px;">Be social!</h2>
<ul class="socialicons">
<li>
<a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-instagram"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-skype"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-reddit"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-youtube"></i></a>
</li>
</ul>
</div>
</section>
- Customize it. Instead of # add your URL, list of icons is here: http://fontawesome.io/icons/
- If you have problem configuring your custom code snippet for icons, please send support message and you will get help with that.
<div class="textblock">
<h2 style="text-align: center; font-family: domine;"><strong><span style="color: #f5f5fa;">Candidates</span></strong></h2>
<h3 style="text-align: center; margin-bottom: 25px;"><span style="color: #f5f5fa;">political & activism WordPress theme.</span></h3>
<p style="text-align: center;"><strong><span style="color: #f5f5fa;">Proecessitatibus mei an, choro mediocr
itatem no vis. Vide congue nonumy nec id, dicat feugait mei no. Brute corrumpit contentiones sit ex, usu no
clita iudico civibus. No has delenit perfect lorem ipsum dolor.</span></strong></p>
</div>
<a href="skype:...?call"> <i class="fa fa-phone"> <span>Phone: (232) 235 23 55</span></i></a>
<a href="#"><i class="fa fa-twitter"></i></a> <a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
<ul class="address-custom-widget ">
<li><i class="fa fa-location-arrow"></i>NYC, Example Street, 592</li>
<li><i class="fa fa-clock-o"></i> Working Time </li>
<li class="address-custom-widget-li2">Monday - Friday:<span> 10:00-17:00</span></li>
<li><i class="fa fa-envelope"></i> Contact</li>
<li><a href="mailto:name@email.com">candidates@candidates.com</a></li>
</ul>
- If you have problem configuring your custom code snippet for icons, please send support message and you will get help with that.
Copyright RayoflightThemes.com 2016.