Search Results for 'header'

Results from the Forum
schnapperin
Participant
#0

Hi,
I would like to add a tagline to the header, is there a way to do so?

And I’m using the big slider block and would like to remove the grey background on the featured images. All css codes I tried so far didn’t work. Any resolution to that?

runnershigh
tagDiv Member

Nevermind, found the solution. Height of logo image had to 100 px. Mine wasn’t.

VZ
tagDiv Member

The code is JavaScript and based on a affilate code linking there. Thanks

runnershigh
Participant
#0

Hi,

Added a 728 x 90 ad to the header, but it partially falls under the main navigation. A solution would be great.

Site: http://www.runners-high.nl

Thanks in advance,
Tim

murattopak01
tagDiv Member

Radu, now I have changed my mind. I am using speedbooster again, with all the features it has.

please have a look at this

http://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fkadininrehberi.net%2F&tab=mobile

Speedbooster plugin makes some of the fonts go down, it’s cool. However, there is still one google font link left at the header.

http://fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700%7COswald%3A400%2C700%7CJosefin+Sans%3A400%2C700&ver=3.9.1

Can you update the plugin to include these fonts?

Fudoki
tagDiv Member

Did you add custom code to the header? (I know that’s how double ads happened to me.)

uzairfreak
tagDiv Member
Atelier Helsinki
tagDiv Member

Hi,

That’s exactly what I tried first…I now have:

function header_image_switcher() {
 
switch(ICL_LANGUAGE_CODE){
 
	case 'en':
	$link_to_image = 'http://demo.demofinland.org/images/top-header-en.png';
	break;
	 
	case 'fi':
	$link_to_image = 'http://demo.demofinland.org/images/top-header-fi.png';
	break;
	 
	case 'sv':
	$link_to_image = 'http://demo.demofinland.org/images/top-header-sv.png';
	break;
	 
	return $link_to_image;
	}
}

The Header style 1 template has:

<div class="span8 td-header-style-1">
                <?php
                // show the header ad spot
                /* echo td_global_blocks::get_instance('td_ad_box')->render(array('spot_id' => 'header')); */
                echo "<img src=" . header_image_switcher() . " />";
                ?>
            </div>
        </div>

And all I get in the inspector is:

<div class="span8 td-header-style-1">

    <img src="/"></img>

</div>

I know the code is fine and the language plugin is working great…could it be something else?

Cheers

VZ
tagDiv Member

Hi @Marius I have removed the ad widget from sidebar in Newspaper Default widget area – the problem stil remains.

Thanks
Vince

Marius
tagDiv Staff

Hi,
You have the incorrect path files.

Use the full path like: http://demo.demofinland.org/images/top-header-en.png and the code will be $link_to_image = 'http://demo.demofinland.org/images/top-header-en.png'; and change for each language case.

Thanks!

Radu
tagDiv Staff

Hi,

please clear the background color from here: http://screencast.com/t/6kiOB0axY
also remove the background image if you have one from the background section of the theme.

Radu O.

Marius
tagDiv Staff

Hi,

@VZ
please remove the ad widget from sidebar that is with header ad selected.(the header ad don’t need to be in sidebar).

Emil will take a look.
Thanks!

uzairfreak
Participant
#0

here is the url of me site: http://www.thenerdmag.com

I want to make my top menu bar and footer just like in demo. Stretched according to screen size. currently it is in middle of screen.

Atelier Helsinki
tagDiv Member

Hi Marius,

Here’s a link to the demo version of the site: demo.demofinland.org

The Header file is working fine, just not loading the images.

Currently my images folder is in the same directory as my WP install… http://demo.demofinland.org/images/…still can’t get to it. Not sure what I’m doing wrong. Have tried absolute and relative paths.

Hope we can get a resolve soon…
Cheers

murattopak01
tagDiv Member

Didn’t work as it gave a blank page, when I opened the source codes of the page, I saw the google fonts still staying at header.

VZ
tagDiv Member

Hi Radu,

I have just resent the email and put the suggested FOR RADU in subject.

Thanks
Vince

Marius
tagDiv Staff

Hi, Is not possible easily, by the way if you want Google ads and you have infinite load, Google gave you only 3 ads, you can’t display unlimited ads, and 2 will be occupied by the header and sidebar.

Thanks for the message!

Marius
tagDiv Staff

Hi,
1. Do you mean about the widgets title line? Show us a link or a screenshot. If yes the color can be changed individual for each Block from Header color http://screencast.com/t/J5sAbhcEOqO and about the size can be done via CSS.

2. Use this CSS, add it in Theme panel -> Custom CSS

.wp-caption-text {
    font-size: 10px;
    font-style: normal;
}

Thanks!

Radu
tagDiv Staff

@vz I cannot find your email. Did you sent it to contact@tagdiv.com ? Please send it again and add FOR RADU in the subject.

Radu O.

Radu
tagDiv Staff

SheAttack can you give us wp-admin access please? contact@tagdiv.com please add a link to this post, a link to the page that doesn’t work ok with the ads and FOR RADU in the subject.

Radu O.

SheAttack
tagDiv Member

I’m having the same issue.

Screenshot: http://gyazo.com/1b8b61fe45c0cc8f0a5085b8aaba6965

Indeax
Participant
#0

Hi,

first of all, thanks for your great theme. It’s fast and good code.

I see you implement a breadcrumb functionality with different functions for differents templates (author, search, archive, category… etc) but for working with custom post types and taxonomies they aren’t good enought.

I would like to use breadcrumb from seo by yoast, it do a very good job but it’s no easy to implement in your theme. If I add the yoast_breadcrumb function in header.php it’s out your div structure and don’t seem ok. I would like it to appear on the same place your breadcrumbs. There is any easy way to do it without edit all your breadcrumbs function ?

I use a child theme.

Thanks.

murattopak01
tagDiv Member

Ok, now I got it. I dont know if I can tell the difference but I will try to.

open your demo page in two tabs
the first tab, make it default theme
the second tab, choose fashion style

scrool down the page in both tabs so that the menu can be sticky.

begin to scroll up slowly and pay attention how the two menu will behave.

When you are able to see headers, you can notice that the default menu does not go up(normal) whereas the fashion menu goes at the top of the browser until it reaches a spesific height.

So it’s not a matter of background as you said, but the menu is kind of broken in the fashion style.
I hope I was clear enough to express myself. Is there anything I can do to fix the menu?

DoOove
Participant
#0

Hello,

I’m using W3 Total Cache plugin as per your recommendations. I’m only using page cache, but i still have issues with cache on the site.

For example, when i do logout through login-form plugin (placed in top header), i still see my self logged in, and if i publish a new posts it won’t show on the BigSlide.

All problems disappear when i disable W3 Total CAche plugin.

There are many other parameters on the plugin, i’m not sure that everything is as it should be. I’m sending my W3 Total Cache configuration to you by mail.

Thanks for your help

murattopak01
tagDiv Member

Hi Marius,
kadininrehberi.net this is my website.

But today, I think I have found something. I guess my problem is about
the header style I am using.You know fashion style has the main menu right under the logo. After clicking on the menu icon, I could see that the sticky menu that appears when you scrool down goes back to its default place. I think that menu movement causes this problem. Please check it, thanks in advance.
I am using “xperia neo v” by the way, an old phone I know, but it has android 4 browser anyway. Also tested on it dolphin browser, the same problem for me.

Viewing 25 results - 29,101 through 29,125 (of 29,850 total)