• Resolved Taina Demers

    (@demers508)


    Hi,

    I just tried your plugin, I saw you said your plugin can customize the layout, which I can use my current template.

    I’m wondering if I can use something like, add more detail (because I’m selling customization product and it has the custom meta_key.

    So, at the search result page, can I customize my search result? If yes, how?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Taina Demers

    (@demers508)

    Also,

    Can I display the search form in the sidebar? I mean, widget?

    I have tried to add the search form that I created, but no use. It just show me the shortcode text, weird!

    Plugin Author catsplugins

    (@catsplugins)

    Hi Taina,

    1/ To edit the search result template, please follow this instruction

    – Go to edit your search form
    – Select “Styling result” tab
    – At the option “Select a template”, it’s a dropdown, please select the result you want to show
    – After select, it will get the template source code
    – And there, at the source code, you can add your custom search result template or anything you want.

    2/ To display the shortcode Widget

    It seems that your theme doesn’t support shortcode in the widget, so, use this snippet, paste to your functions.php file, in the current theme you’re using, it will work.

    add_filter('widget_text', 'do_shortcode');

    Hope that helps!

    Plugin Author catsplugins

    (@catsplugins)

    If you have anything else need to be supported, I’m available for now, I can support you via live chat.

    Cheers!

    Plugin Author catsplugins

    (@catsplugins)

    Hello,

    I will consider this question is resolved and I will close this question!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I customize the template?’ is closed to new replies.