Pixelatic
Forum Replies Created
-
Issue appears due to Wordfence 6.1.8 bundling an outdated jquery.colorbox-min.js (v1.3.19, released December 2011) https://github.com/jackmoore/colorbox#version-1319—december-08-2011
This causes the unwanted frontend popup behaviour if a site’s theme or plugins use https://github.com/carhartl/jquery-cookie or https://github.com/js-cookie/js-cookie
https://ww.wp.xz.cn/support/topic/wordfence-cssjavascript-inserted-in-front-end-if-logged-in#post-8455053 shows a workaround (it resolves this issue) which deregisters the outdated Wordfence colorbox-min.js and enqueues the latest version in its place.
This can be dropped in your theme’s functions.php as a workaround for this issue while the Wordfence plugin team work on a permanent fix.
wfasa, please could you update the bundled jquery.colorbox-min.js to a recent version as soon as practicable and push this out as an update? Happy to beta test as required.
I’m also seeing this behaviour on a client site when logged in as an admin on the frontend.
I have traced the issue to an apparent conflict between the 6.1.8 release of WordFence and the jquery-cookie script https://github.com/carhartl/jquery-cookie which is used by my site theme. Geffel, I see your site also uses jquery-cookie (in your case the minified version bundled with BuddyPress).
Since the jquery-cookie project is no longer actively developed, I amended my site theme to use js-cookie https://github.com/js-cookie/js-cookie to see whether this resolved the issue – unfortunately not, the unwanted popup behaviour remains the same.
This seems to rule out a namespace issue; jquery-cookie uses
$.cookie()to set/get cookies, while js-cookie usesCookies.set()andCookies.get()This issue is not present in WordFence 6.1.7 so I am advising my client to stay with 6.1.7 until this issue is resolved.
Forum: Plugins
In reply to: [WordPress Social Login] FB login creates new account instead of logging inHi, I’m seeing this too – I’ve done some troubleshooting and opened an issue regarding this https://github.com/miled/wordpress-social-login/issues/103
Regards, David
Hi – here’s what I do, it may help you:
BackWPup does make full backups each time, but revisions don’t count towards Dropbox’s storage limit https://www.dropbox.com/en/help/216. I remove the datestamp from the Dropbox backup archive name in BackWPup’s settings so that each nightly backup overwrites the previous backup.
Dropbox stores 30 days of revisions https://www.dropbox.com/en/help/11 while only the most recent revision counts towards my storage limit.
I actually like the fact that each backup is a full snapshot since I can restore from a point in time via a single file.
Forum: Plugins
In reply to: [WP Document Revisions] "Filter" button in admin loads site front pageFor anyone who encounters the same issue, it was caused by a few lines in my .htaccess file which were intended as a security measure to prevent usernames being enumerated- see http://wordpress.stackexchange.com/questions/46469/can-i-prevent-enumeration-of-usernames
Hi Joachim, I can confirm that version 2.1 does resolve this issue for me – thanks for your assistance troubleshooting this and for a great plugin! Cheers, David
Forum: Plugins
In reply to: [List Custom Taxonomy Widget] Strict Standards warningsAny word on a fix for this? I am seeing this same error under WordPress 3.9 using version 3.3 of the List Custom Taxonomy Widget plugin and with debug enabled.
Sorry for the delay, yes it does display “Replace: Main Widget Area” in my sidebar “Test Sidebar” – see screenshot
The Handle column for the sidebar displays “Replace: Main Widget Area”
The other column values are “Exposure: Singular & Archive” and “Merge position: Bottom”. I’m using the Twenty Thirteen theme.
Hi Joachim, the sidebar was created using the Content Aware Sidebars plugin, not via code in my theme.
I can confirm that 1.80 does indeed resolve this issue – many thanks.
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Namespace your classes+1 for this request, I would also like to see this plugin play nice with Bootstrap 3.0… I have also noticed that Page Builder button elements in the admin interface display oddly when installed alongside http://ww.wp.xz.cn/plugins/event-organiser/ (another CSS name conflict, this time I think Event Organiser is to blame for not namespacing these and I am filing a bug report with the developer).
Creating a new user fixed this issue for me; I then logged in as that user (lo and behold the Documents menu item appeared) and deleted the problem user, assigning their posts to the new user.
I experienced the missing Documents menu item issue after evaluating Members and Role Scoper plugins to adjust the capabilities assigned to a (non-Administrator) role, however in my case the symptoms were not obvious initially.
I deactivated Members and Role Scoper plugins after evaluating them; the Documents menu remained active, but deactivating and reactivating the WP Document Revisions plugin triggered the disappearing Documents menu bug for me.
Forum: Plugins
In reply to: [GEO my WP] Removed unwanted tags from results page outputHi, I looked at the results page via the WordPress admin and discovered the shortcode had been wrapped in code tags by the WYSIWYG editor:
<code>[wppl_results]</code>I’m not sure how they ended up there (maybe a copy/paste thing) but I removed them and this has resolved the issue :o)
Forum: Plugins
In reply to: [GEO my WP] Removed unwanted tags from results page outputHi, it’s a local development sandbox which isn’t publicly accessible, but here’s a screenshot showing the issue.
I’m seeing this behaviour with no other plugins active, using the Twenty Twelve theme, so it doesn’t seem to be either a plugin conflict or a theme issue…