- 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 there!
I am using City news -demo, and for some reason I am missing header/caption in the post-view. How do I make it visible?
Hi,
Those settings you mention from the theme panel will affect the header and footer socials only. I believe that section is found in the news week demo
– https://demo.tagdiv.com/newspaper_week/
Those are set in the page content, in this case you can edit the page with the tagDiv composer and configure them there – http://prntscr.com/me78io
Thanks
Mean like that?
.td-header-wrap {
width: 100%;
position: fixed;
}
.td-main-content-wrap {
margin-top: 80px;
}
This is how it works. It’s just not clear why the absence has changed, it has become less.
http://prntscr.com/me5q4m
But if you remove a fixed position then the indent becomes larger:
http://prntscr.com/me5qr4
P.S. By default, the indentation should be more, the same as in the second screenshot. But in this case, you need to remove a fixed position, but if this is done then the menu will not move after the user when scrolling.
Hi,
We will try to help you with these issues. The first and most important step would be the theme requirements guide, there will be various issues if these are not met
– https://forum.tagdiv.com/requirements-for-newspaper/
It is true that there is currently an issue with the mobile theme (this will be fixed in the next theme update), but if it’s not active it can’t be blamed.
Indeed seems that the images do not load in the posts , also other elements such as the header search, the related articles section at the bottom of the post, these are not working correctly.
Usually this is caused by a plugin conflict, conflict between the theme and various codes entered in the theme panel, theme files or child theme.
These would be the next things to check, deactivate all non-theme plugins as a quick test, remove theme modifications and deactivate the child theme temporarily, also codes in the theme panel if you entered any.
When configured properly it shouldn’t cause any issues
– https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Make sure the data you enter in it is according to the documentation. If it still causes problems we could take a look at it. Send us admin access at contact@tagdiv.com so we can check it. Include a link to this topic in the email. Let us know.
Thanks
Hi,
Ad codes for AMP will have to be entered in the dedicated AMP section, be sure to use the proper codes, for example for Adsense
– https://support.google.com/adsense/answer/7183212?hl=en
– https://www.screencast.com/t/vc3VzKSIEHTi
If you want to use another brand of Ads other than AdSense, notice that you need to access the header section of AMP and add the code of your Ad provider.
The amp header is found here: https://www.screencast.com/t/eSsRZ3cItk7u
AMP will work properly for pages created with the default WordPress editor if you want to use it for pages, not with page builder content. The main purpose of AMP is speed, not loading heavy pages with blocks and grids.
Of course, our plugin is optional, you can use other AMP plugins if needed. We will try however to improve it and add more options for it in future updates. Let me know if you have more questions.
Hope this helps!
Thanks.
I’ve updated the “Social Networks” section in the theme panel, but I am still seeing undefined social networks on the homepage here specifically:
https://www.dropbox.com/s/lgawa9qzorgvflf/social.jpg?dl=0
These 4 social icons are not connected to anything and just show ahref=#
But the social networks I did change and save in the theme settings work fine in the header and footer.
How do I update those social networks links, and remove the youtube one?
Thanks,
Nathan
I would like to change “Hollywood” & “Music” title from front page body (not from header). I’ve changed Post -> Catagories, but it won’t change in front body page.
<?php if ( !is_single(arry(‘11386’,”11407″))) locate_template(‘parts/header/ads.php’, true);) ?>
What is wrong in this code? I just wrote as you sent me the picture. but it’s not working?
Hi, I am using the header ad to open a new window at a specific size which contains my html5 audio player (the site is for a radio station). You can view the site here: https://centreforceradio.com/ the banner says ‘click to listen live’, onclick it opens a window at the specific size I want.
This is all working fine, however if a visitor is using an ad blocker they are unable to see the header ad and link to the audio player is not visible. I want to include the same link on the nav bar just to be sure it will be visible.
I’ve been searching for a couple of days for a solution to include a window.open script in the standard wordpress nav but have not had much success.
Is it possible?
Here’s the script I’d like to use.
<a href="//centreforceradio.com/site/popup/centreforce.html');"></a>
<script type="text/javascript">
// Popup window code
function newPopup(url) {
popupWindow = window.open(
url,'popUpWindow','height=650,width=370,left=0,top=0,resizable=no,scrollbars=no,
toolbar=no,menubar=no,location=no,directories=no,status=yes')
}
</script>
Hi,
Notice that we cannot provide support for your custom modification, sorry!
All I can do is to give you some topic for similar requests
– https://forum.tagdiv.com/topic/display-different-top-bar-menu-with-php/
– https://forum.tagdiv.com/topic/different-headers-on-pages/
Unfortunately if you want to do this you need to do it yourself through the code, or also, you can hire somebody to help you in this regard.
Usually, we recommend the developers from studio.envato.com.
Thank you for your understanding!
Hi,
Please try this one
-> https://www.screencast.com/t/dhEJcSUuV
.td-header-wrap .td-header-menu-wrap-full{
background-color: red; /* For browsers that do not support gradients */
background-image: linear-gradient(to right, red , yellow, blue ); /* Standard syntax (must be last) */
}
Thanks.
Hi,
If you want to set that path from top bar login you can find the structure here in wp-content/themes/Newspaper/parts/header/top-menu.php
https://www.screencast.com/t/jkl2jAuvVqy
Hope this will help you!
Hi,
The theme itself doesn’t have a Facebook widget, but it can be done with the official Facebook widget
– https://www.wpbeginner.com/wp-tutorials/how-to-add-facebook-page-plugin-in-wordpress/
– https://developers.facebook.com/docs/plugins/page-plugin
Configure the widget how you want, then get the code – http://prntscr.com/mdmcd4
First code goes in the theme header file (best you do this in a child theme so that the code will not be lost after a theme update – https://forum.tagdiv.com/the-child-theme-support-tutorial/)
– http://prntscr.com/mdmd4s
The other code goes where you want the widget to appear, in a page you can enter the code in a column text element – http://prntscr.com/mdmdl9
Once the page is saved and viewed the Facebook widget will appear
– http://prntscr.com/mdmdtc
If you need help let me know.
Thanks
Hi,
You mean the demo content when you install the demo with content? Start from the top for example, with the header. Set your own log and menu, configure the header with your own data. The homepage which is provided when the demo is installed with content can be edited with the tagDiv composer, each element in it can be customized
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/block-settings-guide/
Then move on the footer, replace the demo data with your own there as well. Here is the theme documentation – https://forum.tagdiv.com/newspaper-theme-documentation/
If you need help or have more questions, please let me know. Provide as many details about it as possible, screenshots are also helpful or a link to the website.
Thanks
Hi,
For the moment you can not change background color using gradient for main menu, if you want to do this you need to use custom css.
We hope that in coming updates this to be possible.
-> https://www.screencast.com/t/wCDbXoQV9d27
Just set this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-header-gradient {
background-color: red; /* For browsers that do not support gradients */
background-image: linear-gradient(to right, red , yellow, blue ); /* Standard syntax (must be last) */
}
Also feel free to change the colors.
Thank you!
Hi,
If you are referring to the header logo or background image set for the header, I believe this will be possible with the header builder that will be released in coming updates.
Currently that is not possible without code modifications in the header templates and setting conditions per page, this would mean a lot of work. So the header will be the same across the whole website, regardless of the page.
If this is not what you are referring to, please correct me.
Thanks
Hi,
Something like that could be done with CSS, for example – http://prntscr.com/mdlnrw
Enter the code in the Advanced CSS section of the theme panel, in the desktop field.
.td-header-style-7 .td-header-sp-logo {
margin-bottom: 60px;
}
.td-header-style-7 .td-header-sp-rec {
margin-top: -109px;
}
For the mobile case something like this – http://prntscr.com/mdlpgb
This time enter the code in the phones section of the Advanced CSS section.
.td-header-style-7 .td-header-menu-wrap {
margin-top: 60px!important;
}
.td-header-style-7 .td-header-sp-rec .td-header-ad-wrap {
margin-top: -114px!important;
}
Add this code to it, should be what you wanted now – http://prntscr.com/mdl4n8
.td-header-wrap {
width: 100%;
}
.td-main-content-wrap {
margin-top: 80px;
}
I have a mobile page that needs a dark background but on mobile only. the desktop version can stay the same.
I have a module block on that page with a dark BG and there is a gap between it and the header and the footer and I cant fill it with padding or border settings in Composer, so I need to change the background of the entire page.
I tried this:
@media(min-width:767px){
.page-2807{
background-color: #141414;
}}
but it doesnt work.
I want to have different header images on different pages and also the title in the header also need to be changed.
For example on Page A, the header image will be of CAR and title will be CAR.
On page B, the header image will be of BUS and the title will be BUS.
On page C, the header image will be Flower and the title of the page will be Flower.
How do I create separate image and title for each page?
I wanted to do not quite.

My version code demonstrates my idea:
.td-header-wrap {
position: fixed;
}
If you use this code, then you will not have to activate the sticky menu in the theme settings.
But, as you can see, in this case, the whole heading moves out and it is not the full width. But at the same time, heder elements do not twitch during scrolling. And this is very good. This is just as in the theme MAGSY.
Hi,
I checked the website, the header ad is displayed for me – http://prntscr.com/md5xj7
There is no problem with it from what I can see.
Thanks
That could mean the syntax of the code you are entering is not valid, seems to mention an accolade on line 41. You could try again, make sure the code is valid as in my example
– https://www.screencast.com/t/BClxC9xDE
Maybe this will be set as an option for the header builder that is being developed at the moment, I can’t say for sure.
Hello,
You can create a custom footer page using the tagdiv composer where you can add an image carousel, but you cannot ad it to the header at the moment as the header does not have any spots for adding custom content. We are working on a new imlementation for the header in the next theme update so there will be more functionality added to it soon.
for the footer, simply create or import a footer page (you can import one using the cloud library) and then add your image carousel to it. After that, access the theme panel footer settings and set the footer page to the one you created.
Thank you!
So something like this? – http://prntscr.com/md4ml5
This is the code for it, I could modify it if needed
@media (min-width: 768px) {
.td-header-wrap .td-affix .sf-menu > li > a,
.td-affix .header-search-wrap .td-icon-search{
line-height: 80px !important;
}}