- NewspaperHeader Builder
- NewsmagHeader styles
- NewsmagHeader ads
- NewspaperHeader ads
- NewspaperHeader styles
- Apitd_api_header_style::delete
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
- Apitd_api_header_style::add
- ApiAPI – Header style – Introduction
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
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?
Nevermind, found the solution. Height of logo image had to 100 px. Mine wasn’t.
The code is JavaScript and based on a affilate code linking there. Thanks
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
Radu, now I have changed my mind. I am using speedbooster again, with all the features it has.
please have a look at this
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?
Did you add custom code to the header? (I know that’s how double ads happened to me.)
Thanks a lot @radu 🙂
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
Hi @Marius I have removed the ad widget from sidebar in Newspaper Default widget area – the problem stil remains.
Thanks
Vince
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!
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.
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!
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.
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
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.
Hi Radu,
I have just resent the email and put the suggested FOR RADU in subject.
Thanks
Vince
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!
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!
@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.
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.
I’m having the same issue.
Screenshot: http://gyazo.com/1b8b61fe45c0cc8f0a5085b8aaba6965
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.
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?
-
This reply was modified 12 years by
murattopak01.
-
This reply was modified 12 years by
murattopak01.
-
This reply was modified 12 years by
murattopak01.
-
This reply was modified 12 years by
murattopak01.
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
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.