Comment on WordPress Menu Manager Stallion Theme Feature by WordPress SEO Theme Author.
Tested Jetpack and it is conflicting with the Stallion Featured Posts Slider javascript.
Think Jetpack is enqueing Jquery since I’m finding
<script type='text/javascript' src='http://www.talian-theme.co.uk/wp-includes/js/jquery/jquery.js?ver=1.7.1'></script>
Within the footer area of the test site, jquery-1.7.1.min.js is loaded by the slider and I’m assuming this is causing a conflict with jquery.js loaded within the footer.
A plugin would normally enqueue Jquery with code like this:
wp_enqueue_script( 'jquery' );
This is within Jetpack, but disabling it didn’t remove the script code, so guess it’s enqueued some other way.
Never played around with Jquery beyond copying it into the slider code, so don’t know if there’s a solution. Jquery.min is loaded in the head of the code, jquery.js is loaded in the footer. When I was creating the slider I tried to add it to the footer, but it didn’t work.
Two possible solutions.
1. Load jquery.js in the head instead of Jquery min via the slider code and hope it works for the slider and Jetpack. You’d have to disable the Jetpack Jquery as well most likely.
2. Disable Jetpacks jquery.js code and see what happens, jquery.min.js might be enough.
David
Edit: Adding
wp_deregister_script( 'jquery' );
Which de registers the the Jquery script.
To the bottom of jetpack.php fixes the slider issue, no idea if it breaks anything Jetpack wise.
More Comments by WordPress SEO Theme Author
Stallion WordPress Theme Feature Requests Stallion SEO Theme Updates No time frame for the next Stallion update (planned to have it done at the start of the year!), having some health problems that’s making it difficult to work for long periods of time, so a lot of stuff is …
Continue Reading Stallion WordPress Theme Feature Requests
WordPress SEO Theme Layout CSS Max-Width of Images That’s a CSS setting called max-width within the Stallion layout CSS files so images never stretch over the sidebars.
Under /stallion-seo-theme/colors/ you’ll find the layout CSS files name format layout-***.css where the *** relates to the layout used, layout-310r.css for example …
Continue Reading Stallion WordPress Theme Layout/Design Options
WordPress Theme Promotion Adding Facebook Button to WordPressTheme There’s no Stallion option to change the Facebook code.
The code is located in the file
/stallion-seo-theme/plugins/social-network.php
on line 11.
Not looked into what you want to achieve, so don’t have a code snippet, should be easy to find the code from Facebook.
David …
Continue Reading Stallion WordPress Theme Promotion Options
WordPress SEO Duplicate Content WordPress SEO of Categories 1,200+ posts in only 8 categories averages at 150 posts per category IF you have them spread evenly (which you won’t).
With the standard 10 posts per category that’s 15 pages deep, unless you have a high PR site (loads of …
Continue Reading WordPress SEO Tutorial Duplicate Content and Canonical URLs


Stallion WordPress Theme Colours Stallion Custom Header Image If you get an error there’s not enough space it means there’s not enough disk space for that image on the server. Depending on your host will determine how much disk space you have, some can be quiet low and …
Continue Reading Stallion Theme Colours, Banners and Header Image Options