- TutorialsDefault Block Settings Guide
Hi,
My client is asking whether it is possible to make a rotating banner for the header that has two different frames with their own url..
I believe this is only possible to create in Flash, can you tell me wether I can insert a Flash banner there?
Thanks!
Vince
sorry for the delayed response. Yes, mofiki’s info above worked. Thanks!
I am writing here about another problem with the ad.
On our website http://www.finansosfera.pl/poradnik-finansowy/inwestycje-alternatywne/
In the header of the ad is not responsiv- is always small.
The text should be after 3 paragraph, but it is not.
Only jedenj category appears eg http://www.finansosfera.pl/wiadomosci/rewitalizacja-dworca-w-pocku-w-ramach-inicjatywy-jessica-6548560/
But also as small.
Can you help us? in version 2 worked.
http://browsershots.org/http://www.finansosfera.pl/poradnik-finansowy/jak-pozbyc-sie-dlugow/
-
This reply was modified 12 years by
AQQry.
Hi,
Not working on that style because that header is brake in 2: top logo + ad after the menu.
You can easy move it down with a CSS like:
.header-style-3 .td-grid-wrap {
position: relative;
top: 20px;
}
Thanks!
Hi,
We have changed the sprite file, please try in icognito, or clear the cache to take the new sprite file.
Thanks!
Hi,
@jambr please try v 3.1 released yesterday, should work with Speed booster plugin.
Thanks!
Hi,
The update is live 3.1, for header please use Style 3.
Hi guys,
I was using the following sequence in the Customize –> Top Header (black one) date format field in V2.X for a site in Spanish:
l j \\d\\e F \\d\\e Y
Which would read:
lunes 10 de febrero de 2014
I just upgraded to V3.1 and the escape characters would not work. I get:
lunes 10 \\10\\UTC febrero \\10\\UTC 2014
Which basically means that the escape characters are not doing their magic and ‘d’ and ‘e’ take their corresponding value. I tried with single backslashes and did not work either.
Can you please advise?
Regards,
Luis.
hi,
wonder if its possible to show a search box in header instead of the icon only …
just like

Hi
Currently, the top of my site looks like this: http://www.screencast.com/t/ylePs8eniuyM
I would like to move the logo further down. I’ve tried to use the “Header alignment up/down” (http://www.screencast.com/t/jlBHzbkqRd) but nothing happens.
I have the same issue, the header menu appears to be broken together with the “up arrow”. site: http://www.lsport.nl/
My header menu button broke after updating from 3.0.1 to 3.1. Any thoughts on the issue and or fix coming? (androidadvice(dot)com)
Hi – just wanted to let you know that disabling the speed booster plugin did solve my issue with the top banner.
nice, super
Hi,
We working on a new menu, Megamenu style, will be available in the following updates.
Thanks!
Hi Guys,
Since the update of V3 the custom ad is not working anymore as far as i got now.
I want to add a single image banner which is not linked to google adsense to the header etc.
How can I do this?
Looking forward hearing from you ,
Best Regards,
Michiel
Hello!
Does anybody know if there exists any plugin which would make my header like nfl.com. I want to threw some linked time icons in the header.
Thanks in advance
1-) these posts difference is just in different categories but when i do pagespeed test to these their points are different. why is that?
http://silahgalerisi.com/avlanma-ve-avcilik/avcilik-hakkinda-ansiklopedik-bilgiler/ –> (in this some CSS files are on head MOBILE & DESKTOP)
http://silahgalerisi.com/tabancalar/fn-five-seven-tabanca/ –> (in this some CSS files are on head MOBILE)
i deactivated the cdn it’s not about it.
2-) http://silahgalerisi.com/silah-resimleri in that page i’m using lazyest-gallery but when i add the css ids to speedbooster, they are still on header. so i changed the gallery plugin’s functions.php for use these just on /silah-resimleri page but i want to send css files to footer like other plugins which i done with speedbooster 🙂
Best Regards
@radu
Hi,
Thank you Marius, i wait next update.
Thanks
You need to add the following line within the header file for the style you are using (i.e. header-style-1.php):
<?php bloginfo(‘description’); ?>
Example:
<a itemprop="url" href="<?php echo home_url(); ?>"><img width="300" src="<?php echo $td_customLogo?>" alt="<?php echo $td_logo_alt ?>"<?php echo $td_logo_title ?>/></a>
<meta itemprop="name" content="<?php bloginfo('name')?>">
<?php
}
}
?>
<br /><?php bloginfo('description'); ?>
</div>
<div class="span8">
Not tested but you get the idea
EDIT: This is to manually add it, I’m not sure if there is a way to do it already baked into the theme.
-
This reply was modified 12 years by
mofiki.
Hi. Couldn’t find an answer to this on here. How can I set my site tag-line to display below my logo in the header?
Thanks.
Thats what i’m saying, I updated the theme to version 3.0.1 and then used the plugin from the update as well. My theme version is 3.0.1 running SpeedBooster 2.0 and I am still having the following issues:
1. Header and in article ads aren’t working with Speed Booster
2. Full Background image not working with Speed Booster
Hi,
You can make it small with no problem, now i see is at 300x100px. But don’t forget to remove that width: 200px from code.
Hi,
To remove the white space add this in CSS
.td_review_with_bars {
display: none;
}
To move the review box at the end of the post is quite impossible as the social box is rendered directly at the end of the post(in content). I tried from CSS but is not a clean solution, is without space and I’m not sure it works in IE7,8.
http://screencast.com/t/OKsJB6lyKxD
Use this CSS:
.td-review {
display: table-header-group;
}
.socialize-containter {
display: table-cell;
}
Thanks!