Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #863378

    CrikeyMate
    Participant

    Hello,

    Is this possible?

    I found some code on these forums, and tried it – no difference in https://developers.google.com/structured-data/testing-tool/

    Thanks! 🙂

    #863379

    CrikeyMate
    Participant
    This reply has been marked as private.
    #864118

    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    I checked, and I don’t see any date meta data. I even use the snippet tools that you provided and I don’t see any notice or message about date meta data.

    Please provide a screenshot of what you’re currently getting.

    Thanks!

    #864320

    CrikeyMate
    Participant

    Oh. Okay. I’ll check again!

    One other thing;

    When I load the page (mostly noticeable on a Ctrl-F5), I can see a strip of “white” on the Slider (Carousel) at the top, before the background .site color kicks in.

    I tried to track it down and change the background color/color, to no avail.

    The best I can see is it’s .entry.cover

    Can you duplicate this for me, and let me know the code I need to change. It’s simply annoying me 🙂

    Thanks.

    #864619

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    
    .x-post-slider-entry>a,.x-post-carousel.unstyled {
        background-color: #000000;
    }

    Hope it helps.

    #864621

    CrikeyMate
    Participant

    Hello, and thanks for replying.

    It’s still flashing white, sadly.

    Try again? 🙂

    ETA: I also tried adding !important to your code, for good measure. Still didn’t work.

    #865218

    Rad
    Moderator

    Hi there,

    I don’t see that change, all I could see are styling pulled from minified files and caches. Please clear your plugin’s cache, and disable it temporarily.

    Then please add this as well,

    .x-post-carousel.unstyled .entry-cover {
        border-left: 2px solid transparent !important;
    }
    

    Thanks!

    #865433

    CrikeyMate
    Participant

    That got it! Thanks bunches.

    #865635

    Paul R
    Moderator

    You’re welcome! 🙂