Title: joedean's Replies | WordPress.org

---

# joedean

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Translate Wordpress with GTranslate] Dropdown menu not working on android phone](https://wordpress.org/support/topic/dropdown-menu-not-working-on-android-2/)
 *  Thread Starter [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/dropdown-menu-not-working-on-android-2/#post-12081658)
 * Thank you! I really miss the flag icons but it works on mobile now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] revisions not in screen options, but it is registered with revisions](https://wordpress.org/support/topic/revisions-not-in-screen-options-but-it-is-registered-with-revisions/)
 *  [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/revisions-not-in-screen-options-but-it-is-registered-with-revisions/#post-11142188)
 * This was driving me nuts, then I realized I had made no change in the text content
   box (mine was a new page.) I added some text, updated, and the revisions checkbox
   appeared in the Screen Options. I hope this helps anyone that found other solutions
   didn’t work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Revisions option is gone!](https://wordpress.org/support/topic/revisions-option-is-gone/)
 *  [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/revisions-option-is-gone/#post-11142186)
 * My solution, for anyone else the above didn’t work for. This was driving me nuts,
   then I realized I had made no change in the text content box (mine was a new 
   page.) I added some text, updated, and the revisions checkbox appeared in the
   Screen Options. I hope this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Revision option missing](https://wordpress.org/support/topic/revision-option-missing/)
 *  [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/revision-option-missing/#post-11142183)
 * This was driving me nuts, then I realized I had made no change in the text content
   box (mine was a new page.) I added some text, updated, and the revisions checkbox
   appeared in the Screen Options. I hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rotating Tweets (Twitter widget and shortcode)] Click area over-riding url in tweets](https://wordpress.org/support/topic/click-area-over-riding-url-in-tweets/)
 *  Thread Starter [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/click-area-over-riding-url-in-tweets/#post-10184481)
 * Thank you so much for responding so quickly Martin!
    This morning I removed any
   links I had added, presumably before you looked at it (California time). So I
   will try to figure out where what you pointed out is coming from. I assume that
   your plugin on it’s own, would not block links withing the individual tweets?
   Again, thank you for taking a look! Joe D
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Displays on Android, but blinks out on iPhone](https://wordpress.org/support/topic/displays-on-android-but-blinks-out-on-iphone/)
 *  Thread Starter [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [11 years ago](https://wordpress.org/support/topic/displays-on-android-but-blinks-out-on-iphone/#post-6439883)
 * Could it be a z-index issue? I notice your plugin loads first, then disappears
   when the page displays.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weekly Class Schedule] [wcs] shortcode isn't working, but [wcs layout=list] is…](https://wordpress.org/support/topic/wcs-shortcode-isnt-working-but-wcs-layoutlist-is/)
 *  [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wcs-shortcode-isnt-working-but-wcs-layoutlist-is/#post-4526161)
 * Hey Guys,
    I noticed that one of the .js files having to do with Calendar view
   showed in the WP Editor as (inactive) This seems to have fixed it: (from this
   thread:[https://wordpress.org/support/topic/wpcr-js-and-css-files-are-inactive?replies=7](https://wordpress.org/support/topic/wpcr-js-and-css-files-are-inactive?replies=7))
 * In your theme files, header.php , you need to add <?php wp_head(); ?> to the 
   file on the line right before </head>
 * In footer.php , you need to add <?php wp_footer(): ?> to the file on the line
   right before </body>
 * This should fix the problem with any theme that does not use the proper WP hooks.
   
   i hope this helps! Joe D
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weekly Class Schedule] Schedule is empty](https://wordpress.org/support/topic/schedule-is-empty/)
 *  [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/schedule-is-empty/#post-5277498)
 * Hey userN00b,
    I noticed that one of the .js files having to do with Calendar
   view showed in the WP Editor as (inactive) This seems to have fixed it: (from
   this thread:[https://wordpress.org/support/topic/wpcr-js-and-css-files-are-inactive?replies=7](https://wordpress.org/support/topic/wpcr-js-and-css-files-are-inactive?replies=7))
 * In your theme files, header.php , you need to add <?php wp_head(); ?> to the 
   file on the line right before </head>
 * In footer.php , you need to add <?php wp_footer(): ?> to the file on the line
   right before </body>
 * This should fix the problem with any theme that does not use the proper WP hooks.
   
   i hope this helps! Joe D
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weekly Class Schedule] Calendar view empty, wcs3_front.js (inactive)](https://wordpress.org/support/topic/calendar-view-empty-wcs3_frontjs-inactive/)
 *  Thread Starter [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/calendar-view-empty-wcs3_frontjs-inactive/#post-5518843)
 * That was the problem. This seems to have fixed it:
    (from this thread:[https://wordpress.org/support/topic/wpcr-js-and-css-files-are-inactive?replies=7](https://wordpress.org/support/topic/wpcr-js-and-css-files-are-inactive?replies=7))
 * In your theme files, header.php , you need to add <?php wp_head(); ?> to the 
   file on the line right before </head>
 * In footer.php , you need to add <?php wp_footer(): ?> to the file on the line
   right before </body>
 * This should fix the problem with any theme that does not use the proper WP hooks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gallery - Video Gallery and Youtube Gallery] Drop down menus on theme conflicting](https://wordpress.org/support/topic/drop-down-menus-on-theme-conflicting/)
 *  Thread Starter [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/drop-down-menus-on-theme-conflicting/#post-5514735)
 * They work because I had to deactivate your plug in. It’s a live site and I couldn’t
   leave the menu inoperable. I am a free user (I had only just installed your plug
   in) I was going to upgrade, but then I saw the problem.
    I was hoping this was
   a problem you had encountered before and had a quick fix.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weekly Class Schedule] Schedule is empty](https://wordpress.org/support/topic/schedule-is-empty/)
 *  [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/schedule-is-empty/#post-5277494)
 * Same problem here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weekly Class Schedule] [wcs] shortcode isn't working, but [wcs layout=list] is…](https://wordpress.org/support/topic/wcs-shortcode-isnt-working-but-wcs-layoutlist-is/)
 *  [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wcs-shortcode-isnt-working-but-wcs-layoutlist-is/#post-4526160)
 * Does anyone know if buying the expansion pack fixes this problem?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Weekly Class Schedule] [wcs] shortcode isn't working, but [wcs layout=list] is…](https://wordpress.org/support/topic/wcs-shortcode-isnt-working-but-wcs-layoutlist-is/)
 *  [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/wcs-shortcode-isnt-working-but-wcs-layoutlist-is/#post-4526159)
 * Same problem here, did the shortcode change with v3?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider] Lightbox support?](https://wordpress.org/support/topic/lightbox-support/)
 *  Thread Starter [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/lightbox-support/#post-4205635)
 * Ok Thanks!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vantage] Filtered posts](https://wordpress.org/support/topic/filtered-posts/)
 *  Thread Starter [joedean](https://wordpress.org/support/users/joedean/)
 * (@joedean)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/filtered-posts/#post-4196033)
 * Thank you! Nice theme!

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