Forum Replies Created
-
AuthorPosts
-
1. For slider, you can use Genesis responsive slider - http://www.studiopress.com/plugins/genesis-responsive-slider
2. However, for other changes you need to select theme that looks close to what you want. Try to learn little bit of CSS for style changes or you may hire help for making such changes.
Try using genesis responsive slider, once it is added – drag slider widget to featured area. http://www.studiopress.com/plugins/genesis-responsive-slider
Goto edit mode of slider plugin and then select slider’s CSS file. In that set padding and margin to 0
April 15, 2013 at 11:57 pm in reply to: Executive Theme – Active Page Not Highlighted on Home #35706Try replacing home target url in the menu to http://www.gi.evibedesigns.com/ (looks like currently it is http://gi.evibedesigns.com/)
Such functionality will require core modifications in the plugin.
You can use plugin out of box and then redirect individual slide pages to specific page that you want. This should work using http://www.studiopress.com/plugins/simple-urls plugin.
1. Font color is #888
Change here:
.focus-gray .menu a,
.focus-gray .menu li.right,
.focus-gray .menu li.right a,
.focus-gray #header .menu a {
color: #888;
}
2. Hover color is #484848
Change here:
.focus-gray h1,
.focus-gray h2,
.focus-gray h2 a,
.focus-gray h2 a:visited,
.focus-gray h3,
.focus-gray h4,
.focus-gray h5,
.focus-gray h6,
.focus-gray .menu a:hover,
.focus-gray .menu li.right a:hover,
.focus-gray .menu li a:active,
.focus-gray .menu li a:hover,
.focus-gray .menu li li a,
.focus-gray .menu li li a:link,
.focus-gray .menu li li a:visited,
.focus-gray .menu .current_page_item a,
.focus-gray .menu .current-cat a,
.focus-gray .menu .current-menu-item a,
.focus-gray .widget-area h4 a,
.focus-gray #header .menu a:hover,
.focus-gray #header .menu li li a,
.focus-gray #header .menu li li a:link,
.focus-gray #header .menu li li a:visited,
.focus-gray #title a,
.focus-gray #title a:hover {
background: none;
color: #484848;
}
You have to make changes in post navigation section in css style file. Like this:
/* Post Navigation
———————————————————— */.navigation {
overflow: hidden;
padding: 20px 0;
width: 100%;
}.navigation li {
display: inline;
}.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
background-color: #444;
border: none;
color: #fff;
font-family: ‘Oswald’, arial, serif;
font-size: 14px;
padding: 5px 12px;
}.navigation li a:hover,
.navigation li.active a {
background-color: #ed702b;
border: none;
text-decoration: none;
}=======================================================================
For changing font size of dots, add font-size as in following:
.navigation li {
display: inline;
font-size:20px;
}
Hi
Checked in Chrome 26, it is appearing fine. Ask your client to update Google Chrome browser [http://www.youtube.com/watch?v=xQuDJwLEwOc]
Sample theme does support full width layout, like here http://demo.studiopress.com/layouts/fwc
Just goto Genesis > Theme Settings and select full width layout under “Default Layout” section. Regarding more custom look like in this http://gregrickaby.com/ website, you need to make lot of css style changes (no setting for that).
1. On homepage, h1 title is used for title of the website.
2. On inner pages or posts, h1 title is used for title of the page or post (not the website). h2 title is also used on pages or post for sub heading, you can manually add it by going text mode of editor and type <h2>Sub heading1</h2>
Coming to your website:
1. Inner page or post show correct h1 title – no need to worry there.
2. However your homepage is not showing website title in h1 tag. Goto Settings > General and there type your site title. You can also add in setting screen of yoast seo plugin that you are using as of now.
It is appearing fine both on homepage and inner pages. Make sure you are using full image url in the widget like: http://www.quantummarketer.com/wp-content/uploads/2013/04/traffic-growth-blueprint-banner-white-250×250.jpg
Regards
Hi, following class in css style in the business area for right header widget
#header .widget-area {
float: right;
padding: 100px 0 0;
width: 560px;
}
Play around with padding values. You can use negative margin value to move down like margin: 0 0 -20px 0;
1. No follow tag is used for specific links. If you want to make specific weblink nofollow then use rel=”nofollow” tag. Check this video - http://www.youtube.com/watch?v=660-ElmeE30
2. For posts, it is no index – which means post appears fine but Google does not index it in the search engine. For this open post in edit mode and look for no-index settings in genesis seo box at the bottom.
-
AuthorPosts