Installation & Upgrade
Settings
- How to set a page as the front page?
- How do I change WordPress log in page back to default?
- Im trying to translate this Theme, but no matter where I put the .PO and .MO I can not see my translations on the frontend.
- I have a conflict with other WP plug-ins. What should I do?
- When I try to make any changes over the theme, nothing happens.
- Can’t select radio buttons in the dummy installation menue.
- Can I make a child theme?
Content Setup
- At the bottom of my page it has the leave a comment box how do i rid my pages of that?
- How to add embeded video in slideshow?
- How to add/remove border to image?
- I would like to create the little picture boxes like the three on the home page, how do I do that?
- How do you use the shortcodes?
- I see double title on blogs. How can I fix this?
- How can I change the text in portfolio “Learn more…” button?
- How can I make my navigation links to open in a new window?
eCommerce
Other
CSS Tweaks
- How to increase font size in theme?
- How to change the header background color?
- How to change the menu text color?
- How to change the menu font size?
- How to apply a different font just for the main menu text?
- How do I disable page title to appear in pages?
- How do I change the font to bold in the menu?
- And how can I change content text line height?
- How do I increase the font size in the pages and posts general body text?
- Would want to increase the spacing between sentences for a easier read.
- I am trying to make the “send a message” contact form’s text black on the site.
- How to change the padding around the logo?
- How to change the color of the testimonial author in widget?
- How can I adjust the padding on the slider?
- How can I disable slideshow navigation dots?
- How can I change the color of the slide title?
- How can I change the size of the subheader area that shows the title of the page?
- How to narrow the menu/sub menu buttons size?
- How can I change background color of my contact form?
- How can I change fonts in the header menu?
- How can I change fonts in the content area?
- How can I remove the content area between slideshow and the footer on my front page?
At the bottom of my page it has the leave a comment box how do i rid my pages of that?
There is a Screen options tab at the top in WP admin panel. Expand it and uncheck Discussion and Comments.
How to add embeded video in slideshow?
Our theme has the shortcode that gives you the ability to add video easily to slideshow and also provides pause/resume function. The slide ain’t going to switch to the next one while video is playing.

All you need to do is click on video shortcode button/icon, at the editor panel in visual mode, and paste your url in popup window:

Sample code of slide with video from our preview:
[one_half]
<h1>Embed Video</h1>
You can add video in slideshow easily by adding link to your video in our video shortcode, that you can find integrated in default editor.
<hr />
Please note, that this shortcode is only for slideshow and can't be used on pages. For pages simply use embed code provided by youtube or vimeo.
And don't forget that you need to set 100% value for width and height if you want your video to be responsive.
[button type="ox_button btn_large btn_shadow" url="http://themeforest.net/item/simplicity-ecommerce-wordpress-theme-responsive/3304024?ref=olegnax" target="" button_color_fon="#029fd3" ]Thanks, I got it![/button]
[/one_half]
[one_half last=last] [oxvideo w="500px" h="281px"]http://vimeo.com/1084537[/oxvideo]
[/one_half]
to TopHow to add/remove border to image?
If you add the image using standart WordPress uploader it will be inserted into post with frame. To remove this frame you need to switch to HTML mode in editor and remove this class: imgborder
Example of an image with frame:
<img src="http://simplisitywp.olegnax.com/.../sample.jpg" alt="" class="alignnone size-full wp-image-1805 imgborder" />
If you need to add frame to image, add class imgborder.
Another example of an image with frame:
<img src="http://simplisitywp.olegnax.com/.../sample.jpg" alt="" class="imgborder" />
I would like to create the little picture boxes like the three on the home page, how do I do that?
Three boxes at the front page is a teaser shortcodes.
When you edit page/post switch to visual mode and you’ll see shortcode buttons(icons) in editor panel. Click on teaser shortcode button. Popup window with options will appear.
There are two ways to make teaser:
1. Using post/page: “Choose a template”.
In this case it will use post title and featured image for teaser title and image.
2. Using direct link to image “Type your image URL here”.
Check this page to see how teaser shortcode should look like:
http://simplicitywp.olegnax.com/shortcodes/teaser-shortcodes/
to Top
How do you use the shortcodes?
There are shotcode buttons/icons in visual mode when you are editing your post/page. Simply click on the necessary one. You’ll see popup window with different option for diferent shortcodes.
Check this page: http://simplicitywp.olegnax.com/features/integrated-shortcodes/
to Top
How to set a page as the front page?
You need to set your Frontpage in Settings -> Reading
I’m having trouble uploading the theme to WordPress: “The package could not be installed. The theme is missing the style.css stylesheet”
You need to extract downloaded archive. It contains documentation and .psd files besides the theme files.
to Top
What’s the easiest way to upgrade to the latest version?
First of all, you need to check your installed theme version. You can find it in your Dashboard -> Appereance -> Themes.
If your theme version is less than 1.1, you should update it from Themeforest:
- Go to downloads tab in your Themeforest account and simply download our theme again.
- Upload theme files via FTP.
- Don’t forget to make a backup.
Starting from version 1.1 we have developed a new functionality to update our theme.
Now you can update it directly from your dashboard:
- Go to your Dashboard -> Theme Options -> Theme Updater.
- Fill in your ThemeForest User Account Information form.
- Go to Themeforest Dashboard.
- Click “My settings” tab.
- Click “API keys” menu on left side of page.
- Generate API key on this page and copy it.
- After that you can find “Update” menu item in your Dashboard and update notification icon in your admin menu.

- Click any of them.
- Scroll to “Themes” section and click “Update Themes” button.
To get your Themeforest API key you need to:
However, update theme via FTP still works fine, you can use it if you want.
Don’t forget to make a backup of your theme files before update, and also if you modified some theme files.
to Top
How do I change WordPress log in page?
You can change design of login page easily without plugins. There are a lot of tutorials on the web on how to do it, i.e.:
http://shailan.com/3004/customizing-wordpress-login-page-without-plugin/
Our theme has an option to disable theme login page styling: Dashboard->Theme Options -> General -> Disable login page styling
to Top
Im trying to translate this Theme, but no matter where I put the .PO and .MO I can not see my translations on the frontend.
You should save your translation in theme root i.e. as pt_BR.mo and after that edit wp-config.php in root of the site. Search for: define (‘WPLANG’, ‘pt_BR’);
You can learn more here:
http://codex.wordpress.org/Installing_WordPress_in_Your_Language
to Top
Curious about the breadcrumbs though … Im not getting them on my site, and dont see an option to turn on or off.
We decided to use this plugin for breadcrumbs: http://wordpress.org/extend/plugins/wordpress-seo/

You can activate breadcrumbs on “Internal links” page of this plugin.

This plugin is free and has a lot of nice features, so we recommend to use it.
to Top
I’ve been trying to install the Dummy Content but when I press the button, nothing happens. What can I do?
This may be, because:
- You didn’t installed theme correctly.
- You didn’t wait until it was installed.
- Some plugins can casue JS error. Try to turn off plugins if you have any installed.
Also try to install our theme on clean WordPress installation.
to Top
I have problems with IE. What should I do?
At first, please make sure that your theme is updated to the latest version.
Our theme works well in IE v.8+ and we do not provide support for outdated versions.
to Top
I have conflicts with other WP plug-ins. What should I do?
Actually, we do not support third party plug-ins. Any information about resolving the issues you should try to find at the developers sites, forums, blogs of these plug-ins etc…
to Top
When I try to make any changes over the theme, nothing happens.
You should check permissions of your wordpress files. They should be 755.
to Top
Can’t select radio buttons in the dummy installation menue.
You should install and activate the certain plugin to unlock dummy option for it.
to Top
Can I make a child theme?
Yes, you can make a child theme. But we have made a custom style to change theme look WITHOUT editing core theme files. Also CSS rules are stored in database and will be saved after theme update.
to Top
I see double title on blogs. How can I fix this?
You should specify your “Posts page” option in your Dashboard -> Settings -> Reading.
to Top
How can I change the text in portfolio “Learn more…” button?
You can adjust the “More button text” field in “Portfolio Options” block in your Dashboard -> Portfolios -> “someportfolio”.
to Top
How can I make my navigation links to open in a new window?
You should follow next steps:
- go to Dashboard -> Appearance -> Menus
- click on “Screen Options” in the top right corner of your screen
- check “Link target” option in “Show advanced menu properties” area
- click on title of menu item, that you want to be opened in a new window
- check “Open link in a new window/tab” option.
How to add a shopping cart in the title area?
First of all, you need to create a custom sidebar.
- Please, go to your Dashboard -> Theme Options -> Sidebars and create a new one.
- go to your Dashboard -> Appearance -> Widgets and drag a “WooCommerce Cart” widget to your new custom sidebar.
- go to your Dashboard -> Pages, choose your shop page and scroll down to a “Title area settings”.
- choose your new custom sidebar in the “Title additional sidebar” option.
to Top
How can I change the cart icon?
You can find the cart icon at theme directory /images/add_to_cart_button.png
to Top
How to make my affiliate links to be opened in a new tab?
You should modify external.php file in siteroot/wp-content/themes/simplicity/woocommerce/single-product/add-to-cart/ . Simply add “target=”_blank” after “rel=”nofollow” to the link.
to Top
How to change the number of shown products in a page?
You should set the number at “Blog pages show at most” field in Dashboard -> Settings -> Reading.
to Top
If there a way to remove the logout button from the main menu? And how can we log in/out then?
- A logout button is added automatically, when you have “My Account” page in menu. You can disable this button. Please, go to your Dashboard -> WooCommerce -> Settings -> Pages and disable a “Append a logout link to menus containing “My Account”" option.
- You can log in/out using “Woocommerce Login” widget in Dashboard->Appearance-> Widgets. Simply drag it to the sidebar you want.
to Top
I see double title on blogs. How can I fix this?
You should specify your “Posts page” option in your Dashboard -> Settings -> Reading.
to Top
How can I make my navigation links to open in a new window?
You should follow next steps:
- go to Dashboard -> Appearance -> Menus
- click on “Screen Options” in the top right corner of your screen
- check “Link target” option in “Show advanced menu properties” area
- click on title of menu item, that you want to be opened in a new window
- check “Open link in a new window/tab” option.
to Top
Why are there no follow links in the product pages? (rel=”no follow”)
There is no reason to worry about these case. The links are used only for script quires.
to Top
How to increase font size in theme?
Add following code in Theme Options -> Custom Styles:
body {font-size:20px}
How to change the header background color?
Add following code in Theme Options -> Custom Styles:
header {background-color:#cccccc}
How to change the menu text color?
Add following code in Theme Options -> Custom Styles:
.sf-menu > li > a {color:#0076C7}
How to change the menu font size?
Add following code in Theme Options -> Custom Styles:
.sf-menu > li > a {font-size:20px}
How do I disable page title to appear in pages?
Add following code in Theme Options -> Custom Styles:
#pagetitle {
display: none;
}
How do I change the font to bold in the menu?
Add following code in Theme Options -> Custom Styles:
.main_menu {
font-weight: 700;
}
And how can I change content text line height?
Add following code in Theme Options -> Custom Styles:
.entry-content {line-height:150%}
How do I increase the font size in the pages and posts general body text?
Add following code in Theme Options -> Custom Styles:
.entry-content {font-size:20px}
Would want to increase the spacing between sentences for a easier read.
Add following code in Theme Options -> Custom Styles:
#main .grid_8 h6, #main .grid_12 h6 {
line-height: 150%;
word-spacing:10px;
}
I am trying to make the “send a message” contact form’s text black on the site.
Add following code in Theme Options -> Custom Styles:
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: black;
}
input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
color: black;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: black;
}
input, select, textarea {
color: black;
}
How to change the padding around the logo?
Add following code in Theme Options -> Custom Styles:
header {
height:161px;
}
.logo {
top:53px;
}
How to change the color of the testimonial author in widget?
Add following code in Theme Options -> Custom Styles:
.testimonial_author {color:red !important}
How can I adjust the padding on the slider?
Add following code in Theme Options -> Custom Styles:
.bgimage { padding: 50px 0 60px; }
Also, you will need to change auto resize height values at /js/script.js search for: 110 and adjust it two times.
to Top
How to apply a different font just for the main menu text?
Add following code in Theme Options -> Custom Styles:
.sf-menu > li > a {font-family:Arial, Helvetica, sans-serif;}
How can I disable slideshow navigation dots?
You should add next css rule to your custom styles:
#navcycle {display:none!important}
How can I change the color of the slide title?
You should add next css rule to your custom styles:
#color_header h3 { color:red !important;}
How can I change the size of the subheader area that shows the title of the page?
You should add next css rule to your custom styles:
#pagetitle {padding-top:10px;padding-bottom:10px;}
How to narrow the menu/sub menu buttons size?
It is a little bit complicated but you should add next css rules to your custom styles:
.main_menu > ul > li > a {height: 40px;line-height: 40px; }
.main_menu li:hover ul, .main_menu li.sfHover ul { top: 40px; }
.main_menu ul ul {width:150px}
.main_menu ul ul ul.sub-menu { left:150px; margin-top:-40px; }
.main_menu ul.sub-menu li a { padding: 10px 5px 8px 15px; }
How can I change background color of my contact form?
You should add next css rule to your custom styles:
input[type="text"], .input-text, input[type="password"], textarea, .styled-select, select { background-color:red !important }
How can i change the text-size of the columns?
You should add next css rule to your custom styles:
span.teaser_title { font-size: 56px; }
How can I change fonts in the header menu?
You should add next css rule to your custom styles:
.main_menu a {font-family:Tahoma}
How can I change fonts in the content area?
You can add next css rule to your custom styles:
body { font-family: 'Open Sans', Georgia, 'Times New Roman', Times, serif; }
How can I remove the content area between slideshow and the footer on my front page?
You should add next css rules to your custom styles:
.home #main { display: none; }
.home #sticky-footer-push { display: none; }
Still have Questions?
Feel free to drop us a note at our help forum!
Help Forum


