dreamsign
Forum Replies Created
-
That’s a useful tool. Thanks!
I’ve determined that the messages are being sent. They are blocked by GMail. They aren’t sent to the spam folder. They simply don’t appear at all. If I send to a non-Gmail box, the messages arrive, though they are marked as potential spam, though I have created the spf and dmarc records.
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] Stats seem totally offHi… When I try to open a support request it brings me back to this forum.
EDIT: Strangely, the first time I clicked the link it took me to my account page and then back here. Second time, it took me to a page to open a ticket. Doing so now…
- This reply was modified 1 year, 8 months ago by dreamsign.
I’ve tried resaving permalinks, but the problem persists. Any other potential fixes?
EDIT: Problem resolved.
thanks
- This reply was modified 1 year, 8 months ago by dreamsign.
Forum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] ErrorI’ve reactivated the plugin and it’s no longer generating an error message. However, the Use WordPress HTTP API was already selected. So, I’m not sure what fixed the problem.
[removed]
- This reply was modified 2 years, 10 months ago by dreamsign.
Forum: Plugins
In reply to: [Download Manager] new errorsI’ve updated to the latest version and it still results in the following errors:
/plugins/download-manager/wpdm-functions.php on line 384
/plugins/download-manager/libs/class.Package.php on line 1013changing wpdm_file to wpdm_package no longer returns errors, but the package is empty. What results is a no download link. The plugin displays a red download image, and the package info lists “0 file(s)”.
Forum: Plugins
In reply to: [Download Manager] new errorsI’ve returned wpdm_package to wpdm_file and commented out this code in wpdm-functions.php:
/*$templates = maybe_unserialize(get_option(“_fm_link_templates”, true));
if(!isset($template) || $template==”” ) $template = $data[‘template’];
if(isset($template) && isset($templates[$template]) && isset($templates[$template][‘content’])) $template = $templates[$template][‘content’];
return “<div class=’w3eden’>” . FetchTemplate($template, $data, ‘link’) . “</div>”;*/
This at least allows the shortcodes to remain without generating any errors.
Forum: Plugins
In reply to: [Download Manager] new errorsThat created a ton of new errors, like this:
Undefined index: ID in /wp-content/plugins/download-manager/libs/class.Package.php on line 69
Forum: Plugins
In reply to: [Download Manager] new errorsStill not working after latest update
Forum: Fixing WordPress
In reply to: SyntaxError: Unexpected Identifier in ChromeThanks. I was preparing to update the theme. Haven’t touched this site in years.
Forum: Fixing WordPress
In reply to: SyntaxError: Unexpected Identifier in Chromehappens on my machine on in Chrome. not in Safari or Firefox.
Forum: Fixing WordPress
In reply to: SyntaxError: Unexpected Identifier in ChromeMacbook. Chrome Version 62.0.3202.94
Issue was first reported by client (it’s a client site). I think he’s also on a Mac.
What are you looking on?
Forum: Fixing WordPress
In reply to: SyntaxError: Unexpected Identifier in Chromethe error appears in a pop-up error dialogue box before the page loads. then i click ok and the page loads
Forum: Plugins
In reply to: [Yoast SEO] YOAST Facebook values don’t displayThanks. I’ve put in a question to the theme developer. Is it true that the further down something is in the <head> the more priority it is given by the Facebook scraper?
If that’s true, is there a way to move the Yoast meta tags down in the <head>?