jojaba
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Google Calendar API v3@deloppers:
https://developers.google.com/google-apps/calendar/v3/reference/events/list#examples
The parameters has completely changed, try it out on this page.
I’m affraid, the \wp-content\plugins\google-calendar-events\includes\class-gce-feed.php file should be completely rewritten (amybe some other files) because of the Google Data Protocol give up.
I’m not skilled enough to help you on coding but I can land you a helping hand for testing purposes. ๐Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Google Calendar API v3I didn’t look into it more precisely. I only saw that the changes will not be simple as I thought, the developer of the plugin will have to change a lot to have it work again.
P.S. : Is this just a temporary situation ?
Yes :
Here’s a fix for your display while we move the plugin to using the new API later this week.
Thanks to the developer for this update coming soon (I hope ;p).
@developers : posted somewhere else some resources (I don’t know if this will be helpfull) : https://wordpress.org/support/topic/google-calendar-api-v3?replies=5#post-6235222Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Google Calendar API v3Here’s the page explaining the differences between v2 and v3:
https://developers.google.com/google-apps/calendar/migrationForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Google Calendar API v3I can confirm the v2->v3 switching. I also have a 403 message since yesterday (all worked fine before).
To solve this, should only the .json string be changed in wp-content\plugins\google-calendar-events\includes\class-gce-feed.php file?Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Failed to connect to GoogleForget to give the source: http://wpengineer.com/1227/wordpress-proxysupport/ ๐
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Failed to connect to GoogleHey! Found the solution!
In wp-config.php, you just have to add the following lines :define('WP_PROXY_HOST', 'http://proxy.provider.fr'); define('WP_PROXY_PORT', '8080');Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Failed to connect to GoogleHello again,
My webhosting provider tells me to use a proxy to get the Google calendar infos because all outgoing request is blocked on the server. The url of the proxy looks like this :
http://proxy.provider.fr:8080/Can somebody tells me how I can ask the plugin to use this proxy for the request?
I guess, I should add some code into class-gce-feed.php file.
Thanks in advance.
Forum: Plugins
In reply to: [WordPress Word Count and Limit] Getting an error with my installCan you please try the developpment version of this plugin? I’m not sure I fixed the issue, please try it out and let me know if this worked.
The developpment version can be found here : https://wordpress.org/plugins/word-count-and-limit/developers/ (click on “Development Version” to download it)Thanks in advance.
Forum: Plugins
In reply to: [WordPress Word Count and Limit] Getting an error with my installI can’t reproduce this bug. Could you please give me more infos?
Forum: Plugins
In reply to: How to flush rewrite rules after options submissionWell, seems to work (after testing) so let’s say its resolved.
Forum: Plugins
In reply to: How to flush rewrite rules after options submissionI don’t know if this is a good way to handle my case:
if( !function_exists('myplugin_options_do_page')) { function myplugin_options_do_page() { if ($_GET['page'] == 'myplugin_options_page' && $_GET['settings-updated']) { // flushing rewrite rules myplugin_cpt_custom_init(); flush_rewrite_rules(); } // do page continue code here... } }I trigger the flush rewrite rules when page is generated and when the page has been updated…
An opinion?Forum: Fixing WordPress
In reply to: Disable the native default rss feedHi Samuel and thanks for that reply.
No, my theme doesn’t content this line and I added my custom feed link in my header file this way for a while :
<link rel="alternate" type="application/rss+xml" title="My site ยป Flux RSS" href="<?php echo home_url( '/' ); ?>flux-rss" />
This doesn’t seem to avoid the /feed/ to be catch by feedly…Forum: Fixing WordPress
In reply to: Disable the native default rss feedIs that the right way?
remove_action( 'do_feed_rdf', 'do_feed_rdf', 10, 1 ); remove_action( 'do_feed_rss', 'do_feed_rss', 10, 1 ); remove_action( 'do_feed_rss2', 'do_feed_rss2', 10, 1 ); remove_action( 'do_feed_atom', 'do_feed_atom', 10, 1 );Found here : http://www.456bereastreet.com/archive/201103/controlling_and_customising_rss_feeds_in_wordpress/
Forum: Plugins
In reply to: [Advanced Excerpt] Iage caption remove, french translation, more tagContactez-moi en passant par mon formulaire de contact : http://perso.jojaba.fr/_Contact/