Hey there,
I just updated the theme to last version but I’m having a lot of problems making it work properly:
– I made some CSS changes before so iframes have -5% less margin, but now YouTube’s video height are 62px: https://www.elquintobeatle.com/2017/12/09/julian-casablancas-anuncia-nuevo-album-the-voidz/
– Post loading is not working at all. Neither infinte load or “load more button”: https://www.elquintobeatle.com/actualidad/
I’m using Supercacher from Siteground hosting + Cloudflare Plus. Could you help me?
Thanks a lot
-
This topic was modified 8 years by
angelgallegos.
Hi,
The infinite loading on the page you mention seems to be working at the moment
– http://prntscr.com/hmd544
Also the video embeds seem to show properly
– http://prntscr.com/hmd5lk
The code you used should not cause the issue you are describing with the iframes. try clearing all caching installed and purge CDN files for other issues.
Thanks
I too just have a problem with the design on my blog: http://www.ianfernando.com/
There is a white blank space as if the image got cut… I just upgraded the theme as well and this is what I get. Is there a fix for this blank space? It also happens n my speaing page as it uses the same design. http://www.ianfernando.com/speaking/
Using Chrome//Mac OS
Hi,
@ianternet I believe you are referring to the margin after the header. It seems there is a header ad code entered in the theme panel, but the ad is not displaying. The theme detects it and ads a margin top, see header style 6 here
– https://forum.tagdiv.com/header-styles/
There is an approval period before Google ads are displayed on the website, it may take a while according to them
– https://support.google.com/adsense/answer/76228?hl=en
I could give you a code to remove that margin
– https://www.screencast.com/t/56I9eni8E
@media (min-width: 1019px) {
.td-header-style-6 .td-header-sp-recs {
margin-top: 0!important;
}}
Enter the code in Theme panel->Custom CSS section if you decide to use it.
Thanks