Thank you very much, Steven! It helped!
Maybe you know how to make the height the main page footer and other pages one equal? It would be great if footer on the main page was the same height as others, not more like now. I delete some space between header and content so i guess this caused the increasing height of main page footer
I’m interested in custom search too.
Btw, is there possibility to use search not only in sidebar or menu? I’d like to place the search form in header, but i don’t need a top-menu
Oh, very bad news, i’ve never thought it might be a problem…
Is there any chance it will be the opportunity to change sidebar and content width maybe next update? The content part way too narrow for me and i saw here one more question about how to narrow sidebar, this feature might be useful
Thank you! I’ve meant that the subcategories look like categories in sidebar if i don’t choose to show them hierarchy in category widget, but as Christopher wrote, this is WordPress thing, not the theme’s.
I’ve removed the subcategories from sidebar using this
.children{
display:none;
}
Can i use this code for it?
.row-fluid .span8 {
width: 71.1741%;
}
.row-fluid .span4 {
margin-left: 4.47761%;
width: 24.3483%;
}
Yeah, thanks, i know about this stuff. I need to make a unique text for every post instead of the word Continue. i don’t need just a button with one standart word there. It’s kind of tag More, i know, i can use this tag from post editor, but in this case i would need to point the exerpts manually and controll it’s leight every time. The theme already makes the exerpts with certain leight so i wonder if there is a feature just to add my own text for the continue button
Thank you, Christopher, i’ve just never used subcategories before. It seems a little weird for me, that in sidebar subcategories look like categories, but now i know it was made by WordPress that way. So i’ll be looking for how to customize it then..
It’s ok, you’re helping a lot!
Thank you, works great!!!
Sorry for disturbing, the problem’s solved
Unfortunately, doesn’t work too, looks the same like without code
It seems i found the solution for issue with header.
I added this code, is i tthe right way?
.header-logo-wrap {
margin-bottom: 90px;
margin-top: 10px;
}
And one more issue with header.
I added background image, the height 200px using this
.td-boxed-layout .td-logo-rec-wrap {
background-image: url(http://balkonsami.ru/wp-content/uploads/2014/09/dreamstime_37396329-2.jpg);
}
Then i’m trying to add a logo, but if my logo is 300x100px as you recomend, the big lower part of my background is invisible. When i increased the height of my logo till 165px the background started to look better. So are they related to each other? Or i do something wrong?
Oh, no, on the other page now it looks not good((
http://balkonsami.ru/karta-sayta
Great, thank you!
Sorry, not sure if i got it..
I’ve made a new page using admin panel (just added a new page from it). It’s not the main page, just one of some others, in particular it’s a sitemap page.
I don’t find there any class like for sidebar on post page
sidebar code here is
<div class=”span4 column_container” itemtype=”http://schema.org/WPSideBar” itemscope=”itemscope” role=”complementary”>
<aside class=”widget widget_categories”>
<div class=”block-title”>
<span>Рубрики</span>
</div>
-
</aside>
Btw, what is about sidebar on the pages? Does it need a special class too? And in which file should i add it?
Ok, got it, thank you, Lucian!
Hi Christopher!
Thank you for your answer. Before to ask i tryed a several plugins, but none of them worked. I found how to do the icons manually, but i didn’t know where i should place additional code for theme. I need the icons in my sidebar which is on every post and categories, but not page. So if i got it right to do any changes in sidebar which is on category page in need to change category.php. But what is about post pages? Do i need loop-single file or something else?
Eventually i could add the icons using one more plugin, but i still wonder how i can change, for instance, background images of sidebars, headers, menus and stuff like this.
Lucian wrote here https://forum.tagdiv.com/topic/control-of-widget-headerslines-on-sidebar/#post-19605 that in order to customize sidebar in categories i need to add a special class to category.php and then customize this class. But i still wait for his answer about customizing other things, coz it’s not easy on my own to understand which file is responsible for what, it’s not the only one css file here…
I need not just to change the colors of menu and header, i’ve got some templetes which i’d like to use as a background.
Did i get you right that i need to add a specil class here?
<div class=”span4 column_container”>
<?php get_sidebar(); ?>
</div>
And then i can use custom css for this class? Can i add a backgrond image for it, not just to change the colors?
And your example was for category page template, i want to change sidebar on post templete too, i looked at loop-single file, but didn’t find there anything about sidebar..
Yeah, it works, but navigation is on the picture on the right now…
Hi!
Thank you, partly it helped. I managed to get rid of the title using the code you gave me, but it’s still a little blue area and this link in it .
http://webfile.ru/24ec60e99d83ed7224cf86ad32140b60
Thank you, it works, but pagination on my block disappeared with the name. Is there any options how to get it back without title?
Ok, i’ll try to do that, thank you for your help)
Hi!
Great news, thank you very much, it works! You’re doing a good job!
Hi guys! Are there any news? Can’t fill my site and open it for indexation because of this thing..