- 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
Hello,
In the screenshot is the footer template which does not have the edit button, and the header template which has the edit button on the back => https://www.screencast.com/t/9HgxEEv7QP, are two different templates this is how they were made.
Also, the steps to edit the footer are those from that topic, but to be much clearer and for a good understanding I made this video https://www.screencast.com/t/j1lKvwrChrWy that I hope will help you.
Also, you can check this video https://www.youtube.com/watch?v=nE51MfLV7hE
Thank you!
Hello,
Seems you created a mobile page, the header and footer are taken from the standard ones.
So if you want to use a responsive version, please remove the mobile page, set it on “No mobile page” => https://www.screencast.com/t/E5FO7ZBH and then the responsive version will load.
Also, if you want to use the mobile page you need to edit the mobile page, and in Manager (Website Manager) you need to import or the easy way is to convert the existent footer like this => https://www.screencast.com/t/HrjOBNayd
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY
Also, please clear your cache.
Thank you!
I have a page based on Cloud Templates after automaic update theme its look like default settings. How can I fix it? Another time, after updating, the content of the post disappears. There is only a footer and a header. Has no content
Hello,
If I understood correctly, you made a mobile page for the homepage, so please make sure you set it => https://www.screencast.com/t/bYroSq7x8T9, also, the header and footer are taken from the standard ones. All you have to do is edit the mobile page, and in Manager (Website Manager) you need to import or the easy way is to convert the existent footer like this => https://www.screencast.com/t/HrjOBNayd -> https://www.youtube.com/watch?v=SpGkOnJeNZY (03:11 – Mobile Templates & Pages)
If you don’t mean this please give me more details, screenshots.
Thank you!
Hello,
If I understood correctly, you made a mobile page for the homepage, so please make sure you set it => https://www.screencast.com/t/bYroSq7x8T9, also, the header and footer are taken from the standard ones. All you have to do is edit the mobile page, and in Manager (Website Manager) you need to import or the easy way is to convert the existent footer like this => https://www.screencast.com/t/HrjOBNayd -> https://www.youtube.com/watch?v=SpGkOnJeNZY (03:11 – Mobile Templates & Pages)
If you don’t mean this please give me more details, screenshots.
Thank you!
How can i delete these urls
URLImagesLast Mod.https://www.uncutglobe.com/tdb_templates/author-template-covid-dark-pro/02021-02-27 06:25 +00:00https://www.uncutglobe.com/tdb_templates/search-cloud-template-influencer/02021-05-10 09:02 +00:00https://www.uncutglobe.com/tdb_templates/search-template-32-sports-pro/02021-05-28 05:54 +00:00https://www.uncutglobe.com/tdb_templates/category-template-magazine-pro/02021-05-28 06:06 +00:00https://www.uncutglobe.com/tdb_templates/header-overlay-cloud-template-influencer/02021-05-29 12:56 +00:00https://www.uncutglobe.com/tdb_templates/header-mobile/02021-06-02 11:37 +00:00https://www.uncutglobe.com/tdb_templates/header-cloud-template-influencer/02021-06-03 07:41 +00:00https://www.uncutglobe.com/tdb_templates/footer-cloud-template-influencer/02021-06-03 07:41 +00:00
please check and let me know
The infinite scroll feature on posts/articles is great!
However, I’m finding that the “next” article that loads is not the desired article.
I have a series of posts that create a learning series.
Basically there is part 1, part 2, part 3, etc.
Ideally if you are reading “part 1” and get to the bottom of the article, then “part 2” would load.
But, right now, a different article is loading, which is kind of odd.
Is there a way to control the ORDER that articles load in for the infinite scroll?
This way I can set it up so it’s part 1, part 2, part 3, and onwards.
I did also notice that in the footer of the single post templates, it has “previous article” and “next article”. This is also “not” loading the desired article links in the right sequence. I assume this is all related, but if there’s any way I can control these links as well, that would be fantastic.
Thanks in advance.
Sorry guys,
I haven’t needed to look at this forum since the last post. 😉
In belated response:
If you want to set the meta values after a post is created in the normal manner you could use something like this in your theme functions.php file:
add_action( 'save_post', 'ethos_tdc_templates_callback', 20, 1 );
function ethos_tdc_templates_callback($post_id) {
$my_post_type = 'pacnews'; // SET THE POST TYPE YOU WANT TO PROCESS
$post_type = get_post_type($post_id);
if ($my_post_type == $post_type ) {
$tdc_header_template_id = 621; // USE YOUR TEMPLATE ID
$tdc_footer_template_id = 684; // USE YOUR TEMPLATE ID
update_post_meta( $post_id, 'tdc_header_template_id', $tdc_header_template_id );
update_post_meta( $post_id, 'tdc_footer_template_id', $tdc_footer_template_id );
}
}
Hope this helps someone.
Hello,
The footer template does not have the button to be edited with tagDiv Composer in the backend. Please check this guide:https://forum.tagdiv.com/footer-templates/
If you a Pro Prebuilt Website you can edit with tagDiv Composer the footer template can be edited only from the frontend if it is assigned, edit a page/post template with tagDiv Composer and go down to the footer. => https://www.screencast.com/t/rpfNhfyrF
Also, if you have a standard footer template https://www.screencast.com/t/ND7OiqEpPFK ->https://www.screencast.com/t/Z5ZdVYY4wAuP then please make sure you have tagDiv Standard Pack activate.
Thank you!
Hello, Martin
The footer template does not have the button to be edited with tagDiv Composer in the backend. Please check this guide:https://forum.tagdiv.com/footer-templates/
If you a Pro Prebuilt Website you can edit with tagDiv Composer the footer template can be edited only from the frontend if it is assigned, edit a page/post template with tagDiv Composer and go down to the footer. => https://www.screencast.com/t/rpfNhfyrF
Also, you can set on a page/template to can edit it => https://we.tl/t-kvaWhdUEC8 that page can be private.
For footer on mobile, if you use a mobile page, then you need to convert the existent footer like this => https://www.screencast.com/t/HrjOBNayd -> https://www.youtube.com/watch?v=SpGkOnJeNZY (03:11 – Mobile Templates & Pages)
Hope this helps you!
Thank you!
Hello, I have two problems with the footer. I have importet a footer from the tagDiv Cloud Templates. The first edit was okay but now in the cloud templates it’s not possible to open the footer with the tagDiv Composer:
https://www.screencast.com/t/g0UrnkwvtB
For example the header has the function:
https://www.screencast.com/t/o35QcnCwGjNx
The second problem is that the footer is not complete displayed in the mobile version.
Desktop:
https://www.screencast.com/t/toMZmO2Fy
Mobile:
https://www.screencast.com/t/Zhqro7jR0S
Thank you and best regards,
Martin
Hello – I am having trouble installing a single post template. It is stuck on the loading screen. I have tried Chrome and Safari and private windows.
I am able to install header and footer templates fine but cannot install this single post template.
My system status is all green.
Hello,
Using our theme you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
Seems you have the Mobile theme plugin activate => https://www.screencast.com/t/hZolvhRViH, when you install and activate the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its own templates for page, post, category, etc so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
Better deactivate the plugin and see the results.
So, the mobile responsive is what you see then that you select the viewport on phone => https://www.screencast.com/t/matV17hH
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8, also, if you create a mobile page please make sure you assign the mobile page for page, like this => https://www.screencast.com/t/lektAhyjd
also, the header and footer are taken from the standard ones. All you have to do is edit the mobile page, and in Manager (Website Manager) you need to import or the easy way is to convert the existent footer like this => https://www.screencast.com/t/HrjOBNayd
Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin not.
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY
Hope this helps you!
Thank you!
Hi,
The Newsmag theme use for footer standard templates -> https://i.imgur.com/gaCw54n.png and some of them have have prebuild blocks set, like footer style 1 have in each column (column Footer 1, 2 and 3) some elements set, to add some extra elements you need to go in appearance > widgets and and set the elements in the column footer that you want to be display -> https://i.imgur.com/y6Te3eV.png
I hope this will help you!
Hello,
I’m glad you find the settings.
Also, for header, footer or other templates, you can use Cloud Templates from Cloud Library, which you can import, and design with tagDiv Composer.
You can check our channel https://www.youtube.com/user/tagdiv that can help you.
Thank you!
I am trying to run update from my admin end. The update is failing with error:
The update process is starting. This process may take a while on some hosts, so please be patient.
Enabling Maintenance mode…
Updating Theme Newspaper (1/1)
Downloading update from https://cloud.tagdiv.com/wp-content/uploads/2021/03/Newspaper.zip…
Unpacking the update…
Installing the latest version…
Removing the old version of the theme…
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Warning: chmod(): Operation not permitted in /usr/share/nginx/html/wp-admin/includes/class-wp-filesystem-direct.php on line 173
Theme update failed.
An error occurred while updating Newspaper: The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. 404.php, images/icons/newspaper.eot, images/icons/newspaper.ttf, images/icons/newspaper.svg, images/icons/newspaper.woff, images/admin-panel/logo-panel.png, images/no-thumb/medium_large.png, images/editor-style/grid-sidebar-desktop.gif, images/editor-style/grid-no-sidebar-desktop.gif, loop-single.php, loop-archive.php, comments.php, search.php, bbpress.php, tag.php, tagdiv-deploy-mode.php, font-newspaper.css, archive.php, attachment.php, sidebar.php, functions.php, author.php, searchform.php, style-woocommerce.css, translation/pt_PT.po, translation/fi.po, translation/tr_TR.mo, translation/nl_NL.mo, translation/el.mo, translation/pt_PT.mo, translation/pl_PL.mo, translation/hi_IN.po, translation/id_ID.mo, translation/ur_IN.po, translation/ru_RU.po, translation/es_ES.mo, translation/el.po, translation/es_ES.po, translation/de_DE.mo, translation/ja.mo, translation/de_DE.po, translation/tr_TR.po, translation/ro_RO.po, translation/th.mo, translation/id_ID.po, translation/ur_IN.mo, translation/th.po, translation/ro_RO.mo, translation/hi_IN.mo, translation/pl_PL.po, translation/mr_IN.mo, translation/default.po, translation/ja.po, translation/default.mo, translation/ta_LK.mo, translation/ta_LK.po, translation/nl_NL.po, translation/ru_RU.mo, translation/mr_IN.po, translation/fi.mo, gutenberg-editor.css, style-bbpress.css, style-buddypress.css, header.php, category.php, woocommerce/archive-product.php, woocommerce/single-product.php, index.php, editor-style.css, loop.php, page.php, footer.php, screenshot.png, includes/tagdiv-page-generator.php, includes/wp-booster/wp-admin/images/font/tagDiv.woff, includes/wp-booster/wp-admin/images/font/tagDiv.ttf, includes/wp-booster/wp-admin/images/font/tagDiv.svg, includes/wp-booster/wp-admin/images/font/tagDiv.eot, includes/wp-booster/wp-admin/images/plugins/tagdiv-amp.png, includes/wp-booster/wp-admin/images/plugins/cloud-templates.jpg, includes/wp-booster/wp-admin/images/plugins/invoice.png, includes/wp-booster/wp-admin/images/plugins/plugins-installed-success.gif, includes/wp-booster/wp-admin/images/plugins/social.png, includes/wp-booster/wp-admin/images/plugins/td-composer.png, includes/wp-booster/wp-admin/images/plugins/tagdiv-newsletter.png, includes/wp-booster/wp-admin/images/plugins/label.png, includes/wp-booster/wp-admin/images/plugins/visual-composer.png, includes/wp-booster/wp-admin/images/plugins/rev-slider.png, includes/wp-booster/wp-admin/images/plugins/mobile.png, includes/wp-booster/wp-admin/images/plugins/standard-pack.jpg, includes/wp-booster/wp-admin/images/plugins/success.jpg, includes/wp-booster/wp-admin/tagdiv-view-welcome.php, includes/wp-booster/wp-admin/css/plugins.less, includes/wp-booster/wp-admin/css/wp-admin.css, includes/wp-booster/wp-admin/css/general.less, includes/wp-booster/wp-admin/css/wp-admin.less, includes/wp-booster/wp-admin/css/welcome.less, includes/wp-booster/wp-admin/plugins/class-tagdiv-current-plugins-deactivation.php, includes/wp-booster/wp-admin/plugins/class-tagdiv-theme-plugins-setup.php, includes/wp-booster/wp-admin/plugins/class-tgm-plugin-activation.php, includes/wp-booster/wp-admin/plugins/class-tagdiv-old-plugins-deactivation.php, includes/wp-booster/wp-admin/tagdiv-view-support.php, includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js, includes/wp-booster/wp-admin/tagdiv-view-header.php, includes/wp-booster/wp-admin/tagdiv-view-theme-plugins.php, includes/wp-booster/tagdiv-remote-http.php, includes/wp-booster/tagdiv-options.php, includes/wp-booster/tagdiv-admin-notices.php, includes/wp-booster/tagdiv-log.php, includes/wp-booster/tagdiv-util.php, includes/wp-booster/tagdiv-global.php, includes/wp-booster/tagdiv-wp-booster-functions.php, includes/tagdiv-panel-docs.php, includes/js/tagdiv-theme.js, includes/js/tagdiv-theme.min.js, includes/tagdiv-config.php, style.css, single.php
I even tried to chmod entire wp-content directory and its ALL subdirectories to 777 but still the error. Can anyone please help me sort this issue out???
Hello,
The footer template does not have the button to be edited with tagDiv Composer in the backend. Please check this guide:https://forum.tagdiv.com/footer-templates/
If you a Pro Prebuilt Website you can edit with tagDiv Composer the footer template can be edited only from the frontend if it is assigned, edit a page/post template with tagDiv Composer and go down to the footer. => https://www.screencast.com/t/rpfNhfyrF
The background image needs to be set with tagDiv Composer, on the row on the footer section in the tab called “CSS”=> https://www.screencast.com/t/icgswNVnEwOY
Hope this helps you!
Thank you!
When I try to edit a footer in cloud templates, it doesn’t show the ability to use Composer. When importing a cloud template, I can build in composer, but as soon as I exit the screen the first time I lose the ability.
Here’s a link to a screenshot: https://www.dropbox.com/s/qj93obz3lny3uiu/Footer%20not%20editable.png?dl=0
All plugins/themes are current.
Hi there,
I can’t change the image on footer background. I have to upload it only with this name “footer_bg”.
Also, I can’t edit with tag div footer cloud templates.
Hello,
If you have tagDiv Standard pack enabled and the styles do not appear, then it means that you have installed a Pro Prebuilt Website and the header and footer design can be edited from the front-end with tagDiv Composer. The templates are from Cloud Library, and these can be edited with tagDiv Composer.
With tagDiv Composer, you can redesign the templates style as you want.
You can check our channel https://www.youtube.com/user/tagdiv that can help you!
Also, if you want to use a standard header/footer, then you need to assign to “No template” => https://www.screencast.com/t/tr7u03NZCqC2
Hope this helps you!
Thank you!
Hello,
The footer template does not have the button to be edited with tagDiv Composer in the backend. Please check this guide:https://forum.tagdiv.com/footer-templates/
If you a Pro Prebuilt Website you can edit with tagDiv Composer the footer template can be edited only from the frontend if it is assigned, edit a page/post template with tagDiv Composer and go down to the footer. => https://www.screencast.com/t/rpfNhfyrF
Thank you!
Hello,
I understand you have created a mobile page, please make sure you set it => https://www.screencast.com/t/bYroSq7x8T9, also, the header and footer are taken from the standard ones. All you have to do is edit the mobile page, and in Manager (Website Manager) you need to import or the easy way is to convert the existent footer like this => https://www.screencast.com/t/HrjOBNayd -> https://www.youtube.com/watch?v=SpGkOnJeNZY (03:11 – Mobile Templates & Pages)
Hope this helps you!
Thank you!
Hello,
I understand you have created a mobile page, please make sure you set it => https://www.screencast.com/t/bYroSq7x8T9, also, the header and footer are taken from the standard ones. All you have to do is edit the mobile page, and in Manager (Website Manager) you need to import or the easy way is to convert the existent footer like this => https://www.screencast.com/t/HrjOBNayd -> https://www.youtube.com/watch?v=SpGkOnJeNZY (03:11 – Mobile Templates & Pages)
Hope this helps you!
Thank you!
Hello, we kindly ask you for help on this issue with different header and footer only on home page on mobile devices.
We use global cloud templates for both.
When inspecting it in Chrome or Firefox, it shows normal header and footer, but when we open it on mobile devices it’s somehow different. We try different browsers and phones and nothing changes.
On desktop:
https://www.awesomescreenshot.com/image/8595886?key=d77ac6ce5a6bdd79950fdfac2b521b7a
On mobile:
https://www.awesomescreenshot.com/image/8595887?key=7178e9bfc92fb06373542ecc6c1cf150
I’m very curious what could affect this on our website. Thank you in advance.
I bought the Newspaper theme yesterday and was able to install a pre-built theme and edit the Homepage using the Tag Div Composer.
I faced issues while trying to edit the Footer using Tag Div Composer and now i can’t edit the Category or Post page Template or even the 404 Error page template.
It keeps showing similar to this “Errors at columns elements: 3(models) : 10(dom).”
What am i doing wrong?
How should i edit the Category and Post templates?