[oik] plugins.com

WordPress plugins and themes

  • Home
  • About
    • lazy shortcodes
    • smart shortcodes
    • oik base plugin
      • oik – donate
      • oik PayPal buttons
      • oik installation
      • oik Button Shortcode button
      • oik changelog
      • oik FAQ
      • oik plugins on SVN
      • oik plugins on GitHub
  • Plugins
    • oik base plugin
    • FREE oik plugins
    • WordPress plugins
    • Premium oik plugins
    • Bespoke oik plugins
  • Shortcodes
    • Shortcode examples
  • Blocks
    • Block examples
  • APIs
    • ALL action and filter hooks
  • Blog

bw_cycle vertical scrolling with CSS arrows

This example displays 3 posts in the News category with the Prev and Next links displayed as arrows using CSS styling.

[bw_cycle post_type=post category_name=news fx=scrollVert numberposts=3 class=sv fit=0 prevnext=y orderby=date order=desc]
 
PrevNext

Pagination not working in WordPress 4.4

Pagination not working in WordPress 4.4
The oik base plugin provides a set of shortcodes where the output can be paginated. After upgrading to WordPress 4.4 we noticed that, even though the pagination links were correct, the content being displayed was always for the first page.

read more

Swapping oik-plugins.com and oik-plugins.biz

Some time in the near future, when the nameserver updates to oik-plugins.com have taken effect, the primary domain on SiteGround hosting for oik-plugins will be changed from oik-plugins.biz to oik-plugins.com. There may be a disruption of service while this happens as it’s necessary to unpark the oik-plugins.com domain prior to making the switch.

read more

oik-plugins.com has moved to SiteGround

oik-plugins.com has moved to SiteGround
In recent months, we’ve been running multiple versions of the oik-plugins website on different hosting companies. Today, we’ve bitten the bullet and have transferred the hosting from Tentahost to SiteGround.

read more

Here the prev (up) and next (down) arrows are created using CSS borders.

span.sv_prev a {        width: 0;       height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #444;
        float: left;
 text-indent: -9999px;
}
span.sv_next a { width: 0; height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #444;
        float: left;
text-indent: -9999px;
}
 

Published: February 18, 2014 | Last updated: February 18, 2014

Information

Shortcode: bw_cycle – Display pages using jQuery cycle
Letters:

Syntax

Syntax

[bw_cycle
fx="fade| blindX| blindY| blindZ| cover| curtainX| curtainY| fade| fadeZoom| growX| growY| none| scrollUp| scrollDown| scrollLeft| scrollRight| scrollHorz| scrollVert| shuffle| slideX| slideY| toss| turnUp| turnDown| turnLeft| turnRight| uncover| wipe| zoom| - Cycle transition effects"
class="| class names - CSS class names"
fit="1| 0 - Fit parameter. Use fit=0 with fx=scrollVert|scrollHorz"
prevnext="| y - Display Prev and Next links"
numberposts="5| numeric - number to return"
offset="0| numeric - offset from which to start"
category="| category ID - numeric ID of the post category"
category_name="| category-slug - category slugs (comma separated)"
customcategoryname="| category-slug - custom category slug"
orderby="date| ID| title| parent| rand| menu_order - Sort sequence"
order="DESC| ASC - Sort order."
include="| id1,id2 - IDs to include"
exclude="| id1,id2 - IDs to exclude"
meta_key="| meta key - post metadata key"
meta_value="| meta value - post metadata value"
post_type="| page| post| attachment| custom post type - Content type to display"
post_mime_type="| image| application| text| video| mime type - Attached media MIME type"
post_parent="| ID - Parent ID to use if not current post"
post_status="| publish| inherit| pending| draft| auto-draft| future| private| trash| any - Post status"
id="| id1,id2 - IDs of posts to display"
posts_per_page="| numeric| . - Number of posts per page. Use '.' for current value 15"
format="| format - field format string"
read_more="| ''| string - text for read more button"]

Other examples

  • bw_cycle – How to display a cycling list of latest plugins
  • bw_cycle example for child pages
  • bw_cycle fx=scrollVert
  • bw_cycle of attached images
  • Example: bw_cycle – to create a cycle of attached images

Plugins

  • All Plugins
  • oik base plugin
  • FREE oik plugins
  • WordPress plugins
  • Premium oik plugins

Themes

  • FREE themes
  • Bespoke themes
  • Premium themes

Blocks

  • All Blocks
  • Block examples
  • About Blocks

Shortcodes

  • All Shortcodes
  • Shortcode examples
  • About Shortcodes

Reference

  • About APIs
  • All APIs
  • All Classes
  • All Files
  • All Hooks

Support

  • Contact
  • Cookies policy
  • Get API key
  • Privacy
  • Request support
  • Sitemap
  • Stay informed
  • Terms and Conditions
oik-plugins
Email: oikplug@oik-plugins.com

Weight shipping plugins

Find out which cart weight shipping plugin you need for your WooCommerce site.
Which cart weight based plugin do I need?

Site:  www.oik-plugins.com
© Copyright oik-plugins 2011-2023. All rights reserved.


Website designed and developed by Herb Miller of Bobbing Wide
Proudly powered by WordPress and oik-plugins
WordPress 6.1.1. PHP: 7.4.33. Memory limit: 768M