• Resolved calbaterra

    (@calbaterra)


    Hello there,

    Your configurator is going to be the keystone of my site.
    Yet I Have problem finding a compatible theme.

    I’ve tried one from woocommerce :
    ===============================
    Affiche, Version : 1.0.8

    Par Thunderstores
    ===============================

    And when i tried to configurate a product, it loads with a dark layer and nothing works.

    Two questions :

    What should i do to correct this problem ?

    What themeS do you recommande that you know work well with your plugin ?

    Thanks !

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Bonjour,

    What themeS do you recommande that you know work well with your plugin ?

    La majorité des themes que j’ai testés fonctionnent sans problème.
    Cependant, il est possible que certains aient des conflits, notamment de styles.
    C’est le cas ici, avec le theme faisant apparaitre un élément du configurateur au dessus.

    Par exemple le CSS ci-dessous devrait résoudre quelques uns de ces problèmes :

    /* Remove overlay */
    .mkl_pc.opened .overlay {display: none;}
    
    /* Fix button margins */
    .mkl_pc .mkl_pc_container .mkl_pc_toolbar .layer_choices li > button,
    .mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices .layers button { 
        margin: 0; 
    }
    
    .mkl_pc .mkl_pc_container footer .pc_configurator_form button {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    /* Fix Close button */
    .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel {margin: 0;}
    .mkl_pc .mkl_pc_container .mkl_pc_toolbar > header > .cancel::after {opacity: 1;}

    Je vous recommande donc de choisir le theme qui vous plait, et si il y a des soucis de compatibilité comme ?a, ils peuvent généralement etre résolus assez facilement via quelques lignes de CSS.

    Marc

    Thread Starter calbaterra

    (@calbaterra)

    Parfait ! ?a a fonctionné.

    Merci !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Compatible Theme’ is closed to new replies.