houba_houbi
Forum Replies Created
-
Hello
I have done exactly like alexrollin explain me but I haven’t a choice : “Event Type to Upcoming”.
I have only that
post Type = Events
Categories = All
Post to show = 5
Forum: Plugins
In reply to: [The Events Calendar] Day for the date in english for rss feed onlyHello thank you so much, works great.
It’s a mystery for me french month “jui” and “jui” are ok in english !
Forum: Plugins
In reply to: [The Events Calendar] Day for the date in english for rss feed onlyThanks Darian, almost !
Strange thing for dates with no end date : the date is not displaying or false :
https://1drv.ms/w/s!Ao_ahcfnOc5QnYIuUzXXpVSdwIrjEg?e=a9HZ84
And all the date is not in english,for example december : Déc => Dec
- This reply was modified 11 months ago by houba_houbi.
Forum: Plugins
In reply to: [The Events Calendar] Day for the date in english for rss feed onlyHi @darian
Here is the code :
<pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate> <?php if ( tribe_get_start_date() !== tribe_get_end_date() ) { ?> <dc:date><?php echo tribe_get_start_date( $event_id, true, 'D, d M Y H:i:s +0000' ); ?></dc:date> <lmp:endDate><?php echo tribe_get_end_date( $event_id, true, 'D, d M Y H:i:s +0000' ); ?></lmp:endDate> <?php } else { ?> <dc:date><?php echo tribe_get_start_date( $event_id, true, 'D, d M Y H:i:s +0000' ); ?></dc:date> <?php } ?>
PubDate day is in english but the dc:date and lmp:endDate are in french
The feed here (on a test website) : https://demo.crealys-web.net/wordpress/feed/lumiplan-evenements
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Start and end date in the rss feedHello
I added my start date et en date for my rss feed. I have only a problem the day is in french, so : mer, 10 Jan 2024 00:00:00 +0000 and I need to have the day in english : Wed, 10 Jan 2024 00:00:00 +0000
How can I fix that please?
Forum: Plugins
In reply to: [RSS Enhancements for The Events Calendar] Start and end dateok thanks
Forum: Plugins
In reply to: [RSS Enhancements for The Events Calendar] Start and end date“tierce api” is third-party application.
I check the rss page and I have only <pubDate>, not the start and end date.
Hello
So I understand that Rest-api is necessary for AIOSEO. But the notices which indicates that’s Rest-api is desactivated are random so difficult to see the problem. I think that the htaccess/htpass protection on my dev website may be a problem ? I just install this plugin wp-cron-http-auth, perhaps it can help?
If I well understand, AIOSEO doesn’t use XML-RPC so I can desactivated it. I don’t use anything else specillay that use the functionnalities of xml-rpc.
Hello
Thanks I will test with this plugin and see if I have no notices in the future.
To well understand, how does wpcron work: automatically at a given frequency (which one?) or do we have to “visit” the site manually?
Hello
Thanks. I think it’s because I have a rule for a pass protection for my website. I use that for development websites. And I don’t have the problem on production websites so without a htpass protection. So I think that’s the problem.
Forum: Plugins
In reply to: [Flamingo] not the real information in the inboxThank you that works now !
Hello
I am sorry but I actually didn’t understand all of your answer ;(
Also I did some tests with the article notification mail, set to 1 pm. daily. I changed the date of 3 of my articles in order to have “new articles”, so never send. In my post notification email template the latest posts widget was set to 5 posts. No email received. As I only had 3 articles I said to myself that the system was perhaps waiting to have 5 articles to send?
I changed my template and set the widget to 1 post. I received only one email for 1 article and nothing for the others and from several days…
I really don’t understand how to do it.Ok thanks for explanations. I open a feedback for the autosave problem.
For the post notification emails, if we publish 2 posts on a day and select publish once a day at x. Mailpoet will send 2 mails (one mail by post) or it can send 1 email with 2 posts ?
Yes but I think I will have the same problem in the history of the emails with automatic posts because it’s dynamic content too?