Forum Replies Created
list of topics you have created till now.
-
-
Paste the following codes to Theme Options > Style > Custom CSS:
– for site title and tagline
.site-title { margin-bottom: 0px; } .site-description { margin-top: 0px; }– for bottom of page
#main { padding-bottom: 0px; } article { padding-bottom: 0px; }Try on a real server.
Go to Documentation > Portfolio.
There is a special url re-write functionality in this template.
Good luck :)
Please do a test for our demo site in IE9 on your side:
http://themes.pixelwars.org/responsy-wpGood luck :)
– Open the help file :)
– Tab shortcodes:
[tabs] [tab_head] [tab_title active="active" title="Tab 1"] [tab_title title="Tab 2"] [/tab_head] [tab_content] [tab_pane]Tab 1 content.[/tab_pane] [tab_pane]Tab 2 content.[/tab_pane] [/tab_content] [/tabs] active="" ... active keyword is to define which tab is the primary title="" ... the caption text of the tab
– Gallery is for images.
– Add YouTube videos in a portfolio item or use inline video shortcode anywhere you want.
#sidebar a:hover { background-color: yellow; }This is not easy to do with some lines of code. If you are not familiar with HTML coding you may consider working with a professional for further customization.
#sidebar a { color: green; } #sidebar a:hover { color: red; }Re-install the theme.
working :)
From rdrgmrqz
Good luck :)
.rm-container { width: 32%; max-width: 560px; }Write width where you see height.
.main-navigation ul li a { color: green; }– Open main.js file ( js/main.js ),
– Find the line:
animation: animationType,
– Add the line:
randomize: true,
– Final:
animation: animationType, randomize: true,
Fill the fields in Theme Settings > Home.
Ok, good luck.
Ok, good luck.
Paste to Theme Options > Style > Custom CSS:
h1.site-title img { max-height: 300px; }In our demo site:

Can you provide a screenshot?
I will fix it urgently. Thanks for the feedback.
1 – Documentation > Localization.
2 – Close comments for that page.
Do the step in Documentation > WordPress Settings > Reading Settings.
Link format also changed.
Documentation > Posts > Link.
Go to Theme Options > Style > Footer Widget Locations > Yes > Save.
I will fix it. Thanks for the feedback.
Good luck :)
Go to Theme Options > Style > Footer Widget Locations > Yes > Save.
This is not a bug. Aside post format functionality changed. Go to Documentation > Posts > Aside.
Can you provide a screenshot?
Just tested and the result is fine. Try again please.
http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic&subset=latin,latin-ext
Tip:
<html>
.
.
.<head> <meta charset="utf-8">
.
.
.<link href='http://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
font-family: 'Noto Serif', serif;
Did you have v1.1?
Paste to Theme Options > Style > Custom CSS:
#nav #search-form #search { min-width: 80px; }Mehmet S.
Keymaster16 April 2013 at 17:37Posted in : How to show posts / blog roll on a separate page– Create a new page called NEWS with Default Template from Page Attributes box,
– Add your page to your custom navigation menu,
– Go to Settings > Reading > Front page displays;
– Select your NEWS page from Posts page option,
– Don’t forget to select a front page for your site homepage from Front page option.
Do you have plugins installed?
Deactivate all installed plugins and try again.
– The code to remove: ( paste to theme options > custom css )
.map h4 { display: none; }– Use localization method to change: ( documentation > localization ).
Choose the Latin Extended (latin-ext) character set for Google fonts.