oik – oik information kit
The oik information kit WordPress plugin provides 8 blocks and over 80 advanced shortcodes for use on your website.
oik block shortcode and API server
The oik block, shortcode and API server enables you to document blocks, shortcodes and APIs for your plugins and themes.
Please set featured imageoik-fields – custom post type field APIs
Performant Application Programming Interface for entry and display of meta data for custom post types.
oik-plugins – WordPress plugins server
Deliver your FREE and Premium WordPress plugins from your own WordPress like plugin server.
How it works
Four shortcodes are used to create the result. [bw_jq .cycle method=cycle fx=fade script=cycle.all fit=1 width=”100%” ] Use the [bw_jq] shortcode to invoke some jQuery code. Invoke the method called cycle with parameter fx=fade on the CSS selector .cycle. The script file source is jquery.cycle.all.js Additional parameters ( fit=1 and width=”100%” ) help make the cycle responsive. If you adjust the window size then the cycling area also adjusts. [div class=”cycle”] Create a div with the CSS selector .cycle. Additionally we need some CSS to make sure that the container and images within it are responsive.
div.cycle { width: 100% !important; min-height: 300px !important;}
div.cycle img { max-width: 100% !important }
For more information
- bw_css – Add internal CSS styling
- bw_jq – Perform a jQuery method
- bw_pages – Display page thumbnails and excerpts as links
- div – start a <div> tag
- ediv – end a <div> with </div>
See also
hover to slideToggle source