Home Forums Basel support forum A few problems after update

A few problems after update

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #12312

    MieT
    Participant

    Hello,

    I updated theme to 3.1.2 (I work on child theme), plugins and woocommerce to 3.0.3.

    I noticed a few problem with my site – especially on single product pages:
    – bullets list formatting on short decription are lost, even though they are still on (first link);
    – after variation selection (for example “Rozmiar” – “Size” in english), thumbnails on the left just slide up and dissapear… (second link);
    – when they are two variations, space between them is bigger than before update (second link);
    – space between short description and “quantity” and “add to cart” section is too short (third link);

    And Woocommerce status report a problem (polish language):
    basel/woocommerce/cart/cart.php wersja 3.0.0 jest nieaktualna. Bazowa wersja to 3.0.3,

    Below links to example pages with the described problems.

    Regards
    MieT

    #12322

    Artem Temos
    Keymaster

    Hi,

    Here is a code snippet to fix appearance issues. As for second issue, try to upload some images to variations

    .single-product-content .woocommerce-product-details__short-description ul,
    .single-product-content .woocommerce-product-details__short-description ol  {
      margin-bottom: 20px;
    }
    
    .single-product-content .woocommerce-product-details__short-description ul {
    	padding-left: 40px;
    }
    
    .single-product-content .woocommerce-product-details__short-description ul > li {
    	position: relative;
    }
    
    .single-product-content .woocommerce-product-details__short-description ul > li:before {
    	content: "\f105";
    	color: #c4a166;
    	opacity: 0.7;
    	font-family: 'FontAwesome';
    	position: absolute;
    	top: 0;
    	left: -20px;
    }
    
    .single-product-content .woocommerce-product-details__short-description ol {
    	list-style: decimal;
      	padding-left: 40px;
    }
    
    .single-product-content .woocommerce-product-details__short-description li {
    	line-height: 1.8;
    }
    
    .single-product-content .woocommerce-product-details__short-description li > ul,
    .single-product-content .woocommerce-product-details__short-description li > ol {
    	margin-bottom: 0px;
    }
    
    .single-product-content div[itemprop="description"] ul > li:before,
    .single-product-content #tab-description ul > li:before,
    .blog-post-loop .entry-content ul > li:before,
    .comments-area .comment-list li ul > li:before {
    	color: #c4a166;
    }

    Regards

    #12338

    MieT
    Participant

    Hi,

    Thank You for the solutions, …. but I think they are a theme bugs and You should fix them and release an update ASAP.
    About the second issue – I tried upload images and works fine after that, but I don’t want images in variations in this case. Moreover I will have to upload images to all variations in products (six images on each product)… This is a lot of work…

    Regards
    MieT

    #12340

    Artem Temos
    Keymaster

    Hi,

    Of course, we will fix these bugs in our future update.
    Try to set images and then simply remove again and save the product.

    Regards

    #12343

    MieT
    Participant

    Hi,

    It does not work. Thumbnails still moving up…
    This is very annoying…

    MieT

    #12344

    Artem Temos
    Keymaster

    Strange, please provide us your admin access so we could check it.

    #12345

    MieT
    Participant

    Below:

    #12350

    Artem Temos
    Keymaster

    Are you able to provide FTP access as well?

    #12355

    MieT
    Participant

    FTP access below:

    #12361

    Artem Temos
    Keymaster

    OK, please, check does it work correctly now.

    #12368

    MieT
    Participant

    Thank You – works fine now.

    Can you tell me what was wrong? I’m courious…

    Regards
    MieT

    #12375

    Artem Temos
    Keymaster

    It seems to be a bug in our theme because of WooCommerce update. Will be fixed in the next release.

Viewing 12 posts - 1 through 12 (of 12 total)