Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Shortcode conflicts #983087

    Hey Yigit,

    Sure! I am adding it to all child themes I have.

    Thank you again,
    you can tag this thread as solved.

    Carlo

    in reply to: Shortcode conflicts #982978

    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

    in reply to: Problem with contacts form in pages when we modify #787441

    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

    in reply to: Problem with contacts form in pages when we modify #784185

    Dear support,

    did you find any solutions?

    Please let us know, our client is very disappointed for this issue… :(

    Regards,
    Carlo

    in reply to: Problem with contacts form in pages when we modify #783479

    Dear Victoria,
    you can try any page under /marchi section.
    For example /marchi/alberta or /marchi/battistella

    We 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.

    in reply to: Problem with contacts form in pages when we modify #782237

    Hey Rikard, I tried but nothing has changed. :(

    in reply to: Video Background problem #555850

    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?

    in reply to: Video Background problem #554316

    So? Anyone can help us?

    in reply to: Video Background problem #552540

    I don’t think that is caused by minification. The same plugin is active also on the subdomain in the private content.

    in reply to: Mobile menu problem #537488

    Also #advanced_menu_hide { display: block; } inside your media query. Many thanks. :)

    • This reply was modified 9 years, 11 months ago by WEBCREATIVI.
    in reply to: Remove native css framework #377405

    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’ );
    }

    in reply to: Remove native css framework #377309

    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…

Viewing 12 posts - 1 through 12 (of 12 total)