Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1417529

    itsthehype
    Participant

    Hello!
    First thing , when I am looking at a product it Says Description: and then under it in smaller text it says Description: again .

    How can I remove this?

    Also , it allows me to add one image for a product, but if I try adding images for a product gallery nothing happens, If I try adding to the grid gallery on the product page , nothing happens.

    I also CANNOT change any advanced settings for a product like adding variations , etc. I have tried everything , like removing plugins and nothing works.

    Thank you for your help.

    Also , Please tell me what this is and how to get rid of it

    https://i.gyazo.com/c7ca0ab0c6b7af87f05fc0c1b4ac0722.png

    #1417531

    itsthehype
    Participant
    This reply has been marked as private.
    #1417590

    Jade
    Moderator

    Hi there,

    Please add this code in the customizer:

    .woocommerce div.product .woocommerce-tabs .description_pane h2 {
        display: none;
    }

    Then kindly provide us with the login details to your site so that we can check it.

    Hope this helps.

    #1417837

    itsthehype
    Participant
    This reply has been marked as private.
    #1418277

    Friech
    Moderator

    Hi There,

    Do you want to remove both description? Please clarify.

    That area seems to be coming from a plugin named (PhotoSwipe).

    Thanks.

    #1426147

    itsthehype
    Participant

    Im sorry but I do not have any plugin name photoswipe , any ideas how to fix?

    #1426583

    Friech
    Moderator

    Hi There,

    Maybe its a manual integration or an addons of another plugin, it says on its comment (Root element of PhotoSwipe).

    Anyways to resolve that, you can add this on the Customizer > Custom > Global CSS

    .pswp {display: none;}

    Cheers,

    #1428847

    itsthehype
    Participant
    This reply has been marked as private.
    #1428871

    Christopher
    Moderator

    Hi there,

    Please add this code :

    .woocommerce-account footer.x-colophon.bottom {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
    }

    Hope it helps.