dasped
Forum Replies Created
-
Hi wfasa…
Unfortunately no, that’s not the case. All my sites with wordfence configured are running on my VPS server without ever seeing an issue. Just this single install with the issue.
Thanks.This problem is still plaguing me. Is this something the Yoast team is actively looking to fix?
*Snippet does not update Google view as you type.
*Snippet does not inform you of length errors
*Snipped does not save.Thanks Sam for the link and hack but I have no idea where to begin looking for:
remove_meta_box( 'slugdiv', $type, 'normal' );Thanks @photocrati
Does anyone have a working example of such a template in current version that I could perhaps beg, borrow or steal.
Thanks
Forum: Plugins
In reply to: [jQuery Post Splitter] jQuery Post Splitter & Adsense CompatibilityHi Fahad, Thanks for the reply.
As stated x2 within post, one in sidebar. All disappear.
Well, as it looks like this plugin is no longer being supported, I just installed: https://wordpress.org/plugins/contact-form-7-datepicker-fix/
With no configuration at all the plugin completely fixed the HTML5 issues CF7’s built in datepicker was having with Safari, FF & IE.
Ah! HTML5 Issues with Safari, FF & IE. (Not so smug now). Apologies.
Date picker is now built into contact form 7…
Your welcome π
Forum: Plugins
In reply to: [W3 Total Cache] Can't disable "Edge Mode" with link in settings panelRemove “define(‘W3TC_EDGE_MODE’, true);” from your wp-config.php file and edge mode features will be disabled.
Forum: Plugins
In reply to: [BuddyPress Like] Known issues, and have you found any issues?The latest version pretty much breaks my entire site.(DynamiX Theme) It ran fine on the previous version.
Revolution slider fails to load.
All accordions/expandable content tabs break completely and are permanently expanded. (Visual composer is in use and incorporated into the theme)
Social stream plugin fails to load any streams on any page.Its a serious no go for me at this moment in time.
Thanks sincerely for your efforts, I will monitor your progress in the hope you can and do resolve the issues highlighted above.
Forum: Plugins
In reply to: [BuddyPress Like] Loss of Privacy Settings in latest version.Hi darrenmeehan,
Thanks for the reply.
I’m not quite at production yet but will be in the next few weeks.
The view likes button works better for me in terms of how aesthetically pleasing it is to the eye. But I could be wrong and everyone may be seeking what you aim to provide. π
I will work with whatever you provide, end of story.
Great plugin, thanks for your hard work. Much appreciated.
Same story here, any help appreciated.
ThanksForum: Plugins
In reply to: [BuddyPress Activity Plus] Limit image uploads to oneHey @mike,
Honestly thought I had. Strange one.
Anyway, no worries with the solution, way to many unanswered/unresolved posts in the world mate…
Cheers
Forum: Plugins
In reply to: [BuddyPress Album] WP Multisite IssueOK. After some meddling I have resolved the issue. It was my configuration so no real need to explain. I don’t think many if anyone will run into the same.
Cheers….
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Limit image uploads to oneHa, teach me to be lazy and post without looking.
Goto – /wp-content/plugins/buddypress-activity-plus
Edit: bpfb.php Line: 59
// Override image limit in wp-config.php
if (!defined('BPFB_IMAGE_LIMIT')) define('BPFB_IMAGE_LIMIT', 5, true);To
// Override image limit in wp-config.php
if (!defined('BPFB_IMAGE_LIMIT')) define('BPFB_IMAGE_LIMIT', 1, true);User tries to upload more than one image to activity feed, receives message:
You tried to add too many images, only 1 will be posted.
All good π
If I check the links being generated from the images that are not being displayed I can see that this is how the links are being affected.
my-site.co.ukhttp//my-master-mu-dom.co.uk/my-site-sub-folder/wp-content/uploads/sites/2/2013/02/my-image.jpg
Thought this may help?