• Hi! We recently purchased the Pro version and are using a combination of global FAQs and product-specific FAQs. However, we can’t find a way to sort them. We would like to display the global, more general information at the end of the list.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Optemiz

    (@optemiz)

    @kristoffer132

    Thanks to inform us the point. As you are using both the Global and Specific FAQs together and Global FAQs are coming first. You want Global FAQs at last.

    We decided to add an option, may be a checkbox or select item. With it you can select Global FAQs display first and Global FAQs display last like that.

    We are going to add the feature and make a new release in the next 48 hours. As soon as we release it, we will inform you.

    Thanks
    Optemiz Support

    Thread Starter kristoffer132

    (@kristoffer132)

    Wow perfect, thanks!!

    Another question, is it possible to create multiple FAQ lists? We are currently using this for common questions and answers but would like to use the same function to add, for example, active ingredients for the products and then use a different shortcode to show this in another tab.

    https://likami.se/sv/produkter/likami-core/facial/facial-toner/

    See the “Inneh?ll” and “FAQ” tabs for live examples. We would love to make the active ingredients clickable like FAQs and list all ingrediens as a separate list.

    Shortcode structure

    [ffw_template_xx id=20] for product tabs
    [ffw_template_xx] for separate full page list

    Or could we use different tags or categories for this and use:

    [ffw_template cat=faq id=20] for product FAQ tabs
    [ffw_template cat=faq] for separate full page FAQ list

    [ffw_template cat=ingredients id=20] for product Ingredients tabs
    [ffw_template cat=ingredients] for separate full page Ingredients list

    • This reply was modified 4 months, 3 weeks ago by kristoffer132.
    Thread Starter kristoffer132

    (@kristoffer132)

    PS. Tips, maybe you should add this code under the section shortcode:

    function get_prod_faq_shortcode() {
    global $product;
    $id = $product->get_id();
    return do_shortcode( ‘[ffw_template template=1 id=”‘ . $id . ‘”]’);
    }
    add_shortcode( ‘prod_faq_shortcode’, ‘get_prod_faq_shortcode’ );

    Then the user easy can add this shortcode anywhere on the product page : [prod_faq_shortcode]

    Plugin Author Optemiz

    (@optemiz)

    @kristoffer132

    Thanks for the second query about seperate shortcode for the same product feature.

    We have a shortcode like below

    [ffw_template template=1]

    Here, you do not need to provide product id. If you want to show the faqs anywhere in the product page.

    You just need to code do_action for the specific area where you want to show the faqs separately.

    Also, category support is not currently available with the shortcodes, we are going to release it very soon.

    Now, you can share us, a staging site and tell us where you want to display your separate faqs. Our developer will help you to display by the dynamic codes.

    Thanks
    Optemiz Support

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.