New Landing How can we help? Atelier Questions about a featured blog and banner images

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #311746
    tpgp
    Member
    Post count: 2

    Hi guys

    1. Please can yo give me the CSS to hide the Author name and number of comments when pulling through a featured blog post to the homepage. I still want them to appear on the actual blog page so don’t want to just turn the display author off.

    2. Please can you tell me how to add an overlay to a simple image banner (non-mouse over). Also how do I add and configure the mouser overlay ?

    #311994
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1)

    .home .recent-post .blog-item-details {
        display: none;
    }

    2) You can use an Image Banner or a Gallery item from the page builder:

    Image Banner: http://swiftideas.com/elements/image-banners/

    Galleries: http://swiftideas.com/elements/galleries/

    #313948
    markmuz
    Member
    Post count: 94
    This reply has been marked as private.
    #313949
    markmuz
    Member
    Post count: 94

    …just to settle any confusion. I’m developing 2 websites, both using this wonderful template one is for my client TPGP 😉

    #314180
    David Martin – Support
    Moderator
    Post count: 20834

    1) You can set the overlay color here. Theme Options => General Options => Thumbnail Options

    2) The color opacity is also set here: Theme Options => General Options => Thumbnail Options

    The animation you refer to, you mean the fade in out speed of the color? That is CSS3. What are you wanting to do?

    #314380
    markmuz
    Member
    Post count: 94

    Hi David,

    thanks for getting back to me. But I’m not sure they answer my questions.

    1. My question was about a static overlay, ie before you hover, but the thumbnails options only give options for adjusting the hover overlay opacity (see screenshot attached)

    2. I cannot see the options to change the overlay colour in the thumbnail options, again referring to the same attached screenshot

    Attachments:
    You must be logged in to view attached files.
    #314382
    markmuz
    Member
    Post count: 94

    …to view the website please enter password: L4ur4Wigz3ll

    also, I’ve just turned on the side bar on my shop page and when I load the page it now flashes up my 1 product, they seems to cover it with the side bar 🙁 http://www.prettygoodproject.org/shop/

    not sure if I have some conflicting custom css…

    #314391
    David Martin – Support
    Moderator
    Post count: 20834

    1&2) Only a hover option exists currently.

    3) This is fixed in a pending update.

    Thanks.

    #314393
    markmuz
    Member
    Post count: 94

    Right ok thanks

    #314396
    markmuz
    Member
    Post count: 94

    Oh David, one more quick question.

    Can I have the custom CSS to hide the number of items in each category on the Woocommerce Side panel please?

    http://www.prettygoodproject.org/shop/

    #314404
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .woocommerce .widget_product_categories ul li span.count, .woocommerce .widget_layered_nav ul li span.count {
        display: none;
    }

    Hope it helps.

    -Rui

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

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

License required for one of the following items
Login and Registration Log in · Register