zentralheld
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] html output with too many br-tagsi tried the fix and it works like a charm 🙂 thank you!
as the maintenance mode on the website i’m working on is now off, i can provide you with a link: https://www.willkommen-in-halle.de/events/frauencafe-deutsch-fuer-frauen-16/
but as the problem is solved, it won’t help you, or?
Forum: Plugins
In reply to: [Events Made Easy] html output with too many br-tagsthank you for the fast answer!
how can i send you screenshots from my example here? or could you provide me an e-mail address?
Forum: Plugins
In reply to: [Events Made Easy] backend: settings for events not saving since updatesorry, no javascript errors appear in the console.
but after i uninstalled and reinstalled the plugin, creating new events worked again.
but the inserting of content on the settings site of the eme plugin still does not work properly. i made a video: https://www.screencast.com/t/kqrRSCSX0
- This reply was modified 5 years, 8 months ago by zentralheld.
- This reply was modified 5 years, 8 months ago by zentralheld.
Forum: Plugins
In reply to: [Events Made Easy] backend: settings for events not saving since updatesorry, no errors are being displayed and/or logged.
when in insert something in an input field in the “Event Manager Optionen” site and press submit, the content disappears.
e.g. i enter something in “Format: Standard Einzelveranstaltung” and hit submit, the field ist empty after that, but on the frontend it works in the single event view. but when i open the backend again, go to the settings and save them again, the settings are reset to nothing and the single view contains nothing.
when i try to create a new event, i can enter content, but after submit nothing happens.
Forum: Plugins
In reply to: [Events Made Easy] backend: settings for events not saving since updateand new events won’t be saved too 🙁
and shortcodes also don’t work.- This reply was modified 5 years, 8 months ago by zentralheld.
Forum: Plugins
In reply to: [Events Made Easy] scope=future not workingaaaah, that was it 🙂 thank you!!
Forum: Plugins
In reply to: [Events Made Easy] scope=future not workinghi franky, thanks for your fast reply.
i tested my event list with single and recurring events. single past events aren’t shown – that’s good. but recurring events are shown at each past and future day. how can i fix this?
PS: i also tried “show_recurrent_events_once=1” but that does not what i want. i want every future event of an event series to be displayed.
- This reply was modified 9 years, 2 months ago by zentralheld.
Forum: Plugins
In reply to: [WP Content Slideshow] custom image sizetry
<?php echo get_the_post_thumbnail($post_id, array(100,50) ); ?>it has worked for me 🙂
e.g.:<li class="on clearfix" id="post-<?php echo $counting; ?>"> <a href="#main-post-<?php echo $counting; ?>" title="<?php the_title(); ?>"> <span class="slide-thumb"><?php echo get_the_post_thumbnail($post_id, array(100,50) ); ?></span> <?php echo cut_content_feat(get_the_title(), 50, ""); ?> </a> </li>