NettSite
Forum Replies Created
-
Forum: Plugins
In reply to: [Destination After Save] Setting "Default Action" per user, per post typeAnother issue:
The plugin is not fully compatible with Yoast SEO. It seems your action after save fires before Yoast’s, so the Yoast changes are not saved.
At least, that is what I think is happening.
Forum: Fixing WordPress
In reply to: Lost access due to deprecated WP WidgetHi,
Please show us line 3624 as it is now, and as it was.
Hi JS,
Apologies – I thought this was part of a similar issue. I will start a new thread.
Will
Hi,
Am I correct to understand from the above that WPSSO free will not work with WooCommerce? I am getting the following message whilst editing a product, even though there is a product image:
An Open Graph image meta tag could not be created from this webpage content — Facebook and other social websites require at least one Open Graph image meta tag to render shared content correctly. You may select an optional customized image, for Facebook and other social websites, in the Social Settings metabox under the Priority Media tab.
Forum: Plugins
In reply to: [WooCommerce] Changing lightbox image sizeUpdate: Not quite the same for product-thumbnails.php:
/** * Get WooCommerce to use "large" images in the lightbox instead of the originals. * Replace $image_link = wp_get_attachment_url( $attachment_id ); with the following two lines. */ $image_link_array = wp_get_attachment_image_src($attachment_id, 'large'); $image_link = $image_link_array[0];
Forum: Plugins
In reply to: [WooCommerce] Changing lightbox image sizeWell done, Mr Dunst, you are a gentleman indeed.
All that needs to be added is that the same thing needs to be done on the product-thumbnails.php template.
Many thanks for the lead.
I have applied it on African Scarves
I have had to ditch WordFence altogether because of this. I am now using iThemes Security (formerly Better WP Security).
I have just started seeing this, but with the wfVulnScanners table, across several WordPress databases on the same server.
4.04.still working fine for me.
Forum: Plugins
In reply to: [Login Widget With Shortcode] PHP errorsI have fixed it on my site so long:
if(array_key_exists('msg',$_SESSION)){
on line 36 of forgot_pass_class.php and line 123 of login_afo_widget.php.
Hi Matt,
Thanks for the response.
I did the update and the mega menus now work, but there is a lot of
PHP Notice: Trying to get property of non-object in C:\var\www\wp-content\plugins\addthis\includes\addthis_addjs_new.php on line 224
whenever I save a menu – no other time, as far as I can see.Forum: Plugins
In reply to: [Mailpoet - Contact Form 7 Integration] Mailpoet Signup Tag does not showMe too!
Forum: Plugins
In reply to: [Iptanus File Upload] Little coding errorCool – looking forward to the next version. I really want to do the “drag ‘n drop” thing on a client’s website.
Forum: Plugins
In reply to: [WP Minify] Coding errorps. I have deactivated the plugin, but if you want to see the site let me know and I will activate it again for you. It is my little sandbox so I don’t mind it being a bit broken now and again.
Forum: Plugins
In reply to: [GTS Translation Plugin] Unable to verify that you are an admin user.Me too!