Login to your WordPress administration and go to Appearance > Themes > Add New > Upload Theme. Click browse to select a theme.zip you downloaded, click install and then activate to start using theme.
To use social profile icons in menu links, create new menu and just set links to your online profiles like Facebook, Twitter, Youtube... Icons will appear while menu anchor will be hidden.
There are two parts of setting up slider, the first one is in Theme Options, and the second one is creating sticky posts.
To create sticky post you can either create new post or use existing one, and make it sticky by checking "Stick this post to the front page" in the right column, like on the image below:
You also need to set image for the slider.
In the right column you'll see "Featured Image".
Click on Set featured image, and image uploader will pop up. Drag your image to the uploader (or select image from file browser), and click "Set Featured Image" in the right corner below.
Now just click update or publish, and the post will appear in slider.
This theme is a parent theme, and all customizations should be done via child theme.
/wp-content/themes
directory called my-child
.style.css
file in /wp-content/themes/my-child
folder.style.css
file, add the informations below./**
* Theme Name: My Child
* Theme URI: http://link-to-your-site.com
* Description: Describe your child theme.
* Version: 1.0
* Author: Your Name
* Author URI: http://link-to-your-site.com
* Tags: Some, Tags
* Template: ParentThemeName
*/
After that you might want to import all the styles from parent theme.
@import url( '../ParentThemeFolderName/style.css' );
/* Custom code goes below here. */
This is officially-supported way of modifying themes in WordPress.
Theme uses plugin Like dislike counter to displays comment likes / dislikes. To install it, first download it from the link above, go to Plugins / Add new / Upload Plugin
. Click Browse
and Install Now
. After the installation is completed - activate it. Select Like Dislike Lite
from menu and check: Check it, if you want to use template code instead of Auto add functionality.
" and save changes. This way like / dislike buttons will show only in comments. Theme will also remove default styles from the plugin and add it's own. Styles will work for comments only!
To translate theme to another language, use swt.pot file from theme/languages folder. We recommend using Poedit for this purpose. Open swt.pot using Poedit, click File / Save as and name it swt-de_DE (de_DE is for German translation, en_US for English American etc...). Off course, your site needs to be running in the same language.
In order to change/remove footer link, you must purchase theme on www.simplewpthemes.com, and you'll also get access to support forum at the same time. To remove error message which is caused by editing footer link, just restore theme files via FTP.
Thank you for using our theme! SimpleWpThemes.com