SkyHigh
SkyHigh WordPress theme is a 2 columns light modern Blue cloud animation HTML5/CSS3 Responsive WordPress template by MagPress.com. This WP theme has theme options, featured slider and categories, Adsense ready, etc.
Tags: Adsense Ready, Blue, CSS3, Custom Header, Custom Menu, Featured Content, Featured Images, Fixed Width, Full Width Template, HTML5, Responsive, Right Sidebar, Sidebar Footer, Theme Options, Threaded Comments, Twitter Ready, Two Columns, White, Widget Ready
Fantastic work magpress, all your responsive themes works like charm in mobile device as far as i tested. a well done premium theme standard.
Hi,
thank you for this AMAZING theme..I love the design and the responsive feature works very well (better than some paid theme).
I have a question.
I use Yoast Seo Plugin to manage post titles and description, but after theme installation I get the blog’s name added to any post titles.
How can remove it?
thank you so much and keep the good work!
hi albert
try open header.php line 14+ and replace the
[php]
<title>
<?php global $page, $paged;
wp_title( ”, true, ‘right’ );
// Add the blog name.
if( !is_singular()) bloginfo( ‘name’ );
// Add the blog description for the home/front page.
$site_description = get_bloginfo( ‘description’, ‘display’ );
if ( $site_description && ( is_home() || is_front_page() ) )
echo " | $site_description";
// Add a page number if necessary:
if ( $paged >= 2 || $page >= 2 )
echo ‘ | ‘ . sprintf( __( ‘Page %s’, TEMPLATE_DOMAIN ), max( $paged, $page ) );
?>
</title>
[/php]
How can I change the background (dark blue color), which is behind the menu and logo at the top?
open lib/styles/base.css line 550+ and change the bg color css in #header{}
thanks
I’m not able to set up the social icons in the sidebar …
how to do that?
the social icon are there by default.
you need to add the full url with ( http: // ) to each of your social link in theme options.
How can I change the color of the text in the upper menu?
search for sf-menu a or sf-menu li a css in lib/scripts/superfish-menu/css/superfish.css
Simple and clean, I like the style!
How can I change the background blue color)in the nav area at the top?
How do I change the the Headline and Title Font colour from blue to red in the Post and sidebar widget area
open lib/styles/base.css and go to line 1125 for editing the post title color
[php]#post-entry article h1.post-title a {
text-decoration: none;
color: #003366; /*change this to your own color */
}[/php]
and line 1912 for sidebar
[php]#right-sidebar h3.widget-title {
padding: 0em;
font-size: 1.5em;
margin: 0px 0px 5px;
float: left;
width: 100%;
letter-spacing: normal;
color: #0B4682; /*change this to your own color */
font-weight: bolder !important;
text-shadow: 0 2px 0 #FCF9EE, 0 4px 0 rgba(0, 0, 0, .15);
}[/php]
Очень понравился дизайн!
Не получается запустить слайдер, помогите, пожалуйста.
On the top nav menu, I would like to create or define my own background colour for one or two menu(s) eg Classifieds on Orange background and the font colour in red.
I want to add a login/sign up button right side of shortcode.
where exactly you had the shortcode? the skyhigh theme did not have built-in shortcode, is it a plugin?
Why error?
http://100procenta.info/wp-content/uploads/2013/07/11.jpg
working fine in my end. try open lib/templates/share-box.php line 8
[php]<?php echo urlencode(get_permalink($post->ID)); ?>[/php]
edit to
[php]<?php echo urlencode(the_permalink($post->ID)); ?>[/php]