New Landing How can we help? Cart dissapeared

Viewing 15 posts - 16 through 30 (of 30 total)
  • Posted in: Atelier
  • #329129
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @FreekRaijmakers

    If this is something that occurs in the default WordPress theme, then unfortunately there is nothing we can do as it’s not our code. If you have a plugin that handles the VAT, maybe you can reach out to them?

    – Ed

    #329271
    FreekRaijmakers
    Member
    Post count: 27

    Hi there,

    I have added some code to Theme Options –> Custom CSS, but I am still seeing the post information. I don’t want dates or authorinformation to be shown.

    What I am doing wrong? Check the attached image on how I have added the code. Is that the right way? A warning sign is constantly saying ‘the use of !important’.

    Best,

    Freek

    #329285
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Not sure where you have asked support but here in this link https://wordpress.org/support/plugin/woocommerce the support is free. If the issue is in any Woocommerce extension then you need to contact that plugin author (it can be paid or not).

    -Rui

    #329286
    FreekRaijmakers
    Member
    Post count: 27

    Okay, I will try again. Have you seen my last question?

    #329287
    FreekRaijmakers
    Member
    Post count: 27

    Sorry, did not attach image.

    Attachments:
    You must be logged in to view attached files.
    #329566
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    that warning it’s normal, the !important should only be used when there is no alternative. But that isn’t an error, don’t worry.

    -Rui

    #329582
    FreekRaijmakers
    Member
    Post count: 27

    Okay, that’s nice. But why is the post info still showing up on my blog then? URL: http://heatsupply.nl/blog/

    I don’t want to see the date, amount of replies, category and author.

    #329593
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It doesn’t seem to be the correct one.
    Try this one instead.

    .blog-item .side-details, .narrow-date-block {
        opacity: 0!important;
    }

    -Rui

    #329595
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    wait, this one was for this part.

    Better to send me a screenshot of what you want to hide.
    https://cl.ly/2k0b273R0Q3Z/Image%202017-06-21%20at%2012.36.55%20PM.png

    -Rui

    #329607
    FreekRaijmakers
    Member
    Post count: 27

    The date has dissapeared already, attached you will find the other info I want to be removed.

    Attachments:
    You must be logged in to view attached files.
    #329628
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    try this code.

    .blog-item-details {
        display: none;
    }
    .top-author-info .post-details {
        opacity: 0;
        margin-top: -80px;
    }

    -Rui

    #331322
    FreekRaijmakers
    Member
    Post count: 27

    The info has indeed dissapeared, but the icon still shows on blogposts. See screenshot. Could that small image be removed too?

    Best,

    Freek

    Attachments:
    You must be logged in to view attached files.
    #331327
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this CSS also:

    .top-author-info {
        display: none;
    }
    #331328
    FreekRaijmakers
    Member
    Post count: 27

    That worked, thanks!

    #331329
    David Martin – Support
    Moderator
    Post count: 20834

    Fantastic, glad to help out!

Viewing 15 posts - 16 through 30 (of 30 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