sollerpolt
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Product Review Lite] Wrong calculation of ratingTnx for Your fast support.
Forum: Plugins
In reply to: [WP Product Review Lite] Wrong calculation of ratingI made some changes in lines 49-68 and now all calculates correct. Yes, I know, that my solution a little dumb, but it works
$j=0; foreach($comments as $comment) : $j=$j+1; for($i=1; $i<=cwppos("cwppos_option_nr"); $i++) { if (get_comment_meta( $comment->comment_ID, "meta_option_{$i}", true)!=='') { ${"comment_meta_option_nr_".$i}++; ${"comment_meta_option_".$i} = ${"comment_meta_option_".$i} * ($j-1) + get_comment_meta( $comment->comment_ID, "meta_option_{$i}", true)*10; } //var_dump(${"comment_meta_option_".$i}); } for($i=1; $i<=cwppos("cwppos_option_nr"); $i++) { if (get_comment_meta( $comment->comment_ID, "meta_option_{$i}", true)!="") ${"comment_meta_option_".$i} = ${"comment_meta_option_".$i}/${"comment_meta_option_nr_".$i}; } endforeach;Maybe someone will found it usefull
Forum: Plugins
In reply to: [WP Product Review Lite] Wrong calculation of ratingLittle bit more detailed example:
User influence is set to 50%
My rating User 1 User 2 User 3 AverUserR Should be Result
80 70 95 67 77,3 78,7 65
85 90 60 93 81 83,0 70
75 80 67 97 81,3 78,2 65
80 90 80 90 86,6 83,3 69
95 100 85 68 84,3 89,7 77Most notably is the 4rd row. All users set rating 80 or bigger, but total rating gone low…
This page located at:
http://montenegro.in-facts.info/puteshestvie-gertseg-novskim-zalivom-otzyivyi/Sorry for my bad English, I’m from Ukraine.
Just one more question (I hope last).
Will You optimise Tiled gallery for touchscreen?
How I see it:
1. Option to show images 100% width on mobile phones. (One at bottom of another)
2. Little button “show description” in one of the corners. On button click will show overlay effect with full text. Next click – hide this text.Now it very hard to mobile users to read description of photo (they need to longpress on image and than click back)
I fixed that redirect.
It was option in WordPress Seo plugin
Example of page:
http://novyi-svet.in-facts.info/%D0%B3%D0%BE%D1%80%D0%B0-%D1%81%D0%BE%D0%BA%D0%BE%D0%BB/img_1053/Images in attachments still small, but thay are also small in other blogs, that use Jetpack Tiled gallery
Example of page: http://en.blog.wordpress.com/2012/10/04/tiled-image-galleries/Example of attachment: http://en.blog.wordpress.com/2012/10/04/tiled-image-galleries/2012-09-14-2012-09-14-img_3730/
I hope that now all will be right. Tnx for Your help
Thx. But in my .htaccess file no any redirect rules. I will try somehow to solve the problem
Thank you very much for your time.
I already did it. But somehow in index came resized thumbnails (not full size images) and some images without description.
Also in when I click on image link in my sitemap browser open not image, but redirect to page of site where that image placed. Is is correct or my sitemap broken.
I’m sorry that I’m losing your time.
Best regards, Victor Pashinsky
Thx for your fast response.
Sitemap is here: http://novyi-svet.in-facts.info/sitemap_index.xml
I have already signing up in Webmaster and upload sitemap to it, but it not help me. In my Webmaster account no errors at all.
Forum: Plugins
In reply to: [Easy Bootstrap Shortcode] html in popoverHi,
Tnx You a lot. All fine. Just one more little question. How can I shield symbol [ ?
I need it for references to the literature.
Is it possible?