- NewsmagFooter templates
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperFooter Builder
- Apitd_api_footer_template::delete
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_footer_template::add
- ApiAPI – Footer Template – Introduction
- NewspapertagDiv Composer – Website Manager
- NewspapertagDiv Opt-In Builder – Emails
- NewspapertagDiv Cloud Library Plugin
- NewspaperUsing the Theme Translations with WPML
- NewspaperThe Mobile Theme
- NewspaperChild Theme Support
- ApiThe Theme API
Hi. I have a problem when I want to install the footer is don’t be installed (check this screen) is still in the please wait status (check this screen https://ibb.co/D7HtnMP) and also I tried to with another footer template (Fitness) check (https://ibb.co/SXXDkQF) also same problem.
I have that only with footer templates I installed the category and page templates are installed very fast, but that is still in status many hours without installing.
ONLY FOR INFORMATION, I HAVE A VERY GOOD CONNECTION.
In the tagDiv editor, the header and footer, which are based on cloud templates, are no longer editable. They are just showing a bunch of code. The website itself displays correctly in the browser when not logged in, however. I’ve reverted to previous versions of Newspaper and have the same issues. Perhaps the new update broke something?
No not this time… usually yes, it’s often about update, active plugins after updating theme,
but here it literally removed all templates… header, footer, event the home page is not recognising some tb_blocks…
they’ve been wiped out …
even after DB restore from yesterday, when everything was right…
I’m gonna try to get the files backup to restore the old plugins as well, plus yesterday’s db…
any help from support is welcome !
Hello,
I just updated to Tagdiv 12.6.1 (from 12.6) + plugins, and all custom template Header dans footer disappeared !
I tried to backup a older DB, but still doesn’t come back, and I don’t have old plugin (Tagdiv plugins) versions anymore…
EDIT : Solved, the Standard pack has been removed on theme update, I missed that one… nut wold be easier if the optional plugins were not removed…
Hi Anamaria,
Thank you for coming back to me. I’m still having an issue. I’m able to import the xml file and it is importing templates such as Header Template, Footer Template, 404 Templates, etc (see screenshot attached https://imgur.com/a/oNUWKeq) but not the Homepage.
It is this customized homepage (with blocks/fonts/colours) that I need to import to the updated staging site. Am I missing a step or is there a workaround?
Thanks for your help.
Hello,
You need to go to the Theme Panel -> Header/ footer and assign the cloud templates https://i.imgur.com/COsz8eS.png, you can edit them with tagdiv composer -> https://i.imgur.com/CLfc37b.png https://forum.tagdiv.com/header-manager/ -> https://forum.tagdiv.com/footer-templates/
Thank you!
Hello,
That is because you are using a predefined standard footer style, these can not be edit only to add new elements, if you want to set/change the footer elements choose an empty footer and set in Appearance>>Widgets>>Footer1/Footer2/Footer3 the elements you want to display. Also the text from about section can be set here -> https://i.imgur.com/9sdRpwW.png -> https://forum.tagdiv.com/newsmag-footer-templates-2/
An alternative is to use a cloud footer and you can edit it using the tagDiv Composer.
Thank you!
Hi,
I created header, footer and page templates with cloud template module. How can I add php and script code in <head> section? I cannot insert php through theme configuration
Thanks
Gianpiero
SOLVED! Since I am using the prebuilt Law Firm site, the non-editable header only allows a set number of menu items before breaking as reflected in the linked-to images above. It’s mindboggling that Tagdiv provides prebuilt sites that are not fully editable, i.e., cannot edit headers and footers–only replace with cloud templates that then do not match the prebuilt layout (theme and colors). Other than that, Newspaper theme rocks.
Hello,
You can customize the header like in this video with tagdiv Composer -> https://forum.tagdiv.com/header-manager/ -> https://forum.tagdiv.com/footer-templates/
Here is a video that will show you how to use the builder to create a website from scratch https://www.youtube.com/watch?v=SoGQ0d5kIBg and documentation here https://forum.tagdiv.com/category/newspaper-8-documentation/
Thank you!
i want use i cant costmiz header and footer for mobile its not in cloud templates
Hello,
All of sudden I cannot see Footer Settings and therefore cannot set “Show Footer”.
When I go to Theme Settings – Footer, the bottom part with Footer Settings is missing completely. I can only see the upper part with Footer CLoud Templates – No Template.
See the screenshot here> https://www.forex-investor.cz/wp-content/uploads/2023/08/Clipboard.png
Website URL: https://www.forex-investor.cz
As a result of this my Footer is hidden since last few updates of Newspaper theme I guess but cannot specify date since when exactly.
Second problem, when I go to Appearance – Widgets, I cannot see Footer 1, 2, 3 area where I would add_delete footer elements like plain HTML etc. Everything is just gone. In Widgets I can find only Newspaper default and Inactive Widgets. No mentioning of Footer widgets.
Hi Anamaria,
I use different parts of your templates. Header is from one template, Footer is from another template, Categories page is from a third template. I no longer remember the names of the templates, and I have renamed them to make it easier for me to work. Then I changed these different parts with tagdiv Composer beyond recognition and they look nothing like the original.
The above css code will do the job. Hopefully this will be the last thing that gets in the way of my site design.
And one more question, on the home page of the site I have a menu on the left side that I want to hide in the mobile version of the site. I looked for an option in the theme for this functionality, but I didn’t find it, and I did it again with css code:
@media only screen and (max-width: 800px) {
body .tdi_42 {
display: none;
}
}
Does such functionality exist, and if so where?
Thanks for the reply and have a nice day!
Hello, I purchased your theme two days ago and I have a question.
The width of my home page does not match the width of the posts page and other pages.
It doesn’t match by about 20 pixels on the left and right sides.
I’m talking about the header, the footer, and the body of the page.
I tried Force Full Width for Header, Header menu dnd Footer but to no avail.
The only success I had was with the Page Tamplete> PAGE LAYOUT SIZE> Full Witdh (with paddings).
I have exported from three different templates.
One template is for the home page, another template I use for the header and footer.
On the home page, everything matches exactly.
But when I make the blog post page, both the header and footer and body don’t match the width of the home page. I put everything at 100% width and still there is a difference in pixels.
Upon inspection, I see the same css code:
.td-pb-row [class*=”td-pb-span”] {
display: block;
min-height: 1px;
float: left;
padding-right: 24px;
padding-left: 24px;
position: relative;
}
but when i change the code with
padding-right: 0px;
padding-left: 0px;
The home page is full screen width, but the blog post page (the header, footer and body) has an extra 10 pixels on both sides – left and right.
I tried everything, but after two days of wandering, trial and error, I decided I needed help.
So what do I do to make all my pages look the same width?
Thanks in advance for your help!
Actually, I need to be able to use all the templates :/
Again, the homepage and each page from the demo show correctly.
However, all the pages that already existed on the website prior to importing the Cali Sight template and all the pages that I create after installing the template show a different header and a different footer, as if the template settings couldn’t apply to pages that were not imported with the demo.
Just so you know: I made a test with another template, Momentum, and at least the global header and the global footer from this template are shown even for pages that were not imported with the demo.
Hello Josep!
If you like that section from the World Matters footer, then you can import that footer and take the CSS code. You can copy-paste that element into another section/page of your site. Access Dashboard -> Cloud Templates -> Footer templates -> https://prnt.sc/Ap3KGJEPZ75W -> https://prnt.sc/1O0rhY8cbcqB -> https://prnt.sc/9Lji_h-pb8L3
Thank you!
Bettina,
Indeed, I get everything from the demo when I install the whole demo.
However, when I open pages that pre-existed (this is not a new website) or new pages that I create, neither the design of the pages nor the header and footer match the demo, whereas header templates and footer templates are both supposed to be “global” according to the could template settings.
Maybe this is something that is very simple to solve, but right now, I don’t understand what’s wrong.
Can you help me go ahead with this template?
I am using Polylang to create multiple versions of my website, but when I create multiple header/footer templates and homepage templates to set up for each language, it has some issues and does not display correctly.
Could there be a plugin conflict here? My domain: https://influence-news.com/
It seems like you are experiencing an issue with the Cloud templates in Polylang. When you click on the “View Cloud Template,” it doesn’t show up.
but when you switch to another tab, such as “Trash,” and then go back to the “General” tab, it appears again.
Inspection message is – Uncaught TypeError: jQuery(…).live is not a function
Tried using different header and footer templates with no luck, Issue still happening.
Hi Anamaria,
I’ve added the suggested CSS to my custom stylesheet but it still doesn’t work for the header or footer. The only way I can get it to render properly is if I add the additional CSS, otherwise, the header and footer wrap is full width and the drop shadow renders outside of the full browser width.
.td-header-desktop-wrap {width:1164px; margin:auto;}
.td-footer-wrap {width:1164px; margin:auto;}
I have the website background colour set to #ffffff and have the boxed layout selected.
I also have the rows in the cloud header and footer templates set to ‘Default’ so they should be obeying the boxed layout setting from the theme panel but they aren’t.
The shadow works fine for the .td-main-content-wrap.
Thanks
Matt
Hi,
Please check the console to see which errors you encounter. Press CTRL + click right -> inspect -> Console.
I recommend using other header and footer templates and checking afterward.
Thank you!
Hi Calin,
Unfortunately, the mobile version of my site (nextyeartravel.com) is not responding how I would expect it to. Your suggestions (number 2 and number 3) were both active (“Sign In” was turned ‘on’ and Tag line/contact had pre-filled data); however, when I implemented your suggestions (toggled “Sign In” off and updated Tagline and contact) the changes did not appear to take effect. I have also flushed the cache to no avail. Again, this is for mobile only and not desktop versions.
I have the “tagDiv Mobile Theme” plugin installed/activated. Under “Cloud templates” in my admin view, I have global ‘header’ and ‘footer’ cloud templates active, an active cloud template for ‘home page’ with a ‘mobile template’ active (which isn’t being pulled up when going to the site on mobile devices), and a single template with ‘mobile template’ active (similarily not being pulled up on mobile devices).
Prebuilt template is not installing (including content).
only partial homepage installing.
no header, no footer, no other templates.
no posts / pages installed.
Hi NSN India, the suggestion with the mega menu option was usefully for other clients, in your case the menu is ok, but you need to improve the logo, right now I se that this do not have set a width and height – https://i.imgur.com/nJCp7pX.png for this all that needs is to set the logo image with tagDiv Composer – https://i.imgur.com/DSIw8cL.png – https://i.imgur.com/vVypb1J.png
For revolution slider what you can do is to use those guides:
– https://wpmudev.com/blog/optimize-slider-revolution-wordpress/
– https://www.sliderrevolution.com/tutorials/optimizing-load-speed-and-performance/
Also, what I recommend is to remove the youtube video section from the bottom of the homepage, this should also improve the page speed.
Unfortunate, for the save options button there is no option to change it from how it is now. The dropdown was added because the main save button was saved automatically all 3 templates (header, content and footer) and that was why the option to save only a specific zone was added. I’m not sure, but I think it can be made a custom code to remove the save header and footer.
Thank you!
Hello,
The footer applies globally only if you use for all templates a mobile template; you can copy and paste the row with all the elements where you want.
Thank you!