Pierre_02
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] mailpoet cron not working!!Hi nabaraj,
I personnaly use a manual cron job on my websites and i have noticed that as long as you didn’t change the sending frequency in the “Sending by” tab, Mailpoet don’t define some needed tasks in the WP cron events.
So, actually, the only way that i’ve found to correct what i call a little bug π is to change that setting.
BTW, MailPoet will define 5 new tasks (wysija_cron_queue, wysija_cron_daily, wysija_cron_bounce, wysija_cron_weekly and wysija_cron_monthly) in the WP cron events that will be triggered by your cron and everything will be fine :).Amicably,
Pierre.
Forum: Plugins
In reply to: [Contact Form 7] Subject Configuration ErrorHi,
same kind of error here. I use [centre] value to fill the field “To” and [centre] is a select.
The configuration errors show me “This field has syntax errors.” for that…
But i’m pretty sure that’s not an error as it works since a long time :).
So in the tab “Email”, i use [centre] for the field “To” and in my “Message Body” i use “[_raw_centre]” to get my selected value.
So how can i avoid to display that false error ?TIA,
Pierre.
Forum: Plugins
In reply to: [Contact Form 7] Multiple email addressesHi zazara π !
try to split your recipients list only with a space (remove tab and/or break lines).
I use this syntax on one of my website without any problem ;).Pierre.
Forum: Plugins
In reply to: [Flexible Map] Problem with the html attributeHi Ross π !
Great π ! I will try it π !
Thanks a lot for the quick answer !
Amicably,
Pierre.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Unable to add a link due to the use of cdnHi,
that’s ok, i’ve found an other way to “correct” the problem.
Here is the solution for those of us who need an easy solution π :
Editcore/constants.phpand just replace line 21 :
define('WYSIJA_URL',plugins_url().'/'.strtolower('wysija-newsletters').'/');
by :
define('WYSIJA_URL',get_bloginfo( 'siteurl').'/wp-content/plugins/'.strtolower('wysija-newsletters').'/');
BTW, it force the path to be the blogurl/wp-content/… to be used ignoring the constantWP_CONTENT_URLdefined inwp-config.php:).Pierre.
Forum: Plugins
In reply to: [Flexible Map] How to display a kml layer AND marker(s)Hi webaware π !
Rooooh, try to empty it as quick as possible π ! I’m impatient to use your new cool implementation π !!
Have a good day !
Amicably,
Pierre.
Forum: Plugins
In reply to: [Flexible Map] How to display a kml layer AND marker(s)Hi webaware π !
I don’t plan to use multiple layers but to integrate one layer AND one marker.
Don’t you plan to integrate this functionnality in your plugin ?
I’d really prefer to keep the simplicity and the possibilities of your plugin than the one you suggest me ;).TIA,
Pierre.
Hi TacoVerdo,
here it is : http://cdn.tips02.fr/uploads/sites/2/2015/11/screenshot.jpg
Amicably,
Pierre.
Hi,
Could you, please, add the possibility to apply a selected template, easyly, too all selected galleries ?
TIA
Pierre.
Yep, same problem here :)… Once a template have been apply, I have no solution to apply, easyly, a new template to all my selected galleries.
De rien Rachelle ;).
And as I saw you use the Divi theme, you can customize yourself the spinning wheel ;).
by adding this in your styles.css file for example :
.fbx-loader>div:before {
font-family: ETmodules;
content: “\e07c”;
}PS Don’t forget to remove the rule “display:none;” above, if you want to be able to see this “cool” effect ;).
Amicalement,
Pierre
Hi,
you can easyly hide the spinning wheel from lightbox by adding this in the stylesheet of your theme (in styles.css) ;)…
.fbx-loader {
display: none;
}Amicalement,
Pierre.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] Possible set quality crop+1 π
Hi angelo,
I don’t understand your “answer”… I talk about pagination with YOUR custom post type… I use “standard” WP query, who usually works perfectly. The only CPT where it doesn’t work is yours. I thoudght you could have a look on your side to see where is the problem (perhaps in the rewrite rules you add in wp_options).
I don’t understand why you “refugees” behind the support policy rather than trying to help me and probably correct a little bug on your side.Pierre