• Resolved Chuckie

    (@ajtruckle)


    I have some questions:

    1. How can I make the stars a bit larger?
    2. How can I align them to the right? I would like it here like this:

    https://www.dropbox.com/s/ce5ocj39fvj19im/Stars.jpg?dl=0

    3. How can I get it to show in “posts”? It only shows in pages.

    I was doing it like this:

    /* Start the Loop */
    while ( have_posts() ) : the_post();
    	/*
    	 * Include the Post-Format-specific template for the content.
    	 * If you want to override this in a child theme, then include a file
    	 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
    	 */
    	get_template_part( 'template-parts/content', get_post_format() );
            if(function_exists('the_ratings')) { the_ratings(); }
    endwhile; ?>

    4. How do I verify it is GDPR compliant?

    • This topic was modified 8 years ago by Chuckie.
    • This topic was modified 8 years ago by Chuckie.
    • This topic was modified 8 years ago by Chuckie.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Lester Chan

    (@gamerz)

    1-3: I provide the plugin as it is. So if you need help customizing it or putting it in your theme, you will need to contact a freelance developer. I don’t provide support for that.
    4: I have no idea since I don’t live in EU countries. I just assumed based on feedback from my users.

    Thread Starter Chuckie

    (@ajtruckle)

    I am using another plugin. Thank you all the same.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Various issues’ is closed to new replies.