Updated to 4.5 and custom fonts are missing

Posted in: Newspaper
Post count: 341

There’s no custom fonts css in the source of the page like it used to be in 4.4 and also custom typography doesn’t works. Don’t tell me that I did not update correctly, I do it every time as you guys have told. Please fix it asap.. http://www.styzic.com

Post count: 341

And also,

1. How to put ads below header in style 8?

2. Remove the transparent white space. See image here: http://www.imgur.com/o5GdoiY,tKP71q5#0 and http://www.imgur.com/o5GdoiY,tKP71q5#1

3. I repositioned the menus as you said here : https://forum.tagdiv.com/topic/a-problem-with-the-header-8/ , but now half of the mega menu does not appear. They are somewhere outside the screen. See image here: http://www.imgur.com/EtDVCQR

4. And the search icon appears slightly above the menu, how to make it parallel?

5. And also the custom fonts css is not appearing in source, although custom typography css is there.

I don’t have the previous backup, so Please help me ASAP 🙁
Thanks.

Post count: 341

It’s urgent! My site is like that from yesterday night. :/

Post count: 6600

Hi,

You should check the update log: http://screencast.com/t/PYCoqAilK Make sure you remove all cache and also purge files if you use CDN and check again.
You should also go trough this topic: https://forum.tagdiv.com/topic/bugs-in-4-5/

1. Like this: http://screencast.com/t/yosbiudqY
2. That is happening because of the “+” menu item which falls into another line in tablet portrait view screens. You need to adjust the menu items font size or this padding: http://screencast.com/t/o6F7Vo08UN

@media (max-width: 1018px) and (min-width: 768px) {
.sf-menu a.sf-with-ul {
padding-right: 26px !important;
}
}

You can also remove that shadow usign this css:

.td-header-style-8-wrapper.td-menu-placeholder .td-menu-background:after {
display: none;
}
..this will remove it site wide.

3. and 4. Use this to fix it: http://screencast.com/t/7UqccaxAcE0B

.td-li-wrapper-menu {
position:static !important;
}

.td-header-style-8 .td-style-8-menu-wrapper #td-top-search {
left: 0px!important;
top: 19px !important;
}

5. The css generated by theme is now saved in the database for a faster loading page from theme version 4.5

Thanks

Post count: 341

Hi, thanks 🙂 Solved everything but not the css issue of number 5.
The custom font thing isn’t working. In the source, earlier there used to be things like:

<style>@font-face { font-family: "RobotoSlab Custom"; src: local("RobotoSlab Custom"), url("http://gdgtarena.com/assets/fonts/roboto.woff") format("woff"); } @font-face { font-family: "Open Sans Custom"; src: local("Open Sans Custom"), url("http://gdgtarena.com/assets/fonts/open.woff") format("woff"); } @font-face { font-family: "RobotoSlab Custom"; src: local("RobotoSlab Custom"), url("http://gdgtarena.com/assets/fonts/roboto.woff") format("woff"); } @font-face { font-family: "RobotoSlab Custom"; src: local("RobotoSlab Custom"), url("http://gdgtarena.com/assets/fonts/roboto.woff") format("woff"); } @font-face { font-family: "RobotoSlab Custom"; src: local("RobotoSlab Custom"), url("http://gdgtarena.com/assets/fonts/roboto.woff") format("woff"); } @font-face { font-family: "RobotoSlab Custom"; src: local("RobotoSlab Custom"), url("http://gdgtarena.com/assets/fonts/roboto.woff") format("woff"); } @font-face { font-family: "RobotoSlab Custom"; src: local("RobotoSlab Custom"), url("http://gdgtarena.com/assets/fonts/roboto.woff") format("woff"); } @font-face { font-family: "RobotoSlab Custom"; src: local("RobotoSlab Custom"), url("http://gdgtarena.com/assets/fonts/roboto.woff") format("woff");</style>

but now that’s not there and therefore the fonts don’t work. If I see my site from google’s cache and add the earlier code in custom css, fonts start working. You can try it out, just add a custom font and try to use that…

and also for number 3 when I added your css it removed the menu items positioning as you told to do here: https://forum.tagdiv.com/topic/a-problem-with-the-header-8/

Post count: 341

And also using the header ad like this make the page weird. See here: http://www.styzic.com/microsoft-wearable-announced-band-launching-thursday-199/1146/
Is it possible for the ad to overlap on the image?

And here: http://www.styzic.com/rockstar-celebrate-san-andreas-10th-anniversary-gta-online/1105/
The ads have their bottom part cut (I think oerflow is hidden or something like that). I want to show full ad there too.

Thanks 🙂

Post count: 341

I think I have lot of problems with header style 8. SO I should switch to header 1.
SO everything is solved but not the number 5 issue. For it see this replies only: https://forum.tagdiv.com/topic/updated-to-4-5-and-custom-fonts-are-missing/#post-26118

Thanks a lot

Post count: 341

Hi the theme used to generate css but since it’s not, I used this in custom css and the issue was solved.
@font-face { font-family: "museo_sans300"; src: local("museo_sans300"), url("/uploads/museosans-300.woff") format("woff"); }
But why does the theme not generate css for custom font?

Post count: 341
Post count: 6600

Hi,

Make sure you empty cache as I said before the since version 4.5 the css generated by theme is saved in the database so it could be due to cache. Please make sure you also empty your browser cache use (ctrl+f5).
Also consider resaving your settings then check again.

Thanks

  • This reply was modified 11 years by Lucian.
  • This reply was modified 11 years by Lucian.
Viewing 10 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic.