Eddy GT
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Event Detail Screen is BlackYour list view too 🙂
Look at customizer -> the event calendar colors or insert in customizer custom css:
.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .ast-article-post { background-color: #fff !important; }Forum: Plugins
In reply to: [The Events Calendar] Display ALL EVENTS in ElementorI have fix this via CSS but i think it is a bug 🙂
.tribe-events-view { width: auto; margin-left: 0px !important; margin-right: 0px !important; }Forum: Plugins
In reply to: [The Events Calendar] Don’t want to use the default Events pageThe only way is create a custom template 🙂
https://theeventscalendar.com/knowledgebase/k/customizing-template-files-2/Then you have to edit the single-event-blocks.php
Line 28
<?php $this->template( 'single-event/back-link' ); ?>Greetings
Forum: Plugins
In reply to: [Disable and Remove Google Fonts | GDPR & DSGVO friendly] Hueman TemplateI totally overlooked that. THANK YOU! It works…
Open seedprod-preview.php and change or delete line 228
<?php?>to
<?php ?>- This reply was modified 4 years, 10 months ago by Eddy GT.
Forum: Plugins
In reply to: [Germanized for WooCommerce] Germanized > Checkboxen > AllgemeinWird im nächsten Template Update gefixt 🙂
Forum: Plugins
In reply to: [Germanized for WooCommerce] Germanized > Checkboxen > AllgemeinHi so das erste Problem konnte ich schon mal beheben.
pointer-events: none; war das Problem das die Checkbox nicht ausgewählt werden konnte.
Jetzt ist das weitere Problem zu sehen aber irgendwie will das noch nicht in die Box 🙂
Hast du eine Idee? https://www.xiskin.de/checkout
LG