aolbrechts
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] smtp with MailjetThanks for your answer … but I’ve checked all this 🙁
It’s running on my own server, which accepts others ports (see screenshot below).
And Mailjet is an external mail service that works on those ports.So I don’t see chat else I can do …
I use MailJet for other sites on my server and it works, so I think the issue comes from MailPoet unfortunately :/SEE FILE >> PORTS.PNG
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] smtp with MailjetSame thing here : MailJet offers different ports, but doesn’t work in MailPoet
Ports available : 25, 465 or 587
TLS optionnal
SSL available tooTried all combinations, still get an error 🙁
When I try in a regular e-mail app to test those settings, it works.
Forum: Plugins
In reply to: [WP SimpleWeather] An invalid WOEID or location was provided.Yep, not working in Celsius 🙁
Same problem here 🙁
AWPCP Version 3.5.3.1
WP Version 4.4
PHP Version 5.4Any idea what the problem could be ?
Thanks !!
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Get Page title….I’m looking for this too, if anyone can help ?
Simply trying to get the page title …
I managed to get the URL via [dynamichidden URL ‘CF7_URL’]
Is there maybe a list of variables that can be used in this plugin ?Thanks for the useful help !
AntoineForum: Plugins
In reply to: [Event Organiser] No link on event ?Hello Stephen,
I’ve tried different things in the functions.php file but seems not OK 🙁
Option A :
// Remove link from calendar
add_filter(‘eventorganiser_calendar_event_link’,’myprefix_maybe_no_calendar_link’,10,3);
function myprefix_maybe_no_calendar_link( $link, $event_id, $occurrence_id ){
return false;
return $link;
}Option B :
// Remove link from calendar
add_filter(‘eventorganiser_calendar_event_link’,’myprefix_maybe_no_calendar_link’,10,3);
function myprefix_maybe_no_calendar_link( $link, $event_id, $occurrence_id ){
return false;
}Not sure what I’m doing wrong ?
Thanks for the help,
AntoineForum: Plugins
In reply to: [Register Plus Redux] Registration form on a page or postI would love to have the form on a page too, so I can add any text I want before or after …
Does someone have an idea on how to do so ?
Forum: Plugins
In reply to: [WP RSS Multi Importer] Import full content of article ?Yessss it worked, thank you very much !!
Forum: Plugins
In reply to: [WP RSS Multi Importer] Import full content of article ?I tried that yesterday but didn’t work unfortunately 🙁
Forum: Plugins
In reply to: [WP RSS Multi Importer] Import full content of article ?Well I don’t understand then 🙁
I’ve deleted ALL articles, nothing left I even checked in the DB
Number of items is set to the maxForum: Plugins
In reply to: [WP RSS Multi Importer] Import full content of article ?Allen,
Sorry to bother you again, but something’s wrong …
I haven’t changed anything to the feed but now it won’t import anything, always telling : There were no new feed items to add.Any idea why this happens ?
Thanks !
Forum: Plugins
In reply to: [WP RSS Multi Importer] Import full content of article ?OK great, thanks for the info !
Have a nice day, your plugin rocks 😉
Forum: Plugins
In reply to: [WP RSS Multi Importer] Import full content of article ?You are magic, thanks a lot !!
It seems it does exactly what I need …One last question though if I may : is there a way to have the plugin to import that whole article in the post area and only the 100 first characters in the excerpt ?
I’ve tried to play with the excerpt settings but it strips the main content of the post, not the excerpt.
Thanks again,
Antoine
Forum: Plugins
In reply to: [WP RSS Multi Importer] Import full content of article ?Hello Allen,
The RSS feed is http://antoine.olbrechts.eu/radioval.php
(currently only 15 articles for the tests but I have thousands to import)
Do you think some kind of character would make the script exit while importing ?Thanks for your help,
Antoine