Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I get the exact thing. Would you kindly spare a moment and look into it?

    Thread Starter PeterWillard

    (@peterwillard)

    Hello again Ben!

    Please forgive the lack of response, this is a sideproject I am working on in my spare time and I have been absolutely swamped with my full time job lately.

    Anyway, the sub-par JS dev that I am, I figured this out. I dequeued the plugin script as per you suggestion with a simple

    function dequeue_svgs_script() {
        wp_dequeue_script('bodhi_svg_inline');
    }
    add_action( 'wp_print_scripts', 'dequeue_svgs_script', 100 );

    and then included the plugin code in my own as a service. I just had to declare cssTarget = "img.style-svg" and it worked. Thank you for your time and suggestions.

    Take care!

    Thread Starter PeterWillard

    (@peterwillard)

    Hello Johannes!

    I am very sorry for the late response.

    I have set up a clean WordPress installation to check whether I was mucking something up and it seems I must have been – duplicating a page transfers the modules and their content as it is expected.

    I have identified a problem though. Right after duplicating a page with modules and content and then setting the duplicate to be translated independently, I can modify and save the content of both pages independently but when I delete a certain module on the original page – it disappears on the translation as well. This works the other way around too. When I then re-add the same modules on both of pages, save and try to delete them again – the deletion doesn’t occur from that point on.

    • This reply was modified 9 years, 1 month ago by PeterWillard.
    • This reply was modified 9 years, 1 month ago by PeterWillard.

    This is such a useful plugin! I am anxiously waiting for the exclude option 🙂 Excellent addition!

    Same here, editor went white. I reverted to the previous version for the time being.

Viewing 5 replies - 1 through 5 (of 5 total)