• Resolved oscarbg

    (@oscarbg)


    Hi, I want to disable all shop banners so vendors can not upload or change the banners on their shops and they can only change the “icon-logo”. Thanks.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Add this line to your site –

    add_filter( 'wcfm_is_allow_store_banner', '__return_false' );

    Add custom code(s) to your child theme’s functions.php
    In case you do not have child theme then add those using this plugin –?https://www.ads-software.com/plugins/code-snippets/

    Thread Starter oscarbg

    (@oscarbg)

    Ok but this cuts the logo in the middle.

    Plugin Author WC Lovers

    (@wclovers)

    Kindly show me a screenshot please.

    Thread Starter oscarbg

    (@oscarbg)

    Plugin Author WC Lovers

    (@wclovers)

    Add this CSS to your site –

    @media screen and (max-width: 627px) {
    #wcfmmp-store .social_area ul li{width:25px!important;height:25px!important;}
    #wcfmmp-store .social_area ul li a i{font-size:14px!important;}
    }

    Hola si me puedes ayudar por favor
    agregué el codigo

    add_filter( ‘wcfm_is_allow_store_banner’, ‘__return_false’ );

    en mi tema hijo del banner desaparece justo como necesitaba

    Sin embargo tengo el mismo problema

    el icono del logo queda encima pero en la version movil

    agregué

    @media screen and (max-width: 627px) {
    #wcfmmp-store .social_area ul li{width:25px!important;height:25px!important;}
    #wcfmmp-store .social_area ul li a i{font-size:14px!important;}
    }

    pero el logo queda arriba ver foto
    https://ibb.co/H4WBxTh

    hay que agrandar la cabecera?

    como seria eso en CSS?

    espero me puedas ayudar gracias

    use esto para arreglar el problema y funcionó

    .logo_area {margin-top: 110px!important;}

    .logo_area_after {width:1500px!important;height:50px!important;}

    gracias

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Disable vendor banners’ is closed to new replies.