[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

David.C

Support
  • Posts

    7,498
  • Joined

  • Last visited

Posts posted by David.C

  1. Hello,

    1. Sure! You can use the shortcode [wp_review_total id="123"] or [wp_review_visitor_rating id="123"] for author ratings and user ratings respectively; replace 123 with the page ID of each school.

    2. Unfortunately, we currently do not support this feature.

    3. WP Review Pro comes with a widget which you can insert to your sidebar.

    4. Visitor ratings can be limited to registered users only in Settings >WP Review Pro. The plugin only allows one vote per WordPress user (or per IP if anonymous votes are allowed).

    Thank you

  2. Hello,

     

    When you create a custom post type for albums, WP Review Pro will automatically add the metabox for you to add your review which gets displayed below the custom post type's content so you don't have to use a shortcode just like a regular post. if you prefer to use a shortcode, simply visit Settings > WP Review Pro > Defaults and set the "Review Location" location to "Custom". You can then use the shortcode

    [wp_review]
    to show the Review Box.

     

    Thank you

  3. Hello,

     

    1. Correct. WP Testimonials implements the "Review" schema for search engines to display as rich snippets.

    2. Yes. Testimonials are inserted into the wp_posts table with post_type set to "mts_testimonials".

    3. No new users are created by the plugin whenever a testimonial is created.

    4. The plugin does not offer this functionality but you can leverage a plugin such as Social Media Auto Publish to achieve this by simply selecting the "mts_testimonials" custom post type

     

    fw95KDP.png

     

    1. The plugin does not create any new custom post type but instead, it integrates into posts ( You can try WP Review which is free to see how it works).

    2. No, a user is not created by the plugin when a user submits a review either by clicking on the review box or through the comments.

    3. As with above, this can be made through a plugin.

    4. Yes, in Extended Membership, you can use it in as many number of sites.

     

    If you have other questions, please do let us know.

  4. Hello,

     

    In your demo, your "reviews" are all in one page, which is great. Is that a feature that comes with the plugin?

    You are allowed to create a different type for each review. This feature also exists on the free plugin but the pro version has more review types.

     

    Where do I create the reviews (are they posts/projects/or something else) and how do I get them to appear on a separate page where all my reviews can be found?

    Reviews can be created on posts, pages, and custom post types.

     

    I don't want to do this manually, I want it to "pull" the reviews automatically when I create them - to the lists page.

    If you have a page which displays the posts, they should be shown automatically, since they're simply added to posts.

     

    Can I decide what information will be included in the thumbnail for the review when it's on the book lists page. (You mention that one can choose to display review scores on the thumbnails. Can I change any other layout details?

    That depends on what specific information you want to display.

     

    I suggest you have a look at our free plugin to have a feel on how it works:

     

    https://wordpress.org/plugins/wp-review/

     

    Let us know if you have further questions.

     

    Thank you.

  5. Hello,

     

    1. Each of the pages of the theme's panel can be seen at the Options Panel nav menu on the demo.

    2. Do you want to show some of the posts only to subscribed members?

    3-5. The theme should be compatible with any wordpress plugin which comply with the wordpress's plugin guideline.

    6. Sure! The store is powered by WooCommerce.

     

    Let me know if you have further questions.

     

    Thank you

  6. Hello,

     

    1, 2. Sure! Do you mean removing the row along "Recommended readings by John Smith" removed? We can remove that as well. The following CSS can be applied to accord to your described customization:

    #second_b {
      display: block !Important;
    }
     
    #content_box .blog_second, #first_b {
      display: none;
    }

    Thank you.

  7. Hello,

     

    Please try the following Custom CSS to make the thumbnails appear at the left side instead of the top (Appearance > Theme Options > Styling > Custom CSS)

    .latestPost {
      width: 100%;
      max-width: 100%;
    }
    
    .latestPost .post-image {
      max-width: 237px;
      float: left;
      display: block;
    }
    
    .latestPost header {
      max-width: calc(100% - 237px);
      padding-top: 12px;
    }
    
    .latestPost .post-info {
      float: left;
      max-width: calc(100% - 237px);
      clear: none;
      padding: 10px 20px;
    }
    oI2YCAS.png

     

     

    Thank you.

×
×
  • Create New...