cjooy
Forum Replies Created
-
Forum: Plugins
In reply to: [Multi Rating] Stars do not showHello,
I changed settings to Dashisons and after purging all the caches, it worked.
Then I switched that back to Font Awesome v5, purged all caches again and it works.Thank you a lot.
Cjooy.
Forum: Plugins
In reply to: [Multi Rating] Stars do not showAny ideas or progress?
Or how can I help?Forum: Plugins
In reply to: [Multi Rating] Stars do not showThose are my settings. Note, that Rating Form Position and Rating Result Position has been set to “Do not show”, because I have a template bazar.php site, where I put multi rating code and link in the code. This was working till this June.
The code in the bazar.php site that was working till las month is:
if ($myrows = $wpdb->get_results( ‘SELECT slov.description as hodn, ROUND(AVG(val.value),1) as val, max_option_value as max FROM
wp_mr_rating_item_entry as hodn
join wp_mr_rating_item_entry_value as val
on val.rating_item_entry_id = hodn.rating_item_entry_id
join wp_mr_rating_item as slov
on slov.rating_item_id = val.rating_item_id
WHERE hodn.post_id = ‘.get_the_ID().’
GROUP BY slov.rating_item_id’ )
){
echo ‘<h2>Hodnocení autobazaru podrobně</h2>’;
echo do_shortcode( ‘[mr_rating_result post_id=”444″ no_rating_results_text=”Prozatím nehodnoceno” show_rich_snippets=”false”]’ );
echo'<p>’;
foreach ( $myrows as $row ){
echo ‘<b>’.$row->hodn.'</b>: ‘.$row->val.’/’.$row->max.'<br />’;
}
echo'</p>’;}
- This reply was modified 5 years, 10 months ago by cjooy.
Forum: Plugins
In reply to: [Multi Rating] Stars do not showHello dpowney,
I have it already set exactly as you mentioned. I did uncheck the Load Icons option and Saved and then checked back again and Saved again but with no effect.
Any ideas are appreciated.
Thank you, Cjooy.
Forum: Plugins
In reply to: [Multi Rating] Stars do not color while hover, do not color after clickIt started working after setting up javascript for google map plugin that has its feature present on the same page.
Forum: Plugins
In reply to: [Multi Rating] Stars do not color while hover, do not color after clickAny tips?