Title: mrrl's Replies | WordPress.org

---

# mrrl

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theater for WordPress] ‘More info’ link for [wpt_productions]](https://wordpress.org/support/topic/more-info-link-for-wpt_productions/)
 *  Thread Starter [mrrl](https://wordpress.org/support/users/mrrl/)
 * (@mrrl)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/more-info-link-for-wpt_productions/#post-10936530)
 * Works like a charm! thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theater for WordPress] Styling for categories in [wpt_events] list](https://wordpress.org/support/topic/styling-for-categories-in-wpt_events-list/)
 *  Thread Starter [mrrl](https://wordpress.org/support/users/mrrl/)
 * (@mrrl)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/styling-for-categories-in-wpt_events-list/#post-10696525)
 * That’s it, thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theater for WordPress] Styling for categories in [wpt_events] list](https://wordpress.org/support/topic/styling-for-categories-in-wpt_events-list/)
 *  Thread Starter [mrrl](https://wordpress.org/support/users/mrrl/)
 * (@mrrl)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/styling-for-categories-in-wpt_events-list/#post-10694309)
 * Got it working thanks to this old thread: [https://wordpress.org/support/topic/add-a-custom-class-for-special-feature-eventsproductions/](https://wordpress.org/support/topic/add-a-custom-class-for-special-feature-eventsproductions/)
 * But it now only works on [wpt_events] (as initially requested) but I’d like it
   to work on [wpt_productions] listing as well.
 * Not sure what to change to this code:
 *     ```
       function my_wpt_event_classes($classes,$event) {
         foreach($event->production->categories() as $categorie_id) {
           $cat = get_category( $categorie_id );
           $classes[] = $cat->slug;
         }
         return $classes;
       }
       add_filter('wpt_event_classes','my_wpt_event_classes', 10,2);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Discontinued: Srizon Social Album :Do Not Install] Album embed not working in Widget?](https://wordpress.org/support/topic/album-embed-not-working-in-widget/)
 *  Thread Starter [mrrl](https://wordpress.org/support/users/mrrl/)
 * (@mrrl)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/album-embed-not-working-in-widget/#post-8981163)
 * Thank you! Can’t believe I have 9 years of experience with WordPress and I totally
   forgot about shortcodes not working in Widgets..
 * I solved it without use of a plug-in by adding:
    `add_filter('widget_text','do_shortcode');`
   in functions.php
 * Maybe this is helpful for others 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Members List Plugin] [members-list] not showing anything w/ newest update (4.0.3)](https://wordpress.org/support/topic/bembers-list-not-showing-anything-w-newest-update/)
 *  Thread Starter [mrrl](https://wordpress.org/support/users/mrrl/)
 * (@mrrl)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/bembers-list-not-showing-anything-w-newest-update/#post-6998318)
 * Alright, thanks for your reply.
 * I got it semi-working again by deleting all folders/files then installing latest
   version, making a new list and putting that shortcode on the page (in text mode).
 * It now appeared on the page, except for all user names, description. However,
   the only thing showing were the search/sort fields and the gravatars.
 * I then deleted all display fields, sort and search fields and added them from
   scratch.
 * New problem occured: I can’t delete search fields. It just gives an error.
    It
   just shows a red box with the message “There was an error.”
 * Even worse; it now breaks the whole page. It now doesn’t even show the regular
   text that was before the shortcode. Sidebar and admin bar are gone as well..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership 2] Existing members not showing when upgrading to Membership2](https://wordpress.org/support/topic/existing-members-not-showing-when-upgrading-to-membership2/)
 *  Thread Starter [mrrl](https://wordpress.org/support/users/mrrl/)
 * (@mrrl)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/existing-members-not-showing-when-upgrading-to-membership2/#post-6765756)
 * Thank you!
    Managed to delete all existing folders, then uploaded 3.4.4.3 and
   then upgraded and imported!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sticky Menu & Sticky Header] Possible jQuery conflict with Revslider](https://wordpress.org/support/topic/possible-jquery-conflict-with-revslider/)
 *  Thread Starter [mrrl](https://wordpress.org/support/users/mrrl/)
 * (@mrrl)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/possible-jquery-conflict-with-revslider/#post-5590456)
 * Thanks for your quick reply! I installed the experimental version and it solved
   it! Well, part of it. It interrupts the animation (freezes the last state it 
   was in) but this is already better than it was and I think the client will accept
   this solution.
 * So RevSlider can be a pain in the ass right? Like many, I had a site that was
   using the older version and it got hacked. Too bad, because I haven’t yet found
   a plugin that does it better.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Fixed positioning of the 3 lines when body height 100%](https://wordpress.org/support/topic/fixed-positioning-of-the-3-lines-when-body-height-100/)
 *  Thread Starter [mrrl](https://wordpress.org/support/users/mrrl/)
 * (@mrrl)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fixed-positioning-of-the-3-lines-when-body-height-100/#post-5567187)
 * Site is now live, but I somehow managed to fix it myself!
    Body also had overflow-
   x:hidden, removed that one and it fixed it.
 * [http://www.walleedesign.nl](http://www.walleedesign.nl)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Fixed positioning of the 3 lines when body height 100%](https://wordpress.org/support/topic/fixed-positioning-of-the-3-lines-when-body-height-100/)
 *  Thread Starter [mrrl](https://wordpress.org/support/users/mrrl/)
 * (@mrrl)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/fixed-positioning-of-the-3-lines-when-body-height-100/#post-5567030)
 * Hi Peter,
 * Thanks for your quick response. The site isn’t live yet, so I can’t show you 
   the actual site.
 * I was hoping someone maybe knew the answer by only reading/looking at the pictures.
   🙂 But I will post the url once the site’s live, hopefully next week

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