Title: RalfEiberger's Replies | WordPress.org

---

# RalfEiberger

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] My simple Contact Form is not submitting message any more](https://wordpress.org/support/topic/my-simple-contact-form-is-not-submitting-message-any-more/)
 *  Thread Starter [RalfEiberger](https://wordpress.org/support/users/ralfeiberger/)
 * (@ralfeiberger)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/my-simple-contact-form-is-not-submitting-message-any-more/#post-12553978)
 * Sorry, i’ve forgotten to give feedback.
 * I’ve disabled a Caching-Plugin (WP-Supercache) and after that the contact form
   works as expected. I got on the track with your reference to “page caching”
 * Ralf
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Forminator Forms – Contact Form, Payment Form & Custom Form Builder] My simple Contact Form is not submitting message any more](https://wordpress.org/support/topic/my-simple-contact-form-is-not-submitting-message-any-more/)
 *  Thread Starter [RalfEiberger](https://wordpress.org/support/users/ralfeiberger/)
 * (@ralfeiberger)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/my-simple-contact-form-is-not-submitting-message-any-more/#post-12295808)
 * Hi Nastia,
    thanks for your reply and your time to check this. I got your test-
   submitts as expected. We tried different browsers on different (Windows 10-) 
   machines and got no response, no email if clicking the button. Even with deleted
   Cache. I’ve restartet the Server to be sure not to have a problem on this end.
   Nothing… Any more ideas ? Ralf
    -  This reply was modified 6 years, 4 months ago by [RalfEiberger](https://wordpress.org/support/users/ralfeiberger/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdRotate Banner Manager] Updating End-Date results in “No Permission”](https://wordpress.org/support/topic/updating-end-date-results-in-no-permission/)
 *  Thread Starter [RalfEiberger](https://wordpress.org/support/users/ralfeiberger/)
 * (@ralfeiberger)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/updating-end-date-results-in-no-permission/#post-11667776)
 * Hi,
    i changed the permissions in Settings > Roles Manage/Add/Edit adverts to
   Autor, saved them, changed to Administrator, saved them. Same result.
 * http Error 403
    Forbidden You do not have permission to access this document.
 * Any other idea?
    Ralf
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] Size of Email-Adress in Widget](https://wordpress.org/support/topic/size-of-email-adress-in-widget/)
 *  Thread Starter [RalfEiberger](https://wordpress.org/support/users/ralfeiberger/)
 * (@ralfeiberger)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/size-of-email-adress-in-widget/#post-11349233)
 * oh yes Collins. Your Code works as expected when i removed the fullstop….
    Thanks
   for helping.
 * Ralf
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscribe2 - Form, Email Subscribers & Newsletters] Size of Email-Adress in Widget](https://wordpress.org/support/topic/size-of-email-adress-in-widget/)
 *  Thread Starter [RalfEiberger](https://wordpress.org/support/users/ralfeiberger/)
 * (@ralfeiberger)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/size-of-email-adress-in-widget/#post-11136966)
 * which file is that ?
    wp-Content/themes/my-theme/style.css ?
 * I’ve added it with a . at the beginning of the block and without a . I’ve tried
   with 100px, 250px and 100% . Changes Nothing. Maybe i am in the wrong file ?
 * .input#s2email {
    width: 250px; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Crashes my site](https://wordpress.org/support/topic/crashes-my-site-13/)
 *  [RalfEiberger](https://wordpress.org/support/users/ralfeiberger/)
 * (@ralfeiberger)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/crashes-my-site-13/#post-8823338)
 * Have a look at
    [https://wordpress.org/support/topic/update-from-today-crashed-my-site/](https://wordpress.org/support/topic/update-from-today-crashed-my-site/)
 * There is described how to fix this issue.
    I copied it here
 * TO FIX THIS IS EASY:
 * This is a typo in class-theme-my-login.php file the variable should be $query
   not $wp_query….
 * open file: theme-my-login/includes/class-theme-my-login.php
    go to line 264…
 * edit:
    // Bail if not the main query if ( ! $wp_query->is_main_query() ) return;
 * change to:
 * // Bail if not the main query
    if ( ! $query->is_main_query() ) return;
 * Ralf
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Problem after update to 6.4.8](https://wordpress.org/support/topic/problem-after-update-to-6-4-8/)
 *  [RalfEiberger](https://wordpress.org/support/users/ralfeiberger/)
 * (@ralfeiberger)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/problem-after-update-to-6-4-8/#post-8823336)
 * Have a look at
    [https://wordpress.org/support/topic/update-from-today-crashed-my-site/](https://wordpress.org/support/topic/update-from-today-crashed-my-site/)
 * There is described how to fix this issue.
    I copied it here
 * TO FIX THIS IS EASY:
 * This is a typo in class-theme-my-login.php file the variable should be $query
   not $wp_query….
 * open file: theme-my-login/includes/class-theme-my-login.php
    go to line 264…
 * edit:
    // Bail if not the main query if ( ! $wp_query->is_main_query() ) return;
 * change to:
 * // Bail if not the main query
    if ( ! $query->is_main_query() ) return;
 * Ralf
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] 6.4.8 Update Caused a 500 Server Error](https://wordpress.org/support/topic/6-4-8-update-caused-a-500-server-error/)
 *  [RalfEiberger](https://wordpress.org/support/users/ralfeiberger/)
 * (@ralfeiberger)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/6-4-8-update-caused-a-500-server-error/#post-8823334)
 * Have a look at
    [https://wordpress.org/support/topic/update-from-today-crashed-my-site/](https://wordpress.org/support/topic/update-from-today-crashed-my-site/)
 * There is described how to fix this issue.
    I copied it here
 * TO FIX THIS IS EASY:
 * This is a typo in class-theme-my-login.php file the variable should be $query
   not $wp_query….
 * open file: theme-my-login/includes/class-theme-my-login.php
    go to line 264…
 * edit:
    // Bail if not the main query if ( ! $wp_query->is_main_query() ) return;
 * change to:
 * // Bail if not the main query
    if ( ! $query->is_main_query() ) return;
 * Ralf

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