arathra
Forum Replies Created
-
Many thanks, Gerroald, I’ve done that now.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] do bots show up in stats?Ok, thanks.
After I blocked SEMRUSH and AHREF I did notice a huge drop in traffic but they seem to be the main culprits.
Er… the extension I’m using is 4 years old! Ha ha – I guess it’s time to upgrade it.
Thanks for the comprehensive answer!
Forum: Themes and Templates
In reply to: [Twenty Seventeen] TypeError: sidebarPos is undefinedI am getting exactly the same error, except it only occurs on pages with BBPress on them.
Firefox gives the error as:
Uncaught TypeError: Cannot read property 'top' of undefined at belowEntryMetaClass (global.js?ver=1.0:124) at global.js?ver=1.0:240 belowEntryMetaClass @ global.js?ver=1.0:124 (anonymous) @ global.js?ver=1.0:240
I made a disgustingly bad bodge to get rid of the problem!
Around line 124 it reads:
sidebarPos = $sidebar.offset(); sidebarPosBottom = sidebarPos.top + ( $sidebar.height() + 28 );
I just added a check. It’s not tested fully but it appears to work on my site – but there could easily be problems down the line with updates and other issues.
sidebarPos = $sidebar.offset(); if ( sidebarPos === undefined ) sidebarPosBottom = ( $sidebar.height() + 28 ); else sidebarPosBottom = sidebarPos.top + ( $sidebar.height() + 28 );
But this is something that the theme coders need to sort out and I take no responsibility for it! ??
Forum: Plugins
In reply to: [Plugin Organizer] disable this plugin on single page?Thank you for all your help!
In the end, after many hours playing around, it turned out to be a conflict with Litespeed cache. It was difficult to turn off LS. I had to deactivate PO then deactivate LS; which then showed PO as activated.
And then the UM Social Logins displayed.
I’m not 100% sure what was happening but presumably there was a cache conflict? Does PO cache anything?
Anyhow, it’s working now and I’ll keep an eye on it to see what happens next!
Thanks again (for a great plugin!)
Forum: Plugins
In reply to: [Plugin Organizer] disable this plugin on single page?Thank you for your help, Jeff!
Forum: Plugins
In reply to: [Plugin Organizer] disable this plugin on single page?I’m not sure what to do now. I completely removed Plugin Optimiser, then reinstalled it from scratch.
Without it the UM Social Login buttons appear fine. When PO is activated, the buttons disappear.
This is without PO having any settings made.
The only way I can have the two running together is if I DISABLE custom post type support for PAGES in the PO settings. This is a shame as the pages are where I’d like to selectively load plugins.
Can you perhaps suggest something else I can try here?
Forum: Plugins
In reply to: [Plugin Organizer] disable this plugin on single page?The problem persists. I removed all the Global Disabled settings, all the post disabled settings etc and whenever the plugin is activated the UM Social Login buttons disappear (and there are one or two other problems as well – some forms don’t load properly).
Is there a way to completely delete ALL the settings for the plugin so I can effectively start from a clean install to see how that works?
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] translate my plugin stringsI see, thanks. I think this must be an issue with my PO/MO files and the plugin rather than WPGlobus then.
Forum: Plugins
In reply to: [GD bbPress Attachments] attachments showing twiceWell that took me ages to sort out!
For future reference, it was to do with the WPML translation plugin. There, the POST TYPE TRANSLATION > MEDIA (ATTACHMENT) needs to be set to NOT TRANSLATABLE otherwise it will double up attachment uploads in GD.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] index user info incl user_metaOk, thanks! I shall get the premium version then.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] index user info incl user_metaI see – but is that only available in the Premium version?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] index trash & removed pages?Excellent – thank you!
Forum: Plugins
In reply to: [ACF Columns] Breaks tab with field titleThanks for getting back to me on this.
For now I’ve adjusted the settings to have the field labels on the TOP rather than on the LEFT and it looks ok.
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] work with Ultimate Member?Yes.