- TutorialsDefault Block Settings Guide
Hi
I’ve checked your site and the header ad it’s displayed now: http://screencast.com/t/saNjNhMqj However header’s layout it’s changed a bit but it can be corrected by adjusting this css that you added in child theme: http://screencast.com/t/kDS00CVR
Thanks!
Hello thomash,
I have tested on my side with your header ad and the results it is the same. Please notice that this is the default theme behaviour for ads, as you can see here -> http://screencast.com/t/ggK52Bb4di
If is not what you mean and if you refer to something else, please provide more details so I will be able to provide a more accurate response.
For more information about ads, please check our documentation here -> https://forum.tagdiv.com/header-ads-adsense/
Thanks for your understanding!
Never mind all these questions, I will summarize my questions in to one.
my website is welovescience.co.kr
How do i make the header space very tight so that the main menu and front posts go up like in “digg.com” ?
I searched the whole forum regarding changing the header size, but it does not work.
Simply putting in the css code in the custum css box does not have an effect whatsoever.
Thank you for your kind support.
-
This reply was modified 10 years by
icsiaid.
Sorry the text fonts actually changed. But the change applied very slow.
I tried to change ‘header style’, but it also applies very slow.
did i download the theme incorrectly?
post link: https://forum.tagdiv.com/topic/how-to-reduce-font-size-of-the-text-logo/#post-116077
I previously asked how I can reduce text logo size.
I’m a newbie to wordpress, but putting in the codes inside the custom css box does not change anything, even though when i simulated it in LiveCssEditor it does change.
What I want to do is to make my website as simple as possible BY making my header very small as well as all the texts inside of it. like digg.com
What am I doing wrong?
and please give me a recommendation of a theme that can resemble digg.com?
is there any possibility you copy the custom html structure of your own site and paste it here?
If not, as a suggestion for the next theme update, add a header layout like the one you use…
Sorry but do not works again. 🙁
Someone on previous ticket to reach the result to get to ads (left & right) to the logo make me modify the header-style-7.php file in child theme like this.
<!--
Header style 7
-->
<div class="td-header-wrap td-header-container td-header-style-7">
<div class="td-header-row td-header-top-menu">
<?php locate_template('parts/header/top-menu.php', true); ?>
<?php locate_template('parts/header/top-widget.php', true); ?>
</div>
<div class="td-header-row td-header-header">
<div class="td-header-sp-ads-left">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
</div>
<div class="td-header-sp-logo">
<?php locate_template('parts/header/logo.php', true);?>
</div>
<div class="td-header-sp-ads-right">
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_2"]'); ?>
</div>
</div>
<div class="td-header-menu-wrap">
<div class="td-header-row td-header-border td-header-main-menu">
<?php locate_template('parts/header/header-menu.php', true);?>
</div>
</div>
</div>
Tryng to put your code
<?php
if (!is_front_page()){
echo do_shortcode('[vc_row][vc_column][td_block_trending_now][/vc_column][/vc_row]');
}
?>
before or after some last tags do not works.
Thanks
Hello,
I cannot get my header ad to display.
<div class="td-visible-desktop">
<a href="#"><img src="http://www.weekendworldnews.com/wp-content/uploads/2016/06/header-oulines.png" alt="" /></a>
</div>
<div class="td-visible-tablet-portrait">
<a href="#"><img src="http://www.weekendworldnews.com/wp-content/uploads/2016/06/header-oulines.png" alt="" /></a>
</div>
<div class="td-visible-phone">
<a href="#"><img src="http://www.weekendworldnews.com/wp-content/uploads/2016/06/header-oulines.png" alt="" /></a>
</div>
What am I doing wrong?
My site is:
http://www.weekendworldnews.com
Hi
You have to insert the shortcode inside one the main header container. Replace the above code with this one, it should work fine: http://pastebin.com/h6uPtf3G
Thanks!
Hello thies,
If you want to increase your travel header, you will have to use a bit of CSS code to do it. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-travel .td-travel-header {
height: 750px;
}
The result -> http://screencast.com/t/VgJaxooio
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks.
Hi Catalin,
I have make a clean install and installed the latest version of the theme.. Also installed the travel demo. But i have a question about the travel demo.
How can i change the background size? I want change the height size of the “td-travel-header”. Where can I find this?
Kind Regards,
TB
Hello taco_and_co,
Please notice that this type of site is not using our theme and this design could not be replicated exactly through our theme, sorry! Below I gave you some hints which could help you but please notice that if you want to have your own design for your site, it is required some custom work and we cannot provide this services at the moment, sorry!
.sf-menu > li > a:after {
height: 48px;
z-index:-1;
}
.sf-menu > .current-menu-item > a:after, .sf-menu > .current-menu-ancestor > a:after, .sf-menu > .current-category-ancestor > a:after, .sf-menu > li:hover > a:after, .sf-menu > .sfHover > a:after {
background-color: red;
}
.td-header-menu-wrap {
border:1px solid grey;
}
The result -> http://screencast.com/t/YUuC8eLiTtR
This is an example for using header style 10.
Thanks for your understanding!
Hi Andrei
I tried in the child theme as you sho me. The newsticker is showed. But get some error on impagination.
See here
http://www.screencast.com/t/MjOmoNew48Q
The new code of the page is this one
<!–
Header style 7
–>
<div class=”td-header-wrap td-header-container td-header-style-7″>
<div class=”td-header-row td-header-top-menu”>
<?php locate_template(‘parts/header/top-menu.php’, true); ?>
<?php locate_template(‘parts/header/top-widget.php’, true); ?>
</div>
<div class=”td-header-row td-header-header”>
<div class=”td-header-sp-ads-left”>
<?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_1"]‘); ?>
</div>
<div class=”td-header-sp-logo”>
<?php locate_template(‘parts/header/logo.php’, true);?>
</div>
<div class=”td-header-sp-ads-right”>
<?php echo do_shortcode(‘[td_block_ad_box spot_id="custom_ad_2"]‘); ?>
</div>
</div>
<div class=”td-header-menu-wrap”>
<div class=”td-header-row td-header-border td-header-main-menu”>
<?php locate_template(‘parts/header/header-menu.php’, true);?>
</div>
</div>
</div>
<?php
if (!is_front_page()){
echo do_shortcode(‘[vc_row][vc_column][td_block_trending_now][/vc_column][/vc_row]‘);
}
?>
Hello,
The header area dn the footer will go into boxed mode if a background image or color is set. If you want them to be full width, you need to remove the background.
Thank you!
Inside header, how do i reduce the font size of the text logo?
Hi
If the panel works fine social networks should be saved as well. Have you tried with a different header style to check if the icons are displayed? If the social icons are not saved try to deactivate all plugin except Visual Composer, clear all caches, purge cdn files if you’re using then test again.
Thanks!
Hi
The theme allow to edit it’s header styles from child theme. For more details in this regard please check this link: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks!
Many thanks Bogdan.
1. I added it to the header.php then. No probs.
2. Ahhhh, a debate! No wonder I was getting mixed messages. Will leave as is then. Thanks for clarifying.
3. Yes. Definitely more on individual pages. Ta.
Hello,
Based on my header/main menu, I want to have my header/menu like the one you use on http://tagdiv.com/
With all the features your header/menu has. The transparent background when on top, but a different color for smart snap. And the style of header (I think is style 5).
Thanks!
I am migrating a three-year-old news site from a non-WordPress proprietary platform. All existing articles/posts must continue to be accessible using the same URL.
I am of advanced technical skill. I have all of the data exported from the old site into an SQL file.
What I don’t have is savvy about how elements of the WP database taxonomy operate — what parts of wp_posts and wp_postmeta interoperate to produce complete posts including header images etc.
What I’m looking for at this point is either:
1) pointers to useful docs that will go into detail about what’s what in WP’s database structure so I can do my own manual database translation
or 2) suggestions of any automation/tools that might help.
Thank you for your time and assistance! 🙂
Todd
Hi
You have to edit the file corresponding with header style used and add this code: http://screencast.com/t/u0c4ifVa66Xo
<?php
if (!is_front_page()){
echo do_shortcode('[vc_row][vc_column][td_block_trending_now][/vc_column][/vc_row]');
}
?>
Thanks!
Hello sir, i used the following code,
.td-header-top-menu-full{
border-bottom: 1px solid #e0e0e0!important;
}
.td-icon-font {
border-left:1px solid grey;
}
.td-icon-youtube{
border-right:1px solid grey;
}
All looks good BUT icon separation (border) is not touching the menu borders.
how an we make this possible?
hello there,
yesterday i installed new version of newspaper theme and suddenly the whole structure was suddenly messed up, especially the header and the social counter plug-in. But than i changed couple of things and everything was same except the social counter. Problem is that it is not showing, on my posts. Plus i am using different sidebar on couple of posts and sometimes when i check them it appears that those widgets are all deleted. so i have to add social counter and other plugin to my sidebar every time the got deleted and start things again …..
please help me..
Hi,
1) The head tag can be found in header.php in the main root folder of the theme. I cannot provide any recomendation on hgow to implement the code. It has to be implemented exactly as the instructions for it say. Usually you add the code in between the head tags.
2) The heading title tags are a full on debate. We decided to add them as a h3 so the user can add h1 and h2 tags inside the content itself. They should be what you want them to be. There is no standard on what item should have what tag. You simply need to have the tags present. This however is veeery debatable. Lots of people have different opinions on this. If you want to change the h3 tags to h2 in the theme’s modules and blocks, you can find the code here: http://screencast.com/t/7CBn5Fe4oQc You can read more on title tags here:
https://yoast.com/headings-use/
You can find many more online resources on this topic so it remains for you to decide if this is the best way to go about it.
3)You need to test a post, not the homepage. Here is an example of what the schema tool picks up on our demo: https://search.google.com/structured-data/testing-tool?url#url=http%3A%2F%2Fdemo.tagdiv.com%2Fnewspaper%2Fwordpress-news-magazine-charts-the-most-fashionable-new-york-couples-in-2016%2F
Thank you!
Hi
From page source seems that the social networks are not saved in theme panel. Try to change the header style and and check if the social icons are displayed. Also make sure you added the edited header-style-5.php as I’ve indicated above as the solution it’s tested and works fine on my side.
Thanks!