Need to filter custom products by product name
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Ayaz on January 22, 2020, 14:03I have added Product Name filter in Catalog Product Page https://exelint.com/newsite/catalog/ here you can see filters in sidebar.
In the sidebar, you will see "Product Name" in filters.. when you search with product name it gives some weird result in page.. here is the screenshot. http://prntscr.com/qr8gfc if you will see image tag breaks when we filter with Product Name.
Please help me to fix this issue.
I have added Product Name filter in Catalog Product Page https://exelint.com/newsite/catalog/ here you can see filters in sidebar.
In the sidebar, you will see"Product Name" in filters.. when you search with product name it gives some weird result in page.. here is the screenshot. http://prntscr.com/qr8gfc if you will see image tag breaks when we filter with Product Name.
Please help me to fix this issue.
Quote from Pablo Borysenco on January 23, 2020, 11:38Hello
Try in file - \plugins\meta-data-filter\index.php add code - https://c2n.me/45DE2Vg.png
return $title;
Please do test.
Hello
Try in file - \plugins\meta-data-filter\index.php add code - https://c2n.me/45DE2Vg.png
return $title;
Please do test.
Quote from Ayaz on January 23, 2020, 12:51Thanks, Now product name filter is working.. but there is one issue now.
I have custom link to each Catalog product which leads to Product Landing page..
Here is URL screenshot before filter... http://prntscr.com/qrpl7e
After Product Name filter it changed http://prntscr.com/qrpmqr .. This is wrog URL I need default URL.
There is also one more thing.. page get's reload after filter, can we make it 100% ajax based without page reload?
And Can I show some banners before filter? similar how this website do. https://www.macys.com/shop/womens-clothing?id=118&cm_sp=us_hdr-_-women-_-118_women
I want to show some banners when we load to this page https://exelint.com/newsite/catalog/ and when user filter it shows the catalog product result how we doing now.
Thanks.
Thanks, Now product name filter is working.. but there is one issue now.
I have custom link to each Catalog product which leads to Product Landing page..
Here is URL screenshot before filter... http://prntscr.com/qrpl7e
After Product Name filter it changed http://prntscr.com/qrpmqr .. This is wrog URL I need default URL.
There is also one more thing.. page get's reload after filter, can we make it 100% ajax based without page reload?
And Can I show some banners before filter? similar how this website do. https://www.macys.com/shop/womens-clothing?id=118&cm_sp=us_hdr-_-women-_-118_women
I want to show some banners when we load to this page https://exelint.com/newsite/catalog/ and when user filter it shows the catalog product result how we doing now.
Thanks.
Quote from Pablo Borysenco on January 24, 2020, 11:46Hello
After Product Name filter it changed http://prntscr.com/qrpmqr .. This is wrog URL - It is independent of the filter. It only depends on your template.
can we make it 100% ajax based without page reload? - Yes! Watch video please - https://wp-filter.com/video-tutorials#video_1293
And Can I show some banners before filter? - It only depends on your template.
Hello
After Product Name filter it changed http://prntscr.com/qrpmqr .. This is wrog URL - It is independent of the filter. It only depends on your template.
can we make it 100% ajax based without page reload? - Yes! Watch video please - https://wp-filter.com/video-tutorials#video_1293
And Can I show some banners before filter? - It only depends on your template.
Quote from Ayaz on January 24, 2020, 12:09so I can do setting in template for that to show banner before filter? is there any variable which I can use to give condition...
if($filter === 1) or something so I can use it?
so I can do setting in template for that to show banner before filter? is there any variable which I can use to give condition...
if($filter === 1) or something so I can use it?
Quote from Pablo Borysenco on January 27, 2020, 11:51Hello
This has nothing to do with my plugin! Contact current theme support.
Find the template file in the theme and paste your custom HTML. To show banner only on this page: use if(is_page(2200))
But it looks like this is a custom page. Just insert a banner in the content
Maybe I didn’t understand you correctly
Hello
This has nothing to do with my plugin! Contact current theme support.
Find the template file in the theme and paste your custom HTML. To show banner only on this page: use if(is_page(2200))
But it looks like this is a custom page. Just insert a banner in the content
Maybe I didn’t understand you correctly