No search results were found in Documentation!
HI, custom CSS is working in 3.6, so I recommend upgrading to that. Fixed a lot of oddities from v3x. However, in some cases figuring out what class to edit is the tricky bit. I added CSS to change the date top left of pages/posts, and also add more space above below the post title, as well as more spacing below logo.
Hello
was just exporting settings from one of my two sites to the other; noticed that it exports the LOGO settings, which installs logo from one pub to another.
Request: add filter option on Export
[ ] do not include logo data
Thanks folks! 🙂
Hi,
What problem? The favicon works, I’ve tested on Chrome, Firefox
thanks Radu – that has brought it up, but it has also moved it to the left so its too close to the logo
how do I move it back to the right?
thanks
Andrew
I run into this sometimes where stupid Facebook will grab the LOGO from the page, or the last image related to a post somebody else has already shared, even with the featured image explicitly specified. Similarly, with Google News they will grab a random image when there are more than one, even if the OG tags and an image tag are in the head area. Very very annoying. Not theme specific, more the robot grabbing an image “from the page scrape” and to a certain extent nothing you can do about it.
One trick, try saving the page to Facebook by hand in a status update and try to “choose” a better photo from the choices if an < > appears over thumbnail, and then they will tend to use THAT image for awhile as the one related when anybody shares the home page.
But YES, having link to image on home page should work, as I do here:
<meta property="og:image" content="http://ga-ga.com/images/Ga-Ga_TM.png" />
How did you fix the favicon problem?
hi,
retina logo is for Apple iPad and iPhones, but you can use the same image for both of them.
the best place to put your custom css is where is get outputted in the source of the page (like: http://screencast.com/t/0ShwzaJZ) and not in an external css file.
Thanks for you message.
Radu A.
Also, where is the optimal place to put the edited .CSS ?
Right now i have added some custom css in the “theme panel” but also in “apperance -> Edit css” could this be slowing my site down ?
Hey.
Is the retina logo necessary ? or will everything work just fine if i just add a normal logo.
I’ve found out that if i disable that, the pagespeed is 10 point better in google pagespeed.
Hi guys
I have a slight problem with the ad in the header on my site:
http://connecteddigitalworld.com
the ad needs to be slightly higher, but if I manage to move it up, the logo on the left isn’t centered anymore.
any ideas?
thanks
Andrew
hi,
we support 6 style of headers : http://screencast.com/t/15ReSchzJq0
1. use this css to position the logo in the left top corner:
.header-logo-wrap a img {
position:absolute ;
left:0 ;
top:0 ;
margin: 0;
width: 200px;
}
2. use this css to reduce the size of the item in the menu and move it to the right:
#menu-td-header-1{
padding-left: 15px;
}
#menu-td-header-1 li a {
font-size: 11px !important;
}
in version 3.6 that we are releasing soon the theme has the ability to use custom fonts. Also in version 3.6 from the Theme panel -> Custom Typography you will have the ability to change the fonts, size , color of the items in the menu. you should check it out. Be sure to update your site before you update.
3. use this css for top social :
.topsl .td_block_wrap.td-social-wrap.td-social-wrap-32 {
position:absolute !important;
right:-35px !important;
top:0 ;
margin: 0 !important;
}
you can add all the css here: http://screencast.com/t/BdpSQk3kx
Thanks for you message.
Radu A.
Can someone help me fix the header?
1. I want the logo smaller in the left corner
2. The menu seems to spread out far to the right. I want it smaller and be able to change the font too.
3. I want the social icons in the far right corner.
Please help. I do not have CSS or any code editing experience, so any in depth help is appreciated.
Thanx Marius, worked fine for me as well!
Like here: theguardian.com
At the moment we can have a 728×90 banner next to our logo but not above it (unless I got this wrong).
Can we have the option of a banner above the logo (even if it leaves loads of space to the right of the logo) ?
thanks
Hi,
You link not work. Please reply when is working.
Thanks for the message!
I tried to upload a new logo to my test site, and it shows a blank space. I tried to revert back to the original logo, and the same blank space is still there. Could you help?
😐
I see that you have the favicon and logo to. You have solved the issue?
hi,
1) this is a little difficult, as the page is made from 3 components.
the first component is the header where the logo is, the second is the menu part
and the 3 is the rest of the page. so you need to apli shadow to all of this elemets.
2) soon we will relese a new version of the theme with a new fonts solution.
right now you need to do this from css. in the theme panel we have a panel for custom css : http://screencast.com/t/stb3BvsajWwc .then in the same panel add your custom css for fonts and the css to target what element you what to apply the font too.
3) only the log In and Socials have Style 1. this is how the disign was made. no solution for this.
sorry I could not help you more.
Thanks for you message.
Radu A.
Hi
When I give the site a background-color – it also gives my header (where the logo is) the same background-color? Even though I want my header to have a different background-color.
I have updated the header bg in the theme panel but it will still show the site background-color.
Is there away around this? I tried using css to do this but it gave the full width a background-color.
Thanks in advance
Some pictures show but all thumbnails is gone :((((
Not laughing anymore.. NO pictures at all is showing up from the media Library.
I have deactivated all plugins and there is still no images :(((((
It almost got me laughing. Never seen that before 🙂
Anyone who has had this problem? Just out of the blue they disappeared. My site logos and the favicon
They still are in the media library and have the correct link but they don’t show up.
Struggling with this for an hour now 🙂 HELP
Hi,
In theme panel -> Header use Style 2, then edit this file like here: http://screencast.com/t/p9YFwjFuIu
and add this CSS in Custom CSS section:
.header-logo-wrap a.td-logo-wrap {
left: 0px;
}
.header-logo-wrap {
text-align: center;
}
Thanks!
Hi,
my header ad is not responsive on desktop. It will cover my logo if I make my browser window smaller. Is there something I’m missing in the settings?
I have add this code in functions.php
register_sidebar(array(
'name'=>'Header Widget',
'id' => 'td-header-widget',
'before_widget' => '<div id="td-header-widget">',
'after_widget' => '</div>',
'before_title' => '<div class="block-title"><span>',
'after_title' => '</span></div>'
));
And I add thic code in header.php
default:
// this is the default header configuration
// (logo + ad) + menu
locate_template('parts/header-style-1.php', true);
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("td-header-widget") ) :
endif;
locate_template('parts/menu-header.php', true);
break;
it works, but is it like that I should do?