afreyer
Forum Replies Created
-
and by another way?
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] UTF-8 Characters?ok, i ve found the answer. my fault was, that i thought, that this template is using header.php from theme.
so, i pasted code into the letter template<head><meta charset="UTF-8"></head>
no i think you misunderstood my question.this query works fine for me, but i need a solution to list events of the current week or for the next 7 days, like “scope” parameter of eventlist.
i have the same experience. yes, it must be feared that 2 instances are not possible.
Forum: Plugins
In reply to: [WP FullCalendar] Version 0.8.4 problemsyou have to downgrade it manually. So delete old Folder in Plugins-folder and download previous version from developers page. than load it up to the plugins-folder..
Forum: Plugins
In reply to: [WP FullCalendar] Fixing Category/Tag Filters Not Displayinglast update fixed this issue.. thank you.
3 times are right. thank you.
Forum: Plugins
In reply to: [WP FullCalendar] Version 0.8.4 problemson my site the same problem occured: after press the prev and next button no events are listed.
@caimin_nwl:
Maybe, i should contact the devlopers of ACF for a second time. It sounds like this way of managing custom fields could be the reason for it.
@philipjohn and marcus:
using of attributes is a build in feature of this great plugin and could (for me should) be more and more extended. because fields (type textfields in EM) of attributes are not enough. i think about radiobuttons, relations for linking to the post of several event, thumbnails, etc. pp.
i have a dream..
??ACF uses simple custom fields – i cannot understand, why it doesnt work for recurrences.
so it makes more complicated for me, to use EM. i will try it with attributes. But in my opinion, attributes are also custom fields. am i right?sorry marcus, i didnt understand your answer. in future it will be possible or not?
ok, i ask for a second: is it possible to transform custom fields of recurring events to custom fields of several event?
hm, but old entries still not showing cf
workaround (it works for me)
add recurring event -> edit -> save
edit single event(child of this recurring e.) -> edit CF -> saverunning..
Forum: Plugins
In reply to: [WP FullCalendar] Fixing Category/Tag Filters Not Displayingit has no impact at my site..
i wrote this into wpfc-admin.php:
foreach( get_post_types( apply_filters('wpfc_get_post_types_args', array('public'=>true, 'exclude_from_search'=>false))) as $post_type ){
instead:
foreach( get_post_types( apply_filters('wpfc_get_post_types_args', array('public'=>true))) as $post_type ){