Jeroen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP FullCalendar] Changing default values for agenda viewHI Angelo,
I’m sorry, but I’m afraid I’m missing something. In wp-fullcalendar/wp-fullcalendar.php at around lines 298-368 I do not see any line that is similar to what this post (https://stackoverflow.com/questions/9080944/24-hour-time-format-so-no-am-to-pm-for-fullcalendar) is talking about.
That post refers to a json.php and fullCalendar.js. I don’t have a json.php in wp-fullcalendar. And when I change fullCalendar.js according to the best rated answer nothing happens/changes on the frontend.Below you’ll see the code in wp-fullcalendar/wp-fullcalendar.php – lines 298-368. Just running the latest version of FullCalendar
$js_vars['wpfc_locale'] = $calendar_languages[$locale_code_short]; } $js_vars['wpfc_locale']['firstDay'] = $js_vars['firstDay']; //override firstDay with wp settings apply_filters('wpfc_js_vars', $js_vars); wp_localize_script('wp-fullcalendar', 'WPFC', $js_vars); } /** * Catches ajax requests by fullcalendar */ function ajax(){ global $post; //sort out args unset($_REQUEST['month']); //no need for these two unset($_REQUEST['year']); $args = array ('scope'=>array(date("Y-m-d", $_REQUEST['start']), date("Y-m-d", $_REQUEST['end'])), 'owner'=>false, 'status'=>1, 'order'=>'ASC', 'orderby'=>'post_date'); //get post type and taxonomies, determine if we're filtering by taxonomy $post_type = !empty($_REQUEST['type']) ? $_REQUEST['type']:'post'; $args['post_type'] = $post_type; if( $args['post_type'] == 'attachment' ) $args['post_status'] = 'inherit'; $args['tax_query'] = array(); foreach( get_object_taxonomies($post_type) as $taxonomy_name ){ if( !empty($_REQUEST[$taxonomy_name]) ){ $args['tax_query'][] = array( 'taxonomy' => $taxonomy_name, 'field' => 'id', 'terms' => $_REQUEST[$taxonomy_name] ); } } //initiate vars $args = apply_filters('wpfc_fullcalendar_args', array_merge($_REQUEST, $args)); $limit = get_option('wpfc_limit',3); $items = array(); $item_dates_more = array();
Forum: Plugins
In reply to: [WP FullCalendar] Changing default values for agenda viewHey Angelo,
I think I miss a file (the one you referred to?) because I don’t have a json.php in my wp-fullcalendar. As you wrote “the file I shared above”; which file do you mean?
Thnx for your help!
Forum: Plugins
In reply to: [WP FullCalendar] Changing default values for agenda viewThanx Angelo!
Im going to check this out later today!Forum: Plugins
In reply to: [WP FullCalendar] Changing default values for agenda viewThe time format in day view is ok. But the time shown in axis Format insist on being in am/pm.
It’s the vertical bar in the left of the screen.Forum: Plugins
In reply to: [WP FullCalendar] Changing default values for agenda viewHi Angelo,
Could you paste a bit of the code in these lines which you a referring to? Around lines 298-368 I don’t see any code similar. Maybe I’m missing something?
Forum: Plugins
In reply to: [WP FullCalendar] Changing default values for agenda viewHmm, I think I’m experiencing the same problem. Whatever I tried, my settings aren’t set. Any luck so far?
Forum: Plugins
In reply to: [WP FullCalendar] 24h time format and different date format possible soon?I had the same issue (at least for the week agenda) and I found the answer in this topic: https://www.ads-software.com/support/topic/week-view-column-headings
Now I only need to find a way to change the AM/PM in the week agenda
Forum: Plugins
In reply to: [[DEPRECATED] WooCommerce (nl)] 'From' en 'Sort by' worden niet vertaaldThanks Remco!
I’m going to check that out.Forum: Plugins
In reply to: [PauPress - A CRM for WordPress] Love the plugin, but…I’ve send you a mail!
Hi,
Thanks for your reply. I just deactivated all plugins on the website, and when I tried Publicize, all was ok. Then I activated them one-by-one and each time I tested Publicize. Again all was ok. The last plugin I activated was Nextgen, and then Publicize ‘broke’.
So I guess there is an issue with Jetpack’s Publicize and Nextgen Gallery.
Well since the issue is still there, I don’t see any reason to mark this thread as resolved…
I posted this also on the Nextgen support page: https://www.ads-software.com/support/topic/ngg_resource_manager_marker-added-to-xmlrpc
I just deactivated all plugins on the website, and when I tried Publicize, all was ok. Then I activated them one-by-one and each time I tested Publicize. Again all was ok. The last plugin I activated was Nextgen, and then Publicize ‘broke’.
Again the same error code. So I guess there is an issue with Jetpack’s Publicize and Nextgen Gallery.
Version 2.0.9 seems to work good again for me.
Thanks a lot Pehog!
This one works without any problems!
It’s a real fresh install. So it just uses the standard TwentyFourteen theme.
If you could upload it via Dropbox and post the link here, that would be great!
Thanks!Maybe you could contact Wordfence and find out what is happening?
About the listing, it says:
The text we found in this file […] matches a known malicious file