Timeline 4 style 7 z-index issue
-
I have been testing this plugin bud have come across a bug when testing, when the screen size is reduced the middle timeline line would hover over any text or images below it when using the style 7 template.
I have managed to fix this within the plugin by setting the z-index to unset within the plugin CSS code.
rich-event-timeline\Rich-Web-Timeline-Widget.php
Line: 855. This code block below:
.rich_web_div_block_<?php echo esc_html($rw_ti_id);?> section.rich_web_timeline_<?php echo esc_html($rw_ti_id);?>:before { background: <?php echo esc_html($get_timeline_style_options[0]->rw_timeline_line_col);?>; z-index: unset; // z-index: 2; }
It was set to z-index: 2, this was creating the issue.
Could someone look into this and add this fix in.
Thanks,
Matt (https://github.com/mattu08)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Timeline 4 style 7 z-index issue’ is closed to new replies.