harryjackson1221
Forum Replies Created
-
Forum: Plugins
In reply to: [weForms - Easy Drag & Drop Contact Form Builder For WordPress] Recaptcha 3Hello @mhmcrae
Thank you for contacting us.
reCAPTCHA v3 allows you to verify if an interaction is legitimate without any user interaction. It is a pure JavaScript API returning a score, giving you the ability to take action in the context of your site: for instance requiring additional factors of authentication, sending a post to moderation, or throttling bots that may be scraping content.
Here is some information regarding the different types that your form can utilize: https://developers.google.com/recaptcha/docs/versions
You can verify if it is working by checking the admin console: https://www.google.com/recaptcha/admin
Please let us know if you have any further questions, we are glad to help out!
Hello @mhysteik
Sorry for the delay in responding!
I did test your form with fake data so that I could use the browser console to determine what was causing the problem. It appears to be working fine at the moment. Were you able to resolve the issue on your own?
Thanks, and have a great day!
Forum: Reviews
In reply to: [W3 Total Cache] Simple / Quiet / Everything NeededHey @webdesignleague,
Thanks for stopping by to leave your awesome review. We really appreciate you taking time out of your day to do so!
Forum: Plugins
In reply to: [W3 Total Cache] Fatal error after updating to version 0.13.2Hey everybody, thanks for reporting the issue. We really appreciate it!
The problem causing the fatal error was due to an update to the plugin, and it did not include all of the files in the first commit for some reason. Our development team noticed it pretty quickly, were able to include the necessary files, so it should not happen to anyone else moving forward. The window was only a little more than 10 minutes.
If you do experience the fatal error on upgrade, rolling back to 0.13.1 then updating again should correct the problem. WP Rollback is pretty good at helping you roll back the plugin if need be.
Thanks, and I hope you are all staying safe during these trying times!
Edit: It looks like @vmarko beat me to the response!
- This reply was modified 6 years, 1 month ago by harryjackson1221.
- This reply was modified 6 years, 1 month ago by harryjackson1221.
Hi @mattiasf
Thanks for stopping by to leave your question.
Plugins that act as an interface to external third party services (e.g. a video hosting site) are allowed, even for paid services.
Please let us know if you have any further questions – we are glad to help out!
Thanks!
- This reply was modified 6 years, 4 months ago by harryjackson1221.
Forum: Plugins
In reply to: [W3 Total Cache] HTML Minify -> CDATA IssueSorry to hear you are having an issue with minify.
I would love to see what we can do to help to resolve the issue you are facing. What HTML minify engine are you using?
Hello,
I am sorry to hear you are still having issues. What I recommend is that you downgrade W3 Total Cache to 0.9.7.5 until we are able to figure out what the problem is. 0.10 did not contain any security related patches so it is safe, and you should not experience any issues running it on your website.
https://downloads.wp.xz.cn/plugin/w3-total-cache.0.9.7.5.zip
If you are unsure of how to install it that way, there is a neat plugin that can help you accomplish this in just a few clicks within your Dashboard: https://ww.wp.xz.cn/plugins/wp-rollback/
Meanwhile, providing us an example from the webserver and php error logs may also help track down this problem further, as we are currently unable to replicate it with the settings shared in this thread. We would really like to help solve the problem for you, and do hope you can provide more information to allow us to narrow down the problem further.
Thanks for your time!
Hi shyheim103,
Thank you for contacting us.
I am sorry to hear you are unable to customize the font. I understand how frustrating it can be when something does not work as expected. In order to override the CSS styles for the fonts, you would want to use the !important tag, as the fonts are inline styles that output at the end of the header.
In this specific case, the CSS that controls the font styling is located on line 76 of your source, you can find it showing the following id=’kirki-styles-global-inline-css’. Modifying those rules with the important tags in the Custom CSS Editor will provide you the results you are looking for.
Please let us know if you require any further assistance, we are glad to help out!
Thank you,
Harry J.Forum: Fixing WordPress
In reply to: Embedding an external site into wordpressHello bytesizekieran!
Reviewing your page, it seems you are using https://google.ie as the source, and I believe that may be part of the reason your iframe is not working. I have created an iframe using the following code, and an HTML site as the source, and it is working within the WordPress editor:
<iframe src="//harryj.us" width="100%" height="800px" frameborder="0"></iframe>I could not get it working with google.ie, or .com for that matter.
I also noticed within your source code, that the iframe tag itself has curly quotes, rather than the straight up and down ones, so you may want to switch to the text editor for adding that code, and not the visual tab, to keep that from occurring.
I hope this helps you accomplish what you are looking for.
-harry
Forum: Fixing WordPress
In reply to: 404 error on permalinksHello itweb99,
I am sorry to hear you are having these problems. Can you show me what your .htaccess file has in it? When using Apache as a web server, the permalinks rely on the contents of this file to achieve the dynamic folder structure in the URL.
Most likely, the basic .htaccess is what you need, and you can retrieve that here:
https://codex.ww.wp.xz.cn/htaccessYou may want to also speak with your host as well, as you could have a file permissions issue that is not allowing WordPress to write to this file.
-Harry
Forum: Fixing WordPress
In reply to: Reduce Yellow Part (Wait) Server Response And FontAwesome Size?Hello!
There are quite a number of things you can do to speed up your websites loading time. I ran another test from GTMetrix, and it shows you have done most everything code and site wise set up pretty well.
https://gtmetrix.com/reports/angora.me/WJwgjiYwI see you are running Plesk with nginx as the webserver, but are you using anything server side like Memcache, Varnish, or Redis perhaps? Do you use nginx caching? Have you spoken with your host to see what other performance options they can offer?
Another good troubleshooting step you can try is to create a simple HTML page in your document root, and test that specifically to see the servers actual response on Pingdom and GTMetrix, and the difference between that, and your current tests TTFB will show what time it takes for your site to process PHP and MySQL requests.
Hopefully the information I have given helps,
Harry- This reply was modified 8 years, 9 months ago by harryjackson1221. Reason: bad grammar :-(