rosbiffer
Forum Replies Created
-
Any thoughts?
#14216. Hopefully someone is looking at it now…
Two of the errors I get refer to sourcemaps which don’t exist:
DevTools failed to load SourceMap: Could not load content for https://mysite/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/js/emoji-picker.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE DevTools failed to load SourceMap: Could not load content for https://mysites/wp-content/plugins/profilegrid-user-profiles-groups-and-communities/public/js/jquery.nanoscroller.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
I don’t really want to risk trying this again as it’s a live site!
I thought the bin was a wordpress feature. Not sure where it came from then?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Excessive I/O usageYes, tried that. I don’t know if it’s some conflict with another plugin but because it is not predictable I cannot troubleshoot (and I cannot disable plugins to see as it is a production site)
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Excessive I/O usageI’ve just had to deactivate jetpack again due to it slowing down our site massively. As soon as I deactivate it page load times drop from 10s+ to a second or so. The I/O usage is unpredictable so I cannot guarantee it happening whilst I am troubleshooting. It is a production site so I cannot deactivate other plugins…
Forum: Plugins
In reply to: [Download Manager] How to list by categoryOK thanks. Was hoping for something a little cheaper!
Forum: Plugins
In reply to: [W3 Total Cache] Ajax error in consoleOK, thank you. Just hate seeing big red warnings!
ok
Forum: Plugins
In reply to: [W3 Total Cache] Ajax error in consolePossibly since upgrading to WP 5.5 although I am not sure. Yes I am running 0.14.4. It only seems to appear when editing certain custom post types.
Forum: Plugins
In reply to: [Download Manager] Non-unique tagsAh, that would explain it!
Good news, thank you!
Forum: Plugins
In reply to: [Enjoy Social Feed plugin for WordPress website] Hashtags from public postsSame here – selecting my profile or by hashtag makes no difference to the feed. I have connected a business account and have set a hashtag in settings.
It looks like it is the use of table in rm_front_end css. In the section for smaller screens you have this:
@media screen and (max-width: 700px) {
table {
display: block;
overflow: auto;
}
}I have therefore add this line in additional CSS under appearance to cancel it out for the datepicker table:
.datepick table {
display:table;
}