• Resolved justanotherguy

    (@justanotherguy)


    Hi, have added this plugin and it seems to do everything I need except for one problem –
    when used on a product that is a bundle, and therefore has TWO BRANDS selected, there is no gap between the brands on product page.
    So, “Brand_A” bundled with “Brand_B” displays as “Brand_ABrand_B” on the product page, instead of “Brand_A Brand_B” – or, even better would be they display under each other, but side-by-side with a gap is fine.
    Site has minimal additional ccs to help with mobile display, shown below details. The problem present on all screen sizes.

    Thanks

    Array
    (
    [home_url] =>
    [site_url] =>
    [version] => 3.6.5
    [wp_version] => 5.2.2
    [wp_multisite] =>
    [wp_memory_limit] => 40M
    [wp_debug_mode] =>
    [wp_cron] => 1
    [language] => en_AU
    [server_info] => LiteSpeed
    [php_version] => 5.6.40
    [php_post_max_size] => 8M
    [php_max_execution_time] => 30
    [php_max_input_vars] => 1000
    [max_upload_size] => 2097152
    [default_timezone] => UTC
    [theme] => Array
    (
    [name] => Storefront
    [version] => 2.5.1
    [parent_theme] =>
    )

    [active_plugins] => Array
    (
    [0] => ajax-search-for-woocommerce/ajax-search-for-woocommerce.php
    [1] => akismet/akismet.php
    [2] => coming-soon/coming-soon.php
    [3] => flexible-shipping/flexible-shipping.php
    [4] => jetpack/jetpack.php
    [5] => limit-login-attempts-reloaded/limit-login-attempts-reloaded.php
    [6] => mystickymenu/mystickymenu.php
    [7] => perfect-woocommerce-brands/main.php
    [8] => woocommerce-admin/woocommerce-admin.php
    [9] => woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php
    [10] => woocommerce/woocommerce.php
    )

    [pwb_options] => Array
    (
    [version] => 1.7.6
    [wc_pwb_admin_tab_brand_single_position] => after_add_to_cart
    [old_wc_pwb_admin_tab_slug] => brand
    [wc_pwb_notice_plugin_review] =>
    [wc_pwb_admin_tab_slug] =>
    [wc_pwb_admin_tab_brand_desc] => yes
    [wc_pwb_admin_tab_brand_single_product_tab] => yes
    [wc_pwb_admin_tab_brands_in_loop] => no
    [wc_pwb_admin_tab_brands_in_single] => brand_image
    [wc_pwb_admin_tab_brand_logo_size] => thumbnail
    )

    )

    .site-branding .site-title a {
    font-size: 25px;
    }
    .site-main ul.products li.product {
    width: 46.411765%;
    float: left;
    margin-right: 5.8823529412%;
    }

    .site-main ul.products li.product:nth-of-type(2n) {
    margin-right: 0;
    }

    @media (min-width: 768px) {
    .site-main ul.products li.product:nth-of-type(2n) {
    margin-right: 5.8823529412%;
    }
    }

  • The topic ‘showing multiple brands for product bundle’ is closed to new replies.