- TutorialsDefault Block Settings Guide
Hello !
To start with I recommend you to take a look at our documentation here. In my opinion the most important would be the following:
https://forum.tagdiv.com/header-manager/
https://forum.tagdiv.com/installing-demos/
I recommend you to go with a PRO demo because that will make it fully editable with TagDiv Composer. Also take a look at our short tutorials for a better understanding of how it works here: https://www.youtube.com/user/tagdiv
Also when sending a support topic it is easier to open one for each problem, we can handle them more easier. Also provide as many information as possible so we can help you as fast as we can.
You can pay for development of your theme by contacting our team here: https://tagdiv.com/web-development-services/
I hope this was helpful !
Thank you !
Hello!
Unfortunately, with the Mobile Theme you couldn’t have some custom things like footer or header. For more details about this, you can check here : https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello !
Simply edit your sticky header using tagDiv Composer and remove the logo element. All the other elements will remain on sticky.
Thank you !
Hello!
When you import a cloud header template is possible for menus not to remain in the same place as before. But in this case, you can easily set the menu which you like in the header like this: https://www.screencast.com/t/l2uuTBLg
Thank you!
Hi,
I am new to Newspaper theme: some friends have asked me to manage and upgrade their WP website that is using Newspaper 9 theme.
So I have installed a copy of it in my local server setup (XAMMP), then I have bought the last version of the theme.
I have installed it and I have upgraded all plugins.
Now I am trying to fix things like bad header on mobile devices.
So, while following the theme documentation, I am trying the Cloud Templates to add a new header.
I Have found one that could work but when I select it, I see a red advice saying:
“Envato key is missing or invalid. Please register your theme using a valid key and try again.”
and I cannot activate the theme.
So I have tried to follow the activation guide but I cannot find any place where I could paste the purchase code.
There is no activation request in Dashboard and there is no Activation link or panel in Newspaper admin section.
How can I fix?
What’s up guys. I found a solution for the document.write() errors in Lighthouse/Gtmetrix site audits. I’ve done basic cross-platform testing [Firefox, Chrome, Microsoft Edge] and it cuts the mustard. For HEADLINE’s index (which optimizes through Td Composer, WP Rocket, Rank Math, and Asset CleanUp–I double-set the code:
1. At the top of HEADLINE’s head tag [sitewide] in the plugin “Headers and Footers Scripts” [Position 1].
2. At the top of the HTML tag in TagDiv’s theme panel [custom code][custom HTML].
I chose to double-set the {code-fix} because the Document.write() call is originating from Newspaper scripts and I don’t manage HEADLINE’s custom HTML there. I prefetch Google DNS Requests with WP Rocket and save custom HTML in “Headers and Footers Scripts.” The latter being hands-down the absolute best plugin to organize tags/add custom scripts and overwrite other plugins. I tested a number of {code-fix} arrangements and found that when I only set the {code-fix} in “Headers and Footers Scripts” that some of the Document.write(s) can slip through the cracks. Alternatively, if I only set the {code-fix} in the TagDiv theme panel, Wp Rocket’s Google DNS Requests override the custom HTML. So hierarchically, “Headers and Footers Scripts” can reposition the TagDiv custom HTML to take first-bite at the Document.write(s) while still allowing WP Rocket to prefetch the Google DNS.
I re-audited HEADLINE (with Lighthouse and GTMetrix) after optimizing the {code-fix} placement and HEADLINE’s speed/optimization scores shot way up–which actually makes sense if you think about what document.write() is really doing. Code calls for document.write() are telling the parser to rewrite the page mid-read, which can lead to bottlenecks and pose security concerns, especially when compared to security-heavy iframes or other delayable embeds.
Also, it’s worth noting that the document.write() code fix I’m using on HEADLINE is not exactly best-practices. In a perfect world, digital ads would natively load asynchronously. But until Newspaper and other themes drop support for document.write() altogether, AdjacentHTML will have to do.
If you guys want to check out a heavily-customized Newspaper site, head over to HEADLINE.dev. I’ve built a fully-responsive 4-screen Newspaper page, as well as a totally custom Amp site for mobile and desktop. Every single desktop page has a custom Amp version. I even built a one-of-a-kind Bootstrap form (Amp-compatible, Formidable Forms-based) called Funder by HEADLINE. I’ll be writing a series of articles, like this one, about how to optimize/extend the Newspaper theme.
I’d also like to mention that I am not a professional WordPress developer. There are all kinds of kinks I’m still working out with HEADLINE, but I feel so fortunate to be a part of the Newspaper community, and the TagDiv team is absolutely world-class! Take care guys.
Aaron Martinez
headline.dev
(script-tag)
document.write=function(s){
var scripts = document.getElementsByTagName(‘script’);
var lastScript = scripts[scripts.length-1];
lastScript.insertAdjacentHTML(“beforebegin”, s);
}
(script-tag-close)
Apparently, something went wrong with my latest update, so I lost my custom headers and footers, and theme activation disappared.
Now I cannot reactive the theme, when I type in my purchase code I am asked to type in forum username and e-mail it says those names already exists. How to proceed.
One of my header menu items is category Places which I have set as a mega menu category. The category (Places) has many children categories (cities and towns). Have 2 questions/issues:
1. All children categories display in the mobil view but not all children categories display in the desktop view. Why? Can they all be set to display in desktop?
2. Why is it that if I set Places to display in the “More” header menu it will not display the children categories?
Thanks for informing; I have imported the Gadgets Theme on my blog https://bit.ly/39S59G9 but I am facing a problem in the mobile header the default menu is set and the logo isn’t changed even though I’ve changed it in theme panel.
Thanks
When I resize the page, the header changes to the default and I’m not sure how to change it. How do I?
Link to a video showing the issue: https://drive.google.com/file/d/155fFwLk–2iF9PJ6dPbcUE6V_3OGx0SJ/view?usp=sharing
Hello,
i would like to create a totally custom mobile menu. can i do it with your theme? even if i have to edit some core files, can u direct me where to look?
else could i use another plugin and insert a shortcode to the header?
no man, is not working
i imported the header template again from the cloud. the thing is, i can modify things there and icons are in place. but if i delete the Buy now -> element, icons are gone. In fact is not about Buy now text, which you can delete from element, but if you choose to remove the arrow, then you got no icons in the menu.
I wanted to delete the upper row with everything in it so the only solution i found was to move the remaining arrow somewhere in the main menu row where you can’t see it
i know that’s lame but it’s the only solution i found that works. you need to resolve that in future updates
We also added this to the header: \TAGDIV_ROOT,() . ‘/doubleclick-for-publishers.php’;
If I import a new cloud header template to my website, will I lose my current menus or will they remain in place? Thx!
Yeah figured it out. Created new mobile header and a new mobile page.
But it’s actually a bug. If you create a mobile page from tagDIV and then delete the mobile page from WordPress pages section then this issue will occur.
Hi TagDiv…
Ok so I’m going to try and explain this the best I can, because a) I am not good with what is called what technically b) I was able to get my site back thru restoring a backup.
What happens is, and this happened twice now, one today, one last week, is that my site reverts to looking like this for some reason (it’s not something I do, I know that): https://ibb.co/hdt49bT
When this happens, I have to reload the template and enter my activation code, then reactivate plugins, then reselect header and footer templates, redo my translations, etc. It’s a nightmare. And it’s not only the frontpage, but the category pages and post pages that are affected.
Do you have ANY idea why this is happening and how it can be prevented? Thank you.
Hello !
Unfortunately css will not solve this. you will have to check your headers or elements which use the font awesome and remove them.
Thank you !
Hello @steinseba!
You can set your logo in mobile too by accessing a post from your website, edit it with TagDiv Composer, access Website Manager, click on Mobile Menu, select the Header logo and you can upload your logo picture right there in the setting section: https://www.screencast.com/t/xKsmz1333
Hope that helps you!
Thank you!
Hi,
sorry I explained myself badly.
I want the header to be sticky but just the logo to disappear on scrolling. (the burger menu remains instead)
Thank you!
Hello !
You can deactivate your sticky header as you can see here: https://www.youtube.com/watch?v=HXQQygkCCJo&t=1s
Thank you !
Hello !
In order to adjust page width you have to select every row of your page using the tagDiv Composer and then set the stretch mode you want like here : https://www.screencast.com/t/BkWwdHh6
In order to make the post page full width you will have to add a single post template and then edit it. Check more about how to have single post template here: https://tagdiv.com/customize-articles-with-single-post-templates/ And for the header you can do it here: https://www.screencast.com/t/xf56tQN0.
These are the ways you can increase your page width from theme options. Anything above this will require custom code which is not covered by the support team.
Please make sure that there are NO background images / color. Not even white. All your background color have to be set on clear.
Thank you !
Hello,
Question 1: I made a footer with the cloud but when I go to the cloud library it’s not giving me the option to work on the footer anymore with the tagdiv composer… please help I don’t want to recreate it!
question 2: I created a header with the cloud and added a top menu row. However, I have 2 things that contain a sebmenu (contact and the search button). When I go over the word contact the submenu appears but when i got to the submenu to click it disappears. When i enter something into search the articles appear in a sebmenu but when i try to click the first one it clicks the header logo.. The articles that appear from the search under the logo (so article 2, 3, …) are clickable.. so every sebmenu option that comes over the header is unclickable how do I fix this?
Question 3: How do I make the size of the column fit the content in the column? I inserted a column text for example but the column width is wider than the element width and the column hight is wider than the element hight which causes to much space between the rows and between the columns.
Hi Vlad,
I have been unable to set up author box with tagdiv composer. As you can see from the attached image, info entered in Header Settings do not register. Also, where do I find info for the General Settings? I have not been able to find directions in your Documentation to help me.
UPDATE SUBJECT : Header not changing in Homepage
Adding Some Information:
> After Create the mobile version from tagDIV I have installed “tagDiv Mobile Theme” and “Official AMP for WP” and activated both.
> After setting it up I deactivated it as I didn’t like the theme. And after that I deleted my Mobile version from My Posts section of WordPress as stated above.
I don’t know if these plugin triggered this bug or not but it’s better to give you guys all the information.