New Landing How can we help? Atelier some problems after update to Version 1.71

Viewing 15 posts - 1 through 15 (of 15 total)
  • Posted in: Atelier
  • #209308
    innsi
    Member
    Post count: 40

    Hi Swiftideas Support,

    I have some problems after update to 1.71

    1)following custom css code doesn’t work(i use it to make mobile screen display 2 columns product as default )

    @media only screen and (max-width: 479px) {
    .woocommerce .products .product {
      width: 50%;
      float: left
    }
    

    2)a point before product name(see attachment)

    3)product price colour become green(see attachment)

    4)File Permission Issues
    We were unable to modify required files. Please ensure that /home/admin/domains/domain.com/public_html/wp-content/uploads/ has the proper read-write permissions, or modify your wp-config.php file to contain your FTP login credentials as outlined here..
    (shown on dashboard after update to 1.71)

    Waiting for next update to fix those problem.
    Thank you very much.

    Attachments:
    You must be logged in to view attached files.
    #209319
    Enrico
    Member
    Post count: 37

    Hi There, I get exactly the same problems on my end. Looking forward to solving the problem asap. Thank you.

    #209386
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    1) You’d need to change this to:

    @media only screen and (max-width: 479px) {
    .woocommerce ul.products li.product {
      width: 50%!important;
      float: left
    }
    }

    2/3) Can you please provide a link for us to check this – can’t replicate locally.

    4) Please make sure you have updated the Swift Framework plugin, and all other plugins that have a redux options panel.

    – Ed

    #209536
    innsi
    Member
    Post count: 40
    This reply has been marked as private.
    #209546
    Enrico
    Member
    Post count: 37
    This reply has been marked as private.
    #209581
    beritendershicks
    Member
    Post count: 34

    Hi there,

    I have the same problem with the dot before the product name but only in the products element of the swift page builder.

    Have you already found a solution?

    Thanks
    Berit

    #209740
    a040005
    Member
    Post count: 48
    .products li {
        list-style: none;}

    This css code worked for me.

    #209767
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks @a040005

    #209823
    Enrico
    Member
    Post count: 37
    This reply has been marked as private.
    #209826
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    @stefy we’ve got an update ready to go with this fixed, just checking a few more things before we send it out.

    – Ed

    #209969
    innsi
    Member
    Post count: 40
    This reply has been marked as private.
    #210205
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @innsi

    We are looking into this.

    – Ed

    #210575
    Klarity
    Member
    Post count: 183

    Hi Guys,

    I stil have this problem after update to 1.72. an ideas please?

    Cheers,
    Pete

    #210579
    mccaul
    Member
    Post count: 28

    Hi Ed,

    I have a feeling this is due the page structure changing (although it should like you might have worked that out already).

    Not sure if this is related to you recently fixing an issue with the masonry layout causing the page height to be miscalculated resulting in the footer being placed on top of the images…

    It seems like you’ve changed the page structure in a strange way.

    Where previously the products were a list… they now seem to simply be divs, but still inside a <ul>, which can’t make much sense?
    used to be
    <ul><li product><li product></ul>

    now it’s

    <ul><div product></div><div product></div></ul>

    which is’t semantically correct, and is likely to cause funny/unexpected interpretation in different browsers I’d have guessed…

    #210966
    David Martin – Support
    Moderator
    Post count: 20834

    Hi mccaul,

    Can you add your WP login and URL, this is not something I can replicate on the latest version initially. Are you building the page via the page builder or are using a stock WooCommerce shortcode?

    – David.

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register