fullworks
Forum Replies Created
-
Are the vast majority to /.well-known/acme-challenge/randomXYZstring …?
If so that is strange and possibly a host issue. Do you manage your own server.
acme-challenge folder is used by LetsEncrypt to validate your domain for the provision of SSLs so continued attempts of files not found is strange and possibly worrying.
If you have host support – I would raise this issue with them in the first instance. It certainly isn’t normal behaviour.
It would be useful if you post some examples of the log entries.
It is likely these are ‘bot’ attacks searching for specific security weaknesses, you normally can tell because the target is often /wp-content/plugins/some-vulnerable-plugin/a=specific-file.php ( or js )
Also bots often try to execute php files or look for other files examples would be things like ads.txt or something.php
So show me your log entries and I can give you more advice. It may be that you need to ramp up your security on your site.
Forum: Plugins
In reply to: [Stop User Enumeration] jQueryIf you would like to provide the pure js for that then I would gladly incorporate
(function ($) { 'use strict'; $(document).ready(function ($) { $(".comment-form input[name='author']").blur(function () { $(this).val($(this).val().replace(/\d+/g, '')); }); }); })(jQuery);Hi, thank you for using my plugin.
Yes it is totally possible to customise the look of the free plugin.
As you say, you can use CSS and the default css is documented here: https://fullworks.net/docs/display-eventbrite-events-in-wordpress/developer/widget-css/
For example in your site to split the image from text and add a divider you could use
.eaw-li { margin-bottom: 20px; border-bottom: 1px solid #000; }You can also clone the widget template ( templates/widget.php ) and completely rebuild the layout if needed see here for advanced customisation: https://fullworks.net/docs/display-eventbrite-events-in-wordpress/developer/widget-css/
To split into two columns, you can do that with grid css and a tweak to the template.
I would point out that the premium version does already have a 3 column grid template which you can see from the demos – however I appreciate as a volunteer led charity that paying for upgrades is often an issue.
- This reply was modified 6 years, 5 months ago by fullworks.
Forum: Plugins
In reply to: [Display Eventbrite Events] Plugin Causing Fatal ErrorThe fatal error was due to SeedProd Pro Coming Soon using a library that they haven’t updated in a couple of years, causing a fatal error.
Unfortunately I am not allowed to give premium support on WordPress.org. so have to close this.
Thanks Stanley for adding it to future releases.
Also thanks for the code snippet.
As I need to put it in code that may or may not have LiteSpeed running what would be your recommended if statement to detect Litespeed is active
e.g.
if (method_exists('LiteSpeed_Cache_API','purge_all)) { LiteSpeed_Cache_API::purge_all() ; }or is there a better way?
You purge the cache on plugin updates and as you say not all plugins impact the font end and plugin updates happen much more often than plugin de-activation/deletions.
I have tested this an unfortunately the page doesn’t get regenerated on deactivate or delete – only on install it appears
Plugin Monster Google Analytics Dashboard
<!– Page generated by LiteSpeed Cache 2.9.8.7 on 2019-10-22 12:38:28 –>
Installed plugin
<!– Page generated by LiteSpeed Cache 2.9.8.7 on 2019-10-22 12:40:59 –>
Script there
Deactivate in dashboard
<!– Page generated by LiteSpeed Cache 2.9.8.7 on 2019-10-22 12:40:59 –>
Script there ( and found )
Delete in dashboard
<!– Page generated by LiteSpeed Cache 2.9.8.7 on 2019-10-22 12:40:59 –>
Script still there on page ( but doesn’t exist )
<script type=”text/javascript” src=”https://stagingxxxxxxx/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js?ver=7.9.0″></script>
- This reply was modified 6 years, 7 months ago by fullworks. Reason: remove url
I’ll have to regenerate the situation – as it was live and I have cleared cache since 🙁
Forum: Plugins
In reply to: [Display Eventbrite Events] Plugin Not workingHi,
I have investigated your events and all the future events are listed as private.
Display of private events is not a feature of the free version of the plugin.
Alan
Forum: Plugins
In reply to: [Display Eventbrite Events] Plugin Not workingHi,
If it is showing ‘no events found’ then the call to Eventbrite is returned no events.
To stop a call to Eventbrite being made every time some one visits your site ( and thus slowing it down ) the calls are cached.
It you set up Events after first running the plugin, it may be that no events are in the cache.
To clear the cache in the free version, you can deactivate the plugin and reactivate.
Some other common issues are
– all future events are ‘draft’
– all future events are ‘private’Please take a look through the trouble shooting documentation
https://fullworks.net/docs/display-eventbrite-events-in-wordpress/troubleshooting/If you would like direct, hands on support, you can always upgrade to the 14 day free trial.
Forum: Plugins
In reply to: [Stop WP Emails Going to Spam] Cannot get DNS records – VPS with SPFtechnically the plugin is simply calling dns_get_record for all DNS records and then searching the result for a TXT record with v=spf
As ( I think ) you are running on a VPS – it could be possible that your VPS is configured in a way that it is not searching externally for DNS
Check your SPF record with a third party tool, like MXTool box.
If your WordPress server can’t read the SPF, but other can, then it is no big deal, as the SPF needs to be read by the receiving email servce, not the sending server.
- This reply was modified 6 years, 7 months ago by fullworks.
Forum: Plugins
In reply to: [Stop WP Emails Going to Spam] Cannot get DNS records – VPS with SPFI’d really need more detail to be able to help further such as the doamin name and also the spammed email headers.
Probably not something you want to share over a public forum.
I can take a quick look for you if you want to contact me directly support at fullworks.net – although of course there are many reasons for emails ending in spam and this free plugin just tries to address one of those reasons.
Forum: Reviews
In reply to: [Stop WP Emails Going to Spam] PerfectI’m glad it helped.