Braintrash
Forum Replies Created
-
OK, some debugging with the current version:
My slug for events list is (The slug used for building the Events URL.): evenements
https://www.culture.paris-sorbonne.fr/evenements/
-> Works.Clicking on Calendar:
https://www.culture.paris-sorbonne.fr/evenements/mois/
-> Works.Clicking on EVent list leads me there:
https://www.culture.paris-sorbonne.fr/evenements/àvenir/
-> 404Isn’t the link should go back to the slug “evenements”, without “àvenir”?
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] 404 on event listI would love to try to, if that’s ok.
You can write me to my user name @me.com
TIA!It didn’t.
And does the same with English language.Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] 404 on event listNo luck.
In English, it does the same.Ah, that’s exactly my problem. ^^
Any luck with resolving it?Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] 404 on event listI don’t know which file is the language file. ^^;
Forum: Fixing WordPress
In reply to: Menu not showing in appearanceI don’t get it.
Forum: Fixing WordPress
In reply to: Menu not showing in appearanceForum: Fixing WordPress
In reply to: Menu not showing in appearanceI followed all tutorials, and still don’t understand why I get this problem.
Forum: Fixing WordPress
In reply to: Menu not showing in appearanceMy header :
[Code moderated as per the Forum Rules. Please use the pastebin]My functions.php:
[Code moderated as per the Forum Rules. Please use the pastebin]Forum: Fixing WordPress
In reply to: Menu not showing in appearanceThank you very much, it’s way better.
But still, there’s something smelling wrong out there… ??
Forum: Fixing WordPress
In reply to: Menu not showing in appearanceGetting better:
if ( function_exists( ‘register_nav_menu’ ) ) { register_nav_menu( ‘navigation’, ‘Navigation Menu’ ); }
Warning: Cannot modify header information – headers already sent by (output started at /var/www/clients/client9/web7/web/wp-content/themes/ServiceCulturel/functions.php:3) in /var/www/clients/client9/web7/web/wp-login.php on line 354Warning: Cannot modify header information – headers already sent by (output started at /var/www/clients/client9/web7/web/wp-content/themes/ServiceCulturel/functions.php:3) in /var/www/clients/client9/web7/web/wp-login.php on line 366
Warning: Cannot modify header information – headers already sent by (output started at /var/www/clients/client9/web7/web/wp-content/themes/ServiceCulturel/functions.php:3) in /var/www/clients/client9/web7/web/wp-includes/pluggable.php on line 693
Warning: Cannot modify header information – headers already sent by (output started at /var/www/clients/client9/web7/web/wp-content/themes/ServiceCulturel/functions.php:3) in /var/www/clients/client9/web7/web/wp-includes/pluggable.php on line 694
Warning: Cannot modify header information – headers already sent by (output started at /var/www/clients/client9/web7/web/wp-content/themes/ServiceCulturel/functions.php:3) in /var/www/clients/client9/web7/web/wp-includes/pluggable.php on line 695
Warning: Cannot modify header information – headers already sent by (output started at /var/www/clients/client9/web7/web/wp-content/themes/ServiceCulturel/functions.php:3) in /var/www/clients/client9/web7/web/wp-includes/pluggable.php on line 897`
Forum: Fixing WordPress
In reply to: Menu not showing in appearance??
Forum: Fixing WordPress
In reply to: Menu not showing in appearance(The link is a screen capture for you to see the functions.php code spreading into all the admin.)