Aurore
Forum Replies Created
-
Forum: Plugins
In reply to: [topicPolls Pro for bbPress] Critical error in the admin areaHello,
Thank you so much ! I really appreciate your effort.
Best regardsForum: Plugins
In reply to: [Translate Wordpress with GTranslate] Free version not workingHello,
IMO it would be a better practice to make your plugin work with the deferred jQuery library. I’m going to remove it because it’s slowing down my website. Gtranslate is the only plugin which does not work with the deferred scripts. It’s sad because I like it.
Thank you very much.
Best regards
- This reply was modified 2 years, 11 months ago by Aurore.
Hello,
Thank you very much for your help. I just tried with another website which has Extra theme and I get the same errors. They disappear when i switch to the 21 theme. It’s definitely a theme conflict.
Best regards
———
Extra theme Version 4.14.4
WordPress Version 5.8.2
Youzify Version 1.1.6Hello again,
The problem actually comes from the plugin Events Manager – OpenStreetMaps. The location is not created when an event is submitted in front end. So I mark this topic as solved et open a new one ine the Events Manager – OpenStreetMaps forum.
Thank you very much.
Best regards
Hi,
Thank very much, it’s good to know but sad. My template is now in the trash.
Kind regardsHello,
I’m having the exact same issue. I have installed the plugin on 7 websites and it works perfectly except for 2 of them (same shared hosting plan).
– I’m logged in as admin
– The cname records exist for a long time
– I’m using the plugin version 5.7.1 with WordPress 5.8.1I receive the message “Authentication failure! Please try again” when I check the checkbox : Generate SSL Certificate for both www & non-www version of domain.
If I uncheck this checkbox, I receive the message “Could not verify DNS records. Please check whether you have added above DNS records perfectly or try again after 5 minutes if you added DNS records just now. Upgrade to PRO version for fully automatic domain verification”.
Here is the debug log :
5.7.1 SINGLE DOMAIN SSL 1 - https://site.com Domain covered: ["site.com"] [07-11-2021 20:15:10] : LEClient finished constructing Offering manual verification procedure. https://dns.google.com/resolve?name=_acme-challenge.site.com&type=TXT should return YjV89cgWzM57_yvwha6pAyTkQ9C-EWg7ZbgkXXtoIe8 -> OK Local check - All DNS challenges verified https://dns.google.com/resolve?name=_acme-challenge.site.com&type=TXT should return YjV89cgWzM57_yvwha6pAyTkQ9C-EWg7ZbgkXXtoIe8 -> OK Local check - All DNS challenges verified https://dns.google.com/resolve?name=_acme-challenge.site.com&type=TXT should return YjV89cgWzM57_yvwha6pAyTkQ9C-EWg7ZbgkXXtoIe8 -> OK Local check - All DNS challenges verified
The http challenge reports this error : “Could not verify HTTP challenges. Please check whether HTTP challenge files uploaded to acme-challenge folder is publicly accessible. Some hosts purposefully block BOT access to acme-challenge folder, please try DNS based verification. Upgrade to PRO version for fully automatic domain verification.”
Any help would be greatly appreciated.
Thank you very much for sharing this plugin.
- This reply was modified 3 years ago by Aurore.
Hello,
Thank you very much. I have checked an old order paid with PayPal and the order and invoice dates are perfect but I can not see the date of the payment.
There are 2 php notices :
Notice: Undefined index: product_type in /home/site/site.com/wp-content/plugins/wpdm-premium-packages/includes/libs/class.Order.php on line 586 Notice: Undefined index: extra_gigs in /home/site/site.com/cristal.market/wp-content/plugins/wpdm-premium-packages/includes/libs/class.Order.php on line 587
Additionaly it could be interesting to remove the tax ID from the order if “enable tax caculation” is disabled in the wordpress admin (under the tab premium packages/taxes).
As a french micro entrepreneur, VAT is unrecoverable so I have no tax ID but I must display an identification number called SIREN. The company address field (under the tab premium packages/basic) is perfect for it. Great idea !
I wish you a wonderful day.
Best regards
Hello,
Finally everything was working fine more than 15 hours later, without doing anything. The certificate is installed and my website secured.
Thank you very much for sharing this great plugin.
Kind regards
Thank you very much for your reply. There is no CAA record.
Later I got this message :
DNS verification: – All Okay!
Some DNS records were found that indicate TXT records may have been incorrectly manually entered into DNS editor interfaces. The correct way to enter these records is to either remove the domain from the label (so enter “_acme-challenge.www.example.org” as “_acme-challenge.www”) or include a period (.) at the end of the label (enter “_acme-challenge.example.org.”).
But it’s not possible to save the record as written above in my Namecheap account. I did it in CPanel but I keep receiving this message (+ the SERVFAIL error).
Hi,
Thank you so much, I really appreciate.
I wish you the best.
Kind regards
Forum: Themes and Templates
In reply to: [Attire] The menu link attribute displays the menu link titleGreat, thank you very much ! I just let you the 5 stars review you deserve, I hope you will appreciate.
I wish you a wonderful day.
Kind regards,
AuroreForum: Themes and Templates
In reply to: [Attire] The menu link attribute displays the menu link titleThank you for your reply. Yes, that’s exactly what I mean.
Please take a look at the home menu item of this page : Test Site.
And just at the bottom of the menu, there is a screenshot of the admin settings. Strange, I don’t get the same result as you…
- This reply was modified 3 years, 5 months ago by Aurore.
Forum: Plugins
In reply to: [Download Manager] Frontend upload of documents – can it be done?Hello,
Thank you for the que question and the answer.
“Front End Access” tab does not exist in my admin and the shortcode [wpdm_frontend] displays the text “[wpdm_frontend]”.
Is there a specific setting to activate the front-end download functionnality please ?
You can see a live exemple here with a screenshot : Test Site.
Thank you very much for your help. I totally forgot about this function in my child template (to lighten my pages):
function my_styles_and_scripts() { // DEqueue Activities if( ! bp_is_current_component( 'activity' ) && !is_page('activites') ) { wp_dequeue_script( 'bp-moment-locale' ); wp_dequeue_script( 'bp-livestamp' ); wp_dequeue_script( 'bp_messages_js' ); } // DEqueue Buddypress if( ! is_buddypress() ) { wp_deregister_script( 'bp-nouveau' ); wp_deregister_style( 'bp-nouveau' ); wp_dequeue_style( 'bp-nouveau-icons' ); } // DEqueue Widgets wp_dequeue_script( 'bp_core_widget_friends-js' ); // DEqueue Mentions if( ! comments_open() && ! is_buddypress() ) { wp_dequeue_script( 'bp-mentions' ); wp_dequeue_style( 'bp-mentions' ); } } add_action( 'wp_enqueue_scripts', 'my_styles_and_scripts', 100 );
This line is causing trouble :
wp_dequeue_script( 'bp-moment-locale' );
Now the plugin seems to work fine. I need to test it a little bit more but I already love it. Congratulations for this beautiful job and thank you for sharing it.
I wish you the best.
Kind regards,
Aurore
Thank you very much for your quick reply. I double checked and you’re right. There is a JS error :
jquery.min.js?ver=3.5.1:2 Uncaught ReferenceError: moment is not defined
at HTMLDocument.<anonymous> ((index):310)
at e (jquery.min.js?ver=3.5.1:2)
at t (jquery.min.js?ver=3.5.1:2)
(anonymous) @ (index):310
e @ jquery.min.js?ver=3.5.1:2
t @ jquery.min.js?ver=3.5.1:2
setTimeout (async)
S.readyException @ jquery.min.js?ver=3.5.1:2
(anonymous) @ jquery.min.js?ver=3.5.1:2
e @ jquery.min.js?ver=3.5.1:2
t @ jquery.min.js?ver=3.5.1:2
setTimeout (async)
(anonymous) @ jquery.min.js?ver=3.5.1:2
c @ jquery.min.js?ver=3.5.1:2
fireWith @ jquery.min.js?ver=3.5.1:2
fire @ jquery.min.js?ver=3.5.1:2
c @ jquery.min.js?ver=3.5.1:2
fireWith @ jquery.min.js?ver=3.5.1:2
t @ jquery.min.js?ver=3.5.1:2
setTimeout (async)
(anonymous) @ jquery.min.js?ver=3.5.1:2
c @ jquery.min.js?ver=3.5.1:2
fireWith @ jquery.min.js?ver=3.5.1:2
fire @ jquery.min.js?ver=3.5.1:2
c @ jquery.min.js?ver=3.5.1:2
fireWith @ jquery.min.js?ver=3.5.1:2
ready @ jquery.min.js?ver=3.5.1:2
B @ jquery.min.js?ver=3.5.1:2JS minification is not installed.