Gallery Slice
The standard gallery in WordPress has one limitation — it always shows all the pictures in the gallery. I know there are alternative galleries available, which support pagination, but I never thought this is a good approach. The reader never wants to see n-th page of the gallery — if the first page got his attention, then he wants to see all of the rest, not split into pages anymore. At least, this is how I see it. So, if you run a blog, on which you publish huge galleries with many many many pictures, maybe you want to show only preview of the gallery on archive pages (homepage, categories, archives etc.), so the individual posts are not too long. The gallery-preview then contains a link, which loads the rest of the gallery if the reader wishes so, via Ajax. Well, this plugin brings exactly that, all with standard WordPress gallery. Single posts are untouched, they still show full galleries, at least for now. You can reach similar functionality just by creating two galleries and putting the tag in between them — and the archive page shows only the first gallery, while single post shows the whole gallery. But, this plugin has several advantages: it can be set and forget, and then the plugin automatically applies it for every post/gallery published. If the gallery is followed by another text, then this text is still displayed on the archives page. Loading of the rest of gallery is handled by Ajax (with fallback to single-post URL if Ajax fails). In options, you specify two values: first one threshold — amount of images, if the gallery exceeds this many, it is sliced into a preview. This is the second value, how many images should be shown in a preview. This allows to have 2 different values for that, e.g. 9 images for preview, but 12 images for threshold, which makes some flexibility, that if the gallery is 10 images big, then it is not shortening by jsut one image. Anyway, you can also specify the same values, if you wish. These two values are specified on three levels: global (per blog), per post and per gallery tag. You can also specify not to slice a gallery in specific post, resp. not to slice a specific gallery. Plugin supports several lightbox implementations. License WTFPL License 2.0 applies DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO. ToDo's * enable plugin to work in opposite manner - do not automatically slice down galleries, but only on posts / tags where the downto attr is set * re-check WP-Minify on possibility to use the compiled JS files (internal) * enable slicing w/ Ajax loading on single posts
Top keywords
- gallery16×3.14%
- galleries5×0.98%
- images5×0.98%
- license5×0.98%
- many5×0.98%
- ajax4×0.79%
- page4×0.79%
- post4×0.79%
- posts4×0.79%
- preview4×0.79%
- values4×0.79%
- want4×0.79%
Rate Star Review Vote – AJAX Reviews, Votes, Star Ratings
Enhance your WordPress site with the Rate Star Review plugin, enabling users to leave star ratings and detailed reviews for any type of content. This robust plugin supports multiple rating dimensions per post, vote buttons, AJAX updates for seamless user experience, and integrates customizable review types by content. Ideal for content creators aiming to improve interaction and obtain feedback, it also features integration options for monetizing votes, making it perfect for contests and premium content strategies. Benefits Flexible Review System: Allow users to rate, vote, review any type of content including posts, pages, and custom post types. AJAX Functionality: Reviews, ratings, votes (likes) update dynamically without page reloads, offering a smooth user experience. Customizable Star Ratings: Choose from various scales (e.g., 3, 5, 10 stars) to suit different review contexts. Multiple Content Dimensions: Support for reviewing multiple aspects of a single item, such as different features or performance metrics. Monetization of Reviews: Integrate with the MicroPayments Plugin to enable paid votes (likes), adding a revenue stream. Comprehensive Shortcodes: Easily embed review forms and ratings on any page using customizable shortcodes. Live Updates: Review lists and average ratings update live on the page as users submit their feedback. Category-Specific Ratings: Manage and display ratings by category for targeted insights and contest management. Enhanced User Engagement: Encourage community interaction by allowing users to express their opinions and participate in reviews. Skin in the Game: Monetize user participation in contests and premium content by requiring paid votes. Key Features Star Ratings, Review Title and Text Content AJAX review and lists (no page reload required) Unlimited review types associated by content type, content id, post id Update review (after adding review, it can be updated anytime with same form) Ratings by category (rate and also get stats by category) Shortcodes to add review, list reviews, display ratings Separately review multiple aspects and content type for an item Live update of review list on same page when adding, updating review Updates and can display average rating per post (meta) Custom maximum stars (ex: 3, 5, 10 stars) Configure post types to include reviews for (post, page) Vote and vote count per post, for specific categories (i.e. for contests like Top Summer Videos) Integrates APF Optimizer for speed and resources on AJAX requests: Filter plugins allowed to run on specific pages Integrates with MicroPayments Plugin to support paid votes on selected categories, introduce skin in the game for contests and premium content Bundles only the Fomantic UI runtime subset used by this plugin, including required font assets Privacy setting to optionally show recent voter display names in frontend vote metadata; disabled by default Review moderation setting to save reviews as pending and approve them from the Reviews admin section Optional review role allowlist to restrict review writing to specific WordPress roles, in addition to user capability to read content Dependencies WordPress bundled jQuery for frontend AJAX and rating initialization Optional: MicroPayments for paid voting flows Third-Party Libraries Fomantic UI 2.9.4 component subset, MIT License, bundled locally in scripts/semantic/ Recommended for use with these solutions Paid VideoChat Broadcast Live Video Video Share VOD Picture Gallery – Picture Gallery – Frontend Image Uploads, AJAX Photo List. Shortcodes [videowhisper_review post_id=”” content_type=”” content_id=”” rating_max=”5″ id=”” update_id=””] Shows form to add and update review for specific post and content. AJAX based. Can also update reviews list if on same page. [videowhisper_reviews post_id=”” show_average=”1″ content_type=”” content_id=”” id=””] Lists reviews for specific content (by post,content). At least post_id or content_id must be specified. AJAX based. [videowhisper_rating post_id=”” rating_max=”5″] Displays average rating for a post (average of all ratings for that post). Post Metas Updates these meta valuate when rating posts: – rateStarReview_rating = average rating normalized as value between 0 and 1 (multiply with maximum to display) – rateStarReview_ratingNumber = number of reviews – rateStarReview_ratingPoints = sum of normalized ratings for easy sorting popular items (rating * ratingPoints) Rating by category will update those for each rated category as: – rateStarReview_rating_category$id – rateStarReview_ratingNumber_category$id – rateStarReview_ratingPoints_category$id How to use this? In example, if you have a post presenting an electronic product and want site members to be able to review and rate separately different aspects like Features and Performance these can be content types. A review form for each content type can be setup: [videowhisper_review content_type=”Features” post_id=”1″] [videowhisper_review content_type=”Performance” post_id=”1″] Then to show all reviews for that item, you can use [videowhisper_reviews post_id=”1″] . Another example, if an article is about a book with 2 parts, you can also use content_id to allow users to post a review for each part for each aspect (like Utility, Clarity). [videowhisper_review content_type=”Utility for Part” content_id=”1″ post_id=”1″] [videowhisper_review content_type=”Utility for Part” content_id=”2″ post_id=”1″] [videowhisper_review content_type=”Clarity for Part” content_id=”1″ post_id=”1″] [videowhisper_review content_type=”Clarity for Part” content_id=”2″ post_id=”1″] Then list all reviews for all parts, [videowhisper_reviews post_id=”1″] or just for an aspect or part.