mendter
Forum Replies Created
-
Hi angelo,
thank you, but nothing happens.. Now looking in the console, while doing the switch of the country, the following error appears:
[Error] Geocoding Service: This API project is not authorized to use this API. For more information on authentication and Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key Wc (js:62:134) d (geocoder.js:2:298) c (common.js:68:86) Globaler Code (GeocodeService.Search:1)So did the api just stop working? The other locations still work.. This is mystical.
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Dashboard is a white page after activationHi @yithemes,
I already had debugging enabled. I now recreated the whole situation: installing plugin, activation, dashboard –> Internal Server Error 500
But nothing new will be written into the debug.log. There are only warnings from yesterday.
Also only the dashboard doesn’t work – every other page of the admin panel does well. Also the yith affiliate panel.
Another mysterious thing is: by reloading the dashboard, it sometimes appears. After another reload I get the same 500 and so on. The only solution is to deactivate your plugin..
Here you see the warnings from yesterday:
[18-Dec-2018 17:40:45 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /homepages/10/d383743307/htdocs/rombispiel.de/wp-config.php:80) in /homepages/10/d383743307/htdocs/rombispiel.de/wp-admin/includes/misc.php on line 1126 [18-Dec-2018 17:41:01 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /homepages/10/d383743307/htdocs/rombispiel.de/wp-config.php:80) in /homepages/10/d383743307/htdocs/rombispiel.de/wp-admin/includes/misc.php on line 1126 [18-Dec-2018 17:41:15 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /homepages/10/d383743307/htdocs/rombispiel.de/wp-config.php:80) in /homepages/10/d383743307/htdocs/rombispiel.de/wp-admin/includes/misc.php on line 1126 [18-Dec-2018 17:41:30 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /homepages/10/d383743307/htdocs/rombispiel.de/wp-config.php:80) in /homepages/10/d383743307/htdocs/rombispiel.de/wp-admin/includes/misc.php on line 1126 [18-Dec-2018 17:41:48 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /homepages/10/d383743307/htdocs/rombispiel.de/wp-config.php:80) in /homepages/10/d383743307/htdocs/rombispiel.de/wp-admin/includes/misc.php on line 1126 [18-Dec-2018 17:48:33 UTC] PHP Warning: Cannot modify header information - headers already sent by (output started at /homepages/10/d383743307/htdocs/rombispiel.de/wp-config.php:1) in /homepages/10/d383743307/htdocs/rombispiel.de/wp-admin/includes/misc.php on line 1126 [18-Dec-2018 17:48:33 UTC] PHP Warning: session_start(): Cannot start session when headers already sent in /homepages/10/d383743307/htdocs/rombispiel.de/wp-content/plugins/unyson/framework/includes/hooks.php on line 228Thank you!
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7 is not workingHello together,
I have the same issue. While submitting the form nothing happens. Via XHR the error “alle fields are required” comes back but is not displayed in the frontend.
The mail won’t be send.. Nothing happens. Please check yourself: https://jung-und-endter.de/#contact
Thank your for any hints!
Best Regards
Maximilian EndterThank you @wpmudev-support2 I meant the documentation of your plugin (function reference).
I want to check for every individual page: Is there a sidebar? Yes? Then load this css class. No? Then load another css class. I do this in the header.php like this:
<div class="main_wrapper <?php echo is_active_sidebar('sidebar') ? "sidebar-left-active" : "" ?> <?php echo is_active_sidebar('sidebar-right') ? "" : "" ?>">I need a function that returns whether a specific sidebar is active for this individual page, not globally.
Thank you
@fosterterence could you explain your solution? You just updated and now “is_active_sidebar” isn’t global anymore?
Thank you
Hi together,
I have the exact same issue. How can the update of the plugin change the behaviour, if the function “is_active_sidebar” is global?
Why would it return false on the whished pages?
Is the update necessary for this or did you use another function?
I would like to have a look on the documentation, but I can’t find it..
Thank you very much!