VirtualCed
Forum Replies Created
-
The video is available. Please take the time to watch it please.
KR
CedricI’m surprised you are not able to reproduce the issue.
I’m thinking about taking the $97 membership but I have no possibility for this right now.
I also want to be sure your plugin is the one I need.
I’m able to reproduce the issue using Firefox, Chrome on my MacOSx and on Firefox on a Windows XP (not yet tried other configurations)So I made a screenflow video with the demonstration of the issue
The link will be https://www.youtube.com/watch?v=7BPNGwna9Ok (not yet possible to see it as Youtube is working on it, but will be available in a few minutes)
Best regards
CedricHello Jess,
The url is
http://labo-marketing.com/membership-account/membership-checkout/?level=2
or you can go to
http://labo-marketing.com/membership-account/niveaux-dadhesion/ and choose to add the membership called Divi
But if you want to see the logout, you have to been logged
I created a username called BobMorane with a password Roy54/p+mpP
I hope you’ll be the first to read this message and to log on.
Please change the password as soon you are logged on.This account has access to nothing, but…
Cedric
I’ve tried to disable all the plugins except PMPRO and even use the default WP Theme Fourteen and the issue is still present.
So the issue sounds to be in PMPro itself.
Forum: Reviews
In reply to: [BulletProof Security] Safer than a condom !Hey, great news.
Sounds better. My eyes will stop bleeding 🙂Hi,
I have the problem on my own server, but not for every website !
Maybe it could be interesting to have a switch option in the dashboard to disable the change of the rights, couldn’t it ?For the missing sentence, you juste have to replace line 797 by
if(count($the_events) > 0) $items = implode($the_events); else $items = __("There are no events to display",SE_TEXTDOMAIN);and for the month, replace every
date('F', mktime(0,0,0, $i ))by
__(date('F', mktime(0,0,0, $i )),SE_TEXTDOMAIN)The only problem will be the format of the date to be ok in French.
Should be done via .po file too…And added two other missing string. No label and Event link.
Almost sure it’s ok now. Take a copy of my files at :
http://www.athus.be/wp-content/plugins/simple-events-calendar/simple-events-calendar.phps
http://www.athus.be/wp-content/plugins/simple-events-calendar/simple-events-calendar-fr_FR.po
Just to correct : the date problem and you can propose a version 1.2.4 😉The file is translated and tested on my wordpress site 🙂
It’s available here : http://www.athus.be/wp-content/plugins/simple-events-calendar/simple-events-calendar-fr_FR.po
I’m missing following strings (in the pot file)
-The month of the year for the dropdown menu in admin panel
-“There are no events to display” (will be translated by “Aucun événement à afficher”I have already add them in the .po file. But on line 797 of your script, you don’t use the __ to define this string. And quickly reading the code, I don’t see where you create the list of months.
and I have a little problem when displaying the date.
In French, June 23 will become 23 JuinBest regards
CedricForum: Themes and Templates
In reply to: Strange CSS behaviourHi,
My CSS is now validated 2.1 following your link.
For the markup errors, I’m unable to correct more than I’ve found…I don’t agree with some of them (the system found a /form without the form. But I found it !
Cedric