dccorp
Forum Replies Created
-
Hi, thanks for answer
It’s in the scan log, the last line.
No strange behavior on site, everything seems to be ok.
It’s a new wordfence installation on a small site with litespeed and oxygen builder. The error appeared from the first scan.
I’m monitoring several sites via wordfence central, but this is the only one with litespeed and oxygen builder.
.htaccess is configured as requested for litespeed.
Thank you, it seems everything is ok now !
I’m monitoring that “coming soon” sites now.
Thank you,
Ok, found the option
“Use the Cloudflare “CF-Connecting-IP” HTTP header to get a visitor IP. Only use if you’re using Cloudflare”
I will try it, thank you for your great plugin
Hi, thanks for reply.
I’ve sent the report as instructed. The report is from a test site/domain: farabatranete.ro, hosted under webmin/virtualmin cpanel.
This is a test domain/site for the moment so if there is any other test needed, most probably I’m able to proceed with it.Thank you,
Thank you very much, yes, it was a theme conflict, generating og’s, you were right!
Forum: Plugins
In reply to: [Simple Posts Ticker - Easy, Lightweight & Flexible] Click on mobileHei, thank you, it works !
Thank you very much, I didn’t know it’s a theme conflict, wonderful and very useful plugin !
Forum: Themes and Templates
In reply to: [Sydney] Stuck on preloader after wp updateThank you
Forum: Themes and Templates
In reply to: [Sydney] Stuck on preloader after wp updateSolved by deleting and reinstalling sydney theme from dashboard/appearance/themes/search and sydney toolbox
Thank you for your theme,
Hi,
Thank you, you are right, I had an issue with the cache plugin so that is why I did not see the changes made via loco translate.
Thanks,
Thank you for reply. Yes, I need to show the calculated result of an already submitted form to the user that submitted the form.
I have found the solution by passing the parameter in the URL, instructions here:
https://premium.wpmudev.org/forums/topic/get-and-use-forminator-quiz-form-data-on-other-pages/and with url-params plugin.
In fact, I have solved a previous question about timed forms (for IQ tests), using the “timed content” plugin to control the timing of a forminator form. The problem was that after the time is up, the form is “closed” (hidden) but still I needed to solve two things:
1. to display the results, but the form was now fully hidden. The solution was the one mentioned above (thank you forminator) by passing the results to the success page in URL
2. to force the form to be submitted when the time is up. The solution was a small javascript snippet inserted as a block into the page that contains the form, after the form shortcode:<script type="text/javascript"> setTimeout(func, XXXX); function func() { document.getElementById('forminator-module-YYYY').submit(); } </script>where XXXX is the time to wait until the form must be submited in miliseconds and YYYY is the forminator form number (from the shortcode).
Now everything it’s working, but I really would appreciate your opinion.
Thank you,
I have found a way to hide the form after a specified time (via the “Timed Content” plugin).
Still, I need a method (as simple as it could be) to auto-submit the contact form/results when the time is up and the form is erased/hidden on screen.
Could you help?Thank You,
- This reply was modified 6 years, 4 months ago by dccorp.
Hi,
I do have exactly the same problem with several sites. It seems that recently, after latest updates, backwpup forgot to count the saved number of backups in the dropbox account so it forgot to delete the oldest backups.
There is no connection for me with the name of the files, the prefix is ok.
I need to manually delete the old backups in every dropbox account every 5-6 days…Thanks,
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Layout Builder doesn't openHi, just wanted to confirm the issue, thanks Greg !