esyagentur
Forum Replies Created
-
I actually meant, that the menu for sitemap is missing after update in wordpress backend.
We checked with 3 different pages and 7.3 is missing the menu for sitemap.
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Above the fold blockingAwesome – works perfect.
Thanks a lot.Forum: Plugins
In reply to: [Material Design for Contact Form 7] Above the fold blockingHi Gus,
thanks for support.
There is only one CSS part blocking rendering – css/cf7-material-design.css
We only use cf7 on two pages, so we load js and css only on those pages. Can you provide code snippet similar to the following snippet for function.php??php
if ( function_exists( ‘wpcf7_enqueue_scripts’ ) ) {
wpcf7_enqueue_scripts();
}if ( function_exists( ‘wpcf7_enqueue_styles’ ) ) {
wpcf7_enqueue_styles();
}
?>Thanks again.
Forum: Plugins
In reply to: [Material Design for Contact Form 7] CSS ErrorHi Angus,
thanks for your reply. After deleting “+ .wpcf7-response-output” with chrome, the output will show no more errors. So in conclusion the problem must be the “+ .wpcf7-response-output” part.
Can you tell us where to find it? Chrome says its in http://wordpress.p396732.webspaceconfig.de/wp-content/plugins/material-design-for-contact-form-7/assets/css/cf7-material-design.css?ver=4.8.2
But we checked every part – can’t find it.Same goes the flying stuff. While pressing “Send” the alert element will appear flying and rotating. This was not happening before installing.
We use avada as theme.
Thanks for support.Best,
Fabian