jonnexen
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
the Page I need help with is http://www.boxen1.com
Hi there, I have the same problems with my site, too. Can’t get it working – need help please
Hi George,
many thanks. I’ve opened a ticket on wpml support forum.
Yeah perfect! Solved my Problem 🙂
Only on some. But I fixed it on my own now by editing the entries once again and changed eg “Straße” to “Str.” – works fine now 🙂
Forum: Fixing WordPress
In reply to: WP 4.5 and Twentyeleven Theme ProblemThank you! That helped me.
For all others with the same problem:
add this to your functions.php og the Twentyeleven Theme:
function wp36510_remove_singular_class( $classes ) { $index = array_search( 'singular', $classes ); if ( false !== $index ) { unset( $classes[ $index ] ); } return $classes; } add_filter( 'body_class', 'wp36510_remove_singular_class' );Forum: Plugins
In reply to: [Minecraft Control Panel] Error while loadingokay, this fixed the problem. is anything else needed on the server where minecraft is installed?
Viewing 7 replies - 1 through 7 (of 7 total)