Closed IllusionMini closed 2 months ago
The plugin works in its own context and does not take into account the work of third-party plugins (GeoTargetingWP)
Okay. I solved the problem by creating multiple filters as per requirement.
One more thing I wanted to ask is that can I change only the price filter layout. Now I'm using a scrolling dropdown filter layout but I want the only price filter in range format. Is there any way to change a specific filter? By using code or anything else?
On Sat, Aug 31, 2024 at 5:03 PM YMC @.***> wrote:
The plugin works in its own context and does not take into account the work of third-party plugins (GeoTargetingWP)
— Reply to this email directly, view it on GitHub https://github.com/YMC-22/smart-filter/issues/33#issuecomment-2322869039, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKVUZDI4R457LKLSUNCIJXTZUGSZFAVCNFSM6AAAAABNL4FOW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRSHA3DSMBTHE . You are receiving this because you authored the thread.Message ID: @.***>
The plugin does not currently support this type of filter. You can custom implement it using all the tools and API of our plugin.
Okay. Thank you...
On Thu, Sep 5, 2024 at 12:06 PM YMC @.***> wrote:
The plugin does not currently support this type of filter. You can custom implement it using all the tools and API of our plugin.
— Reply to this email directly, view it on GitHub https://github.com/YMC-22/smart-filter/issues/33#issuecomment-2330715294, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKVUZDPZTZ4FVHSGNRE6X4DZU73XNAVCNFSM6AAAAABNL4FOW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMZQG4YTKMRZGQ . You are receiving this because you authored the thread.Message ID: @.***>
My posts are coming through filter and grid plugin. Do this plugin supports third-party plugin like GeoTargetingWp?
I'm using the plugin GeoTargetingWP in my website. But I'm facing a issue regarding Posts.
I want to show particular posts in particular country or regions. There are options to select 'Show in' and 'Never show in'. When I select 'Never show in' and select particular country. The post contents get hide but the post containing the area/whitespace remains their as it is (looks like blank box without content).
Filter and grid plugin doesn't remove/hide the restricted post. Why?