Comment on WordPress Custom Nav Menu by SEO Dave.
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://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 SEO Dave
WordPress Navigation Menu
Secondary WP Nav Menu Customization
To keep the CSS used to a minimum the two menus share the same rules.
If you wanted the secondary navigation menu to use a different rule set you’d need to create a second rule set.
There’s CSS classes specific to the …
Continue Reading WordPress Navigation Menu Tutorial
WordPress Navigation Menu
Cusomizing WordPress Themes
Since you’ve used the older Stallion Responsive code no quick fix.
The new HTML and CSS code for Stallion Responsive 8.1 is significantly better than the 8.0 code from a performance perspective.
You’ve lost your mobile menu because I stripped out the …
Continue Reading WordPress Navigation Menu Tutorial
WordPress Navigation Menu
Customize WordPress Theme CSS File
Hi Mark,
Yes the Stallion Responsive 8.1 menu CSS and corresponding HTML code has been changed a LOT to remove the need for Jquery and other javascript to generate the mobile version of the menu, means a major performance improvement as …
Continue Reading WordPress Navigation Menu Tutorial
WordPress Navigation Menu
WordPress Custom Menus
The WordPress Custom Menu is unlikely to cause a home page 404 error page.
Not seen a home page error before.
Have you set a “A static page (select below)” under Settings >> Reading?
If so does the static page exist? Not sure …
Continue Reading WordPress Navigation Menu Tutorial
WordPress Navigation Menu
WordPress Theme Development Supported WP Versions
The above error is due to running an old version of WordPress, get_post_format() was added in WordPress 3.1 and Stallion uses the latest WordPress code. So your site must be running WordPress 3.0.* or earlier.
If you update to the latest …
Continue Reading WordPress Navigation Menu Tutorial
WordPress Navigation Menu
WordPress Featured Posts Slider
Looking at the code output from view source the output is as I’d expect, compared it to a development site with the same Colour scheme, layout and WordPress featured posts slider settings and the code is correct.
The code is there, …
Continue Reading WordPress Navigation Menu Tutorial
WordPress Navigation Menu
WordPress Featured Thumbnail
Check if the Stallion WordPress Featured Thumbnail for your posts exist, currently some you are linking to doesn’t exist.
David …
Continue Reading WordPress Navigation Menu Tutorial
WordPress Navigation Menu
WordPress Plugins I Use on this Blog
I write in a technical way which must be difficult for those with English as a second language. Are you using the Stallion Google Translation widget on the right menu which will translate the entire site to other languages, does …
Continue Reading WordPress Navigation Menu Tutorial
WordPress Navigation Menu
WordPress Custom Menus
Do you mean the drop down menu just below the header area starting with the “Stallion Theme Support” link?
If so that’s built using WordPress custom menus, combination of WordPress core and Stallion options.
See WordPress Menu Manager Stallion Theme Feature
Need to …
Continue Reading WordPress Navigation Menu Tutorial
WordPress Navigation Menu
WP Nav Menu
I wasn’t able to incorporate the automated home page link using the name of the site into the new style WordPress navigation menu (which is available in Stallion 6, but not Talian 5).
There’s two ways to achieve this link.
You can …
Continue Reading WordPress Navigation Menu Tutorial