Jack K
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Sidebars - Dynamic Sidebar Classic Widget Area Manager] ErrorHi there @Willem-Siebe,
I hope your well today, thanks for your question!
I have just checked this on my test install to try and replicate and haven’t been able to.
They are just notices and nothing to worry about, do you have WP_DEBUG set to true in your wp-config.php ?
define( 'WP_DEBUG', true );
If so just change true to false, or you disable display notices in your php_ini file on your server ??
Thanks!
Kind Regards
Jack.Hi All!
Sorry for the delay here.
@tsturgell, are you also getting the same script returning and timing out? How many other plugins do you have active?
I’ve tried to replicate on my test install, but unfortunately haven’t been able to replicate any performance issues.
Thank you1
Kind Regards
Jack.Hi there @mpmchugh
I hope your well today, thanks for your question/report.
When disabling the Google Analyticizer plugin it all started working again correctly?
I’ll get that reported to the lead developer that there’s a conflict with the two.
Thanks!
Kind Regards
Jack.Hi there @checkmark.
I hope your well today, thanks for your question and sorry about the delay.
It should be able to change both the LH sidebar and RH sidebar, but in the actual plugin interface it’s changing the areas correct?
What happens with the output of the custom sidebars on your theme?
I’m here to help ??
Thanks!
Kind Regards
Jack.Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Removing the limit order on MarketPressHi there,
Thanks for your question.
On the products themselves, could you make sure “Inventory is ticked” please.
Then in products > settings > presentation, can you change to “add to cart” rather than “buy now” your customers should then be allowed to order more than 1 of the same item.
Thank you!
Kind Regards
Jack.Forum: Plugins
In reply to: [BuddyPress Activity Plus] Little help: Immages Order and folderHi there,
Thanks for your questions,
1: Not quite sure what your looking to do? Can you clarify please? Are you just looking to bulk upload?
2: This will require custom coding, You can use the wp_upload_dir() function, The add_filter(‘upload_dir’ and also the add_filter(‘wp_handle_upload_prefilter’
All references are here for the above, https://codex.www.ads-software.com/Plugin_API/Filter_Reference/upload_dir
https://codex.www.ads-software.com/Function_Reference/wp_upload_dir
https://codex.www.ads-software.com/Plugin_API/Filter_Reference/wp_handle_upload_prefilter
Thank you!
Kind Regards
Jack.Hi there,
That’s great news, glad to hear you got this resolved and that it was down to a conflict.
If we can be of any assistance please don’t hesitate to ask.
Thanks!
Kind Regards
Jack.Forum: Plugins
In reply to: [BuddyPress Activity Plus] add pagespeed_no_defer attributeHi there,
Sorry about the delay on this, I’ve spoken with the lead developer and the following should work.
<?php function add_pagespeed_no_defer_to_activity_plus( $url ) { if (!preg_match('/bpfb_[^\/]+\.js/', $url)) return $url; return "$url' defer='no_defer"; } add_filter( 'clean_url', 'add_pagespeed_no_defer_to_activity_plus', 11, 1 );
Thank you and sorry again about the delay.
Kind Regards
Jack.Hi there @frumph,
I hope you are well today.
Sorry about the delay on this here, if you’d like to send an email to contact(at)wpmudev.org with the subject line Attn: Jack Kitterhing
I’ve got something special just for you ??
Look forward to hearing from you!
Kind Regards
Jack.Forum: Plugins
In reply to: [BuddyPress Activity Plus] Upload options not working for JUST ONE GROUPHi there @slips111,
I have tested this on my own install and can actually replicate this with private groups, I’m going to raise it with the lead developer and see what he says.
Thanks for your patience.
Kind Regards
Jack.Forum: Plugins
In reply to: [BuddyPress Activity Plus] Display thumbnail instead of embeddingHi there,
I’m afraid this isn’t currently possible, but I’ll mention it to the lead developer and see what he says ??
Kind Regards
Jack.Forum: Plugins
In reply to: [BuddyPress Activity Plus] Can no longer add linksHi All,
By any chance are you all using the Next Gen gallery plugin? I’ve tried just using BuddyPress and the BuddyPress activity plus plugin on a fresh install and it’s working on that, so this could be a plugin conflict.
I’m here to assist ??
Kind Regards
Jack.Hi there Dutch Hill,
I hope you are well today, I haven’t come across this myself, but if you’d like to supply your website url I’d be happy to take a look ??
Thank you!
Kind Regards
Jack.Hi @mcfester,
Thanks for your input on this, much appreciated ?? I’m afraid currently it won’t but we’ll consider this for future development.
Kind Regards
Jack.Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] AttributesHi there Carlie,
I hope you are well today, you can add a variation, which could be a different colour or size, but you can’t have multi-variations, i.e, colour size.
You would need to add both variations in one for example.
Shirt, Large, colour blue as one variation ??
Thank you!
Kind Regards
Jack