Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #713533

    I have the theme “Enfold” and use it for our shop. However, I would like to display the catalog representation as a list instead of grid. Unfortunately it does not work with the theme. For the display as a list I would like to use the WordPress plugin “WooCommerce Grid / List toggle”. How can you help me there.
    ——————————————————————————
    Ich habe das Theme “Enfold” und benutze es für unseren Shop. Die Katalog-Darstellung möchte ich allerdings als Liste statt Raster anzeigen. Leider funktioniert es nicht mit dem Theme. Für die Anzeige als Liste möchte ich das WordPress-plugin “WooCommerce Grid / List toggle” benutzen. Wie könnt ihr mir da weiterhelfen
    Listendarstellung

    WooCommerce Grid / List toggle is a simple plugin which adds a grid / list toggle button to your product archives allowing users to toggle between grid / list views of your products on your WooCommerce store.
    The list view arranges products in a vertical list and pulls in the excerpt to give a more detailed overview.
    The grid view you will be familiar with as this is WooCommerce’s default layout for product archives.
    The store owner can choose whether grid or list view be set as the default via the Catalog tab of the WooCommerce settings screen.

    • This topic was modified 8 years ago by Hansdieter.
    #715148

    Hey Hansdieter,

    Thank you for using Enfold.

    This is possible but it will require a lot of changes in the config-woocommerce > woocommerce-mod.css file. Please hire a freelance developer or contact codeable. If you want to disable the theme’s css modifications, add this in the functions.php file.

    function ava_dequeue_mod() {
        wp_dequeue_style( 'avia-woocommerce-css', AVIA_BASE_URL.'config-woocommerce/woocommerce-mod.css');
    }
    
    add_action( 'wp_enqueue_scripts', 'ava_dequeue_mod', 9999 );
    add_action( 'wp_head', 'ava_dequeue_mod', 9999 );

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.