Salutare din nou!
I have three small issues, you can see the website live here… https://horoscopia.ro/
1. I decided to hide the date of the posts, however in the slider on the frontpage, a shadow for the date still appears. Can you give me a .css solution to hide that extra shadow?
2. There’s a white bar below the footer, that is obvious / still visible because of my background, that although is streched, is almost black. Do you have a solution to hide it / change its colour?
3. Can you give me a solution to change / translate the name of the ”Featured” catgory, while still keeping its functionality?
Multumesc frumos ๐
Hi,
1. Use this: http://screencast.com/t/ySKgU85Tl
.td_normal_slide .slide-meta-author {
background: none;
}
2. Please provide more details about this as I’m not sure what white bar you refer to.
3. You could try to change it from here: http://screencast.com/t/0iR7OiaGH5 and also edit all files that I have highlighted below and remove the usage of featured category name and instead of it use the feature category slug so that when you change the name it’s functionality doesn’t gets affected.
Thanks
Thank you. The solutions you provided work great. Two small problems remaining (one of which I haven’t described in full detail):
1. You can see that white bar here, it’s always at the bottom, and when the website it’s fully scrolled, as in the screenshot, it’s visible on the left and on the right of the footer (with the copyright).
2. How to enable the links behind the slider on the frontpage? https://horoscopia.ro/
It’s based on the featured articles, however there isn’t any setting for this in the custom builder. I just want that when someone clicks on a featured article from that slider, the visitor to be sent to the article in question / clicked.
Thanks again ๐
Hi,
1. I have checked your site and haven’t found this bar: http://s24.postimg.org/og4154rf7/horoscopia.png
Do you still have issues with this or have you managed to fix it?
Please let me know!
2. This issue with the slider occurs because of Yoast Google Analytics plugin. We know about this and we are trying to fix this but unfortunately is more difficult than we initially tooth. You can disable this option from Yoast Google Analytics general settings, will fix the issue with the links: http://screencast.com/t/LRV9LlBn3 or you can also use our own Google analytics support (just paste the code in our admin): http://screencast.com/t/EtxOCuXlspj
Thanks
Hello!
1. Nope, it’s still an issue, it’s most visible in Internet Explorer (11 under windows 7), half size in Firefox, and almost gone in Google Chrome.
That screenshot I’ve made is from IE11.
2. Then I’ll wait for you to fix this in an update of the theme. I cannot give up using Google Analytics by Yoast.
Thanks ๐
Hi,
Also tested in IE11: http://screencast.com/t/RX4I3FBp6uX Firefox: http://screencast.com/t/HfkPaEgn3JjF
Please make sure you check this and empty your cache before checking it.
We will continue to investigate the Analytics by Yoast issue and fix it when we have a solution for it.
Thanks
What resolution does your device have?
From home I have a not-so-popular 1980×1200 display, and from work 1280×900 (I think, it’s a laptop, I’ll revise it if necessary on Monday).
So the resolution / ratio is a little different from the resolution of the wallpaper (1980*1080 / 16:9)… so maybe that’s to blame?
Cache cannot be the issue here, I use Ccleaner more often than some people refresh their desktop screen ๐
Thanks again ๐
LE: Yep, from home the problem is also visible in Google Chrome. I’ll be back on monday with a resolution of the device from work. ๐
Hi,
I have noticed now. Thanks for reporting it!
It seems to be a bug as the background img has set an negative position from the top and this cause the white bar.
I will add this on our issue tracker list and we will fix this as soon as possible, until then please try to use this css to fix it. I gave tested this live on your site and seems that this fixes it: http://screencast.com/t/tPQmzWxbS
.backstretch .td-backstretch {
top: 0px !important;
}
Hope this helps! Please let me know!
Thanks