Tagged: x
-
AuthorPosts
-
April 1, 2016 at 9:51 pm #863378
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! 🙂
April 1, 2016 at 9:52 pm #863379This reply has been marked as private.April 2, 2016 at 6:17 pm #864118Hi 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!
April 2, 2016 at 11:58 pm #864320Oh. 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.
April 3, 2016 at 7:16 am #864619Hi 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.
April 3, 2016 at 7:22 am #864621Hello, 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.
April 3, 2016 at 8:57 pm #865218Hi 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!
April 4, 2016 at 12:52 am #865433That got it! Thanks bunches.
April 4, 2016 at 4:29 am #865635You’re welcome! 🙂
-
AuthorPosts