Respuestas de foro creadas

Viendo 4 respuestas - de la 1 a la 4 (de un total de 4)
  • Hi,

    Could you show us your current code? It’s a little bit hard to say anything without seeing your current work.

    You can use either <select> field or list of <input type="checkbox"> – it’s just a usability/UI choice. And which way will you go should depend on how many categories are there, and so on.

    Foro: WooCommerce
    En respuesta a: Categorías y productos

    Hi,

    It looks like your theme doesn’t support WooCommerce properly.

    The easiest way to check it will be to temporarily change the theme of your site to one of the default ones. Are products displaying correctly after such change?

    It’s a little bit hard to say, how to fix it with your theme, because you haven’t tell us what theme are you using.

    But… You can still easily fix it with custom CSS.

    Go to Appearance -> Customize and open tab called «Additional CSS». Then add this to the edit field in there:

    
    .top-bar-dark .right-top-bar a {
        background: #333;  // change to whatever color you want
    }
    .footer-col-3 ul.social-dark li a {
        background: #333;  // change to whatever color you want
    }
    

    Then click on the «Publish» button and your changes will be visible on your site.

    Hi,

    You should be able to see some additional settings just below the editor (see attachment).

    Screenshot

    I’ve checked it on an clean install of WP and it works, at least some of its functions that I was able to check in few minutes.

    I guess you should try to change your theme to default one and disable all other plugins and then check. Maybe it’s just a conflict.

Viendo 4 respuestas - de la 1 a la 4 (de un total de 4)