This topic has 1 reply, 2 voices, and was last updated 10 years by SQadmin.

  • Author
  • #7036
     carver67
    Participant

    Hi there,

    Couple of questions:

    1) Is there a way to automatically upgrade membership level based on the amount of product reviews submitted. All membership levels would be free and rather than membership, used as a reputation system based on reviews.

    2) Is there any way I can alter the search form on the homepage from searching through members to searching woocommerce products by tags?

    3) adding woocommerce shortcode for recent products to the homepage will only show 3 columns regardless of the shortcode [recent_products per_page=”5″ columns=”5″ orderby=”date” order=”desc”] any idea how to change this?

    Great theme by the way!

    #7146
     SQadmin
    Keymaster

    Hello,
    1. There isn’t something like that included. You will need to develop yourself the functionality
    2. The form searches only in profile fields
    3. You can add this css to Sweetdate – Styling options – Quick css to change how many to display one one row:

    COPY CODE
    
    .article-content .woocommerce ul.products li.product {
        width: 25%;
    }
    

    The above code will make 4 products on one row. Adjust the width to match your needs.

    Thank you

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?