Courtney Fantinato
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Saving permalinks settings gives 404 errorDid you ever figure out a solve for your issue?
Forum: Plugins
In reply to: [Contact Form 7] Email received, no data from form with itLooking back, I found this thread: https://www.ads-software.com/support/topic/contact-email-not-generating-entered-content-from-form-on-site?replies=15
Someone else found they got it workeing when they deleted and reinstalled the plugin. I have found this to be the case for myself as well. Glad that’s all that needed to be done but quite odd. If you have FTP, you won’t have to re-do your forms if you just rename the old CF7 folder and upload the new one, test to make sure your form works, and then delete the old renamed folder.
Forum: Plugins
In reply to: [WooCommerce] Multiple "Welcome to WooCommerce" links/screensYes, there was an update so that’s great!
Thanks all!
Forum: Plugins
In reply to: [WooCommerce] Multiple "Welcome to WooCommerce" links/screenss.r., thanks so much for that! Yes I am using the Admin Menu Editor plugin, and that thread explains the situation.
It would be awesome if the AME and Woo developers could work together to sort out a solution!!
Forum: Plugins
In reply to: [WooCommerce] Multiple "Welcome to WooCommerce" links/screensNope I haven’t! Do you have the same problem?
Forum: Plugins
In reply to: [Image Watermark] Scale/Opacity/Quality sliders not working in optionsYou’re correct, it is in the theme. Thanks!
I’m going to mark this as resolved…
Comparing to version 3.5.1, the variable $button is inside of an IF statement that doesn’t exist in 3.5.1:
if (isset($options[‘type’]) && $options[‘type’] != ‘custom_string’) { … }
Is there a NEW option for the array in do_action( ‘addthis_widget’, get_permalink(), get_the_title(), array(…)); ???
ETA: Simply adding type => ‘custom’ to the array stops the error. It also works empty. Looks like the article I linked to above was also updated for this.
@srijith.v
I am still getting this same PHP error after upgrading from 3.5.1 to the latest, 3.5.9:
Notice: Undefined variable: button in …/plugins/addthis/addthis_social_widget.php on line 447
It shows up on the front-end in place of the social icons.
Any help here?
Two months now, is there any resolution to this?
Considering looking at other options at this point…
I’ve posted about having issues with building my own as well (https://www.ads-software.com/support/topic/php-error-undefined-variable-button-on-line-448) and there hasn’t been a fix. Stuck on version 3.5.1.
Hi srijith.v,
I have just updated to 3.5.6 and this issue, reported over a month ago, is still a problem.
When will a fix be released? I am stuck at 3.5.1 and to be at 3.5.6 without a resolution is very very disappointing.
Thanks
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Reload ScriptsYou’ll have to do a search in the source of the page for any scripts that are loaded from plugins (search for “.js” and go through them all). I haven’t had to reload CSS files, only JavaScript files.
So I am having to revert back to 3.5.1, as that version seems to work.
I believe this issue is the same thing: https://www.ads-software.com/support/topic/build-your-own-social-media-buttons-not-appearing-at-the-bottom-of-posts?replies=3
Forum: Plugins
In reply to: [Yoast SEO] Cannot update home title & description after importing SEOThere must be something particular about the data imported then.
Yes, obviously the description would not be effected by the title. I posted what fixed the title for me incase it works for someone else.
Good luck!