Forums Forums Search & Filter Pro Set slug problem

Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Anonymous
    #54805

    I added a filter bar. It’s looking in subfields. But how do i set my slug properly in the plugin? example.com/car/ford150 this is my product page for example.
    Thx.

    Trevor
    #54809

    I do not understand what you are trying to do?

    Anonymous
    #54811

    I’am trying to add a filter to a every product i have in the website.
    I want to give up the right slug in my filter for link in the backend i guess.

    Example products slug:
    example.com/car/ford100
    example.com/car/ford200
    example.com/car/ford300

    The Shortcode i added to the single page and is working. But the filter doesn’t work.
    I hope it is clear, please let me know.

    Trevor
    #54813

    You want the S&F to detect the correct car? e.g. ford100? The form must have the car in and the settings must be set to autodetect.

    Anonymous
    #54832

    I try to explain my situation step by step:

    – Step 1 I got an overview from cars with an other search and filter bar. It works great.

    – Step 2 When i click on a car i got a summary of details from the selected car.
    Below this content, is a summary with car deals(Custom post type). Above the deals i put a filter.
    I copy most of it from result.php.

    – Step 3 The problem is i load the content with ajax. But my slug isn’t good.( http://leasechecker.convidenthost.nl/auto/<?php get_slug ?> ). I talk about the slug field option in your plugin. There is my problem i think. Can you help me with this?

    Thanks again

    Trevor
    #54833

    mmmm. This is clearly me not getting this 🙁 Which is frustrating for you, my apologies.

    Maybe we can talk and you can show me? Maybe Skype video conference?

    Anonymous
    #54836

    When I’m on a single car (Dutch word is ‘auto’) page (http://leasechecker.convidenthost.nl/auto/audi-a2 for example), the filter doesn’t work correctly (I’ve filtered on ‘Budget’ for example).

    Underneath the pictures there are several results, with a couple of attributes. When you’re filtering, the results always will be zero. I think the problem is caused by the slug or something. Tomorrow we’ll be able to Skype if that’s necessary.

    Trevor
    #54853

    I think I see the problem. You want it to filter within the category and stay on the same page, yes? At this time, that is not possible. But, you can emulate it, but the url will have the root of http://leasechecker.convidenthost.nl/auto/

    Instead of going to:

    http://leasechecker.convidenthost.nl/auto/audi-a2 you would have to have
    http://leasechecker.convidenthost.nl/auto/?_sfm_model=audi-a2 or something like that, and the filter must have the car model in it, even if you use css to hide the field.

    If I have understood you. We are working on this feature you want, but it is not yet ready.

    Anonymous
    #55191

    Is there no other way? http://leasechecker.convidenthost.nl/auto/audi-a2 We prefer this kind of slug. Is it possible too build it with php code, i don’t no if you have an example like result.php? Thanks

    Trevor
    #55200

    At this time, that is how it is.

Viewing 10 posts - 1 through 10 (of 10 total)