agreda
Forum Replies Created
-
@imagely Thank you for the update regarding caching of images in random image galleries, as I was experiencing the exact same issue.
Is there currently anywhere, or will there somewhere, be an option to adjust this cache reset time? Random image galleries should be random…
Never mind! Issue resolved…
Product was set to Downloadable but not Virtual. Both must be checked for this plugin to function. (Consider adding note on Admin tab or in FAQs.)
Thanks for the good work!
Sorry for the false alarm.
- This reply was modified 7 years, 12 months ago by agreda. Reason: Added apoloy
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Subscribe Notification Emails Not Being Sent@yikesitskevin said:
…the subscriber notifications are not sent for single opt-in subscriptions via the API.
Thanks for confirming, consider this topic resolved.
- This reply was modified 8 years, 6 months ago by agreda.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Subscribe Notification Emails Not Being Sent@yikesitskevin said:
The double opt-in requirement is still in place.
FYI: Single opt-in is now the default for all Mailchimp accounts.
are you sure your client is receiving notification emails from Easy Forms single opt-in forms?
She assures me this is indeed the case.
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Subscribe Notification Emails Not Being Sent@yikesitskevin Thanks for the reply!
No, we are not using double opt-in for this form. The site has other Yikes MC forms with single opt-in and the client assures me she gets notified immediately upon new subscribes for those forms/lists.
Single opt-in is now the default for list forms at Mailchimp, so if that is what may be causing the issue, hopefully a plugin update might address that.
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] sql error@ta5ae said:
…it will take some digging to resolve what are the ramifications of defining the constant MULTISITE on a multisite installation which has developed from WordPress MU days with SUNRISE defined and in use.
Thank you for providing such great detail. I have a similar issue, numerous wp_wfNotofications errors clogging up our error logs every day, on an otherwise perfectly functioning multisite install migrated from WPMU years ago.
If I define(‘MULTISITE’, true); however, we get an error establishing database connection across the whole network.
Did you ever resolve the issues you encountered when defining MULTISITE in wp-config? If so, how?
@wfalaa said:
#5044…this should enhance the way we detect the table prefix on websites with similar installations as yours (which is -honestly- the first I’ve seen)…
Did this ever get implemented?
We are clearly not the only two legacy WPMU (multisite) installations out there hoping to run Wordfence. And something is clearly still going on with the way Wordfence detects multisite and adds primary site tables on original WPMU installs.
I have a Premium Wordfence API key and have been communicating with your support team who has been very helpful…until the recent response stating our “multisite configuration is broken.”
Our configuration is not “broken” as the multisite network has been operating fine since we created it years ago. The wp_0_wfNotifications errors we now encounter in our logs are the first indication of anything mis-configured, there are no other symptoms.
The recommended solution to define(‘MULTISITE’, true); will not work for us since doing so results in the error establishing database connection. When testing output on the main blog, we get base_prefix: wp_ get_blog_prefix: wp_0_
Any additional assistance or feedback for further troubleshooting is greatly appreciated. Thank you!
Forum: Plugins
In reply to: [Google AdSense for Responsive Design - GARD] GARD Hijacked?FYI TO ALL:
Upon further research, I have discovered that the “Tengo Internet” WiFi connection I was temporarily using at the time is actually replacing the Google Adsense code at the network level with their own MyTurf and MaxBounty ads.This is apparently common with certain ISPs…
https://productforums.google.com/forum/#!topic/adsense/ewKpulHNE3QForum: Plugins
In reply to: [Bitly's Wordpress Plugin] Shortlinks No Longer Working on Multiple Sites@delayedinsanity @chipbennett Is this plugin supported anymore?
Does anyone else have suggestions for a fix, or an alternative plugin to support custom branded bit.ly shortlinks?
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Shortlinks No Longer Working on Multiple Sites@delayedinsanity Any idea where I can get some help with this?
Should I try generating a new OAuth Access Token? I do not want to do that if it will cause any problems with all our existing bitlinks.
Thanks in advance for any feedback!
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] MultisiteI was about to ask the exact same thing!
@delayedinsanity & @chipbennett – I just activated WP Bitly on our Tripawds network main site. Set-up was simple, thanks!
I’d like to network activate it, but didn’t see any global settings for the key when I did so. The same key is working when manually entered for multiple sites on the network, but we host 1,000+ blogs.
Other plugins I’ve used have done this sort of thing with a wp-config edit like:
define('PLUGIN_API_KEY','1a2b3c4d5e6f7g8h');I didn’t see anything like WPBITLY_KEY in the plugin code. Any thoughts on how to do this are appreciated, otherwise please consider it a feature request.
Thanks again for the good work!
Thanks again for the feedback.
Thank you for the quick feedback Josh!
Could you please address my multisite and db tables questions? In case I do decide to give this a try. I’m only still considering it because of the tmp file storage issue I read about on your site and here.
Thanks again,
-Jim
Forum: Networking WordPress
In reply to: Reinstall to address persistent session timeout issue?Might anyone be able to confirm or deny my server manager’s theory here?
Please.
My theory is, that during the process of adding those *.php files, the installation script checked the version of php, and had configured itself (somehow?) to use, for example, fileA.php – which is optimized for php version 5.3 – instead of fileB.php – which might be optimized for php versions lower than 5.3. So re-running that installation script might recognize a different php version, and then use the appropriate core file.
I would even posit that, even though the exact same core files would be added to the server, only the ones that “work” with a certain php version would be used. Those files that were optimized for a *different* php version would be simply ignored, and not used.
I am still hesitant to go to the trouble of a fresh install at a dev domain, with import of our multi-gigabyte database (not to mention moving all the files) based on an assumption. And, I still don’t know how to handle the wp_1 vs. wp_ table structure issue if I do.
Anyone?
Thanks!
Forum: Networking WordPress
In reply to: Reinstall to address persistent session timeout issue?So…I’m still dealing with this messy issue of users getting logged out unexpectedly and repeatedly. I’ve even attempted to address the issue by forcing WordPress to keep users logged in with the following function:
/* Keep Users Logged In! */ add_filter( 'auth_cookie_expiration', 'keep_me_logged_in_for_1_year' ); function keep_me_logged_in_for_1_year( $expirein ) { return 31556926; // 1 year in seconds }Yet, users of all levels still get logged out of the site. Sometimes many times a day. Has anyone experienced such an issue on a multisite install?
I have still not attempted the clean install on new domain approach I originally described above, as suggested by my server manager. Why not? Because 1. I have other newer installs that don’t have the issue; 2. I think there must be other steps to try first; And, 3. It opens a whole new can of worms…
For starters, a new install will not have any wp_1_x tables since the primary site will just use wp_x. On our current install the main site is wp_1 so importing that db into the new install would be a major pain. Wouldn’t it?
Any and all feedback welcome! Thanks in advance for any help.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Pagination: Any solution to include it?@satrya Thank you for the great work on this plugin!
When you do find the time, I too would like to use pagination in the shortcode generated widget we use within a page, and I am happy to help test any beta version.