Presskopp
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-DBManager] Backup every few minutesIt’s become worser then ever. Last time I got more then 60 Backup-E-Mails(!) within minutes. I checked server-error-log and there was nothing. My Hoster says he can help me no more. What else can I do? I will have to drop the plugin, but I don’t want to 🙁
Forum: Plugins
In reply to: [Weather Underground] LanguageIf you use WPML, you can do like this:
Even without WPML, you can still copy the code for spanish and german translation.
Feel free to modify
if (ICL_LANGUAGE_CODE == 'es') { if ( $label == 'Sunday' ) { $label = 'Domingo'; } else if ( $label == 'Monday' ) { $label = 'Lunes'; } else if ( $label == 'Tuesday' ) { $label = 'Martes'; } else if ( $label == 'Wednesday' ) { $label = 'Miércoles'; } else if ( $label == 'Thursday' ) { $label = 'Jueves'; } else if ( $label == 'Friday' ) { $label = 'Viernes'; } else if ( $label == 'Saturday' ) { $label = 'Sábado'; } if ( $conditions == 'Clear' ) { $conditions = 'Despejado'; } else if ( $conditions == 'Chance of Snow' ) { $conditions = 'Probabilidad de Nieve'; } else if ( $conditions == 'Chance of Rain' ) { $conditions = 'Probabilidad de Lluvia'; } else if ( $conditions == 'Chance of Freezing Rain' ) { $conditions = 'Probabilidad de Lluvia helada'; } else if ( $conditions == 'Chance of Sleet' ) { $conditions = 'Probabilidad de AguaNieve'; } else if ( $conditions == 'Chance of a Thunderstorm' ) { $conditions = 'Probabilidad de Tormenta'; } else if ( $conditions == 'Chance of Thunderstorms' ) { $conditions = 'Probabilidad de Tormentas'; } else if ( $conditions == 'Cloudy' ) { $conditions = 'Nublado'; } else if ( $conditions == 'Flurries' ) { $conditions = 'Nieve suave'; } else if ( $conditions == 'Fog' ) { $conditions = 'Niebla'; } else if ( $conditions == 'Freezing Rain' ) { $conditions = 'Lluvia helada'; } else if ( $conditions == 'Haze' ) { $conditions = 'Neblina'; } else if ( $conditions == 'Mostly Cloudy' ) { $conditions = 'Mayormente nublado'; } else if ( $conditions == 'Mostly Sunny' ) { $conditions = 'Mayormente Soleado'; } else if ( $conditions == 'Overcast' ) { $conditions = 'Nublado con poca visibilidad'; } else if ( $conditions == 'Partly Cloudy' ) { $conditions = 'Parcialmente nublado'; } else if ( $conditions == 'Partly Sunny' ) { $conditions = 'Parcialmente Soleado'; } else if ( $conditions == 'Rain' ) { $conditions = 'Lluvia'; } else if ( $conditions == 'Scattered Clouds' ) { $conditions = 'Nubes Dispersas'; } else if ( $conditions == 'Sleet' ) { $conditions = 'Aguanieve'; } else if ( $conditions == 'Snow' ) { $conditions = 'Nieve'; } else if ( $conditions == 'Sunny' ) { $conditions = 'Soleado'; } else if ( $conditions == 'Thunderstorms' ) { $conditions = 'Tormentas Eléctricas'; } else if ( $conditions == 'Thunderstorm' ) { $conditions = 'Tormenta Eléctrica'; } else if ( $conditions == 'Unknown' ) { $conditions = 'Desconocido'; } } else if (ICL_LANGUAGE_CODE == 'de') { if ( $label == 'Sunday' ) { $label = 'Sonntag'; } else if ( $label == 'Monday' ) { $label = 'Montag'; } else if ( $label == 'Tuesday' ) { $label = 'Dienstag'; } else if ( $label == 'Wednesday' ) { $label = 'Mittwoch'; } else if ( $label == 'Thursday' ) { $label = 'Donnerstag'; } else if ( $label == 'Friday' ) { $label = 'Freitag'; } else if ( $label == 'Saturday' ) { $label = 'Samstag'; } if ( $conditions == 'Clear' ) { $conditions = 'Klar'; } else if ( $conditions == 'Chance of Snow' ) { $conditions = 'Möglicherweise Schnee'; } else if ( $conditions == 'Chance of Rain' ) { $conditions = 'Möglicherweise Regen'; } else if ( $conditions == 'Chance of Freezing Rain' ) { $conditions = 'Möglicherweise Hagel'; } else if ( $conditions == 'Chance of Sleet' ) { $conditions = 'Möglicherweise Schnee'; } else if ( $conditions == 'Chance of a Thunderstorm' ) { $conditions = 'Möglicherweise einzelne Gewitter'; } else if ( $conditions == 'Chance of Thunderstorms' ) { $conditions = 'Möglicherweise Gewitter'; } else if ( $conditions == 'Cloudy' ) { $conditions = 'Wolkig'; } else if ( $conditions == 'Flurries' ) { $conditions = 'Böen'; } else if ( $conditions == 'Fog' ) { $conditions = 'Nebel'; } else if ( $conditions == 'Freezing Rain' ) { $conditions = 'Hagel'; } else if ( $conditions == 'Haze' ) { $conditions = 'Dunst'; } else if ( $conditions == 'Mostly Cloudy' ) { $conditions = 'Größtenteils wolkig'; } else if ( $conditions == 'Mostly Sunny' ) { $conditions = 'Größtenteils sonnig'; } else if ( $conditions == 'Overcast' ) { $conditions = 'Wolkenverhangen'; } else if ( $conditions == 'Partly Cloudy' ) { $conditions = 'Teilweise wolkig'; } else if ( $conditions == 'Partly Sunny' ) { $conditions = 'Teilweise sonnig'; } else if ( $conditions == 'Rain' ) { $conditions = 'Regen'; } else if ( $conditions == 'Scattered Clouds' ) { $conditions = 'Vereinzelt wolkig'; } else if ( $conditions == 'Sleet' ) { $conditions = 'Schneeregen'; } else if ( $conditions == 'Snow' ) { $conditions = 'Schnee'; } else if ( $conditions == 'Sunny' ) { $conditions = 'Sonnig'; } else if ( $conditions == 'Thunderstorms' ) { $conditions = 'Gewitter'; } else if ( $conditions == 'Thunderstorm' ) { $conditions = 'einzelne Gewitter'; } else if ( $conditions == 'Unknown' ) { $conditions = 'unbekannt'; } }Forum: Themes and Templates
In reply to: [Nictitate] Website Opening too slowYour site seems somehow overloaded with scripts and fonts, and this is a time consuming big picture:
http://www.jni.co.in/wp-content/uploads/2014/08/banner1.png
Try minimizing images and avoid things you don’t really need.
https://tinypng.com/ compresses this picture to ~ 250kb
That’s all I can say.
Forum: Themes and Templates
In reply to: [Nictitate-free] HTML Validator Errorsbut this didn’t change anything!?
Sure, it did, but I had to clean cache..
So I fixed a bug here 😉
Forum: Themes and Templates
In reply to: [Nictitate] Background ImageI scanned your site and didn’t find a mouse, and today the whole site seems to be f###d up. Do you need further assistance or is this to be closed?
Forum: Themes and Templates
In reply to: [Nictitate-free] HTML Validator Errors should be …xe014;
Forum: Themes and Templates
In reply to: [Nictitate] Main Navigation Header ProblemsPlease have a look here:
https://wordpress.org/support/topic/bug-in-stylecss?replies=1#post-5815253
Forum: Plugins
In reply to: [qTranslate] wordpress 3.9.1Seems qTranslate is dead. Even the related forums are not frequented. That’s when one guy is doing a software 🙁
Forum: Plugins
In reply to: [WP-DBManager] Backup every few minutesHere’s a screen:
Forum: Plugins
In reply to: [WP-DBManager] Backup every few minutesOk I installed this on top of “Debug Bar”-Plugin.
I have an error under ‘Deprecated’:
wp-admin/menu-header.php:128 – Die Benutzung von user_level in Plugins und Themes ist veraltet. Nutze stattdessen das Abfragen von roles oder capabilities.
means: “Use of user_level is deprecated. Use roles or capabilities instead.”
Can you tell st. about that?
Cron Jobs and all look quite in order.
What do I do now to debug your plugin? Should I deactivate other plugins for a while? When exactly?
Thanks a lot!
Forum: Plugins
In reply to: [JW Player for Flash & HTML5 Video] Opera doesn't show video/playerOk, meanwhile I tried some other plugins but as I had other problems with them I switched back to yours. So if you looked at the site and didn’t find your code, you know why.
Another issue: With FF or Chrome, when I load the page, the player isn’t there, just a white spot where it shoud be. After refreshing the site, it works perfectly.
i can’t say if this is happening all the time, but often.
Thank you for your support.