- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- 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
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hi,
To add the heading tag to the site title you would have to edit the header.php file and place condition there that if it’s the front page to display the title into an <h1> tag.
If you want to add it to the logo you would have to add it according to the header style you use.
Ex:
Edit this file if you use style 1 and do the same for other styles: http://screencast.com/t/IKIkLz5EG9iA
Thanks
@Lucian yes i try to fix it yesterday,thx for the reply
Hi,
I have checked your site and noticed that now the menu is in the same line with the menu: http://screencast.com/t/o7mqjkbg8
Have you managed to get this done?
Please let me know. If this is not what you want please send a screenshot of what you want to achieve would be helpful.
Thanks
Hi,
If the “events notices” are represented of an image you can simply use the ad boxes from theme panel and place there the image, like this:
<div class="td-visible-desktop">
desktop ad code
</div>
<div class="td-visible-tablet-l">
tablet landscape ad code
</div>
<div class="td-visible-tablet-tp">
tablet portrait ad code
</div>
<div class="td-visible-phone">
phones ad code
</div>
Place your image in the div tags, like this:
Example:
<div class="td-visible-desktop">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-728.jpg">
</a>
</div>
<div class="td-visible-tablet-l">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg">
</a>
</div>
<div class="td-visible-tablet-tp">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg">
</a>
</div>
<div class="td-visible-phone">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-300.jpg">
</a>
</div>
Note:
Instead of http:google.com add the link to the desired location.
You can read more about this here.
If you want different type of content there you can managed, depending of the header style you use, from here: http://screencast.com/t/0TEZo1Uhn
Hope this helps!
Thanks
Hi,
Replace the code from menu-header.php file with this one: http://pastebin.com/5C9Nz1wD This will make the menu full width and remove the header search.
Regarding the header background image, use this custom css in theme panel > custom css: http://screencast.com/t/fv08Lf8eN
.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background: url('https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw') !important;
}
Replace https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcS1snmw3W4bY_-Lpbd_am2QprWg5D5H10CR0IQOZa9AsHV6z3h1iw with the URL of the image you want to add as a header background.
For the other matter you can use module 7 layout or send an e-mail at contact@tagdiv.com with an request for an tutorial on how to build a custom block.
Thanks
Hi!
On my mobile phone (i’m using Safari) there is no header and bread crumbs. How can i get it?
Hi,
Please provide your site’s URL, I need to inspect this so I can provide a solution for this.
Thanks
How can i make the logo in the same line as style 8 menu,the changes i try too do in the theme panel don’t take effect..is there a CSS code i can use to bring the logo in style 8 down to be in the same line as the menu…
Hi, I do not want to use the Ad feature on the theme panel because we do not currently use adsense. We would like to be able to post event notices in the header space using code. I would like the position the same as the header ad is placed. Any help is much appreciated for this non coder. URL: http://wg206.org – Thanks
Hello,
I’m using header no. 1 and I added Ubermenu
1. How to add background image for header?
2. How to remove search icon?
3. How to make a menu full width – search icon cover.
Website: http://www.poloniairlandia.pl
Thank you.

BTW.
1. How to make the entry look like: Title + Image + short description for mein website?
VE – Block 1 – 10?
CSS?

Thanks it worked 🙂
Hi,
The lines appear because you are using the “Blog style” header style, you can change it from theme panel > header > header style http://screencast.com/t/6nMiErBKpArI
Use another header style, the menu items are centered all the same reason the demo uses header style 1, you will get the the line underneath the menu items when hovering also if you change the header style.
I have checked your site and found this errors in the console, this is why the parallax images don’t work: http://screencast.com/t/W1xEwv93I
Please make sure you deactivate all plugins and check Agana also empty cache files if you use any. Regarding the space between menu and feature image that will disappear if you change the header style.
Please let me know what you find.
Thanks
Hi,
Is it possible to have an image instate of adsense in the header?
Kind regards,
Barru Verheul
Hi,
For the category page you can change the background color from theme panel, like this: http://screencast.com/t/dEEQQbpFUwae
Use this css to change the background for the page wrap, like this: http://screencast.com/t/OApu5JiWI1A
Add it in theme panel > custom css:
.header-logo-wrap img {
padding-top: 30px;
}
.td-page-wrap, .td_block_mega_menu .td_block_inner, .td-more-articles-box {
background-color: #4b4b4b !important;
}
Thanks
Hi,
Use this css:
@media (max-width: 1018px) and (min-width: 768px){
.td-header-style-8 .td-style-8-logo-wrapper {
vertical-align: top !important;
position: relative;
top: 26px;
}
}
Result: http://screencast.com/t/pItVU5v2cmn
Thanks
Hey,
On the mobile version of my site the shadow part on the header image starts on the wrong place and doesn’t cover all the image. How can I fix it?
http://www.screencast.com/users/leacme/folders/Default/media/912ab84a-bf41-4ecf-8f72-dee8cd507ca0
Thank you,
Tzachi.
Hi,
I’m not sure what your issue is with the sidenotes. If you refer that the sidenotes remain at the left of the post if you are using the post content padding you can fix that like this: http://screencast.com/t/voRUtMsB
Use this css:
.postid-413 #livefyre-sidenotes-header-wrapper {
padding-left: 17.5% !important;
}
Note that this will be applied only to that specific post, you will need to adjust it if you want to make changes to other posts.
Thanks
Hi,
Use this css in theme panel > custom css, like this: http://screencast.com/t/2tvCa6DEVtFj
.td-head-form-search-wrap .wpb_btn-inverse, .td-search-form-widget .wpb_btn-inverse {
color: white;
background: #4b4b4b !important;
}
.widget_search .td-search-form-widget #s, .widget_search .td-search-form-widget #s:focus {
background-color:
#E72030 !important;
}
.header-search-wrap .dropdown-menu .td-head-form-search-wrap #td-header-search {
background-color: #E72030!important;
}
Change the color as you like. Remove the one for the dropdown header menu if you want to do this only for the sidebar widget or reverse.
Thanks
Hi,
Use it like this: http://screencast.com/t/fPX7mDOuGq
.td-menu-header .td-li-wrapper-menu .sf-menu > li > a:hover {
text-decoration: none !important;
color: #4db2ec !important;
}
Thanks
I wait from devs for a proper code (header and footer).
Also, noted in opera a bug, with or without a code.
http://i61.tinypic.com/mlgso4.png
In breadcrumbs if you have a subcategory, the breadcrumbs will go up as in the screen. (I have a red colored menu and DEFAULT SITE POST TEMPLATE style 5)
Thanks for coming back. I am sorry for a late reply. I was trying to implement the code in the new post type “Phones” which i created using a pluging “CPT UI”. But each time i enabled the custom post type “single-phones.php” It gives me a blank page.
Here is the template i am using for custom post type “phones”.
<?php
/* ----------------------------------------------------------------------------
the page template
*/
get_header();
switch ($loop_sidebar_position) {
case 'sidebar_left':
echo td_page_generator::wrap_start();
?>
<div class="span4 column_container" role="complementary" itemscope="itemscope" itemtype="<?php echo td_global::$http_or_https?>://schema.org/WPSideBar">
<?php get_sidebar(); ?>
</div>
<div class="span8 column_container td-no-pagination" role="main" itemscope="itemscope" itemprop="mainContentOfPage" itemtype="<?php echo td_global::$http_or_https?>://schema.org/CreativeWork">
<?php
// Update this list using the same format for all the field names you want
$field_names = ['2g_network', '3g_network'];
// Set up tabs
$to_echo = '[vc_row][vc_column width="1/1"][vc_tabs]';
// Set up features tab
$to_echo .= '[vc_tab title="Features" tab_id="features"]';
// Begin a list
$to_echo .= '<ul class="features_list">';
// Loop through the fields
foreach ($field_names as $field_name) {
$data = get_field_object($field_name);
// Check if we have a value and set to a default if not
if ($data['value']) {
$value = $data['value'];
} else {
$value = 'No information on record.';
}
$to_echo .= '<li>' . '<span class="features_label">' . $data["label"] . ': </span>';
$to_echo .= '<span class="features_value">' . $value . '</span></li>';
}
// Close the list
$to_echo .= '</ul>';
// Close the tab
$to_echo .= '[/vc_tab]';
// Close the tab group etc.
$to_echo .= '[/vc_tabs][/vc_column][/vc_row]';
// We have to filter the whole string to make WP interpret the shortcodes
$to_echo = wpb_js_remove_wpautop($to_echo);
// Output
echo $to_echo;
?>
</div>
<?php
echo td_page_generator::wrap_end();
break;
case 'no_sidebar':
echo td_page_generator::wrap_start();
?>
<div class="span12 column_container td-no-pagination" role="main" itemscope="itemscope" itemprop="mainContentOfPage" itemtype="<?php echo td_global::$http_or_https?>://schema.org/CreativeWork">
<?php
// Update this list using the same format for all the field names you want
$field_names = ['2g_network', '3g_network'];
// Set up tabs
$to_echo = '[vc_row][vc_column width="1/1"][vc_tabs]';
// Set up features tab
$to_echo .= '[vc_tab title="Features" tab_id="features"]';
// Begin a list
$to_echo .= '<ul class="features_list">';
// Loop through the fields
foreach ($field_names as $field_name) {
$data = get_field_object($field_name);
// Check if we have a value and set to a default if not
if ($data['value']) {
$value = $data['value'];
} else {
$value = 'No information on record.';
}
$to_echo .= '<li>' . '<span class="features_label">' . $data["label"] . ': </span>';
$to_echo .= '<span class="features_value">' . $value . '</span></li>';
}
// Close the list
$to_echo .= '</ul>';
// Close the tab
$to_echo .= '[/vc_tab]';
// Close the tab group etc.
$to_echo .= '[/vc_tabs][/vc_column][/vc_row]';
// We have to filter the whole string to make WP interpret the shortcodes
$to_echo = wpb_js_remove_wpautop($to_echo);
// Output
echo $to_echo;
?>
</div>
<?php
echo td_page_generator::wrap_end();
break;
default:
echo td_page_generator::wrap_start();
?>
<div class="span8 column_container td-no-pagination" role="main" itemscope="itemscope" itemprop="mainContentOfPage" itemtype="<?php echo td_global::$http_or_https?>://schema.org/CreativeWork">
<?php
// Update this list using the same format for all the field names you want
$field_names = ['2g_network', '3g_network'];
// Set up tabs
$to_echo = '[vc_row][vc_column width="1/1"][vc_tabs]';
// Set up features tab
$to_echo .= '[vc_tab title="Features" tab_id="features"]';
// Begin a list
$to_echo .= '<ul class="features_list">';
// Loop through the fields
foreach ($field_names as $field_name) {
$data = get_field_object($field_name);
// Check if we have a value and set to a default if not
if ($data['value']) {
$value = $data['value'];
} else {
$value = 'No information on record.';
}
$to_echo .= '<li>' . '<span class="features_label">' . $data["label"] . ': </span>';
$to_echo .= '<span class="features_value">' . $value . '</span></li>';
}
// Close the list
$to_echo .= '</ul>';
// Close the tab
$to_echo .= '[/vc_tab]';
// Close the tab group etc.
$to_echo .= '[/vc_tabs][/vc_column][/vc_row]';
// We have to filter the whole string to make WP interpret the shortcodes
$to_echo = wpb_js_remove_wpautop($to_echo);
// Output
echo $to_echo;
?>
</div>
<div class="span4 column_container" role="complementary" itemscope="itemscope" itemtype="<?php echo td_global::$http_or_https?>://schema.org/WPSideBar">
<?php get_sidebar(); ?>
</div>
<?php
echo td_page_generator::wrap_end();
break;
}
get_footer();
?>
I think i am making some nonsense mistake in the above template. That’s why i am getting a blank page. Tried a lot. Thanks 🙂
Hi
I have just noticed that the logo on header (sticky menu) is messed up: http://screencast.com/t/9U2WiNX9cAp
How can I fix it and make it look exactly like the desktop? Please help.
Hello,
I don’t work with Google Ads.
I have my own banners uploaded to my WordPress Media.
For my header ad, I have a banner of 370×75 px.
I’ve added it to the ad panel, using this code:
<div class=”td-visible-desktop”>

</div>
But it’s just showed on a big screen. When I open it in a smallest computer screen (with lower resolution) it dissapears.
What should we do? Create different versions of the same banner.
http://marronyblanco.com.mialias.net/
Password: marron
Thank you.
Hi tagDiv,
I want to change how the menu on Header Style 8 looks like.
First, I want to remove the border on the bottom which shows up when someone hovers on menu items:

Then I want to make it so it changes color on hover (and the border is hidden). So it looks like this: http://screencast.com/t/hKznv8GivPl
I also want to make it so that the “active page” thing doesn’t show the border at the bottom and only change the text color.
Please help ASAP.
Thanks!