Design Hero
Forum Replies Created
-
I hit this problem. For me solution was you have to fill out the repeater fields in the post editor, otherwise it doesn’t seem to find the empty fields. hope that works for you.
Thanks guys
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Events disappeared on mouse upHi there
thanks for your reply. I’ve just tested again, this issue is occurring on all themes, on chrome browser only, including native WordPress themes Twenty fifteen through to Twenty Nineteen with no additional custom CSS
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Events disappeared on mouse upHi there this issue is not resolved!
The CSS above is a workaround which forces the container to be a minimum height, so that the title is visible.
The boxes will not the dynamically resize depending on content so for longer titles the title will overflow its container.Can the developer please see if there is a real fix to the core issue on Chrome?
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Events disappeared on mouse up.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
overflow: visible !important;
min-height: inherit !important;
}on hover the min-height is being set dynamically which seems to be causing the container to disappear.
- This reply was modified 6 years, 11 months ago by Design Hero. Reason: further investigation
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Events disappeared on mouse upI also am experiencing this issue, seems to be to do with hover event, overflow, z-index and max-height?
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container {
overflow: visible !important;
}