BuddyDev

Search

buddypress theme and woocommerce

  • Participant
    Level: Initiated
    Posts: 9
    Favier Patrick on #30076

    since update 2.0.8 of buddypress theme, when I am on a page of a product for sale (woocommerce) the selection of images in the gallery does not work, the selected image does not appear

    Thks for your help

    best regards
    patrick

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #30078

    Hi Patrick,
    I am sorry for the inconvenience.

    Which version of woocommerce are you using? Please let me know and I will assist.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 9
    Favier Patrick on #30080

    Hi Singh,

    No problem 😉
    I’m using version 4.1.1 of woocommerce

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #30081

    Hi Patrick,
    The problem is related to setting of max-width on figure.

    A temporary solution is to unset it.

    Please visit Dashboard->Appearance->Customize and Open Additional CSS panel

    Add the following css there and save

    
    .woocommerce figure {
    	
    	max-width: unset;
    }
    
    

    That will fix it.

    I will add it in our next release.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 9
    Favier Patrick on #30083

    perfect solves the problem, well done

    Many thks Again Brajesh

    Regards
    Patrick

  • Participant
    Level: Initiated
    Posts: 9
    Favier Patrick on #30084

    last problem, when I edit a buddypress comment, in response to a post, the “save” or “submit” button does not appear?

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #30087

    Hi Patrick,
    Thank you for confirming the resolution of Woocommerce related issue.

    For activity editing, are you using our BP Editable activity plugin?

    PS:- In future, Please open a new topic for different issues.

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved