nicowork
Forum Replies Created
-
Hello, if it is not the regular home.php or front-page.php template, then you should search for the page id and set the container from starrating to display none in your style.css
.home .kk-star-ratings{
display:none
}
or
.PAGEIDXXX .kk-star-ratings{
display:none;
}Better alternative: Just set the generell display from ratingstars in your backend settings from kk rating to none, then use the shortcode provided by the theme admin and put this in your template files like single.php or page.php and so on.
Then it will show just on this pagetypes.Cheers, Nico
- This reply was modified 8 years, 10 months ago by nicowork.
Hello, i had the same issue.
i fixed it after deleting the last } in the functions.php
In a child theme..Bye
Forum: Fixing WordPress
In reply to: Duplicate WP in order to translateHello John,
i´m happy that you are a step further.
Please contact the plugin author to resolve this kind of questions.
You can test this: https://wordpress.org/plugins/geographical-redirect/ (untested), or the plugin has some settings for that.Cheers, Nico
Forum: Fixing WordPress
In reply to: Duplicate WP in order to translatesounds like you need to copy, download the project database ( mysql -> phpmyadmin; or use a backup plugin), change the database name in wp-config.php and maybe the password to your new database on your server (you have to create on there). Change the url name in your database to your new subdomain. After that, import your database to the new database via phpmyadmin, update permalinks after login…
There a alot of tutorials for that in the www.
You can use WordPress Multsite and a Multilanguage Plugin too. Thats another way.
Bye
Forum: Fixing WordPress
In reply to: Need help with “STICKY”Hello,
i don´t know your theme, but please have a look in your footer.php, search for mailto:team@saveyourmoney.atIf not, see in your widgets, especially in footer widgets, or search in the theme settings via appearence.
Bye, Nico
Forum: Fixing WordPress
In reply to: 500 internal server error when updatedIt´s an server error, not on the client side, so clear the cache from your browser, if there is no result, pls contact your provider.
You can check via …/wp-login.php to enter the backend
Or what exactly is your problem here?
Cheers, nico
Forum: Plugins
In reply to: [Video Background] in firefox video sometimes does not startHello,
i have the same problem. So what did you do to make it work in firefox?
Problem as described from chris_novum…Cheers, Nico