mrrl
Forum Replies Created
-
Forum: Plugins
In reply to: [Theater for WordPress] ‘More info’ link for [wpt_productions]Works like a charm! thanks
Forum: Plugins
In reply to: [Theater for WordPress] Styling for categories in [wpt_events] listThat’s it, thank you!
Forum: Plugins
In reply to: [Theater for WordPress] Styling for categories in [wpt_events] listGot it working thanks to this old thread: 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);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.phpMaybe this is helpful for others π
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
In reply to: [Membership 2] Existing members not showing when upgrading to Membership2Thank you!
Managed to delete all existing folders, then uploaded 3.4.4.3 and then upgraded and imported!Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Possible jQuery conflict with RevsliderThanks 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.
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.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