Search Results for 'header'

Results from the Forum
zipzipzip
tagDiv Member

To avoid opening new thread, I am also wondering how to exclude some posts from home page(slider) – I tried WP hide post plugin and it works, but it messes images in menu(they don’t show up, makes sense since it’s also on homepage) – I only need to exclude some specific posts from the main slider.

Marius
tagDiv Staff

Hi,
Probability was a conflict in java-script with a plugin.

Also please use this CSS to fix the search button http://screencast.com/t/YOEEcnmm19tP
add it in Theme panel -> Custom CSS

.header-search-wrap .dropdown-menu #td-header-search {
    width: 202px;
}
Radu A
tagDiv Member

hi,
this is no easy trick

you need to register menu spots, then in the header file you need to find out out and assign each menu to each spot.

I did not test this, but this is what I’m thinking.

Thanks for you message.
Radu A.

zipzipzip
Participant
#0

I am using “background manager” addon and it works very well(I need to have different backgrounds for each post) but there is a problem – it doesn’t change background for header/footer, only the middle part.

I am using fahion style – is there some part of themes code that is blocking this addon ? Since it works for pretty much every other theme.

Thanks in advance.

simchris
tagDiv Member

Often the “flash of unstyled text” (FOUT), where you see one color, then the over-ride is due to a slight time delay between original style sheet loading, and then your over-ride being written in header (if using theme panel CSS over-rides, vs editing the actual theme stylesheet in core files).

Basically elements are loading in order by the browser for speed (‘enqueued’), but what happens is the
> base CSS loads
> theme files load
> theme panel over-rides in header for custom styles

if there is any latency in loading, you may see split second with stock CSS, before the custom over-rides happen.

Not sure that helps, just some info.

niou142
tagDiv Member

Hi Marius,

I have add the form on the top header (just to register).

I have the code to add a register form. But how could add a tab beside ‘Log In’ ?

Marius
tagDiv Staff

Hi,
The login/register modal have a register form. Do you need to add the form directly on the top header?

What you can do is to find a register plugin widget, and use it in that place. And of course you need to style it via CSS. But i;m not sure this would work, you need to think a little on security to.

Thanks for the message!

Marius
tagDiv Staff

Hi,
You have this option to enable/disable transparent header

And for a header color go here: http://screencast.com/t/eRjXcrpn

Thanks for the message!

Radu A
tagDiv Member

hi,
take a look in the header.php file : http://screencast.com/t/MJab3ucq

try to hardcode it there or in one of the inclusion files (the files are included with locate_template function) .

what I mean by ‘hardcode’ is to copy your code in the files and refresh the page.

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,
Add this CSS in Theme panel -> Custom CSS

.rev_slider_wrapper {
z-index: 0;
}
.header-search-wrap .dropdown-menu #td-header-search {
width: 202px;
}

Thanks for the meessage!

Radu A
tagDiv Member

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.

lui
Participant
#0

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

simchris
tagDiv Member

FYI:
it’s against Google policy to “reload” a banner on a page with resize, hence why you can’t do the “drag browser” in to see the ad change. You have to launch a new “visit” at the size you test with to launch a new session cookie and “ad serving” for that “instance.” This is particularly and specifically for image-based ads or fixed-layout text-ads.

The *NEW* text-ads being developed by Google with rolling-slide animations via CSS3/Ajax, etc. may be able to resize with the viewport, but the way Google provides the “responsive adsense code” is to serve different code block PER VIEWPORT or BREAKPOINT.

Anybody really curious about this topic should read Google’s complete AdSense webmaster guidelines/requirements (“LAWS”) since they are really specific about that stuff.

Upshot: things work correctly if you resize your screen from wide to narrow, and the ad stays wide — it’s still the same session/cookie/ad unit. You would have to refresh AFTER you resize to get a new session/cookies/ad unit at the NEW size.

Just my input on this since I had to suffer this last year when we built our own responsive wordpress theme and had to do custom javascript to swap out the 300×200 to 250×250 for vertical ipad so it wouldn’t break the page layout.

Google is working on this stuff … but it’s still a bit newish. They were a bit late to the party on “responsive” stuff.

Guideduchien
Participant
#0

Hi,

I have a strange problem. When i put the facebook code in the header.php (at the beginining) to make the facebook comment works, the favicon desapears on chrome and internent explorer, it only works on firefox.

The facebook code is :

<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/fr_FR/all.js#xfbml=1&appId=…………….”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>

Do you know what to do ?

Thanks for your great theme and very great support 🙂

prose976
Participant
#0

Hello. Newspaper is Amazing. The most complete theme I’ve ever encountered. A couple of questions:

1. I was wondering if you have any custom css that would allow me to put a gradient shadow around the main body of my pages.

2. Also, I would like to customize the fonts output by the widgets (body text). How can I do this?

3. Some widgets do not have an option to use Style 1 header. Do you have a solution for this?

Thanks in advance. Hope you respond soon.

Philip

creactivate
tagDiv Member

hmm…ok
Thanks.

mariosem
tagDiv Member

No, the banner involved is “Liquida Network”, the one above the header, not inside it. I could add a text widget with the banner code in the Top Right Widget, instead of the social networks icons, but it would be very small…

  • This reply was modified 12 years by mariosem.
Marius
tagDiv Staff

Hi,
The adsense ad is responsive only on refresh. Is not possible to change the ad while you resize the browser.

see here: http://screencast.com/t/5S7JT1Fz3ntg and here: http://screencast.com/t/r4pQ5jbJ69

Marius
tagDiv Staff

Hi,
You need to add the code like here for the header ad: http://screencast.com/t/xFyqF7MGDa

if (!get_field('hide_ad')) {
                        echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header'));
                    }

Thanks!

mariosem
tagDiv Member

I’ve figured it out. When I’m logged, I can access a single post via the WordPress admin bar, above the header. Thanks!

mariosem
Participant
#0

Hello,

is there a way to hack the code in order to put a banner above the header? Just like the example on my site, here.

Thanks,

Mario

creactivate
tagDiv Member

Hi,

I tried to disable all my plugins but no change. And yes, it’s google adsense.
My site: http://phunrise.com/

atflaten
tagDiv Member

Ok. The name of the menu I’m trying to move to the right: “Hoved (Header Menu (main))”

This CSS doesn’t move the menu (I’ve tried changing the px):

#menu-hoved{
padding-left: 1px;
}

r1kay
tagDiv Member

Hi Marius,

I seem to got the code working, but it only works when i edit the themes blog module. I have a child theme, but when i edit the child themes blog module it doesn’t work. I have copied the blog module file to Newspaper-Child/includes/modules/module_modifier/ but it only works when i edit the file in the normal theme. All other module files i edited in Newspaper-Child/includes/modules/ seem to work fine. How come this file doesn’t work? All other files in my child theme work, so i don’t know if i’m doing anything wrong?

Also, could you tell me where to paste this code to hide the header ad?

r1kay
tagDiv Member

Hi Marius,

You i figured out the last word “and” wasnt part of the screencast link so i added the code like you said. But i dont have inline ads, only top and bottom ads so i will test it with those two ads.

How do i use this function to also disable the header ad?

Viewing 25 results - 29,301 through 29,325 (of 29,850 total)