Adsense issue and latin extended font support

Posted in: Newspaper
Post count: 31

Hello,

my web site is http://www.outdoorhaber.com

First issue:
As you will notice the 728px adsense ad at the top doesn’t fit in header. Header alignment doesn’t work, because it also takes the logo up or down when I give -/+ pixels.

Second issue:
I didn’t find open sans latin extended in custom topography section. I noticed this post https://forum.tagdiv.com/topic/problem-with-the-font-on-big-slide/ but I don’t get it, why don’t you simply add native latix-extended support to the theme? latin-extended languages are widely used. I don’t want to update functions.php everytime I update the theme. I simply want to select it from a list.
Can you please add open sans latin-extended support from theme interface in the next version.
Until then, can you please tell me which code to add to functions.php in “child theme”

Third issue:
http://www.outdoorhaber.com/north-face-mens-evolution-triclimate-ceket-inceleme/ As you can see here, comments are at the very bottom of the page. How can I take them above “related articles” section ?

Fourth issue:
http://www.outdoorhaber.com/forum/ I want to put different widgets only to bbpress pages. (login widget, etc) how do I do that?

Fifth issue:
http://www.outdoorhaber.com/forum/ Bbpress was Turkish before I switched to newspaper theme, now it is English. What do you think has happened? Can it be something with Newspaper theme? (if not please ignore this issue)

I have other, speed optimization related questions, but let’s leave them for another day. Congratulations for creating such a great, clean theme.

Thanks in advance.

Post count: 31

Please ignore fourth and fifth issues. I managed to correct them.

Post count: 6600

Hi,

1. That is because you logo it’s at 65px height, you can fix this using this custom css in theme panel > custom css field: http://screencast.com/t/6SpPjfGIz7F

.header-logo-wrap {
margin-top: 25px;
margin-bottom: 27px;
}

.header-logo-wrap img {
padding-top: 20px
}

2. You need to add &subset=latin,latin-ext in case you use the speed booster plugin which uses those fonts, we will consider this, until then you can copy the functions.php file inside you child theme and add the latin extended support there. You can read how to do this following this guide: https://forum.tagdiv.com/child-theme-documentation/

3. You can do it like this: https://forum.tagdiv.com/topic/move-comments-above-similar-articles/#post-24724
4. You can a new sidebar and set it only for bbpress forum template like this: http://screencast.com/t/6Vc9ISLruES
Then you can add your widgets there: http://screencast.com/t/ECEMy9Licix
5. It can be due to the theme as the theme overwrites the bbpress templates and restyles them, you could try to translate it from theme panel > translation and the ones you can edit and find the missing words here: http://screencast.com/t/XgcJXFfTKe and replace them from there.

Regarding page speed you can follow this forum topic as there have been many issue debated here and you can find solution for your issue there: https://forum.tagdiv.com/topic/pagespeed/
You can also follow this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.