Title: stephanekapi's Replies | WordPress.org

---

# stephanekapi

  [  ](https://wordpress.org/support/users/stephanekapi/)

 *   [Profile](https://wordpress.org/support/users/stephanekapi/)
 *   [Topics Started](https://wordpress.org/support/users/stephanekapi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/stephanekapi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/stephanekapi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/stephanekapi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/stephanekapi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/stephanekapi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Editorial Calendar] Calendar view gives a 404 Error](https://wordpress.org/support/topic/calendar-view-gives-a-404-error/)
 *  Thread Starter [stephanekapi](https://wordpress.org/support/users/stephanekapi/)
 * (@stephanekapi)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/calendar-view-gives-a-404-error/#post-10739104)
 * Hello 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Changing language of Stats for other users](https://wordpress.org/support/topic/changing-language-of-stats-for-other-users/)
 *  Thread Starter [stephanekapi](https://wordpress.org/support/users/stephanekapi/)
 * (@stephanekapi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/changing-language-of-stats-for-other-users/#post-4059118)
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Changing language of Stats for other users](https://wordpress.org/support/topic/changing-language-of-stats-for-other-users/)
 *  Thread Starter [stephanekapi](https://wordpress.org/support/users/stephanekapi/)
 * (@stephanekapi)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/changing-language-of-stats-for-other-users/#post-4059106)
 * Hi Jeremy,
 * My site is set to de_DE ([http://greifswald-logopaedie.de/](http://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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hidding text with jQuery is break](https://wordpress.org/support/topic/hidding-text-with-jquery-is-break/)
 *  Thread Starter [stephanekapi](https://wordpress.org/support/users/stephanekapi/)
 * (@stephanekapi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/hidding-text-with-jquery-is-break/#post-3850659)
 * I 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Hidding text with jQuery is break](https://wordpress.org/support/topic/hidding-text-with-jquery-is-break/)
 *  Thread Starter [stephanekapi](https://wordpress.org/support/users/stephanekapi/)
 * (@stephanekapi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/hidding-text-with-jquery-is-break/#post-3850653)
 * Hi 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="http://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](http://greifswald-logopaedie.de/#praxisteam), it pops
   down and right back up. I’m a newby. Why is that?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need Advice about hiding text on a One-Page Website](https://wordpress.org/support/topic/need-advice-about-hiding-text-on-a-one-page-website/)
 *  Thread Starter [stephanekapi](https://wordpress.org/support/users/stephanekapi/)
 * (@stephanekapi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/need-advice-about-hiding-text-on-a-one-page-website/#post-3846020)
 * OK, will wait his answer. Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need Advice about hiding text on a One-Page Website](https://wordpress.org/support/topic/need-advice-about-hiding-text-on-a-one-page-website/)
 *  Thread Starter [stephanekapi](https://wordpress.org/support/users/stephanekapi/)
 * (@stephanekapi)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/need-advice-about-hiding-text-on-a-one-page-website/#post-3846013)
 * Hi 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?

Viewing 7 replies - 1 through 7 (of 7 total)