Cosmick Technologies
Forum Replies Created
-
Forum: Plugins
In reply to: [Cosmick Star Rating] Shortcode for latest reviewsDear katalintamas,
We are really sorry.
We couldn’t jump to your issue, we are having very busy working schedule since then.
Glad you sorted the problem.
Thanks & Regards
Forum: Plugins
In reply to: [Cosmick Star Rating] Shortcode for latest reviewsHello katalintamas,
please create a new file
archive-reviews.php
under your template.After that copy and paste the code from your
archive.php
.Then add
<?php csr_add_rating(); ?>
wherever you want to display the form.Hope this is clear to you.
If you still have doubts on how to implement it. Feel free to contact us Here with the details. We will take a look ??
Thanks & Regards
CosmickForum: Plugins
In reply to: [Cosmick Star Rating] Shortcode for latest reviewsHello katalintamas,
Thank You for your feedback ??
Unfortunately we don’t have such shortcode to display all reviews. But there are couple of alternatives that you can try.
You may use https://szuppi.hu/reviews/ this page to list all of your reviews. You can add the form by placing
<?php csr_add_rating(); ?>
in your archive-reviews.php under your template folder.Or
$REVIEW_QUERY = new WP_Query(array('post_type' => 'reviews', 'posts_per_page' => '-1')); if ($REVIEW_QUERY->have_posts()) : while ($REVIEW_QUERY->have_posts()) : $REVIEW_QUERY->the_post(); ?> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title"><?php the_title(); ?></h3> </div> <div class="panel-body"> <p><?php the_content(); ?></p> </div> </div> <?php endwhile; endif; ?>
Create a page template for your page and place the above query on your custom template(You may need to reset the query).
Let us know if you need any help.
Thanks & Regards
CosmickForum: Plugins
In reply to: [Cosmick Star Rating] Don't get a good formHello,
I saw your page and noticed some java script errors with your theme. Can you please switch your theme and try again?
The form is twitter bootstrap compatible. If you are not using twitter bootstrap feel free to use your own style.
please let us know your feedback.
Forum: Plugins
In reply to: [Cosmick Star Rating] Cosmick Aggregate Rating HelpHello DBusch,
As per the direction saying. just copy the code
<?php csr_get_overall_rating(); ?>
and paste it where you need in the template.If you have any basic html knowledge it will be very easy. Or your developer can help you with this.
If you couldn’t solve your problem. Just fill the form here Contact Cosmick and we will help you.
Thanks
Forum: Plugins
In reply to: [Cosmick Star Rating] Change color of text?You can use your custom theme stylesheet for this purpose for now.
We will consider your questions to add more styling options from within the plugin on future updates.Forum: Plugins
In reply to: [Cosmick Star Rating] Form does not save contentYour permalink setting is correct.
The issue is with your template file. I checked it and hope all is working well on your end.
Forum: Plugins
In reply to: [Cosmick Star Rating] Form does not save contentHello seanbatwordp,
We’ve fixed the issue. Please update the plugin.