ali282
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] One or more fields have an errorHere’s the webpage for the Datepicker plug in:-
https://github.com/relu/contact-form-7-datepicker/
We use it to select a date from a calendar to enter on Contact Form 7.
Had it a whileForum: Plugins
In reply to: [Contact Form 7] One or more fields have an errorI have
Classic Editor / Column Shortcodes / Contact Form 7 / Contact Form Datepicker / Custom Title / Embed Any Document / Enigma / FLexible Map / NextGEN Gallery / PDF Embedder / Smush / Sugar Calendar (Lite) / Table of Contents Plus / TablePressI have theme Twenty Fourteen (Child)
Forum: Fixing WordPress
In reply to: CSS EditorSo the following does NOT produce the border effect:
Additional CSS section:-
(EMPTY)Editor section:-
/*
Theme Name: Twenty Fourteen Child
Theme URI: https://example.com/twenty-fifteen-child/
Description: Twenty Fourteen Child Theme
Author: Alistair Wood
Author URI: https://example.com
Template: twentyfourteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twenty-fourteen-child
*/
@import url(“../twentyfourteen/style.css”);
.site-content .entry-content,
.page-content {
max-width: 80%;
}
/* Contact Form 7 Styles */
.wpcf7
{
background-color: #f7f7f7;
border: 8px solid #299325;
width: 650px;
float: center
}Forum: Fixing WordPress
In reply to: CSS EditorPrecisely:
They are different.
If I move the code from the Additional CSS section above, to append to the code in the Editor section, I lose the background colour effect.So it only seems to work when it is in the Additional CSS section.
Forum: Fixing WordPress
In reply to: CSS EditorJust to prove that what I’ve said is not rubbish, I reversed what I did, and the modifications (a green border) have restored successfully.
Here is what is now in the Additional CSS section:-
/* Contact Form 7 Styles
———————————*/
.wpcf7
{
background-color: #f7f7f7;
border: 8px solid #299325;
width: 650px;
float: center
}
In the Editor section is the following:-/*
Theme Name: Twenty Fourteen Child
Theme URI: https://example.com/twenty-fifteen-child/
Description: Twenty Fourteen Child Theme
Author: Alistair Wood
Author URI: https://example.com
Template: twentyfourteen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twenty-fourteen-child
*/
@import url(“../twentyfourteen/style.css”);.site-content .entry-content,
.page-content {
max-width: 80%;
}Be glad of your thoughts, James
Forum: Fixing WordPress
In reply to: CSS EditorI read what you have said, and thank you.
However, I diligently cut and pasted all the style modifications from the sheet reached via method B into the sheet reached by Editor (method A).
This lost the effect of all those style mods.
So I suspect the Child Theme’s CSS is not overriding #1. Confused.Of course I will double check…
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Email sends, yet the arrow spins indefinitelyHaving same problem with ever-spinning arrow. Have updated to version 0.5.7. I have very few other plug-ins so low chance of any conflict. How can I overcome this? Are there alternative plug-ins that do the same thing i.e. allow the user to download a PDF (a booking form), fill in and send filled PDF form to a specified e-mail address? I am a relative beginner so please don’t get too clever for me.