salatfresser
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Booking Calendar] Only showing legendAwesome, that helped a lot! The extra jquery came by another plugin that i recently updated. Thanks for the quick help!!
M.Thanks a ton for the hint!! Closing this.
Sorry, this is the link where the form is:
Hi there, yes we have launched the site in the meantime. The widget can be found here: https://www.ads-software.com/support/topic/subscription-form-not-working-nothing-happens?replies=2
Any hints very much appreaciated!!
Forum: Plugins
In reply to: [Cimy User Extra Fields] Conditional echo of a fieldI got it.. actually it was easier than expected (i think this is why no one replied, but this was a huge discovery for me) anyway this is what i did, for the case that i want to show or hide Birthday (custom field created with Cimy, being asked at user registration)
$privacy = get_cimyFieldValue($curauth->ID, 'PRIVACY_BIRTHDAY'); $birthday = get_cimyFieldValue($curauth->ID, 'BIRTHDAY'); <?php if((get_cimyFieldValue($curauth->ID, 'PRIVACY_BIRTHDAY', no))) { ?> <?php _e('Birthday'); ?>: <?php echo $birthday; ?> <?php } ?>
Forum: Plugins
In reply to: [Cimy User Extra Fields] Conditional echo of a fieldAny ideas how to do this? Is is possible at all with Cimy Plugin?
Thanks csilverc !! This plugin solved my problem with german special characters!
??Forum: Plugins
In reply to: [WP Booking Calendar] [Plugin: Booking Calendar] Not showing calendarOk, I started deactivating plugins and found out that the “Nivo Slider for WordPress” plugin was the problem. When i deactivated it, the Booking calendar showed correctly. But its strange because in the earlier version of Booking calendar this was not a problem. And i really need that other plugin!
I think i will have to switch back to the previous version of Booking calendar, if there is no other solution.
Do you have any other advice of how i could solve this?
Thanks a lot for your help and the great plugin!
Forum: Plugins
In reply to: [WP Booking Calendar] [Plugin: Booking Calendar] Not showing calendarThanks for the answer!
In my case, when i go to the Booking settings within the Admin area, i see some options but below the calendar is not visible, instead it says “Nothing found!” I used to be able to see the calendar here.
On the page where the calendar should appear ( https://beyer-springeamdeister.de/belegungsplan/ ), it just does not appear, although the legend does. Before i updated the plugin, it was fine. Maybe it has to do with the language.. i use it in german, but the earlier version i used in english.
Forum: Plugins
In reply to: [WP Booking Calendar] [Plugin: Booking Calendar] Not showing calendarI get exactly the same problem. Updated to 4 and now the actual calendar is gone.. even in the Plugin options page, it says “Nothing found”.
Have the same problem.. the stars appear but nothing happens by mouseover or clicking on them.
@revolter i saw that you fixed it somehow on your site.. how did you do it? Would be great to know! THanks,
MikeHave the same problem.. the stars appear but nothing happens by mouseover or clicking on them.
@revolter i saw that you fixed it somehow on your site.. how did you do it? Would be great to know! THanks,
MikeWorks perfectly, thanks a ton!!!
Forum: Fixing WordPress
In reply to: [Plugin: Custom Field Template] Using Shortcode in Post Excerpts??Great, plugin, thanks so much, this resolved a lot of problems and features i wanted to integrate on my website, specially this one about excerpts ??