iSlidex is a Wordpress slideshow plugin that will display images taken from posts in a specific category.
Completely automated once you set the number of slides you would like to feature, the size and the category from where iSlidex will pull the images from.
You can decide also whether to have nice semi-transparent captions, with the title of the post for each slide.
iSlidex comes with a widget, which can be set independently from the main slider, from the same settings page, however we do recommend the use of the plugin only inside big sidebars, in order to be displayed in the best way.
Every image is resized and cached automatically, and you dont have to worry about server load or manual image editing.
Also, we optimized the code for better SEO, so that every image has its alt and titles attributes and we have added compatibility with qTranslate plugin.
Islidex also comes with different slideshow themes to choose from!
Cross-browser compliant: Internet Explorer 7, Internet Explorer 8, FireFox 3+, Safari 4+, Chrome 4+, Opera 10+.
WordPress 3.1+ compatible.
NO!
iSlidex is specifically built only to display 1 image per each post from a set category, not all the images in 1 post. We are thiking about adding this in the future, no need to request it.
If you can’t make the plugin work, check out the Usage instructions and FAQ, ask in the forums so we can help you, instead of reporting it as broken.
If you have tried all the available solutions and/or you notice a bug, please contact us directly at info AT shambix.com
Credits to TutorialZine for the Apple slider.
Credits to Brian Reavis for Captify.
Credits to Tim McDaniels for TimThumb.
Credits to Dev7Studios for the Nivo slider.
Credits to ModularWeb for the Piecemaker 3D slider.
You can get the latest version also directly HERE
Shambix is a Design & Marketing Consulting firm.
We create all kind of plugin, template and widget for WordPress, among lots of other cool stuff for our clients.
This is a free plugin, so please be patient and kind, we will try to update it as much as we can.
We provide support for bugs but we don’t give any free support for individual customization, if you need some specific work done for your website, contact us and we will get back to you with a quote and timeframe.
If you have any special request, feel free to contact us at info AT shambix.com
ENJOY! 🙂
islidex
to the /wp-content/plugins/
directoryCopy and paste one of these codes inside your posts/pages, to display the slideshow:
[islidex]
(it will show on top of the post content)<?php show_islidex(); ?>
inside your templateThis function lets you add as many iSlidex as you want across your site, all with different settings, indipendent from this page settings or other iSlidex in your site.
Please remember that you can have max 3 iSlidex in the same page, but they can’t be of the same type (eg. you can have 1 Nivo widget + 1 Nivo standard + 1 custom Nivo, but you can’t have 2 custom Nivos or 2 standard Apple or 2 widgets with same style).
Copy and paste [islidex_custom cat=5 num=3 w=450 h=200 theme=1]
in your posts or pages. Remember to change the numbers depending on the values you prefer.
If you want to use it directly in the template code, use <?php show_customislidex(5,3,450,200,1);?>
.
The numbers 5, 3, 450, 200, 1 are only an example here, you must change them depending on the values you prefer.
These numbers represent, in order: cat
egory (where to get the posts from), max num
ber of posts/slides (to show in iSlidex), w
idth (of the slider), h
eight (of the slider), theme
(1 is Apple, 2 is Nivo, 3 is Piecemaker, 4 is Timeline).
Please replace the numbers with the settings you prefer, each time you want to add a new slider in a different location.
The paramater cat=
can take also multiple categories, separated by comma. Just type for example cat=3,5
.
If for some posts with several images, you want to set a specific image and/or thumb, add these custom fields: islidex_slide
and islidex_thumb
as the Field Name, and paste the image link as the Field Value.
If you want to change the look and feel of the themes, feel free to do it by uploading a file named islidex.css
inside your template folder.
You may want to add !important
in your CSS statements, as the pre-compiled CSS in iSlidex could override your custom ones sometimes.
Please bare in mind that this is a free plugin, that the time to work on it is limited and that we do our best anyway to give everybody a cool free plugin.
We can’t always add new features to the standard, custom and widget features of iSlidex altogether, sometimes we will have to improve only one of them or maybe two, and finish up in the next release.
We prefer to push small but important little updates and fixes rather than making you wait months for the smallest improvement.
So if something doesn’t work as you expected (eg. the custom iSlidex doesn’t still support the Greek theme) please don’t be upset or report the plugin as broken, either use another theme, or wait for an update or use another plugin.
Thanks for understanding.
Feel free to open a new thread in WordPress Forums with tag islidex
.
You can also leave a comment in the official plugin post on Shambix site.
Yes.
However you can still use islidex_slide
and islidex_thumb
with the full link to the image, to achieve the same purpose and to keep retrocompatibility.
Yes, using the custom iSlidex function (read above).
There could be 4 likely reasons:
* The images in your post are taken from another website, and in that case the script TimThumb that resizes and caches images for iSlidex will NOT render them (resulting in a red error cross or empty space) to prevent bandwith theft
* You did not upload that image from that post, but you are relinking it from another post. iSlidex specifically retrieves images that are attached/uploaded directly to/from a post, and not linked from somewhere else
* Make sure that the cache
folder in islidex->js plugin folder is writable, in case you are not sure set the cache
folder to permission 777
* Another plugin is messing with jQuery, try to deactivate your plugin one by one to see which one is causing the issue (Lightview gives a known conflict).
If you see all the images/slides across the page, it means that another plugin is interfering with iSlidex, either because of the CSS or the Javascript.
To make sure of this, please deactivate all plugins but iSlidex, flush the cache and reload the page, if you can see iSlidex now, please try to figure out which plugin is causing the issue and contact the author. We made iSlidex in a way so that it loads scripts ONLY when strictly needed, which is in the page/post it’s actually used, so that it wouldn’t conflict with other plugins, but of course if other authors have not done the same, or if you need two plugins to co-exist in the same page and they conflict, you will need to fix the specific issue on your own.
If it’s caused by the CSS, you can upload your own islidex.css
in your template folder, which will override all of iSlidex CSSs with your custom one.
Check your style.css and see if maybe the general rules for ul
and li
are not messing up the ones for iSlidex. It shouldn’t happen after v.1.6, but if it does, please report it in the forum. Always bear in mind that some themes for WordPress might affect iSlidex look, as well as other plugins you may have installed and that’s not something we can control or offer free support for.
Yes, you can have MAX 1 of each possible setups (standard, widget, custom), in the same page (so max 3 iSlidex per page, regardless the theme).
You can’t have 2 custom iSlidex in the same page, or 2 standard ones, or 2 widgets.
Because it requires more space than what you set in the options, to be visualized properly, and usually widgets don’t have that much space availability, therefore Piecemaker is disabled for widgets.
For now, the custom iSlidex will follow the standard one for what concernes effects, caption selection and linked slides options.
The reason is simple, this is a free plugin and we only have limited time to work on it.
In the next releases we might add more options.
However, not all options will be available, as for some themes this would require too many params in the shortcode/function, making it all quite complex for users to setup.
You can either edit the file inside the plugin folder /themes/piecemaker/islidex_piecemaker.css or upload your own islidex.css to your wordpress template folder.
*NEW! Added “Timeline” to themes