blobmallett
Forum Replies Created
-
Forum: Plugins
In reply to: [Wonder PDF Embed] Microsoft Edge Defender Warning Blocks PDFThat’s a good thought I’ll have a look at changing the URL as soon as I get a chance, it is odd though I can’t fathom it either.
Forum: Plugins
In reply to: [Wonder PDF Embed] Microsoft Edge Defender Warning Blocks PDFUpgraded but it doesn’t help – this is a different page but with the same result
https://unitronix.com.au/plath-signal-products/
A visitor only has to bypass the warning to see the content it’s true but it scares all lot of visitors off.
- This reply was modified 2 years, 9 months ago by blobmallett. Reason: Change wording
Forum: Plugins
In reply to: [Wonder PDF Embed] Microsoft Edge Defender Warning Blocks PDFOK thanks, yes it is odd but will see once I upgrade the plugin – thanks for the response will let you know.
Forum: Plugins
In reply to: [Wonder PDF Embed] Microsoft Edge Defender Warning Blocks PDFHi,
I’m getting the same, nobody at PDF Embed appears interested enough to reply.
Forum: Plugins
In reply to: [Shortcodes Blocks Creator Ultimate] Greater than symbol seen as php endAnd as a footnote if I use
$searchStmt .= ("price BETWEEN '$search_low' AND '$search_high'");
Instead there is no problem so clearly the > and < are causing the issue.
So I’ve that as a workaround.
I thought so but just needed confirmation. Many thanks
Forum: Plugins
In reply to: [Constant Contact Forms] Message box sizeYes I think I saw that so will try that if needing to target these forms as opposed to any others but at present that custom CSS textarea has sorted it.
Very much appreciate your help on this.
Regards
Forum: Plugins
In reply to: [Constant Contact Forms] Message box sizeThis in the custom CSS seems to sort it
textarea
{
border:1px solid #C0C0C0;
width:100%;
height: 100px;
margin:5px 0;
padding:16px;
}Forum: Plugins
In reply to: [Constant Contact Forms] Message box sizeHi,
Thanks for your reply
You’re right about the Avada theme – If I put custom css in Avada it works OK
.ctct-form-field-email{
background-color: #F0F0F0;
border: 5px solid #666666;
}as you can see
https://www.thepilatesconsultant.com/wpress/contact/
This is affected by <p class=”ctct-form-field ctct-form-field-email”> as generated by the Form plugin
But I have no class in the paragraph for the custom_text_area. Why is there no class or style for the paragraph containing textareas? Can I amend the code in the contact form scripts to add a class to this field?
Forum: Plugins
In reply to: [Constant Contact Forms] Is it possible to hide the disclosure textI commented out line 1183 of wp-content\plugins\constant-contact-forms\class-display.php
return sprintf( __( 'By submitting this form, you are granting: %s, permission to email you. You may unsubscribe via the link found at the bottom of every email. (See our Email Privacy Policy (https://constantcontact.com/legal/privacy-statement) for details.) Emails are serviced by Constant Contact.', 'constant-contact-forms' ), $this->plugin->api->get_disclosure_info() );
You can also remove the <hr><sub> form line 1172 of the same file to tighten up the bottom of the form.
return apply_filters( 'constant_contact_disclose', '<hr><sub>' . $this->get_inner_disclose_text() . '</sub>' );
You may have to re-comment it if there are any updates of course.
Forum: Plugins
In reply to: [Constant Contact Forms] Contacts added but no opt-in email sentHi,
OK so I got an email from CC as I raised a query with them too, apparently I didn’t receive an opt-in email as I had already added that address to CC, even though I deleted it they say it is retained so if you re-subscribe you don’t get another opt-in email. Makes sense otherwise I can see how spammers might use it. Thanks for your help on tha anyway.
So another question how can I remove this from under the form?
By submitting this form, you are granting: MY Webite, permission to email you. You may unsubscribe via the link found at the bottom of every email. (See our Email Privacy Policy (https://mywebsite.com/legal/privacy-statement) for details.) Emails are serviced by Constant Contact.