uCard Documentation

Overview of the theme, its contents, and how to get started with the theme

Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, you can sign in to our support forums with your Item Purchase Code. And please rate the theme on ThemeForest if you liked it. Thanks so much!

- Pixelwars Team

Support Forums

Any questions that are beyond the scope of this help file, use support forums.

Visit Support Forums

Follow Us

Follow us on ThemeForest and don't miss new upcoming premium themes.

Follow us on ThemeForest

Rate Theme

If you liked the theme you can rate it on ThemeForest in your downloads menu.

Rate on ThemeForest

We assume you have basic knowledge of WordPress. In this doc you will learn how to setup, use and customize the theme.

You must have an installed WordPress site to use this theme.

Useful Resources

We've assembled some links to get you started:

Learn WordPress: Level up your WordPress skills.


WordPress Documentation: A variety of resources to help you get the most out of WordPress.


WordPress Support Forums: Community-based Support Forums are a great place to learn, share, and troubleshoot.


Free Plugins: The WordPress Plugin Directory is the largest directory of free and open source WordPress plugins. Extend your WordPress experience with plugins.

Install Theme

  • Install the theme via WP admin.
  • Go to: Appearance > Themes > Add New > Upload.
  • Install and activate the theme.
  • Go to: Appearance > Install Plugins, install and activate the Pixelwars Portfolio plugin.

Other Ways To Install A Theme

Note: This theme uses custom image sizes. If you have images in your Media Library, run Regenerate Thumbnails plugin once. Install and activate the plugin then go to Tools > Regen. Thumbnails.

Import Demo Data

There are two ways.

Way 1:

Install and activate "One Click Demo Import" plugin from Appearance > Install Plugins. Then, go to Appearance > Import Demo Data and click the button.

Way 2:

  • Go to: Tools > Import > WordPress.
  • WordPress might offer you to install the WordPress Importer plugin, if you haven't installed it before do it now.
  • Install and activate the plugin.
  • Once you've installed WordPress Importer plugin, browse to the package folder, select XML data file and upload it.
  • Go to: Settings > Reading. Select "Home" page as a front page, and select "blog" page as a posts page.
  • Go to: Appearance > Widgets. Use uCard widgets to show pages in you front page, see widgets section.

Page Template

This theme has custom page templates you can use for certain pages that have additional features or custom layouts. You can see them in the Template dropdown menu in Page Attributes box.

Templates

  • Default: Displays narrow page content.
  • Homepage: If you want to make a static page as a front page in your site, choose this template. This page template allows you to use the "Homepage Block" widget to display additional pages. This page's content will show up under home blocks, we placed google map and contact form in the demo site.
  • Full-width Page: This page template has large contact.
  • Medium-width Page: Use this page to show balanced content in your site.

Frontpage

  • Create a page and select "Homepage" template for it from Page Attributes box in editing screen.
  • Go to: Settings > Reading. Select this page as a front page.
  • This page displays Homepage Block widgets. See widgets section.

This theme has custom widgets. Go to: Appearance > Widgets.

Custom Widgets

  • Rotating Words: This widget shows changing words. Add it to "Header Rotating Words" widget area.
  • Social Media Icon: Add icons for your social media profiles. Add this widget per icon.
  • Homepage Block: Display your pages like a block in your front page.

Homepage Block Widget

  • Drag "Homepage Block" widget to "Homepage Blocks" widget area and select a page from widget to display your page like a block in your front page. Add Homepage Block widget per page.
  • Enter title to widgets to show as page title in your front page.
  • Enter an icon name to widgets to show as page icon above the page title in your front page. See Icons section.
  • Use excerpt field of the page for widget description in front page. You can find the excerpt field in editing screen of page.

Note: Go to: Appearance > Install Plugins, install and activate the Pixelwars Portfolio plugin.

Portfolio Page

  • Create a page for your portfolio.
  • Go to: Appearance > Widgets.
  • Drag and drop the "uCard: Portfolio" widget to "uCard Template Pages" widget area and select your portfolio page from the portfolio widget to show your portfolio items in your portfolio page.
  • Enter title to portfolio widget to show as portfolio page title in your front page.
  • Enter an icon name to portfolio widget to show as portfolio page icon above the portfolio page title in your front page. See Icons section.

Portfolio Items

  • Create portfolio items to show in your portfolio page.
  • Go to: Portfolio > Add New.
  • Set a featured image for your portfolio item. This is the thumbnail image of your portfolio item in your portfolio page.
  • Use the "Excerpt" field to show a short description under the title of your portfolio item in your portfolio page.
  • Add portfolio categories for your portfolio items to make filters in your portfolio page.
  • Select a type for your portfolio item from the "Type" box.

Portfolio Item Types

  • Standard: You can use the [mini_text] shortcode to make narrow content.
  • Lightbox Gallery: Show one or more images in lightbox. Create a gallery in your content from the "Add Media" button.
  • Lightbox Audio: Find embed code of a SoundCloud audio. And just copy the url from this embed code then use in the "URL" field.
  • Lightbox Video: (YouTube, Vimeo etc.). Put a video url to the "URL" field. (Find video url within iframe embed code)
  • Direct URL: Put your custom url to the "URL" field.

Note: Go to permalinks settings and select post name option for proper function!

Post Formats

  • Standard
  • Aside
  • Audio
  • Chat
  • Gallery
  • Image
  • Link
  • Quote
  • Status
  • Video

Specific Formats

Chat: Add this type of conversation to your post content.

JOHN: Hey there
 
MARY: Aye, matey!
 
JOHN: Huh?

Quote: Add [quote] shortcode to your post content from shortcode generator like below.

[quote name="Steve Jobs"]Design is not just what it looks like and feels like. Design is how it works.[/quote]

Gallery: Create a gallery in your post content from the "Add Media" button above the content editor.

Shortcode Generator

Use shortcode generator to add shortcodes. Click the "Insert Shortcode" button from the content editor.

All Shortcodes

Grid

[row]
[column width="8"]Content here.[/column]
[column width="4"]Content here.[/column]
[/row]


width="" ... 1 to 12. (required). 12 = 100%, 6 = 50%, 3 = 25%

width_xs="" ... 1 to 12. (optional). Extra small devices - Phones (<768px)

width_md="" ... 1 to 12. (optional). Medium devices - Desktops (≥992px)

width_lg="" ... 1 to 12. (optional). Large devices - Desktops (≥1200px)


Example 1: (two columns)

[row]
[column width="6"]Content here.[/column]
[column width="6"]Content here.[/column]
[/row]


Example 2: (three columns)

[row]
[column width="4"]Content here.[/column]
[column width="4"]Content here.[/column]
[column width="4"]Content here.[/column]
[/row]


Example 3: (four columns)

[row]
[column width="3"]Content here.[/column]
[column width="3"]Content here.[/column]
[column width="3"]Content here.[/column]
[column width="3"]Content here.[/column]
[/row]

Tabs

[tabs_wrap titles="" active=""]
[tab_pane]Description here.[/tab_pane]
[tab_pane]Description here.[/tab_pane]
[/tabs_wrap]


titles="" ... Seperate with commas.

active="" ... Active tab title.


Example:

[tabs_wrap titles="logo,design" active="logo"]
[tab_pane]Description here.[/tab_pane]
[tab_pane]Description here.[/tab_pane]
[/tabs_wrap]

Accordion

[accordion first_accordion="" last_accordion="" active="" title=""]Description here.[/accordion]


first_accordion="yes" ... Use for the first accordion.

last_accordion="yes" ... Use for the last accordion.

active="yes" ... Use this to make opened style.

title="" ... Title text.


Example 1: (one accordion)

[accordion first_accordion="yes" last_accordion="yes" title="Title Here"]Description here.[/accordion]


Example 2: (two accordions)

[accordion first_accordion="yes" title="Title Here"]Description here.[/accordion]
[accordion last_accordion="yes" title="Title Here"]Description here.[/accordion]


Example 3: (three accordions)

[accordion first_accordion="yes" title="Title Here"]Description here.[/accordion]
[accordion title="Title Here"]Description here.[/accordion]
[accordion last_accordion="yes" title="Title Here"]Description here.[/accordion]


Example 4: (four or more accordions)

[accordion first_accordion="yes" title="Title Here"]Description here.[/accordion]
[accordion title="Title Here"]Description here.[/accordion]
[accordion title="Title Here"]Description here.[/accordion]
[accordion last_accordion="yes" title="Title Here"]Description here.[/accordion]

Toggle

[toggle first_toggle="" last_toggle="" active="" title=""]Description here.[/toggle]


first_toggle="yes" ... Use for the first toggle.

last_toggle="yes" ... Use for the last toggle.

active="yes" ... Use this to make opened style.

title="" ... Title text.


Example 1: (one toggle)

[toggle first_toggle="yes" last_toggle="yes" title="Title Here"]Description here.[/toggle]


Example 2: (two toggles)

[toggle first_toggle="yes" title="Title Here"]Description here.[/toggle]
[toggle last_toggle="yes" title="Title Here"]Description here.[/toggle]


Example 3: (three toggles)

[toggle first_toggle="yes" title="Title Here"]Description here.[/toggle]
[toggle title="Title Here"]Description here.[/toggle]
[toggle last_toggle="yes" title="Title Here"]Description here.[/toggle]


Example 4: (four or more toggles)

[toggle first_toggle="yes" title="Title Here"]Description here.[/toggle]
[toggle title="Title Here"]Description here.[/toggle]
[toggle title="Title Here"]Description here.[/toggle]
[toggle last_toggle="yes" title="Title Here"]Description here.[/toggle]

Social Media Icons

[social_icon type="" url=""]


type="" ...

facebook, twitter, google-plus
instagram, linkedin, pinterest
flickr, fivehundredpx, behance
dribbble, forrst, skype
youtube, vimeo, soundcloud
spotify, lastfm, wordpress
tumblr, blogger, delicious
digg, github, stack-overflow
foursquare, xing, weibo
slideshare, vkontakte, vine
rss

Note: You can use your site's feed url for the rss icon: http://www.yoursite.com/feed/


Example:

[social_icon type="facebook" url="http://www.facebook.com/envato"]

Buttons

[button text="" new_tab="" size="" icon="" url=""]


text="" ... Button label.

new_tab="yes" ... Open link in new tab.

size="" ... small, medium, big.

icon="" ... The name of an icon.

url="" ... A URL for the button.


Example 1:

[button text="My Button" url="http://www.example.com"]


Example 2:

[button text="My Button" new_tab="yes" size="big" icon="pe-7s-coffee" url="http://www.example.com"]

Alerts

[alert type=""]Description here.[/alert]


type="" ... standard, success, error.

Timeline

[event]
Group Title (Heading 2)
[icon name="icon-name-here"]
[/event]


[event]
Date. (Heading 3)
Job. (Heading 4)
Company. (Heading 5)
Description. (Paragraph)
[/event]

Testimonial

[testimonial]
An image.
Name. (Heading 4)
Job. (Heading 5)
Description. (Paragraph)
[/testimonial]

Progress Bar

[progress_bar text="" percent=""]


text="" ... Skill name.

percent="" ... Progress bar width. 1 to 100.

Icon

[icon name="icon-name-here"]

Fun Fact

[fun_fact]
[icon name="icon-name-here"]
Title. (Heading 4)
[/fun_fact]

Process

[process]
[icon name="icon-name-here"]
Title. (Heading 4)
[/process]

Service

[service]
An image.
Title. (Heading 4)
Description. (Paragraph)
[/service]

Client

[client]
An image here.
[/client]

Map

[map latitude="" longitude="" zoom="" image=""]


- Visit Google Maps online and find your location on the map then fill the parameters.
- Fill the field Appearance > Customize > General > Google Map > Google Map Api Key.

How to Get Google Map Api Key: https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key

image="" ... A marker image url for your location.


Example:

[map latitude="-25.363882" longitude="131.044922" zoom="5" image="http://themes.pixelwars.org/ucard/wp-content/uploads/2015/07/marker.png"]

Contact Form

[contact_form to="" subject=""]


to="yourname@example.com" ... Use your email to recieve contact from messages.

subject="Contact form message" ... You can define the subject text.


Note: You can see the sender's name and email in the Reply info.

Section Title

[section_title align="" text=""]


align="" ... center.

text="" ... Title text.

Quote

[quote name=""]Text here.[/quote]


Example:

[quote name="Steve Jobs"]Design is not just what it looks like and feels like. Design is how it works.[/quote]

Rotate Words

[rotate_words titles=""]


titles="" ... Seperate with commas.


Example:

I am a [rotate_words titles="writer,freelancer"] (Heading 4)

Mini Text

[mini_text]Text here.[/mini_text]

Available icons here. Select your icon from the list. Use icon name in the [icon] shortcode and in the icon field of an uCard widget.

[icon name="icon-name-here"]

Customizer

This theme supports the live theme customizer. You can change fonts and colors of your site from the customizer.

  • Go to: Appearance > Customize.

Customizer Parts

  • General: Font and color options to change theme style.
  • Site Identity: Use site title for text logo and set header background image.
  • Blog: Some blog page settings for excerpt and navigation. Also, you can choose behaviour for "Back To Blog" link.
  • Single Post: You can activate/deactivate Related Posts for single post page.
  • Sidebar: Enable/disable sidebars for blog and post pages.
  • Menus: You can create navigation menus and use them in site header or sidebar.
  • Widgets: In this section you can see available widget areas. Add available widgets to preview in your site.
  • Static Front Page: Select "Homepage" template applied page to set front page of your site.
  • Custom CSS: In our support forums, we give some custom css code for making style changes in your site regarding your requests.

We tested some free plugins with theme. They are popular and useful.

Styled Plugins

These plugins can be found by searching inside wordpress administration screen.

This theme is ready for localization. We have made every string translatable, use a plugin or Poedit editor.

Some Plugins

  • Loco Translate
  • Codestyling Localization

Update Theme

Before you update, it is best practice to always make a backup of your theme folder.

Download the new theme package from your ThemeForest account.

The theme is under "Theme" folder in the package.

Choose to upload the theme via FTP or via WordPress.

Update Your Theme via WordPress

  • You need to deactivate your theme in the "Appearance > Themes" section by simply activating a different theme. Once you activate a different theme, you can delete your theme. Don't worry, your content will not be lost. (The translation files are located under languages folder in the theme folder.)
  • Then simply upload the new theme file in the "Appearance > Themes" section.
  • Once it uploads, choose to activate the theme.

Update Your Theme via FTP

There are two ways of getting files onto your site, and once there, changing them.

  1. By using an FTP client.
  2. By using the file manager provided in your host's control panel.
  • Go to "/wp-content/themes/" location and backup your current theme folder by saving it to your computer, or you can choose to simply delete it. Your content will not be lost. (The translation files are located under languages folder in the theme folder.)
  • Retrieve the new zipped theme file from your new ThemeForest download, and extract the file to get the theme folder.
  • Then simply drag-and-drop (Upload) the new theme folder into "/wp-content/themes/" location, and activate the theme in the "Appearance > Themes" section. (Choose to "Replace" the current one if you did not delete it.)