tchendoh
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Contact Form 7] Wrong formatting on SafariAlso, when I click on a form and I quit, it asks me to save the form like I changed something even though I didn’t.
Forum: Plugins
In reply to: [Contact Form 7] Wrong formatting on SafariI tried all that and the troubleshooting mode. Maybe it’s from the css?
/* Enlever le header des pages : PC Bank, Portal, Portail */
.page-id-11856 header, .page-id-11856 footer {
display: none !important;
}
.page-id-12007 header, .page-id-12007 footer {
display: none !important;
}
.page-id-12003 header, .page-id-12003 footer {
display: none !important;
}
.page-id-12028 header, .page-id-12028 footer {
display: none !important;
}
.page-id-12065 header, .page-id-12065 footer {
display: none !important;
}
.page-id-12067 header, .page-id-12067 footer {
display: none !important;
}
/* Pour mettre les checkboxes à la vertical dans contact form */
span.wpcf7-list-item { display: block; }
/* Mettre le champ date et time sur la même ligne dans les forms */
.pc-delivery-fields {
display: flex;
gap: 10px;
align-items: center;
}
/* Items de menu qui restent la même couleur toujours. */
.navigation-top a,
.navigation-top a:visited,
.navigation-top .current_page_item > a {
color: #222;
}
/* Changement de couleur au survol */
.navigation-top a:hover {
color: #767676;
}
/* Amincir les forms */
.wpcf7 input[type="date"]
{
max-width: 150px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
max-width: 600px;
}
/* pour mettre les h1 et h2 bleus et bold */
h1, h2 {
color: #1B688C;
font-weight: 900
}
/* pour éditer la police des tableau publishpress */
.wp-block-advgb-table tbody td {
font-size: 13px;
}
/* pour enlever les titres des pages */
.entry-title {
display: none;
}
/* Pour la page plus large */
.wrap {
max-width: 100%;
}
@media screen and (min-width: 48em) {
.wrap {
max-width: 100%;
}
}
@media screen and (min-width: 30em) {
.page-one-column .panel-content .wrap {
max-width: 100%;
}
}Forum: Plugins
In reply to: [Contact Form 7] Wrong formatting on Safari

Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Wrong formatting on SafariForum: Plugins
In reply to: [Facebook] Unable to Associate User with FacebookSame issue here. Wasting a lot of time on this.
Forum: Fixing WordPress
In reply to: 100% Apache CPU loadSame problem here.
Viewing 6 replies - 1 through 6 (of 6 total)