amatheson
Forum Replies Created
-
Thanks, Dina. However, I don’t want to clone everything into the posts table too. That is a short term workaround, it would be nice to have your product support the new way things work without having to rely on duplicating (sync’ing) data.
Forum: Plugins
In reply to: [Redirection] Ignore Slash does not appear to work with Apache htaccessIssue created: https://github.com/johngodley/redirection/issues/2882
Ticket created on your support site.
Forum: Plugins
In reply to: [LiteSpeed Cache] Combine already minified JS file without minifying again?An update – I tried it with the file as ‘.min.js’ but had the same issue. Disabling
Remove Comments
solved the problem, but it would be good to strip the comments from other files.Forum: Plugins
In reply to: [LiteSpeed Cache] Combine already minified JS file without minifying again?Thanks, Hai – I will dequeue the file from WP Recipe Maker and re-register a copy in my theme with the
.min.js
extension. I will also open a ticket with WP Recipe Maker to ask them to add the.min.
to the filename.- This reply was modified 5 years, 10 months ago by amatheson.
Thanks, Tim – I’ll test it out and report back if I see any other issues.
I see the same problem. The latest version reports an error in the console log connecting to facebook:
ping?client_id=395202813876688&domain=[DomainHidden].com&origin=1&redirect_uri=https%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2FhsBwMj6iLmk.js%3Fversion%3D42%23cb%3Df3beb91bdc4c2bc%26domain%3D[DomainHidden].com%26origin%3Dhttps%3A%2F%2F[DomainHidden].com%2Ff3dada4d0f8437c%26relation%3Dparent&response_type=token%2Csigned_request%2Ccode&sdk=joey:1 Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.
The shortcode being used is:
[efb_likebox fanpage_url="[FanPage]" box_width="250" box_height="" locale="en_US" responsive="0" show_faces="1" show_stream="0" hide_cover="0" small_header="0" hide_cta="0" animate_effect="fadeIn" ]
Since this does not include an ‘appId’ (as it is marked as optional), the EFBL plugin assigns a default AppId of 395202813876688. You see this in the header:
<script id="facebook-jssdk" async="" src="//connect.facebook.net/en_US/all.js#xfbml=1&appId=395202813876688"></script>
I think this is the root of the issue I’m seeing.
Exactly my question. :/
@buzztone – Unless I’m missing something, the form data is not getting to postman SMTP because the recaptcha is causing the process to fail. It would only hit Postman SMTP after the form information has been validated.
I have dropped the recaptcha again, with Postman SMTP, and it worked fine. I readded the recaptcha and I get the orange box again.
Updated diagnostics info from Postman SMTP showing the successfully sent stat.
—
OS: Linux lin113.gridhost.co.uk 2.6.32.21-grsec #6 SMP Fri May 20 17:37:06 BST 2011 x86_64
PHP: Linux 5.4.42 C
PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=Yes, zlib_encode=Yes
WordPress: 4.4.1 en_US UTF-8
WordPress Theme: Alison Cornford-Matheson (based off Author Pro Theme v1.0.0)
WordPress Plugins: Beaver Builder Plugin (Lite Version), Contact Form 7, Genesis Author Pro, HW Image Widget, Postman SMTP, Simple CSS, Simple Image Sizes, Wordfence Security
WordPress wp_mail Filter(s): wp_staticize_emoji_for_email
Postman: 1.7.2
Postman Sender Domain (Envelope|Message): alisoncornfordmatheson.com | alisoncornfordmatheson.com
Postman Prevent Message Sender Override (Email|Name): No | No
Postman Active Transport: SMTP (smtps:login://mail3.gridhost.co.uk:465)
Postman Active Transport Status (Ready|Connected): Yes | Yes
Postman Deliveries (Success|Fail): 1 | 0I installed Postman SMTP and like @foolcrow, there was nothing reported in the log. Below is the diagnostic info. I’ve disabled all other plugins and still the integrated recaptcha fails.
OS: Linux lin113.gridhost.co.uk 2.6.32.21-grsec #6 SMP Fri May 20 17:37:06 BST 2011 x86_64
PHP: Linux 5.4.42 C
PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=Yes, zlib_encode=Yes
WordPress: 4.4.1 en_US UTF-8
WordPress Theme: Alison Cornford-Matheson (based off Author Pro Theme v1.0.0)
WordPress Plugins: Contact Form 7, Postman SMTP
WordPress wp_mail Filter(s): wp_staticize_emoji_for_email
Postman: 1.7.2
Postman Sender Domain (Envelope|Message): alisoncornfordmatheson.com | alisoncornfordmatheson.com
Postman Prevent Message Sender Override (Email|Name): No | No
Postman Active Transport: SMTP (smtps:login://mail3.gridhost.co.uk:465)
Postman Active Transport Status (Ready|Connected): Yes | Yes
Postman Deliveries (Success|Fail): 0 | 0Hi Buzztone – nope. this is the only one.
I am running into the same issue. If I remove the integrated Google ReCAPTCHA the form works. Put it back in and I get the Orange Box failure. I’ve tried recreating the API Keys and resetting them, but that didn’t work.
I am running WP 4.4.0 and CF7 4.3.1. You can see the form here: https://alisoncornfordmatheson.com/contact
Forum: Plugins
In reply to: [APG Google Video Sitemap Feed] YouTube & DailyMotion videos not workingThanks for the quick turn around on this! The YouTube videos are now showing up properly. Could you adjust the link in the ‘reproductor’ field to reflect a good URL for the YouTube videos? Right now if you follow that link it results in a 404 error.
A couple more suggestions (I can open a new ticket if you prefer):
* Title – Should be the video title, according to the spec, right? It seems to be pulling the post title by default.
* Description – Similar to title, but I think you are limited by what the APIs return, so perhaps there is nothing you can do about this at the moment.Thanks again!
Darren, thanks for your response. I have reinstalled the plugin today to do some more troubleshooting but the error seems to have gone away. I will continue testing but hopefully it was something transient.