A multi-purpose responsive slider that supports custom post types and responsive themes.
Showcase your existing content in a rotating slider or multi-image carousel that fits the user’s display. Easily customizable, supporting default and custom post types with or without images. Use a shortcode or widget to display your content.
Documentation can be found here
This plugin does not create a dedicated “Slide” Custom Post Type. There are plenty of plugins in the WordPress repository for that purpose. I recommend Meteor Slides
You can download and install Arconix FlexSlider using the built in WordPress plugin installer. If you download the plugin manually, make sure the files are uploaded to /wp-content/plugins/arconix-flexslider/
.
Activate Arconix-FlexSlider in the “Plugins” admin panel using the “Activate” link.
[ac-flexslider]
on a post, page or other area<?php echo do_shortcode( "[ac-flexslider]" ); ?>
in the desired page templateWith no 2 themes exactly alike, it’s extremely difficult to style a plugin that seamlessly integrates without issue. That’s why the plugin was made so flexible — Tighter integration between your theme and the flexslider can be achieved by copying includes/css/arconix-flexslider.css
to the root of your theme folder. The plugin will load that file instead, keeping your changes safe on upgrades.
This plugin uses Owl Carousel slider. While this plugin doesn’t currently have built-in support for all the options supported by Owl Carousel, knowledgeable users will be able to implement nearly any option they’d like.
Most changes can be achieved by copying includes/js/arconix-flexslider.js
to the root of your theme folder and then making any modifications there. That file will be loaded in place of the plugin default and will keep your changes safe on upgrade.
Responsive design is in essence designing a website to cater to the dimensions of the user’s device. It has become very popular with the proliferation of web-enabled smartphones and tablets.
Absolutely not. The slider will conform to the dimensions provided to it
That’s fantastic! Feel free to submit a pull request over at Github, or you can contact me through Twitter, Facebook or my Website.
link_image
value now honored correctlyThis version represents a significant rewrite of the plugin including a completely different slider script. Best efforts were made to maintain as much backwards compatibility as possible, however some filter names and functions have changed, therefore it is highly recommended that existing users who’ve made modifications test this update on a local host or staging environment before deploying to a live environment.