Fluida Woocommerce integration

  • Author
    Posts
  • #59462

    Hi, i love your free theme Fluida but i experiment a problem whit woocommerce integration.
    The shop page exibit a wrong css rule …

    woocommerce .main .page-title {
        font-size: 117em;
    }

    The wrong code comes from row 374 of fluida/includes/custom-styles.php

    .woocommerce .main .page-title {
    	font-size: <?php echo round( 0.9 * preg_replace( "/[^\d]/", "", esc_html( $fluida_fheadingssize ) ), 3 ); ?>em;
    }

    fluida_fheadingssize => ‘130%’ and 130% x 0.9 = 117em

    #59689
    Zed
    Cryout Creations mastermind

    Thank you for pointing this out. We’ll get it corrected as soon as possible.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #60047
    This reply is private.
    #60274
    Zed
    Cryout Creations mastermind

    @ncesareo, that seems to be caused by some styling change in a recent WooCommerce update which combines with the theme’s styling applied on inputs in a bad way.

    Use this CSS to reduce the padding on the quantity input:

    .woocommerce .quantity .qty {
        padding: .7em .4em;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #60348
    This reply is private.
    #60616
    Zed
    Cryout Creations mastermind

    I don’t see the style I posted active on your site.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Fluida Woocommerce integration’ is closed to new replies.