stephanekapi
Forum Replies Created
-
Forum: Plugins
In reply to: [Editorial Calendar] Calendar view gives a 404 ErrorHello Zack,
Sorry about my late reply. The plugin started working again a few hours later. I have no idea what changed and what was causing the problem. Non of the other teammates said they’d changed anything (but several didn’t answer). So I’ll get back with you if it happens again.
Glad I could help. Don’t worry about informing me of the bug fix. To avoid the problem, I had a German team member open a WP.com account and reconnected Jetpack using their account.
Love WP by the way!
Hi Jeremy,
My site is set to de_DE (https://greifswald-logopaedie.de/). I translated everything a few months ago.
What surprised me is that Jetpack is in German everywhere in the Backoffice, except in the Stats. And there the language for all users is defined by my personal settings in WP.com (the account I used to link Jetpack to WP.org). I did the test. Changing in Personal settings the “Interface language” to german has now changed the Stats to German. Again, the rest was already in German.
But I don’t want my WP.com settings to affect everyone using the WP.org website.
Tell me if you need anymore info. Thanks for your response on this case.
Forum: Fixing WordPress
In reply to: Hidding text with jQuery is breakI can get the toggle to stay down if I switch from .slideToggle to .slideDown. But I would like the visitors to be able to hide the text again by simply clicking on the toggle.
Forum: Fixing WordPress
In reply to: Hidding text with jQuery is breakHi esmi,
I’m new at this. Someone pointed out that I was redefining <head> and <body> and that I didn’t need to go calling jQuery from Google.
So I’m down to this:
<h4>Staatlich anerkannte Logop?din</h4> <b>beruflicher Werdegang:</b> 1999 – 2002 Ausbildung zur Logop?din 2002 – 2004 angestellte Logop?din seit 2004 selbst?ndige Logop?din <h5><a id ="button">Weiterbildungen (Klicken)</a></h5> <div id="cache" style="display:none;"> ? Trachealkanülenmanagement ? ?Intensivkurs – Stimmtherapie für Laryngektomierte“ ? ?Gut bei Stimme sein“ ? Myofunktionelle Therapie in Theorie und Praxis ? F?rderung der phonologischen Bewusstheit ? Auditive Wahrnehmungsprobleme ? ?Kindliches Stottern in Theorie und Praxis“ Mitglied im <img src="https://greifswald-logopaedie.de/wp-content/themes/hc/images/dbl.png" alt="DBL" /></div> <script>jQuery(document).ready(function(){ jQuery("#button").click(function(){ jQuery("#cache").slideToggle(); }); });</script>
But if you actually go and click on the slideToggle entitled “Weiterbildungen (Klicken)” on the website, it pops down and right back up. I’m a newby. Why is that?
Forum: Fixing WordPress
In reply to: Need Advice about hiding text on a One-Page WebsiteOK, will wait his answer. Thanks!
Forum: Fixing WordPress
In reply to: Need Advice about hiding text on a One-Page WebsiteHi Andrew,
I’ve been asking them a lot of questions. I always feel bad asking them, because I feel that I’m going beyond the theme. Do you think it’s an acceptable question to ask the theme builder?