Grzegorz Pisarski
Forum Replies Created
-
Forum: Plugins
In reply to: [FullScreen AJAX Loader] Trigger on non ajax on click eventI’m not sure that displaying loader after click on each link is a good solution. What do you think about setting field where you can put css selectors for click tirggers?
That’s great, thank you for your update ??
I’ve installed Search Filter Pro and Fast Velocity Minify and everything works on my local site. I think there is some conflict between Ajax Loader and your environment, I will try to solve this issue after the weekend.
I’ve made another small fix, please try again development version, but ensure that your site uses the newest version of plugins scripts. I can see that you use some plugin to merge scripts into one file and it also has some caching functionality so currently, your site stile uses a script from version 1.2, not dev version.
What should I do to see the error on your page?
Ok, so we need plugin files to test it locally.
At the end of Advanced Plugin Page you have a select and download button ??
@teeboy4real thank you for your information, can you try development version? I’ve made some adjustments but want to know if they work for you before a stable version update.
Forum: Developing with WordPress
In reply to: Search between two newmeric values with a custom post typeHello,
try to cast your values types (from $_GET) to int, eg.
$low = intval($_GET['price_low']); $high = intval($_GET['price_high']);
Also you always should filter data for security reasons.
- This reply was modified 7 years, 5 months ago by Grzegorz Pisarski.