yk11
Forum Replies Created
-
Any updates?
Thanks for the info. I am able to work around the issue now. A suggestion for future improvement is to allow embedding shortcodes in content areas.
Regards.
Here is the link: https://dev.passedpawnadvisors.com/user/test2/
Forum: Plugins
In reply to: [Scroll UP] v2.0 breaks WordPressI can confirm this issue.
Forum: Plugins
In reply to: [DevBuddy Twitter Feed] Error log – twitter-feedHave you been able to resolve this?
FYI, the full section code is (lines 362 to 365)
// Retrieval was unsuccessful if ( is_null($this->feed_data) || $this->feed_data === FALSE ) { return FALSE; }- This reply was modified 9 years, 3 months ago by yk11.
Thanks for resolving this quickly. Will wait for the new version.
Let me clarify.
I setup the various messages in the “Messages” tab. Other message changes, such as message to display if email is already subscribed, works as expected.
Only the successful subscription message always shows the default value instead of the override value.
Forum: Plugins
In reply to: [DevBuddy Twitter Feed] Error log – twitter-feedA temporary fix (until integrated into the plugin) is to change line 379 to this:
if ( is_null($this->feed_data) || $this->feed_data === FALSE ) {Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Zip creation processUnderstood. Thanks!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Zip creation processThanks for the explanation and quick reply.
Indeed, using the setting you describe does improve performance and reduce the number of copy operations.
I was unable to eliminate the copy operation entirely, even when I set the parameter to 10,000 and only 4,000 files are processed. The copy was done at 10MB and 18MB (out of a final size of 25MB).
Any ideas as to why?
The best approach would be to use a separate test site (subdomain usually) where you can register yourself and see the full notification lifecycle without affecting production site statistics. I even use a special email address just for testing so the central email does not receive the test notifications.
The issue you are seeing is due to Twitter profile images, which I have no control over.
I disabled the plugin, re-enabled it, cleared the cache, and all seems OK now.
It seems that any sub-pages do not work (as in account updating).
I tested with regular sub-pages, and they do work. Only UM nested pages fail with a 404 error.
I am using the post-name permalink.
Link to a test account profile page: http://www.passedpawnadvisors.com/user/test1/
All other features are working (social login, account page, etc.).
FYI, my issue was due to a new plugin (Plugin Organizer) to control loading of plugins. Once I enabled all UM plugins on the home page everything was working again.