Title: rellison959's Replies | WordPress.org

---

# rellison959

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

 *   [Profile](https://wordpress.org/support/users/rellison959/)
 *   [Topics Started](https://wordpress.org/support/users/rellison959/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rellison959/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rellison959/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rellison959/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rellison959/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rellison959/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: [[Wordfence Security - Firewall, Malware Scan, and Login Security] internal server error](https://wordpress.org/support/topic/internal-server-error-443/)
 *  [rellison959](https://wordpress.org/support/users/rellison959/)
 * (@rellison959)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/internal-server-error-443/#post-8464203)
 * I am seeing this same issue. Any news would be greatly appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPtouch - Make your WordPress Website Mobile-Friendly] Custom Meta Data](https://wordpress.org/support/topic/custom-meta-data-3/)
 *  Thread Starter [rellison959](https://wordpress.org/support/users/rellison959/)
 * (@rellison959)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/custom-meta-data-3/#post-7676648)
 * OK… made some progress… it IS pulling in the custom meta data… however it’s not
   converting url.mp3 to audio player. Gotta be a solution for mobile browser mp3
   audio player. Ideas?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] overlay/push not opening](https://wordpress.org/support/topic/overlaypush-not-opening/)
 *  Thread Starter [rellison959](https://wordpress.org/support/users/rellison959/)
 * (@rellison959)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/overlaypush-not-opening/#post-6114787)
 * noConflict used in the js for menu was causing $ used in DOM calls to not work.
   Replaced $ with jQuery and all is working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] overlay/push not opening](https://wordpress.org/support/topic/overlaypush-not-opening/)
 *  Thread Starter [rellison959](https://wordpress.org/support/users/rellison959/)
 * (@rellison959)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/overlaypush-not-opening/#post-6114783)
 * I found that there is interference / incompatibility with another plugin I am
   using. Owl Carousel, which works fine, but I get error for (not a function) on
   it’s DOM call. If I kill the owl call the menu works., but obviously kills slider.
 * What version of jQuery is acceptable? I am on
    [https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js](https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js)
   which I am calling in functions.php.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Amazon Web Services] SSLv3 to TLS changes](https://wordpress.org/support/topic/sslv3-to-tls-changes/)
 *  [rellison959](https://wordpress.org/support/users/rellison959/)
 * (@rellison959)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/sslv3-to-tls-changes/#post-6044978)
 * My interpretation is the connection from WordPress Plugin (application) to the
   Buckets would fail so uploading and delivery to and from S3 buckets would no 
   longer work.
 * “You are receiving this email because some of your users are accessing Amazon
   S3 using a browser configured to use SSLv3, **or some of your existing applications
   that use Amazon S3 are configured to use SSLv3**. These requests will fail once
   AWS disables support for SSLv3 for the Amazon S3 service.
 * The following bucket(s) are currently accepting requests from clients (e.g. mobile
   devices, browsers, and applications) that specify SSLv3 to connect to Amazon 
   S3 HTTPS endpoints.”
 * I really hope someone who can help verify whether these plugins will cause failure
   chimes in soon!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] [Plugin: Post Expirator] Can't get custom taxonomies working](https://wordpress.org/support/topic/plugin-post-expirator-cant-get-custom-taxonomies-working/)
 *  [rellison959](https://wordpress.org/support/users/rellison959/)
 * (@rellison959)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-post-expirator-cant-get-custom-taxonomies-working/#post-2635163)
 * Just found this to add standard post type categories to custom post types.
 *     ```
       add_action( 'init', 'wpse6098_init', 100 ); // 100 so the post type has been registered
       function wpse6098_init()
       {
           register_taxonomy_for_object_type( 'category', 'your_custom_post_type' );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] [Plugin: Post Expirator] Can't get custom taxonomies working](https://wordpress.org/support/topic/plugin-post-expirator-cant-get-custom-taxonomies-working/)
 *  [rellison959](https://wordpress.org/support/users/rellison959/)
 * (@rellison959)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-post-expirator-cant-get-custom-taxonomies-working/#post-2635162)
 * ANY luck with this? I am in the same situation. I use the PE on a custom post
   type and need to have it move those ‘posts’ to a different category, but the 
   cats for the CPTs do not show in the Post Exp. settings.
 * PLEASE help!

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