Title: s501's Replies | WordPress.org

---

# s501

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Mixed http and https content](https://wordpress.org/support/topic/mixed-http-and-https-content/)
 *  Thread Starter [s501](https://wordpress.org/support/users/s501/)
 * (@s501)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/mixed-http-and-https-content/#post-4559059)
 * i.ahmed,
 * Thanks for the response. I have indeed done something very similar. I added a
   functions.php to my child theme containing the following:
 *     ```
       $using_ssl = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on' || $_SERVER['SERVER_PORT'] == 443;
       add_action('wp', 'check_ssl');
       function check_ssl()
       {
         if ( $using_ssl )
         {
           header('Location: http://' . $_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']);
           exit;
         }
       }
       ```
   
 * It enables all https requests to be redirected to http. Let me explain – the 
   registration-complete page is the Auto Returm URL I have specified for PayPal
   which requires an https landing page if you dont want to see an unsecure popup
   appearing in browser (Firefox) on return, something like the following:
 *     ```
       Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party.
       Are you sure you want to continue sending this information?
       ```
   
 * THe code above satisfies the initial return to https and I then redirect to http
   which is ok because no sensitive info is displayed on page to user.
 * THanks again for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] Adding onChange() to #_SEATS](https://wordpress.org/support/topic/adding-onchange-to-_seats/)
 *  Thread Starter [s501](https://wordpress.org/support/users/s501/)
 * (@s501)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/adding-onchange-to-_seats/#post-4423896)
 * Franky,
 * I actually bound a change function (using jQuery) to the parsed field name (#
   _SEATS1) which works without having to burrow into #_SEATS to add onchange().
   
   Thanks.
 *     ```
       <script type='text/javascript'>
       jQuery( "select[name=bookedSeats1]" ).change(function () {
       ...
       </script>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] RSVP html and CSS](https://wordpress.org/support/topic/rsvp-html-and-css/)
 *  Thread Starter [s501](https://wordpress.org/support/users/s501/)
 * (@s501)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/rsvp-html-and-css/#post-4408984)
 * Update – apologies – theme is not broken with the child css override. Just wondering
   why I need to override in first place.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] Selecting non default events page – event RSVP disappears](https://wordpress.org/support/topic/selecting-non-default-events-page-event-rsvp-disappears/)
 *  Thread Starter [s501](https://wordpress.org/support/users/s501/)
 * (@s501)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/selecting-non-default-events-page-event-rsvp-disappears/#post-4407108)
 * Resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] Selecting non default events page – event RSVP disappears](https://wordpress.org/support/topic/selecting-non-default-events-page-event-rsvp-disappears/)
 *  Thread Starter [s501](https://wordpress.org/support/users/s501/)
 * (@s501)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/selecting-non-default-events-page-event-rsvp-disappears/#post-4407107)
 * The links looked identical in events and alternative page but followed your instructions
   anyway. It now works. Thanks for your excellent service – much appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Old chestnut: contact-form-7 404 "Not Found"](https://wordpress.org/support/topic/old-chestnut-contact-form-7-404-not-found/)
 *  Thread Starter [s501](https://wordpress.org/support/users/s501/)
 * (@s501)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/old-chestnut-contact-form-7-404-not-found/#post-4369197)
 * Reasonable suggestion. I will accept that it is most likely something to do with
   my setup on amazon.
    thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Old chestnut: contact-form-7 404 "Not Found"](https://wordpress.org/support/topic/old-chestnut-contact-form-7-404-not-found/)
 *  Thread Starter [s501](https://wordpress.org/support/users/s501/)
 * (@s501)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/old-chestnut-contact-form-7-404-not-found/#post-4369195)
 * esmi
 * Yes – still using cloud – thanks for giving me a little more info. I have similar
   problem with the less good Fast Secure Contact Form shortcode and prefer contact
   form 7.
    However, Clean and Simple Contact Form shortcode works – but the form
   is too simple for my needs.
 * I wonder is there anyway to debug the problem – apologies if this seems like 
   an ignorant question.
 * thanks for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Old chestnut: contact-form-7 404 "Not Found"](https://wordpress.org/support/topic/old-chestnut-contact-form-7-404-not-found/)
 *  Thread Starter [s501](https://wordpress.org/support/users/s501/)
 * (@s501)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/old-chestnut-contact-form-7-404-not-found/#post-4369193)
 * Just an update – reinstalled wordpress (3.7.1) with no plugins activated except
   contact form 7 – twentythirteen theme – still have same problem – shortcodes 
   work ie (dont see [caption])
 * THerefore I reasonably conclude this is a plugin problem in wordpress 3.7.1

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