Hello,
1- There is a weird separator character in my main forum page http://www.outdoorhaber.com/forum I also noticed that this forum have it too! Look at the title https://forum.tagdiv.com/forum/newsmag/ you will see Forum:Newsmag | In my case it is “Forumlar |”
I talked with BBpress support and they advised me to talk with you. I consider myself an above average WordPress user, but I couldn’t find a way to get rid of “|”.
2- I want to publish all my content in Open Sans Latin-extended (best for Turkish language) How do I do that? Can you please simply add “Open Sans Latin-extended” in the drop-down menu? I don’t want to deal with codes, tricks.. (pls do it in your next update, but until then please post a temporary solution here)
3- I was using a background picture, because this theme is all white and it makes my and visitors eyes aching. Because of that, I was using a background picture. From theme panel, I was simply selecting http://www.outdoorhaber.com/wp-content/uploads/2014/12/outdoor-haber-arkaplan-toprak-fotografi.jpg this as a background and using it in peace lol.
All of a sudden it disappeared in the frontend. I can see it in theme panel, I am uploading a new file, but there’s no way I can display a background picture for a week. What is the solution? (I am not using a cache plugin) here’s a screenshot of theme panel http://i.imgur.com/at23ydC.jpg
Thanks in advance
Replied here: https://forum.tagdiv.com/topic/couple-questions-bbpresslatin-extended-fontbackground-picture/?view=all#post-30496
Please continue your posting here!
Thanks
Hi Lucian, thanks a lot.
I am having issues with the 3rd problem.
When I uncheck “strech background” the background image comes back, but kind of “enlarged”
What I don’t understand is; I didn’t load any plugins, didn’t edit css.. nothing…
I can give you my login details in case you want to take a look.
pls show me how I can mail you.
Thanks
ok I uploaded a bigger photo and the problem is solved now. thank you.
I don’t want to create a new topic, I have an old problem (since the day I use newspaper)
at this post (and others) http://www.outdoorhaber.com/deuter-astro-expd-kaz-tuyu-uyku-tulumu-incelemesi/ you will notice that the first image is aligned center.
but the second, third, fourth and so on.. images are aligned left, even I tell them to get center aligned.
The only way I managed to get them align center is to write an explanation under the image (I dont remember what it is called in English)
How do I make every image to get aligned in the center? (I am not asking a wordpress question, in other themes they get aligned how I want)
Thanks in advance.
Hi,
First image is block display, second display:inline-block.
Please try the following css:
a.zoomLink{
display:block!important;
}
Thanks!
I’m sorry for incomplete css:
a.zoomLink{
display:block;
}
.zoomHover{
margin:auto!important;
Result: http://screencast.com/t/ZUeaEvhRO
Hope this helps!
