Forum Replies Created
-
AuthorPosts
-
Hey Yigit,
Sure! I am adding it to all child themes I have.
Thank you again,
you can tag this thread as solved.Carlo
Thank you, Dude!
Now it works perfectly!
Shouldn’t this considered as a bug? Will this behavior fixed or changed in a future release of the enfold theme?thank you again!
Carlo
Hi Victoria,
you solved my issue!
It seems it was a wordfence problem: setting the plugin in learning-mode for a while has solved the issue.Thank you and best regards,
Carlo
Dear support,
did you find any solutions?
Please let us know, our client is very disappointed for this issue… :(
Regards,
CarloDear Victoria,
you can try any page under /marchi section.
For example /marchi/alberta or /marchi/battistellaWe use an enfold template to set up our contact form and replicate it in all pages.
We tried also to recreate the form from scratch, but nothing changed.It seems to be only a “rendering” problem (maybe a javascript conflict?), since the updates have been correctly saved in the database.
Hey Rikard, I tried but nothing has changed. :(
Because of our policies we can’t provide admin login of a production website.
Could you tell me how that system works and the source code of the function called on resize event?So? Anyone can help us?
I don’t think that is caused by minification. The same plugin is active also on the subdomain in the private content.
Also
#advanced_menu_hide { display: block; }
inside your media query. Many thanks. :)- This reply was modified 9 years ago by WEBCREATIVI.
I resolved it.
No “-css” the end of ID.
add_action( ‘wp_enqueue_scripts’, ‘enfold_remove_css’, 20 );
function enfold_remove_css() {
wp_dequeue_style( ‘avia-layout’ );
wp_deregister_style( ‘avia-layout’ );wp_dequeue_style( ‘avia-print’ );
wp_deregister_style( ‘avia-print’ );wp_dequeue_style( ‘avia-scs’ );
wp_deregister_style( ‘avia-scs’ );
}Thank you.
Sorry I tried with the “wp_enqueue_scripts” hook, but it doesn’t’add_action( ‘wp_enqueue_scripts’, ‘enfold_remove_css’, 20 );
function enfold_remove_css() {
wp_dequeue_style( ‘avia-layout-css’ );
wp_deregister_style( ‘avia-layout-css’ );wp_dequeue_style( ‘avia-print-css’ );
wp_deregister_style( ‘avia-print-css’ );wp_dequeue_style( ‘avia-scs-css’ );
wp_deregister_style( ‘avia-scs-css’ );
}I cannot remove these CSS of parent theme…
have you suggest something, please…
-
AuthorPosts