- 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
Hello,
I have the following questions in order to finish my newspaper :
1. how to reorder the buttons in the submenu of the main one ( they are ordered by the first letter, but I want to reorder them in another way )
2. how to change the logo
3. how to change the Ads banners
4. how to change the text in the footer
5. how to edit the top header and top footer menus
Regards!
i know that your theme got no such option…
so i ask you how to add some code to do that…
here is default code for registering user with custom form field:
add_action(‘user_register’,’custom_user_register’);
function custom_user_register($user_id) {
if (!empty($_POST[‘bank’])) {
update_user_meta($user_id,’bank’,trim($_POST[‘bank’]));
}
if (!empty($_POST[‘account_no’])) {
update_user_meta($user_id,’account_no’,trim($_POST[‘account_no’]));
}
if (!empty($_POST[‘account_holder_name’])) {
update_user_meta($user_id,’account_holder_name’,trim($_POST[‘account_holder_name’]));
}
if (!empty($_POST[‘phone’])) {
update_user_meta($user_id,’phone’,trim($_POST[‘phone’]));
}
}
where should i put those code?
those code doesn’t work with your theme
i can add some extra field on your registration form by adding some code in the file top-menu.php in directory /parts/header/ but it wont save those custom field to usermeta
Hi
You can use one of theme’s ad-spots to display the ad. First insert the html ad’s code in one of custom ad-spots from theme panel > ads then use do_shortcode() function to display a banner ad on top of the page. Just edit the file corresponding with the header style used and add this code like here: http://screencast.com/t/itasx4W4T – http://screencast.com/t/FSgnXBREg3
I’ve used custom ad 1 for this example but you can use any custom ad, just adapt the shortcode. For example if you use custom ad 5 the shortcode will be: td_block_ad_box spot_id="custom_ad_5"
Thanks!
Hi,
There is a custom html box in the theme panel , but the code will not be added to the header ares: http://screencast.com/t/OcbgRkdyeypD If you want to target the header area, you will have to alter the theme files and edit header.php from the main folder of the theme.
The translate area from the theme panel does not detect the language. It’s a simple languange change for elements that cannot be targeted by the wordpress language change. It’s not dynamic. What you set is what others will see.
If you want to be able to switch languages, then maybe you can use a plugin like qtranslate x
Thanks.
How can to make a space before the logo header that i can i add a bannee here example https://www.dropbox.com/s/odvkwcw00vrzhju/Screen%20Shot%202016-03-31%20at%2012.01.04%20AM.png?dl=0
Hi,
I would like to add a banner ad 970×90 below the logo (i’m using header style 1). You can see what i would like in this sreenshot.
Thank you in advance !
Hi team TagDiv,
I’m using a script code to display ads skin (background ads) with an ad network. The problem is that they provide me a script code to insert just after the <body> that i inserted in the header file (header.php).
It works fine, but ads are displaying in every pages and posts and i would like to just display theme on my homepage. I didn’t find the <body> in other files of the theme like single.php…
Is there any solution for me ?
Thank you in advance !
Is there an area in the theme settings where we can add html or any text to the header area?
Also can you explain how your translate feature works? Does it automatically test a user’s computer language preference and ask them if they want to translate? And if so does that work for every browser?
Thank you very much for your support.
Hi
The theme place only header and article top/bottom ads in fixed position. The placement of this ads respect googles’s policy. Any other ads can be placed in many different places on post/page content but the theme won’t check if theirs positions respects googles’s policy. As for ads being displayed in sticky sidebar that is strictly against the rulesof ad-sense. You can check this topic from ad-sense support forum for more details:
https://productforums.google.com/forum/#!topic/adsense/PIKv7Ublr7U;context-place=topicsearchin/adsense/ads$20on$20sidebar$20sticky also this link might help: https://support.google.com/adsense/answer/48182
Thanks!
Hello,
Thanks for your answer, but I think that’s not the problem. I have no problems installing any other plugin. The error I get is the following:
The extension does not have a valid header.
PD: Sorry, the text is manually translate from Spanish, I do not know the exact translation.
Hi Catalin, thanks for your quick reply.
After a few hours testing the plugins I decided to make a copy of the website on a different subdirectory (changing the permalinks and other references to the URL in the database as usual).
Everything is working fine now, and although I’m not 100% sure about it, looks like what was causing the error was a file blocked by the lack of ‘Access-Control-Allow-Origin’ headers (somehow it was trying to load it from a different folder/subdomain, which was blocking that request).
Advice for other users? When moving WP from one place to another, make sure you change all the URLs in your database properly! 🙂
Hello,
Unfortunately we have not tested any translate plugins with our theme so we have no idea on their implementation.
Most plugins can make use of a shortcode. You can use a do_shortcode function: https://developer.wordpress.org/reference/functions/do_shortcode/
Here is the file that contains the header area: http://screencast.com/t/nJKoLoBo7od
Thanks.
Hello didiel,
Unfortunately, our theme does not have such an option to offers you the way to add more than 1 ad in the header Ad Area, sorry! I suggest you find some plugins with this functionality and see how it goes for you. Also, as a hint, you can try to use ADrotate plugin because a lot of customers uses it and we do not have bad reports about its functionality. Also, please notice that this plugin is not tested with our theme and we cannot provide support for this.
Thank you for your understanding!
Hi,
The smart list unfortunately does not work like that. It’s inside a post so the titles will not be displayed in the header. The header will only display the main post title as you can see on our demo here:
http://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/5/
Smart lists are not posts. They are simple lists inside a post.
in any case, our theme has no settings for that heading. It can be edited to some extent by the seo yoast plugin.
Thank you!
Hi,
I will try to look at other solution if the error still persist.
Ok, done with that.
How about the white spaces in between the header and the featured image?
I’ve tried to look at the css but nothing much I can do. Not really good in doing css editing.
Hope you can assist to eliminate this white space.

Thank you.
Regards
Hello. Can you tell me how I can get a google translate plugin in my header area? I have a plugin downloaded for it but I cannot figure out how to get it in the header area.
Thank you.
Thanks for your reply.. i have done this job.
I have some more question. Please look after
1. Sidebar social like there was a header title but unfortunately it has lost. But i have checked in admin page setting Social Counter Optional – custom title for this block: is set as STAY CONNECTED. but now it is not display.
2. Please see middle section of site. a category “Lifestyle” i want to tabs same as “Dont Miss” section. but tab should be sub category of “life style”
Thanks for your cooperation
Please show me how to add more than 1 banner on header, i have try to make 3 banners (size 200×55) on my web header but unfortunately always only display just 1 one banner.
Thank you!
Hi Bogdan,
I want to change the content of the <title> tag in the header section, to be fully clear…
Thanks
Hi everyone,
Any insights on:
The header images cut off in internet explorer (tested in IE11)
website: http://www.realhawaiivacations.com/
Hello oguerin,
Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-travel .td-header-style-5 .sf-menu > .sfHover > a, .td-travel .td-header-style-5 .sf-menu > .current-menu-item > a {
color: white !important;
};
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
I assume that you’re referring at header ad.
1. If you’re using ad-sense code then you can set the ad’s size for each device from theme panel > ads section: http://screencast.com/t/iM8rfixX – http://screencast.com/t/88IfETkn4
2. You can set the ad’s size from desktop from the same section in theme panel: http://screencast.com/t/vtQ6rMFaw2 – http://screencast.com/t/qAbc26JWYn
Thanks!
Hi,
you will need to specify the header style that you use as different header styles have different layouts.
Thank you!
Hello,
If you want to show the modified date, please follow this topic: https://forum.tagdiv.com/topic/how-to-add-last-updated-time/
As for he Ad titles, this will not be easy to do as the theme has no settings for this so they will have to be made custom. You will have to edit every place the ads are called in our theme. Then you can add this line above the ad code to show the title:
<?php echo '<div class="td-adspot-title">- Advertisment -</div>'; ?>
For example on a header ad: http://screencast.com/t/6JqS6R9sqY
But this will also cause the ads to drop a line or 2 because the ad title needs space to display:
http://screencast.com/t/efpcLyAEJ7A so then you also need to edit the position of the ads and remove margins, padding and so on. Everything you modify will affect other elements.
Thank you!
Hello,
You can use the same technique for hiding any element.
You would use the code like so:
.page-id-147 .td-header-rec-wrap{
display:none!important;
}
You need to use the browser inspector and target the css classes.
Thank you!