Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author AndyWarren

    (@awarren)

    Please elaborate some so I can try to help you or fix any bugs in the plugin. What exactly is happening? Can you show me a page where you’re experiencing the issue? Thanks, and I’ll watch for your reply.

    Thread Starter photokulinar

    (@photokulinar)

    And there is the tag at the top of the gallery.

    Plugin Author AndyWarren

    (@awarren)

    Please send me a link to the page where you’re having the issues.

    Thread Starter photokulinar

    (@photokulinar)

    Plugin Author AndyWarren

    (@awarren)

    Can you send me a login to the WordPress backend? You can email it here.

    The <code> tags are not being output by the plugin though, I believe something in your theme is doing that. The Simple Sorter plugin does not have a single <code> tag in any code that would render on the frontend of the site.

    You also do have a JS error on the page: TypeError: x.easing[this.easing] is not a function. This could be causing the plugin to not work correctly, but I’d like to log in and take a look at how you are using the plugin, so please send me a login to the WordPress install.

    Thread Starter photokulinar

    (@photokulinar)

    Sorry, I cant send login/pass.

    But I can share screeshots. For example, plugin settings: https://imgur.com/a/onie5

    Maybe something else?

    Plugin Author AndyWarren

    (@awarren)

    Please screenshot the page editor that you have the plugin shortcode on.

    Plugin Author AndyWarren

    (@awarren)

    What theme are you using? If its a free publicly available theme I can install it and test it myself.

    Thread Starter photokulinar

    (@photokulinar)

    Plugin Author AndyWarren

    (@awarren)

    It’s definitely an issue with the theme. Have a look here: build.andywarren1.com/simple-sorter.

    I will see if I can figure out the issue today and reply again as soon as I do.

    Plugin Author AndyWarren

    (@awarren)

    Got it figured out. The theme is missing a function in footer.php. Many plugins require wp_footer() to be included in footer.php. My plugin is one of them. You can read about the function in the WordPress Codex. My plugin enqueues its script inthe footer via wp_footer(), so if that is gone from the theme then the jQuery will not be loaded. I very rarely see a theme without this, so this theme is definitely outdated. It was released over 6 years ago and probably hasn’t been updated.

    You can open your footer.php file and place this: <?php wp_footer(); ?> right before the closing </body>. This should fix the issue for you.

    This will not fix the random <code> tag that you see, as I have no idea where that is coming from, but can assure you its not from the Simple Sorter plugin. Let me know if you have any other issues with it.

    Plugin Author AndyWarren

    (@awarren)

    I’m reverting my example link back to the original theme now that I have tested with yours and corrected the issue with your theme. If I don’t hear back in a day or so I’ll mark this as resolved.

    Thread Starter photokulinar

    (@photokulinar)

    All good.

    Filter is working. But I still try to customize it through css.

    Tag added by WordPress page editor in visual mode. WP probably took it from the clipboard when I copied the code in the admin. I corrected in the text mode, it worked.

    Thank you very much for your help.

    There are two proposals that I would like to see this plugin.

    1) The title in hover and 2) the ability to specify an external link on "Read more".

    Plugin Author AndyWarren

    (@awarren)

    Awesome, glad its working for you now.

    I will attempt to add the features you requested, but not sure exactly when I can get to it. Watch for a plugin update over the next couple weeks and I’ll see if I can get it added in.

    Marking thread as resolved!

    Thread Starter photokulinar

    (@photokulinar)

    OK, thanks! I gave you five stars. Good luck!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Filter is not working.’ is closed to new replies.