cebab-pl
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Polish.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Theme Conflict?Hi,
your block element .site-header-menu in style.css (line 1120) isdisplay: none;try change:
display: block !important;
Screen: http://prnt.sc/caksxdP.S. Sorry for my english
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Set height block element on month view…any idea?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Display all monthsThanks Ben. I modified the code and it works:
In: app/view/calendar/view/month.phpfor( $x = 01; $x <= 12; $x++ ){ $local_date ->set_date( $local_date->format( 'Y' ), $local_date->format($x), 1 ); $args['exact_date'] = $local_date->format(); $href = $this->_registry->get( 'html.element.href', $args ); $links[] = array( 'enabled' => true, 'class'=> 'ai1ec-prev-month', 'text' => '<i class="ai1ec-fa ai1ec-fa-angle-left"></i> ' . $local_date->format_i18n( 'M' ), 'href' => $href->generate_href(), ); }but it can be removed after updating the plug
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Display all monthsSorry… i hope that help (screen): http://prntscr.com/ca9gmu
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Set height block element on month viewI tried… but the problem is probably in JS with calculation of the position-absolute TOP for
.ai1ec-eventelementsScreen: http://prntscr.com/ca84wb
Viewing 6 replies - 1 through 6 (of 6 total)