HowardYeomans
Forum Replies Created
-
I have the same issue.
Try dd-mm-yyyyForum: Plugins
In reply to: [Mailgun for WordPress] Configured, but some messages not deliveredThanks. Can anyone tell me what I need to do about that? I don’t know what it needs to resolve to. I added stuff to the zone file for velovision.com domain.
Forum: Plugins
In reply to: [Mailgun for WordPress] Configured, but some messages not deliveredI found this in the log:
{ "severity": "permanent", "tags": [ "" ], "delivery-status": { "message": "550 Verification failed for <bounce+f25af7.744f08-my-name=my-domain.net@mg.velovision.com>\nUnrouteable address\nATLAS(2503): Sender verification failed", "code": 550, "description": null, "session-seconds": 10.780971050262451 }, "envelope": { "transport": "smtp", "sender": "postmaster@mg.velovision.com", "sending-ip": "184.173.153.222", "targets": "my-name@my-domain.net" }, "recipient-domain": "my-domain.net", "id": "h8b6bG7RfKjzDfKlx3VKg", "campaigns": [], "reason": "generic", "user-variables": {}, "flags": { "is-routed": null, "is-authenticated": true, "is-system-test": false, "is-test-mode": false }, "log-level": "error", "timestamp": 1430244513.661111, "message": { "headers": { "to": "my-name@my-domain.net", "message-id": "20150428180822.65699.79187@mg.velovision.com", "from": "WordPress <website@velovision.com>", "subject": "Test-01 CC" }, "attachments": [], "recipients": [ "my-name@my-domain.net" ], "size": 687 }, "recipient": "my-name@my-domain.net", "event": "failed" }Forum: Plugins
In reply to: [iframe] How do I stay in the frame when I click on a link in the iFrame?I have added a line to the parent index.htm:
<base target=”name”>And defined “name” in the shortcode
I also had to take out a lot of target =”_top” from my other htm files.
Thanks.
Forum: Plugins
In reply to: [iframe] How do I stay in the frame when I click on a link in the iFrame?Hi,
I downloaded and installed Advanced IFrame Pro.I am using it on:
http://www.carbon-cycle.net/subject-and-author-index/I still do not understand how to change links targets as in:
‘Example 10: Change links targets at the parent and at the iframe page if the iframe is on the same domain’I tried something like this:
[advanced_iframe securitykey=”my-key” use_shortcode_attributes_only=”true” src=”http://www.carbon-cycle.net/ftp-admin/SandA/index.htm” id=”entry-content” height=”1050″ width=”100%” scrolling=”no” change_parent_links_target=”a#fs0.htm|a#fab.htm|a#citaform.htm” change_iframe_links=”#iframe-navigation a”]Did I do it right? I don’t think so.
Always on any child page, if you click any link then you lose the frame, same as before. I have about 750 html pages coming off the parent index.htm. I cannot modify them all, well yes I could, but I thought that iFrame Pro could keep them all in the frame.
The files are on my domain – does it matter where on the domain, or not?
Thanks.
Forum: Plugins
In reply to: [Media from FTP] Attachement page blank. WP4.1Problem fixed see- https://wordpress.org/support/topic/media-uploader-failing-to-crunch-image-files?replies=1#post-6588670
This plugin works. 🙂 Thanks for your help.
Forum: Plugins
In reply to: [Banner Effect Header] banner adds 6px whitespace belowI have achieved a partial fix by adding one line the the style.css
#site-header { position: relative; max-height: 240px; /* this line */ z-index: 3; }Looks good on full screen, but the white space is back when I reduce the browser window size. Hmm.
Any help would be much appreciated.