On the Stallion Layout Options page you have a lot of options for removing and moving around various elements of the Stallion theme.
Hide Header : hides the entire header area, basically everything where the header image is located is gone. Could be used in combination with the ad settings pages to remove the header area and have a large 728px wide AdSense ad right at the top in place of the header.
Site Title Link : hides the title of the site (top left corner), if you’ve built a custom header image you can hide the title so it doesn’t ruin your nice image (already seen a few sites using this feature for this purpose).
Location of Sites TagLine : Two choices for the location of the sites tagline, within the header or within the footer. You can also use the built in WordPress option to have no tagline (delete the tagline).
Search Form : Turn the search form located within the header (top right) on or off. If you turn it off and still want your visitors to have a search function add a search form widget to one of the widgets/sidebar areas.
Post and Page Dates : Turn post dates on or off for blog Posts and Static pages. Useful for non-blog like sites or blogs that you rarely add new content, having a post dated 2005 suggests the content is out of date even if it isn’t.
Comment Dates : Turn comment dates on or off, as above but for the comments.
WP Admin Bar : turn the new WordPress 3.1 Admin Bar ON/OFF for all logged in users (it’s an irritating bar
).
Navigation Menu Options : see WordPress Navigation Menu Tutorial
Clean the Header Code Advanced WordPress Management
These settings are for advanced WordPress users who know what they are doing. The settings marked off by default will work for 90%+ WordPress users, these settings clean out unnecessary code from the head area of the code (most users don’t even know it’s there). By removing some of this code it helps protect your site from hackers and loads your pages a little faster.
The only setting you might need to turn back on is the wlwmanifest_link Off setting, this is used by users who access their site using the “Windows Live Writer”, if you don’t use this software, you don’t need it on.
If you change the ON settings to OFF without understanding what they do you’ll probably break parts of your site, lower down the list you go more likely it will cause a problem. They are here for advanced WordPress users who are wanting more control over how WordPress works (I don’t turn any of the ON settings OFF on my sites).
wp_generator Off: Hides WordPress version number security issue (OFF).
wp_shortlink_wp_head Off: Removes Shortlinks (OFF).
start_post_rel_link Off: Removes relational link to first ever post (OFF).
adjacent_posts_rel_link_wp_head Off: Removes relational link to Previous and Next posts (OFF).
index_rel_link Off: Removes relational link to home (OFF).
parent_post_rel_link Off: Removes relational link to Parent Page (OFF).
wlwmanifest_link Off: Removes the Windows Live Writer link (OFF).
rsd_link Off: Removes Really Simple Discovery Links (OFF).
wp_enqueue_scripts Off: Prevents WordPress from adding javascript to a site. (ON).
wp_print_head_scripts Off: Prevents plugins from adding javascript to a site. (ON).
wp_print_styles Off: Prevents plugins from adding stylesheets to a site. (ON).
feed_links Off: Removes main RSS feed links (ON).
feed_links_extra Off: Removes extra RSS feed links (ON).
rel_canonical Off: Removes canonical URLs (ON).


84 responses to Stallion Theme Design Options
bbPress fourm and Stallion theme are compatible
I would like to report that the Stallion theme v7 is very compatible with bbPress. I was having trouble with bbPress before. I do not know if it is the new v7 code or bbPress has evolved, but I have tested this on a test site and found no issues.
Ironically, after a lot of testing, I wonder if I will bbPress as I noticed the code of bbPress is only modestly SEO-ed. Pemalinks and things like breadcrumbs are fine, but a lot of no-follows.
So my point and the good news is, if anyone wants to add a forum to their Stallion theme powered website if is possible. Just use bbPress. I might have a little button that says something like ‘ask me anything’ which brings people to a bbPress forum.
Yet, as we have discussed here before, nothing beats the WordPress comment system with no registration and the ability to leave comments that have the super comment function. It makes things like forums and even social networking a little passé if you are keen on SEO.
I would rather have people dialogue-ing and communicating on my website rather than a private message systems via a social network, that does not create much content that other people can read or react to, like a blog.
Nor a Forum that has a lot of user content which is low quality with half sentence replies and a lot of emoticons
.
The best and something I have been trying to conceptualize is using WP as Stallion exists to have people use it like a forum and social network without loading up on alien (alien to Stallion) plugins and code not needed.
I am almost at this point but not sure yet how it will come together, yet. I think Stallion comments with Gravatar widget, super comments, image rich widgets like Stallion posts widget, great layout options and a little imagination about the structure and maybe I think I can make it work.
Stallion Theme Design Options
BuddyPress and Stallion are compatible
I installed BuddyPress, that is WordPress’ official answer to a social network onto a Stallion site and as long as you use an extra template pack plugin, Stallion works great with BuddyPress. So if anyone wants to extent their Stallion website with a social network, much to my delight it works.
I have been testing Stallion with an array of plugins and really taking it to the limit in terms of things that can be done and with V7 I have found no problems.
BuddyPress + Stallion SEO + Adsense or bbPress Stallion SEO+ Adsense is not a bad combination. I will play around with some more options before I go live on one of my new website with the idea.
Stallion Theme Design Options
How to turn Stallion Banner off.
How do I remove the banner in the right column advertising the Stallion Theme. I can’t find the option anywhere.
Stallion Default Widgets
See this comment
http://www.stallion-theme.com/stallion-seo-wordpress-theme-support/comment-page-9#comment-15501
David
Stallion Theme CSS and Background Color
Dave,
I should know this but I do not, I am new to the child theme concept.
I want to change the background color of a child theme.
I go to the normal appearence -> background -> select colors -> save changes.
It does not work.
I can go to color delicate.css and alter it here in the parent and activate that theme.
But how do change the css for your ‘stallion-child-example theme’? Do I copy over the altered delicate.css from the parent and put it in the folder called ‘colors’?, then activate the child.
Or do I create a custom01.css and these changes will be picked up on the child when I change the theme to custom01?
I think I have to create one child theme and it all should click. I can create a lame one for practice. However, I hit a few little snags.
Stallion Theme Design Options
Stallion Theme Background Colour and Child Themes
On the Appearance >> Background page I’ve not looked into how the Background Color setting works in detail, I added the feature for the background image upload feature.
Gave it a quick check and the setting is working, when you view source of the home page for example you’ll find the background colour code, but it’s not overriding the background colour from the css files.
It’s because I’ve used gradient code and the WordPress background colour code isn’t the same format, will have to see if there’s a way to override it, hmm wonder if I could add a gradient override that would be a nice feature.
If you look in the Delicate css file at the top you’ll find:
body {background: #EDEEEF;
background: -moz-linear-gradient(#EDEEEF, #EDEEEF);
background: -o-linear-gradient(#EDEEEF, #EDEEEF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDEEEF), to(#EDEEEF));
background: -webkit-linear-gradient(#EDEEEF, #EDEEEF);
If you wanted the ability to use the WordPress background colour changer you’d delete
background: -moz-linear-gradient(#EDEEEF, #EDEEEF);background: -o-linear-gradient(#EDEEEF, #EDEEEF);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EDEEEF), to(#EDEEEF));
background: -webkit-linear-gradient(#EDEEEF, #EDEEEF);
Funnily enough I’ve not used gradients in Delicate, kept the code in the file for others to adapt
You can see the colour code sets are the same, if you want a gradient you change either the left or the right one and I left them the same so no gradients.
If you want a Delicate colour scheme via a child theme that completely overrides the parent Delicate colour.
Copy
/stallion-seo-theme/colors/style-delicate.css
and the folder plus contents of
/stallion-seo-theme/colors/images/delicate/
to the same location in the child theme, if you’ve kept the same folder name for the example child theme
/stallion-child-example/colors/style-delicate.css
/stallion-child-example/colors/images/delicate/
The child theme will automatically use /stallion-child-example/colors/style-delicate.css because it exists. As a side note you copy the image folder /stallion-seo-theme/colors/images/delicate/ over as well because the css files reference /images/delicate/imagename.gif and not the theme folder name.
The above is just overriding current color schemes, if you copy a file from parent Stallion to child Stallion the child file will be used you can then edit the child version without touching parent Stallion. Same is true for image sets as well as long as you copy entire sets (only the first image is checked and other images of the set are assumed to be within the child theme as well).
If you want to be more adventurous you can add you own css files.
Lets say you wanted a colour scheme called Dark Delicate because you’ve given Delicate a darker look.
You’d copy
/stallion-seo-theme/colors/style-delicate.css
and the folder plus contents of
/stallion-seo-theme/colors/images/delicate/
as described above into the child theme folder, but rename them.
/stallion-child-example/colors/style-dark-delicate.css
/stallion-child-example/colors/images/dark-delicate/
Edit style-dark-delicate.css to your needs making sure you change the file locations in the CSS from images/delicate/ to images/dark-delicate/
Now edit ttk_child_functions.php within the Child theme folder
and either change the example code (this bit “|example-st|Example Colour below”) or add to it like this
# st_themecolor - Colours Options - Stallion Theme Colour Scheme'separator3' => '<h3><u>Child Colour Schemes</u></h3>{separator}##Override Stallion Colour Option',
'stchild_themecolor' => '<strong>Stallion Theme Colour Scheme</strong> {drop|stdefaults|Use Original Options|example-st|Example Colour|delicate-dark|Delicate Dark} ##<br />Choose a Stallion Child Theme colour.',
If you compare the above to your file you’ll see I only added “|delicate-dark|Delicate Dark”, that’s a new dropdown menu option added to colour schemes, the first bit has to match the new css file name (style-********.css) and the folder name.
And change the function stc_child_colours code lower down to this
function stc_child_colours() {$stch_colours1 = array(
array( 'name' => 'Example Colour', 'value' => 'example-st', ),
array( 'name' => 'Delicate Dark', 'value' => 'delicate-dark', ),
);
For the above I’ve edited the commented out code to my needs.
What we’ve done with the first code change is add a new option to the Child Theme Option page under the Colour Scheme dropdown menu, you’ll have a setting “Delicate Dark” and in the second code change replicate this setting for the post/page edit screens override meta box settings.
Since I’m making just over a dozen child themes (working on number 4, have 13 in total for sale at Stallion Child Themes Store) I’ve made myself a ‘master’ child theme that holds all the settings in one child theme folder for my use. You can do the same with purchased child themes or child themes you make so you only have one child theme to install on all your sites IF you want access to every image set you buy/create.
I’ve barely scratched the surface of what’s possible because when I add a new feature it will be added to Stallion main, I’ll be using child themes for more image sets, colour schemes and layouts. Main Stallion is already too big (almost 10MBs and I don’t want to hit 10MBs) and I get a lot of support requests it won’t install because so many hosts have their max upload file size set at under 2MBs (it’s 2012 hosts, increase it!!!). My Master Stallion Child Theme is already 15MBs in size from the 13 new image sets for the child theme niches I’m making.
David
Stallion SEO Theme Layout Options
Menu changes if I use the Child theme - quick fix
Thank you for your detailed reply. So far so good on what you have written. However, when I update to the child theme, on my website is not the menu I created but a menu that defaults to pages.
To anyone who has this issue they just have to reassign the menu under theme locations – primary navigation.
Would there be any value for creating an ability for commenters to upload images? I would be able to provide screen shots to illustrate.
Now the above is resolved mind you, it is just a suggestion.
Stallion Theme Design Options
Changing WordPress Themes Resets WordPress Custom Menus
That’s normal WordPress behavior when switching themes including child themes the custom menus aren’t set, they still exist so you just set them to their locations.
Think about it when changing themes the locations, even the existence of menu locations can change, so makes sense to ‘reset’ the selected menus when a theme is changed. There’s nothing stopping anyone removing, changing, adding menu locations in a Stallion child theme.
Also true for the 2011 Header Image Set which is based on the TwentyEleven theme code (default WordPress code), they are reset to random when a child theme is activated (assuming the child theme doesn’t change the default from random). If under main Stallion or a child theme have the 2011 Header Images on, set them to Plants, go to Appearance >> Headers and select a specific image (so random off). Go to Appearance >> Themes switch to another Stallion child theme and Plants will still be set, but back to random. Not tested Appearance >> Background would assume the settings are reset since it’s default WordPress code.
Regarding commenters adding images it’s a tricky one, opens potential security issues, I’d be careful.
David
Stallion SEO Theme Layout Options
import custom css
I’d like to do some styling: where do I import my own custom css style sheet?
Thanks!
Removing WordPress Recent Comments Widget and Recent Posts Widget
We are trying to use you product to update my PR4 website www.1999movie.com because the SEO features maybe of value, but would like to remove some items to make the site look less like a blog.
I have set the format to a single column but would like to remove from the “Leave a reply …” to the “Recent Comments” section
Is there a way to do this with the site setup options or do I need to edit (remove) code.
Tried to remove some code in the side bar but ended getting error messages. Can you let me know what to modify. (Sorry I am a marketer not tech person)
Stallion Theme Design Options
How to Empty Stallion Sidebars - No widgets
Sounds like you are new to WordPress and haven’t played around with widgets yet. No need to make any code changes to achieve what you want, if you have got modified files online suggest you upload the original files as you might have removed important code for achieving what I describe below.
The sidebars which in the layout you are using are at the bottom of the content rather than the side are called widget areas.
Under your Dashboard go to Appearance >> Widgets where you will find a big list of widget areas on the right and a lot of widgets on the left, each widget area is a different location of the theme and can hold content via the widgets on the left. The widgets hold/generate the content.
Stallion includes two default widget areas, Left and Right sidebars so when Stallion is first installed you don’t find a blank sidebar that looks like the site is broken. As you are using an older version of Stallion (7.0) you didn’t get the notice to go to Appearance >> Widgets, in Stallion 7.1+ when Stallion is first installed there’s a block of text on each sidebar explaining some of this so a new users knows how to set their widgets and remove the default widgets. You are also missing out on some new features not upgrading.
Anyway, if you want no sidebars at all drag and drop a Text Widget into the right sidebar widget area, add nothing to it, do the same to the left sidebar. This will override the Stallion default widgets (when the first widgets added the default widgets are removed) and leave your site with empty sidebars.
This is generally not a good idea for the vast majority of sites, all depends on the size of the site, layout and what it’s aim. If it’s going to remain a small site (not many pages) you can run with no sidebars/widgets, if you built a site with 50+ pages you really need widgets to add links through the site so search engines index them all.
Looks like you’ve only add Static Pages currently which are all by default being added to the top menu. If you plan to add more static Pages that area will run out of space quickly, recommend the following.
Appearance >> Menus
On the right create a new custom menu, name it topnav in the Menu name box.
Add the most important pages to this menu, save it, on the left under Theme Locations select topnav for the Primary Navigation.
This will add your important links on the top as they are now minus not so important links. When you create new Static Pages that are important add them to the menu.
Create another menu, call it footerlinks and add other links that aren’t as important to it. Add this menu to the Theme Locations Footer Links, anything added there will be shown in the footer.
The above will give you more freedom with adding Static Pages, if you look at the top menu on this site you can see it’s dropdown as well, this is part of the system described above and allows you to add a lot of links without it filling the top of your site with links.
Bit of SEO advice as well, a page like http://www.1999movie.com/music which appears to be the soundtrack to a film should be named something like
1999 Film Soundtrack
This will tell search engines what the page is about much better than a title like Music.
If you make this change to all your pages without changing the custom menus described above you’ll find your top navigation links will have a lot of text and it will spill over, if you want to keep the links clean by adding the custom menu you can edit the links text on the menu page and change them to Music or Soundtrack.
David
Stallion SEO Theme Layout Options
Posts?
David,
How can I make an entire post show-up on my home page without showing a partial post where it says “Continue Reading” and you have to go to another page?
Thanks,
Randy
Post Teaser WordPress SEO Plugin
Try the Post Teaser WordPress SEO Plugin from WordPress SEO Plugins.
That’s the quickest way.
David
Leave a reply to WordPress SEO Theme Layout