• Resolved kyushubec

    (@kyushubec)


    Hello!

    I just want to say that your product is really great and exactly what I was looking for so thank you so much for making this plugin!

    I was just wondering, I am about to start making my store with elementor.
    Is it compatible?

    Also, I am using Japanese as the main language.
    Is it possible to change the button ‘Configure’ to another language or word?

    Thanks again for your great work!

    • This topic was modified 4 years, 4 months ago by kyushubec.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi there,

    Thank you! I’m glad you like the plugin ??

    I was just wondering, I am about to start making my store with elementor.
    Is it compatible?

    Yes it should be fine. If you are using Elementor Pro to build the product pages, you can use the available shortcodes to add the configure button, or embed the configurator directly.

    It should work fine also using the free version (I’ve only tested the free version).

    Also, I am using Japanese as the main language.
    Is it possible to change the button ‘Configure’ to another language or word?

    You can change the label in Settings > Product Configurator > Configure button label.
    Altenatively, if you’re using the shortcode, you can wrap it around your text:

    [mkl_configurator_button product_id=1 classes=”button primary”]Configure the product here[/mkl_configurator_button]

    Marc.

    • This reply was modified 4 years, 4 months ago by Marc Lacroix.
    Thread Starter kyushubec

    (@kyushubec)

    Hello Marc!

    Thanks so much for your help!
    I was able to use the shortcode to embed the configurator in to the product page on elementor and to change the button language to Japanese!

    Fantastic!!

    I was just wondering, is it possible to change any of the design elements of the customiser?
    Especially, is it possible to change the gray background to another color?
    The site page bg is white, so I would like to make the configurator bg white too if possible.

    This is how the page looks right now
    https://woocommerce-384941-1559973.cloudwaysapps.com/product/%e5%90%8d%e5%88%ba%e5%85%a5%e3%82%8c

    Thank you!

    Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi!

    I was just wondering, is it possible to change any of the design elements of the customiser?

    There is no admin setting to change specific elements at the moment, but yes, you can customize the look how you wish using CSS.

    For example you can add the following to the theme configurator > Extra CSS:

    :root {
        --mkl_pc_color-primary_rgb: 110, 193, 228;
    }
    
    .mkl_pc .mkl_pc_container .mkl_pc_bg {
        display: none;
    }

    This will remove the gray background, and set the “active” color to the same one used in your page:

    screenshot

    Marc

    Thread Starter kyushubec

    (@kyushubec)

    Thank you so much!
    Its working perfect!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘With Elementor?’ is closed to new replies.