Feichtl
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Made Easy] No booking ID foundSame problem here. 1.9.8 fixed it.
THX – awesome performance!
Rgds,
Werner
Forum: Plugins
In reply to: [Events Made Easy] RSVP mails – some fields and conditional tags don't workOn my first attempts i’d put the unfiltered output (for test) below/after the conditional tags. Because of my buggy code that didn’t work either. 😉
Failed Code:
— some code before —
[eme_if tag='#ESC_RESPPHONE'Phone: #_RESPPHONE[/eme_if]
Phone: #_RESPPHONE
— some code after —Forum: Plugins
In reply to: [Events Made Easy] RSVP mails – some fields and conditional tags don't workOMG! Keep it simple – that’s the right way to fix problems.
To test my email template i removed all the conditional tags – and it worked! #_RESPPHONE value is shown!!!
So i dived into my template code and found the failure – a missing closing bracket
]in[eme_if tag='#ESC_RESPPHONE'Phone: #_RESPPHONE[/eme_if]right after
#ESC_RESPPHONE(like in my initial post). After fixing that, mails are filled with values as expected.Franky, thanks for opening my eyes and for your awesome support!
Forum: Plugins
In reply to: [Events Made Easy] RSVP mails – some fields and conditional tags don't workYes, i use
<tr><th scope='row'>Phone:</th><td>#_PHONE</td></tr>inside my registration form. If i take a look at “edit reservations” on admin side, i can see the filled in data.
To validate that #_PHONE-field is working, i created a page using templates for a custom booking-list:
[eme_bookings id=35 template_id=13 template_id_header=12 template_id_footer=8]Within this booking list i use #_RESPPHONE to show the value of #_PHONE and there it works, the value is shown.
I also use conditional tags like
[eme_if tag='#ESC_FIELDVALUE{1}']#_FIELDVALUE{1}<br />[/eme_if]and there they are working to.
Thanks for your efforts, but don’t worry too much about this. In the meantime i’m thinking about creating a child-/custom theme because of other circumstances.
Yes, you’re right. But if you have already a well configured theme with a lot of customized widgets, generating a child theme will be a lot of work. And not every WP-User is able to handle child themes.
On the other hand, using e.g. /wp-content/extensions/emefs/… as additional search-path for customizations are adding … two lines of code into emefs.php? 😉
Forum: Themes and Templates
In reply to: [Minamaze] Get a Notice "Array to string conversion"Maybe i found the trouble-source. After deactivating “WP Photo Album Plus” (6.3.8) the Notice is gone.
Hope this helps to fix theme-related behaviour with this plugin.
Forum: Plugins
In reply to: [Cr3ativ Carousel] Version 1.2.0 breaks my carouselsSame here. Surprisingly it works in IE 11, but not in latest FF or Chrome. 🙁
Added images are stretched to full width and animation does not work.
Using latest WP 4.3.1 and theme Minamaze 1.2.2.
Forum: Reviews
In reply to: [Awesome Flickr Gallery] Cool pluginAfter playing around a while it seemed to be an incompatibility with anorher plugin (cookie law). Chache update works!