Hey guys,
I’m blogging about games and it’s really helpful that Newsmag supports game reviews with a rating feature. However, as it stands right now, it is necessary to provide two or more ratings for sub-categories which the theme uses to automatically calculate an overall score. I only need the overal score, no sub-categories. Is this in any way achievable right now and if not, would you consider implementing this in on of the next updates? I can’t imagine that I’m the only blogger who’s in need of this.
Many thanks in advance, Manfred
Hello,
If you do not have a sub-rating, you can try to use this code in the theme panel-> custom css box:
.td-review-row-stars, .td-review-header{
display:none!important;
}
and then you can translate the ‘summary’ title that is left to maybe: ‘review’ from the theme panel-> translation section https://www.screencast.com/t/JLSGi3NK4xbc and it will display like so: https://www.screencast.com/t/O51OVkHISL8
I hope this helps.
Thank you!
One followup-question, if I may and you’re still reading this.
I’m having troubles saving the new translation. On pressing save I get the loop-symbol but it never finishes. Might have to do something with the fact that I could not change the values on max_input_vars, suhosin.post.max_vars and suhosin.request.max_vars as suggested since I have no access to the php.ini trough my hoster. Any way around that? I tried editing de_DE.po in the translations-folder but this longshot didn’t work đ
Thanks a lot!
Hello ChRoM,
Please checked again your system status to be increased according to our documentation here -> https://forum.tagdiv.com/system-status-parameters-guide/ clear all your caches, purge CDN files and check the results. Also, you can contact your hosting provider, tell this problem and see what they say about this.
Also, if you are using some untested plugins, you can try to remove all of them because these can interact with the theme files and cause a lot of issues.
Hope this helps and let us know how it goes!
Thanks for the message!
Thanks for your help, but no luck so far. I’m still wondering if there is no “dirty” way to do this. Hardcode it directly on the server. Or apply the translation on a local XAMPP-installation and copy the files to the real server. Problem is, I have no idea which files to look for…
As for the status parameters: Everything green, except max_input_vars and SUHOSIN which I have no access to.
Hello ChRoM,
If you do not have any access to these parameters, you should contact the hosting provider and request them to increase all of them according to our documentation because if these are not properly increased, some problems may arise regarding on theme savings -> https://www.screencast.com/t/yGR4WDssgY8h
Thanks for your understanding!
Ok, managed to get the php.ini problem sorted out with my hosting provider. This is my system panel right now:
Everything looking good I guess? Still, no success in saving the translation settings. I should also say, this is the only setting that I cannot save. Everything else has always been working just fine.
As for plugins: I only use three not tested plugins that I all deactivated, but that didn’t help:
Cookie Law Info
Limit Login Attempts
Reveal IDs
I’m also using WP Super Cache and WP User Avatar which are supported. (Also deactivated WP Super Cache, didn’t help.)
Any ideas? Many thanks,
Manfred
PS: Disregard last post. I just upgraded to PHP 7.1 (my hosting provider suggested to try that) and now saving works like a charme. Maybe this is an advice that can also help others.
Thanks a lot and again: Many many thanks for the CSS-code, that’s so much more than one can ask of support. Really appreciate it!
Manfred