Thanks for your purchase, your support is truly appreciated!
Thanks for your purchase! We know that you're excited to get your site up and running and we want to help. Please take the time to read through this documentation as it will help to answer most of your questions. If you encounter any issues or discover any bugs please contact us in our support forum so that we may help you.
To create an account on the support forum requires your purchase code. See the picture below for help finding your code.
Installing your theme is pretty easy! After downloading and uncompressing your theme you should find a file named intent.zip
. This is a compressed file containing all of the required templates and images required for the theme to function properly.
intent.zip
fileAs soon as you've activated your theme, you will see a new link appearing at the bottom of the dashboard sidebar with your theme name. This is where all your general theme settings and options are, which we will go through in detail below.
Change the theme base style by selecting an option from the dropdown box.
Instead of editing style.css, enable the style-custom.css
file in options. In this file you can create new styles or override existing styles. By doing this, you will be able to easily install a new updated version of the theme and copy over your custom styles to it.
Upload favicon by clicking the Select Image button and selecting from Media Library. As an example, a 16x16 px .PNG image is often used.
Afterwards, select the Full Size option and click the Insert into Post button.
If you use a service such as FeedBurner enter full URL of your feed.
If you use a service such as Google Analytics paste your tracking code in the box and set whether you want this script to load in the header or the footer of your site.
Set general blog options.
Enable featured posts and set options.
Display the full post or post excerpt on each of the page types specified.
Hide post details from each post by selecting the appropriate option.
Display an author block at the end of each post. THe author's picture is pulled from gravatar and the text from the Biographical Info option in the author's profile.
noindex
noarchive
nofollow
noodp,noydir
Upload logo by clicking the Select Image button and selecting from Media Library.
Disables the site description (tagline) in the header.
Disables the search field in the header.
Disables the archive heading on archive pages.
Enable advanced theme styles, allowing you to set additional color and image options.
Set the base color of the theme.
Set the header text color, background color, and an optional background image.
Set the subheader background color and an optional background image.
Set the body background color and an optional background image.
Set the footer background color and an optional background image.
Disable shadows for selected elements.
Enable the portfolio.
The rewrite options allow you to customize the URL's of portfolio items and categories. Similar to using permalinks to customize blog posts and category URL's.
The URL segment used to display portfolio items. For example, if you typed work into this box your portfolio items would have the following link:
http://site.com/work/%post_name%/
If the Post Type box is empty (or permalinks are disabled) your URL’s will look like:
http://site.com/?portfolio=%post_name%
The URL segment used to display portfolio categories. The category text will be appended to the Post Type slug above. For example, if I set the URL to category the URL would be the following:
http://site.com/work/category/%category_name%/
If the Category box is empty (or permalinks are disabled) your URL’s will look like:
http://site.com/?portfolio_category=%category_name%
Enable a custom login page.
Upload your own logo and change the logo URL. By default your login page shows a WordPress logo and links to wordpress.org.
Change the background, link, and link hover colors.
Customize the page by including your own CSS to override default WordPress styles.
Allow others to work on the site while disabling access from visitors. If you need to quickly modify a template or adjust the CSS on your site this is a perfect option to use. Visitors will be temporarily redirected to a maintenance page.
The access role option allows you set what type of users have access to your site.
Intent has 10 page templates. To see examples of each page template visit our demo page. Page Templates.
To set a page template for your page, do the following:
<?php $img = bandit::vt_resize($image->ID,'','1600','500',TRUE); >
By default the front page ("Home") of your WordPress site will display your latest posts. You can change this so readers see a static page instead, and can view your posts on a different page.
After making these changes, posts will no longer show on the front page of your blog. The static page "Home" will show there. Visitors will need to click on the link to "Posts" page to see your posts.
How to setup your portfolio:
How to add new portfolio items:
Adding new portfolio items works much like regular blog posts. To add items, go to Portfolio > Add New in the WordPress dashboard.
We recommend using the Contact Form 7 plugin for your contact page. You are free to use any plugin you are comfortable with but it is what we use.
<p>[text* your-name] <label>Your Name</label></p> <p>[email* your-email] <label>Your Email</label></p> <p>[text your-subject] <label>Subject</label></p> <p>[textarea your-message]</p> <p>[submit "Send Email"]</p>
[googlemap address="Stockholm, Sweden" fullwidth="true" height="300" zoom="13"] [column size="one-fourth"] <h3>Contact Info</h3> 30 South Park Avenue San Francisco, CA 94108 USA <strong>Phone:</strong> (123) 456-7890 <strong>Fax:</strong> +08 (123) 456-7890 <strong>Email:</strong> contact@company.com <strong>Web:</strong> companyname.com [/column] [column size="three-fourth" last="true"] <h3>Get in touch</h3> [contact-form-7 id="1310" title="Contact form 1"] [/column]
Remember to use the HTML-tab of the WordPress editor when pasting this code. You can switch back to visual editor after you have inserted it.
Intent supports plenty of shortcodes. To see all of the example and the corresponding code visit our demo page. Shortcodes Demo.
[accordion] [acc title="Accordion Title 1"]...[/acc] [acc title="Accordion Title 2"]...[/acc] [acc title="Accordion Title 3"]...[/acc] [/accordion]
[alert type="notice"]...[/alert] [alert type="warning"]...[/alert] [alert type="success"]...[/alert] [alert type="error"]...[/alert] [alert type="info"]...[/alert]
[button link="#" size="small" target="_blank"]Awesome Button[/button] [button link="#" size="medium"]Awesome Button[/button] [button link="#" size="large"]Awesome Button[/button] [button link="#" style="light"]Awesome Button[/button] [button link="#" style="dark"]Awesome Button[/button] [button link="#" style="default"]Awesome Button[/button]
[column size="one-half"]...[/column] [column size="one-half" last="true"]...[/column] [column size="one-third"]...[/column] [column size="one-third"]...[/column] [column size="one-third" last="true"]...[/column] [column size="two-third"]...[/column] [column size="one-third" last="true"]...[/column] [column size="one-fourth"]...[/column] [column size="one-fourth"]...[/column] [column size="one-fourth"]...[/column] [column size="one-fourth" last="true"]...[/column] [column size="three-fourth"]...[/column] [column size="one-fourth" last="true"]...[/column] [column size="one-fifth"]...[/column] [column size="one-fifth"]...[/column] [column size="one-fifth"]...[/column] [column size="one-fifth"]...[/column] [column size="one-fifth" last="true"]...[/column]
[googlemap address="Stockholm, Sweden" width="640" height="300" zoom="10"]
Values you can use:
[list type="arrow"] [li]list Item[/li] [/list] [list type="check"] [li]list Item[/li] [/list] [list type="plus"] [li]list Item[/li] [/list] [list type="minus"] [li]list Item[/li] [/list] [list type="cross"] [li]list Item[/li
[price-table col="col-4"] [plan name="Free Plan" price="0" color="999999" per="year" link="http://www.google.com" linkname="Sign Up"] < ul> < li>List Item< /li> < li>List Item< /li> < li>List Item< /li> < /ul> [/plan] [plan name="Basic Plan" price="9$" link="http://www.google.com" "color=000" linkname="Sign Up"] < ul> < li>List Item< /li> < li>List Item< /li> < li>List Item< /li> < /ul> [/plan] [plan name="Popular Plan" price="19$" link="http://www.google.com" featured="true" linkname="Sign Up"] < ul> < li>List Item< /li> < li>List Item< /li> < li>List Item< /li> < /ul> [/plan] [plan name="Extreme Plan" price="29$" link="http://www.google.com" linkname="Sign Up"] < ul> < li>List Item< /li> < li>List Item< /li> < li>List Item< /li> < /ul> [/plan] [/price-table]
Values you can use:
[tabs tab1="Tabular" tab2="Navigation" tab3="Awesomeness"] [tab]...[/tab] [tab]...[/tab] [tab]...[/tab] [/tabs]
[toggle title="This is a toggle button"]...[/toggle]
[dropcap]W[/dropcap]
[pullquote]Here is your pulled and left aligned[/pullquote] [pullquote align="right"]Here is your pulled and right aligned[/pullquote]
[highlight]Here is your highlighted text[/highlight]
[hr]
Things which we have not yet covered in this documentation are most likely standard WordPress features. Here are some more details if you are new to WordPress.
To add items to your sidebars, you need to use WordPress widgets. In the WordPress dashboard you need to go to Appearance > Widgets to edit your sidebars.
To insert whatever code or text you want in the sidebar, simply use one or multiple "Text" widget blocks. This widget will give you a textfield that you can add anything to, including text, html and shortcodes.
Images are a big part of most themes, and we use WordPress default gallery functionality for most image features. Read more about media uploads and usage below.
If you used another theme for your website before changing, you most likely will see that old thumbnails are of the wrong size. This is because most themes have custom thumbnail sizes. In order to easily fix this, all you need to do is download, activate and run a plugin called "Regenerate Thumbnails".
While many are happy with the "Next" and "Previous" links at the bottom of the blog, archive and search pages - others want a better pagination. This is why all of our themes support the plugin WP-PageNavi, which solves this issue. Install and activate it, and it will work right away.
In order to change language of your theme you need to edit the language .pot file in the /languages/ folder of the theme. This can be easily done with a program such as PoEdit. Your favourite text editor should also work, such as Notepad++.