Giter Site home page Giter Site logo

joesz / exopite-multifilter-multi-sorter-wordpress-plugin Goto Github PK

View Code? Open in Web Editor NEW
21.0 3.0 15.0 4.05 MB

Display and/or sort/filter any page or post types by multiple taxonomies or terms (like post by categories and/or tags) with AJAX. Exopite multifilter, multi-sortable, multi selectable, multi filterable sortable Wordpress Plugin.

Home Page: https://www.joeszalai.org/exopite/multifilter/

License: GNU General Public License v3.0

PHP 30.71% CSS 23.10% JavaScript 46.19%
pagination filter shortcode taxonomies multiple-taxonomies infinite wordpress readmore bootstrap multi-sortable

exopite-multifilter-multi-sorter-wordpress-plugin's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

exopite-multifilter-multi-sorter-wordpress-plugin's Issues

Plugin won't load (Fatal error)

The plugin doesn't load because of an error in file public/class-exopite-multifilter-public.php at line 289

The issue is a misplaced parenthesis. The line is:

if ( ! empty( $args['video'] && ! empty( $video_url ) ) ) {

but should be:

if ( ! empty( $args['video'] ) && ! empty( $video_url ) ) {

URL results - update_paged="true" error

update_paged="true"

exopite-multifilter-public.min.js?ver=1600761467:1 Uncaught ReferenceError: changeBrowserUrl is not defined
at Object.success (exopite-multifilter-public.min.js?ver=1600761467:1)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at x (jquery.js?ver=1.12.4-wp:4)
at XMLHttpRequest.c (jquery.js?ver=1.12.4-wp:4)

Select/radio-buttons option?

Hi, Joe!

Great job developing this plugin. Keep it up!
I have three custom taxonomies. Tell me, can I somehow use single-choice filters separately from each other?
Please tell me how to implement something like the following:

1st taxonomy - Color (red OR green OR blue)
2nd taxonomy - Shape (square OR triangle OR circle)
3rd taxonomy - Size (small OR medium OR large)
So it will be three groups of select-box or radio-buttons or something.

Can you tell in which direction to think?

This isn't working.

Latest version on Wordpress 5.2.2

Its not working. I thoroughly read the documentation but nothing. Eventually the plugin stopped showing up in the wordpress plugin page. I uploaded the: exopite-multifilter folder from the downloaded zip file. Currently looking at your code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.