Forum Replies Created
list of topics you have created till now.
-
-
Edit your page content. Make them as one line.
[social_icons][social_icon type="facebook" url="http://www.facebook.com/username"][social_icon type="twitter" url="http://twitter.com/username"][/social_icons]
Please use embed url.
The theme is not compatible with IE 7.
– Go to Appearance > Editor > functions.php,
– Find the line:
wp_enqueue_script( 'address' );
– Edit it:
// wp_enqueue_script( 'address' );
Please read the help file.
Please do a test for the dome site: http://themes.pixelwars.org/bookcard-wp
Paste to Theme Options > Style > Custom CSS:
.map iframe { height: 800px; }Did you read the update instructions under Theme folder in the downloaded package?
Which translation-plugins did you try?
Working.
I will add remove functionality on the future updates.
Thanks.
The theme need to change the link.
I’m working on the theme to make it compatible with Jetpack plugin. I will release an update soon.
Do you have Jetpack plugin activated?
Paste to Appearance > Theme Options > Style > External CSS/JS:
<script> jQuery(document).ready(function($) { $('#primary.span7').removeClass('span7').addClass('span8'); $('#secondary.span5').removeClass('span5').addClass('span4'); }); </script>It is css:
.cover h3 { font-family: "Raleway"; }@sanderstijnen: Done. Just selected default option from permalink settings.
Select “Default” option from Permalink Settings.
What was the previous version?
You can change height property from Google Maps.
Paste to Theme Options > Style > Custom CSS:
.comments-link { display: none; }The update is available.
You can edit the meta information in
blogger.jsfile which is under js folder.Try to re-install the theme.
Go to WordPress Settings > Permalink Settings: Select “Post name” option.
Did you read the theme documentation?
– Unzip the theme,
– Go to your FTP,
– Find the “themes” folder in your WordPress installation ( ..\wp-content\themes\ ),
– Upload your theme to the “themes” folder ( ..\wp-content\themes\bookcard-v1-2 ),
– Go to your WordPress Admin > Appearance > Themes,
– Activate the theme.
Did you try our demo site?
I will release an update tomorrow to make them editable. Thanks for the feedback.
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.