Filter is not working.
-
Nice plugin. But filter is not working.
-
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.
And there is the tag
at the top of the gallery.Please send me a link to the page where you’re having the issues.
http://photokulinar.com/literatura/
pass: 123Can 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.Sorry, I cant send login/pass.
But I can share screeshots. For example, plugin settings: https://imgur.com/a/onie5
Maybe something else?
Please screenshot the page editor that you have the plugin shortcode on.
What theme are you using? If its a free publicly available theme I can install it and test it myself.
Editor: http://i.imgur.com/nsNmImG.png
Theme is free. Link: https://dropmefiles.com/GySn7It’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.
Got it figured out. The theme is missing a function in
footer.php. Many plugins requirewp_footer()to be included infooter.php. My plugin is one of them. You can read about the function in the WordPress Codex. My plugin enqueues its script inthe footer viawp_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.phpfile 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.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.
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".
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!
OK, thanks! I gave you five stars. Good luck!
The topic ‘Filter is not working.’ is closed to new replies.