LBell
Forum Replies Created
-
Forum: Plugins
In reply to: [Hydrogen Directory] Activation problemThanks for the report, looks like something changed with the latest WP version.
The plugin has been fixed and updated. Please update and try the activation again.
Let me know if you have any further issues.
Forum: Plugins
In reply to: [Pretty Google Calendar] Days list supportOK, scratch all that… I added some new shortcode options that will let you tame your list how you see fit.
You can now use
list_typeoption to specify day, week, year, or month types.There is also a custom type that shows the next 28 days (current default) that can be tweaked to show a certain number of future days using the
list_daysSee install section of readme for details.
Forum: Plugins
In reply to: [Pretty Google Calendar] Days list supportAdded a shortcode option
list_days="2"to tame that. Let me know.Forum: Plugins
In reply to: [Pretty Google Calendar] Days list supportYowza! That’s a lot of events. 🙂 I see where you are coming from. Let me think about some potential ways to do what you want.
Forum: Plugins
In reply to: [Yoga Schedule Momoyoga] Can I hide the momoyoga-lesson-teacher column?That should hide the teacher column in the list, if you need to hide the teacher row in the details (that expands) you need to target it based on its position.
This is working for me:
.momoyoga-lesson-teacher { display: none !important; } .momoyoga-lesson-details p:nth-child(2){ display: none !important; }Forum: Plugins
In reply to: [Yoga Schedule Momoyoga] Can I hide the momoyoga-lesson-teacher column?Looks like you can use custom CSS to set these two classes to:
display: none;momoyoga-lesson-teacher
momoyoga-lesson-linkForum: Themes and Templates
In reply to: [Astra] Custom post template?@brainstormteam @bsfherman Any updates? Thanks!