afreyer
Forum Replies Created
-
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] pods doesnt work after update to 2.3i show it by the way with meta entries:
<?php //pods images if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php $images = get_post_meta( $post->ID, 'arbeiten' ); foreach ( $images as $image ) { $testtitel = get_the_title(); echo '<li style="float: left;list-style: none;"><a title="'.$testtitel.' - '.$image['post_title'].'" class="thumb" href="'.$image['guid'].'">'.pods_image( $image, 'arbeiten-navi' ).'</a> <div class="caption"> <div class="image-desc"><p>'.$image['post_title'].' ? '.$image['post_excerpt'].'</p></div> </div> </li>'; } ?> <?php endwhile; ?> <?php endif; ?>
Forum: Plugins
In reply to: [Adminimize] Disable Posts for all usersok, thank you for the answer. i will search for another plugin, but you did a good job.
thanks.
Forum: Plugins
In reply to: [Plugin: Events Manager] Adding Captcha to Event Submissioni tried it with WP-reCAPTCHA but it doesnt work. Capcha was showed on booking-site, but every words were approved. maybe, it can help.
do you have experiences with other plugins?great! thank you. This was exactly what i was looking for.
ok, i found the template. it was em-event-post.php. thank you..
ok, i mean this for example: https://haus-steinstrasse.de/events/nora-von-hendrik-ibsen/
[ Please do not bump, that’s not permitted here. ]
after update to current version same issue! it seems like a bug..
ok. i tried to downgrade to version 0.8.2. now it works fine!! i will check it after reupdate to 1.1
thank you,
i deactivated all plugins and same problem occured – with my theme and with WP standard-theme.
Unfortunately, no. But it’s right under the view of a single event, if reservation is checked.
hi,
thank you. but its not the setting i was looking for. There are no settings for the single-event concerning this “Bookings”.
Forum: Plugins
In reply to: [WP FullCalendar] Question about Translationoh sorry. that was the wrong plugin-site. i will ask in events manager support forum.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Bookings by Defaultyeah! it works too!! thanks sooo much! how can i implement a ticketprice to this standard tickets?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Bookings by Defaultgreat! i didnt know, that it works only with new events. thank you.
i will test the first solution with a new event too.Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Bookings by Defaultthank you for this links.
the first solution doesnt work. Only Reservation is checked in backend, but it has no effect on frontend.
the second code i pasted it into my functions.php. doesnt work. no effect.what can i do?