• Hello, this is a very cool plugin, but i have one question. How can i customize list of search result, can i do this on my template code? Thx.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author websupporter

    (@websupporter)

    Hi poltorrr,
    first of all thanks a lot ??

    What do you want to customize exactly?

    Thread Starter poltorrr

    (@poltorrr)

    I have template with a design of product list, and i want that search result have a same design, with my tags, classes.

    Plugin Author websupporter

    (@websupporter)

    Well, you need some CSS knowledge to achieve this. You can use the custom css box to add your CSS code.

    You can use of course HTML in the template editor, so you can add classes there to style them.

    The single result-elements are <li>-elements which can be addressed by using

    sf-result > li

    Thread Starter poltorrr

    (@poltorrr)

    Well, this is exactly my question about.) Do i can replace “sf-result > li” with my own code, or not? I have CSS and PHP knowledge.

    Plugin Author websupporter

    (@websupporter)

    ^^

    I would suggest to add just your custom CSS in the box, which you can find in the tab Layout>Custom CSS. But this depends on your project. If you need to go into the code, have a look into the includes/shortcode.php and ajax.php

    Thread Starter poltorrr

    (@poltorrr)

    Thanks for the quick response)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Customize list of result’ is closed to new replies.