Comment on WordPress Image Slideshow by SEO Dave.
Not that long ago I worked on the Stallion Featured Slideshow code and already forgot what all the parts are, had to look them up :-)
The file
/stallion-seo-theme/layout/featured-slideshow.php
Has the main image sizes for the Stallion Featured Slideshow.
For example this code sets the sizes for the no sidebar layout:
if (st_sidebar_lo() == '1000') { $st_feature_thumb_width = 970; }; $st_feature_thumb_height = 300;
You could change the height ($st_feature_thumb_height) to 400 for example.
You also have to edit the CSS file for the layout used, if using the no sidebar layout (100px wide) edit the file
/stallion-seo-theme/style-1000.css
Find (near the bottom)-
#st_feature-wrap{ height:302px; width:972px; margin:10px auto 60px auto; } #st_feature { border: 1px solid; } #st_feature #st_feature_content{ height:300px; }
You’ll need to set the height and width to take into account your new sizes added to the other file.
If you want a height of 400px for example you’d change the first height to 402px and the second one to 400px.
Changing the width would be harder because the width set is based on the width of the layout used, maximised to fit basically (using as much space as possbile for the layout). You could make the widths smaller than those currently set, making them wider would ruin what the theme looks like.
If you use another Stallion layout edit the CSS file that’s used for that layout. style-200l200l.css is the double left 200px wide sidebars for example.
I think that’s it.
David
More Comments by SEO Dave
WordPress Image Slider
Subscribe to Comments Reloaded Plugin Broken Canonical URLs
My comment was from 2012, I’d forgot all about it.
I don’t know if I fixed the Subscribe to Comments Reloaded Plugin Broken Canonical URLs PHP code at the time (I modify a LOT of plugins), but right now (I still …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Full Width Below Header Widget Area
Hmm, thought I’d added a full width widget area there, apparently not have added a full width area for AdSense ads.
You could add your own, edit the file /stallion-seo-theme/layout/header-ads.php
And at the bottom or top (depending on where you want it) …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Slider Pro WordPress Plugin
I’m not familiar with the Slider PRO WordPress Premium Slider Plugin, so don’t know how it works.
If it’s got a widget there’s the Banner Ad widget Area that’s the width of the main content and above the main content.
There’s also …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Web Page Loading Slowly, How To Fix It
I loaded your site and it loaded in seconds. It’s probably not refreshing, but loading what the site uses slowly.
Assuming you haven’t turned off “Queries ON” on the Stallion Layout Options page, log in to your sites Dashboard, then go …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Plugin Jquery and Jquery-min Conflict
View source of your home page you will find this code on line 14:
…/wp-includes/js/jquery/jquery.js?ver=1.8.3
As long as that code is there the Stallion Featured Slideshow won’t work correctly, the Stallion slider uses Jquery-min and you must have a plugin that’s loading …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Featured Slideshow Conflict with Slider Plugin
When I view source of your home page the code is there for two slideshow images etc… so the problem is the javascript that rotates the WordPress slider and allows clicking to the second image isn’t working.
For only the 1st …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Featured Thumbnails
Have you edited at least one post, added a Stallion Featured Thumbnail and ticked the Use In Featured Slideshow tick box? I ask because viewing source of your home page doesn’t show any featured posts in the code. Even if …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Slideshow Jquery Conflict
Viewing source of your home page and I see Jquery 1.7.2 which is clashing with Jquery min 1.7.1 that the Stallion slideshow uses.
Jquery 1.7.2 will be loaded by one of your plugins, don’t know which. You have two choices find …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Subscribe to Comments Reloaded Plugin SEO Damage
This is what I hate about using WordPress plugins, so much potential for SEO damage.
The “subscribe” without commenting link passes link benefit. This means every post with comments enabled has a link wasting link benefit.
The subscribe to pages has the …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Subscribe to Comments Reloaded Plugin
Forgot to update Gurken Subscribe to Comments Plugin (depreciated) to Subscribe to Comments Reloaded Plugin which works and has more features.
Disadvantages of running about 90 WordPress installs, easy to miss something important :-)
Also changed the email address to my Gmail …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
WordPress Featured Pages Slideshow
Including Pages in the Stallion Featured Posts Slideshow would require a fair amount of code changes, so not easy, I have no plans to include Pages in a future update.
If you must use Pages I’d look for a slideshow plugin.
You …
Continue Reading WordPress Responsive Slideshow
WordPress Image Slider
Stallion Featured Posts Slideshow
The Stallion Featured Posts Slideshow works with Posts only, so no option to use Pages.
That being said with all the built in features of Stallion there’s not a lot of difference between a Post and Page if you know what …
Continue Reading WordPress Responsive Slideshow