Forum Replies Created
list of topics you have created till now.
-
-
Are you using the Facebook share fields under SEO tab in Theme Settings?
Tested, this works:
.flexslider img { margin-left: auto; margin-right: auto; }Cover Illustartion by Stanley Chow
The theme is compatible with the Contact Form 7 plugin. You can try it.
You had made it centered.
All sliders are been controlling by one file. So if make a change then they all will effected.
Please read and try the instructions of Localization section in the theme’s documentation.
– Go to Appearance > Editor > functions.php,
– Find the line:
elseif ( $type == 'instagram' ) { $type_icon = ""; }– Add amazon after that:
elseif ( $type == 'amazon' ) { $type_icon = 'B'; }– Like this:
elseif ( $type == 'instagram' ) { $type_icon = ""; } elseif ( $type == 'amazon' ) { $type_icon = 'B'; } else { $type_icon = ""; }– Go to Theme Options > Style > Custom CSS:
.social li a.amazon:hover { background-color: #ff9900; }Shortcode:
[social_icons] [social_icon type="facebook" url="http://www.facebook.com"] [social_icon type="twitter" url="http://twitter.com"] [social_icon type="amazon" url="http://www.amazon.com"] [/social_icons]
Use
[aside_content]shortcode.Try this:
.blog-posts article { padding-top: 0px; padding-bottom: 0px; }Paste to Theme Options > Style > Custom CSS:
.blog-posts article { padding-bottom: 0px; }All right then, here are the css codes to effect the site on mobile devices.
/* ==================================================================================== */ /* TABLETS */ @media screen and (max-width: 978px) { /* Front Cover Image */ .rm-cover .cover { background-image: url( "image-url-here" ) !important; } /* Back Cover Image */ .rm-right .cover { background-image: url( "image-url-here" ) !important; } } /* ==================================================================================== */ /* TABLET PORTRAIT */ @media screen and (min-height: 800px) and (max-width: 960px) { /* Front Cover Image */ .rm-cover .cover { background-image: url( "image-url-here" ) !important; } /* Back Cover Image */ .rm-right .cover { background-image: url( "image-url-here" ) !important; } } /* ==================================================================================== */ /* PHONES */ @media screen and (max-width: 479px) { /* Front Cover Image */ .rm-cover .cover { background-image: url( "image-url-here" ) !important; } /* Back Cover Image */ .rm-right .cover { background-image: url( "image-url-here" ) !important; } } /* ==================================================================================== */Paste to Theme Options > Style > Custom CSS:
#site-navigation { max-width: 825px; margin-left: auto; margin-right: auto; } .site-footer > .row { max-width: 825px; }Paste to Theme Options > Style > Custom CSS:
.site-header { padding-bottom: 0px; }Please read the theme’s documentation.
Homepage, the slider with your images.
app mode ???
I have just detected a minor bug in the unlimited sidebars functionality. I will release a minor update tomorrow. Thanks for the feedback.
If you want to make them like in our demo site, import theme’s dummy data. Please read the Dummy Data section in the theme documentation.
You can edit that sentence in
send-mail.jsfile which is under js folder.I have not tested the theme with that plugin. But Read WP theme has coded in high standard. That plugin is not a free one. So you can try a free solution before buy it.
There is a free popular multilingual plugin in WordPress plugin directory. It is qTranslate.
Paste to Theme Options > Style > Custom CSS:
.site-header { padding-bottom: 0px; }Paste to Theme Options > Style > Custom CSS:
.site-description { color: green; }Did you try amazon name as above ones?
Which dotted lines exactly?
Do not use full URL in your custom menu.
You can use default page template.
I do not understand.
Can you provide a screenshot?
Thanks.
Enter some content to your portfolio items.
Is that code worked?
There is a theme documentation in the downloaded package.
I will fix this on next update.
All right then, you can use it.
Do not use full url in the custom menu.
Paste to Theme Options > Style > Custom CSS:
.back-to-portfolio { display: none; }Where did you see the Amazon icon?
Try this:
.flexslider { text-align: center !important; }404 Not Found.
Re-install the theme.
– Add the parameter:
function button( $atts, $content = null ) { extract( shortcode_atts( array( 'button_text' => 'Button', 'new_tab' => "", 'bold_text' => '', 'button_type' => 'btn-default', 'button_size' => '', 'button_link' => '#' ), $atts ) ); if ( $bold_text == "yes" ) { $button_text_out = "<b>$button_text</b>"; } else { $button_text_out = "$button_text"; } $button = '<a ' . $new_tab. ' class="btn ' . $button_type . ' ' . $button_size . '" href="' . $button_link . '">' . $button_text_out . '</a>'; return $button; } add_shortcode('button', 'button');
Button shortcode:
[button new_tab="target='_blank'" button_text="My button" button_link="http://www.example.com"]Not supported.
Go to Appearance > Editor > functions.php
– find the line:
$hero_button_out = '<p><a href="' . $hero_button_link . '" class="btn ' . $hero_button_type . ' btn-large"><b>' . $hero_button_title . '</b></a></p>';
– add
target="_blank"$hero_button_out = '<p><a target="_blank" href="' . $hero_button_link . '" class="btn ' . $hero_button_type . ' btn-large"><b>' . $hero_button_title . '</b></a></p>';– I see the functions.php,
– add the new parameter in usage:
[button target="_blank" button_text="My button" button_link="http://www.example.com"]Save the changes after editing.
Download “Main Files” from ThemeForest. It contains the documentation.
Paste to Theme Options > Style > Custom CSS:
.cover h1 { font-size: 35px !important; }Tested, it is working.
[lightbox video="yes" title="Lizard Men" src="http://www.youtube.com/v/YGZD_v_Cths?hl=en_US&version=3"]
Do not worry, they are not error. That css validator does not support the 3D css rules.