- NewsmagChild theme support
- NewspaperChild Theme Support
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewsmagWhat’s included in Newsmag theme package
- NewspaperHow to Update the Newspaper Theme
- NewspaperWhat’s Included in the Newspaper Theme Package
- ApiThe Theme API
- NewspaperFlex Block Settings Guide
- NewspaperPrimary Category: Build a hierarchy for your website
- NewsmagCustom Post Type Support
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagBreadcrumbs
- NewspaperBreadcrumbs
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
The style.css in the Newspaper-child folder in the 8.1 version has the following info.
/*
Theme Name: Newspaper 7 Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 7.7c
*/
Do I need to change the versions in this file or it should work fine the way it is?
Hi,
If you deactivated all plugins except theme plugins, then it may not be a plugin conflict. Also check any custom code you might have entered in the theme panel, or modification made directly to the theme files. Deactivate any child theme you might be using as well.
The 404 error could mean that there are no permissions to access the item, and the serve is refusing action.
You could check if everything is in order in this regard
– http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
Thanks
Hi,
There should be no problems in accessing and saving theme panel settings, from the theme perspective. The theme has these requiremenets
– https://forum.tagdiv.com/requirements-for-newspaper/
These along with the guide provided previously should provide proper functionality.
I suggest you try a fresh theme install by FTP
– https://forum.tagdiv.com/install-via-ftp/
Use only theme plugins, deactivate all other plugins. Do not enter any custom code in the theme panel, or in the theme files. Deactivate any child theme you might be using.
Then heck if the issue is still present.
Thanks
Hi,
here they are the page content: https://pastebin.com/G44FJ4gy
The original page is https://www.beart.fr/ (but I added the fix into style.css from my child theme)
-
This reply was modified 8 years by
lucie_barragan.
Ok so if I copy td_block_template_4 and edit it into my child theme.
Is it enough or Ishould to go to tagdiv composer and save the page ?
thanks
Simion, sorry but I’m confused. In this other reply you just gave, you say I should create a child theme. (https://forum.tagdiv.com/topic/google-rich-cards-and-json-ld-markup/#post-190275) But here you’re saying I can just add the JSON-LD markup to the individual post.
Doesn’t Newspaper automatically add the Articles markup to every post? What I’d like to do is keep that, but just change the markup on some posts. Is there a way to change some but still keep the Newspaper “Articles” markup for all the others?
Can you tell me step by step what is the best way to markup some posts without changing the main theme files? Or is that impossible?
Hi,
You can add the code in the header through a child theme, that way it will not be lost when the theme is updated
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Create a child theme and copy the header file located in the main theme folder, inside the child theme folder.
This is the purpose of having a child theme, to make customization to the theme without losing them after updating. All the files that can be modified through a child theme are mentioned in the guide.
More information about child themes in general here
– https://codex.wordpress.org/Child_Themes
Thanks
I disabled the child theme and it worked for a bit but then it stopped. It is not a plugin issue.
Thanks Bogdan. I don’t want to remove the existing theme markup for articles. I just want to add the markup for recipes, products, and reviews.
So…
1) It sounds like if I add schema markup to posts and pages, the theme updates will overwrite them. Did I understand that correctly?
2) If #1 is true, how do you suggest people add schema markup? Do they have to make a child theme first?
3) and… Now that I already have my site up and running, should I be switching to creating a child theme? I’d rather not, but I’m worried about not having a way to add the schema markup.
4) When I make Tagdiv recommended changes to increase my site speed, will those get overwritten with every new update of the theme?
-
This reply was modified 8 years by
travisnw.
Hello,
Please make sure your theme is up to date and your visual composer as well. Please download the latest version from your envato account and install the latest version of the visual composer plugin found in the main theme package.
Current versions:
Theme: 8.1
Visual composer: 5.2.1
If the options are still not there, please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hi,
Try checking the plugins as well.
Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
The only files that will work from the child theme are presented here: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Unfortunately the file you mention is not editable through the child theme.
Thank you!
Hello,
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Let us know if you still have this problem without plugins.
Thanks.
Hi,
Please check the all the theme panel custom code sections and see if the code is present in one of these sections. If you edited any file from the theme directly check that as well. If you have a child theme, it might originate from there. Switch to the main theme and see if the code is still present.
Thanks
Hello,
This could be a plugin conflict so please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hello,
I wanna do a change to the file Newspaper\includes\wp_booster\wp-admin\content-metaboxes\td_templates_settings.php, but in order to avoid losing the changes with the future updates I would like to use my child theme (already using it for functions.php).
Is it enough to copy the file in Newspaper-child\includes\wp_booster\wp-admin\content-metaboxes\td_templates_settings.ph and do all my changes here? Will it load?
Hi,
If it needs to be placed in the head, insert in the header theme file, between the head tags
– https://www.screencast.com/t/VrkBzpze9
Any modification made directly to the theme files will probably be lost when the theme is updated.
You can make modification through a child theme, as this will not be affected by the theme update
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thanks
Thanks, Simion. That is a really useful article — better than the ones I found. A couple questions:
1. If I add JSOD-LD markup to my posts or pages, will it get overwritten when I update the theme next time? I’m not working in a child theme… That article says this but I’m not sure if it is true for Newspaper:
To implement schema using microdata, essentially you will be taking your existing HTML and adding various attributes and possibly elements. You will need to edit your theme for the following examples. If you are using a theme created by somebody else, then please make sure you create a child theme, else your changes could be overwritten if the author updates their theme.
-
This reply was modified 8 years by
travisnw.
Hi,
The php version is ok. It is most likely a plugin conflict.
Please disable all plugins except the page builder, clear cache and reset cdn files if you use it. Please also check any custom code you might have added to the theme panel or the theme files. If you use a child theme, please switch to the main theme to make sure it does not affect the proper functionality of the theme.
Thank you!
Hi,
Disabling the tagDiv composer should not have any effect in pages built with Visual composer or crash the website or page.
There might be other factors that could be causing this kind of layout issues. Plugins, custom code in theme panel or in the theme files, customization of the theme elements (like blocks and modules) directly or through a child theme.
If you could maybe provide a link to the website you mention with the layout issues, we could inspect it.
Try using the browser inspector to inspect the block mentioned, and maybe identify what is causing it to display like that and where is it coming from.
Thanks
Hi,
Yes, there might be a flash before the code applies. Enter the code in the main theme stylesheet, or the child theme stylesheet directly and it will load on page load with the rest of the content. The sidebar should not be visible anymore.
Thanks
Hi!
I need your help asap! the design I had changed… I am using NewsmagVersion: 4.0 with child theme supplied with it. previously I had same settings. I just deleted old main and child theme and replaced with new one… Now after the new update my blocks looks different plz check here http://seaothouston.org
1. you will see how “block 1” appeared wrong..the small posts should be at the right side but they are coming below the big one.. How to fix that? I want same look as https://www.dropbox.com/s/e42vcu8p6qkn8hd/lookCapture.JPG?dl=0
2. Also can i get the 5.1.2 version of the wpbakery? https://www.dropbox.com/s/1urt47iwz9uznjx/wpbakery.JPG?dl=0
the plugin panel showing there is an update.
Hope to get a reply soon. Thanks for the help in advance!
Regards.
Satabdi B.
Dear team
I have a problem with saving a page using the TagDiv Composer. When I open a blank new page in the Composer, do some changes and hit save, the Save button never stops loading. When I check the console, I see the Save button calling the following URL: https://te2.malazachadzka.sk/wp-json/td-composer/save_post?uuid=54536bd1-923b-f9ad-9ed0-f658750eb48a , but the response is a 404 (or 500) with a rest message:
{
"code": "rest_no_route",
"message": "No route was found matching
the URL and request method",
"data":
{
"status": 404
}
}
This is very strange, because calling https://te2.malazachadzka.sk/wp-json/td-composer/ returns a proper reply, listing all methods, including save_post.
I would like to make sure that the Save button works properly before I migrate from Visual Composer to your new shiny great TagDiv composer.
I’m using Newspaper theme version 8.1 with a child theme. Happy to provide a temporary admin account to my site over email if needed.
Many thanks for your help!
Kind regards
Matej
Hi,
You could do that by modifying the header style template file. This template file can be found here
– https://www.screencast.com/t/zBpb1ePuI6
Opening the template you can see the structure of the header and the elements. Try and re-position the header ad foe example, above the main header menu
– https://www.screencast.com/t/74hkcihy8ss
– https://www.screencast.com/t/jy5bZKe4XV
– https://www.screencast.com/t/XePVZhu5Q4
These modifications to the header files can be made through a child theme as well.
Thanks
Hi,
The theme is fully tested and works properly. It does not contain any malware or redirects to other websites. Only use the theme downloaded from themeforest not from other sources, like Chris mentioned. If you checked the database with the security solutions provided by Chris, install the theme again and see if the problem is still happening
– https://forum.tagdiv.com/install-via-ftp/
Remove all other plugins except the ones that come with the theme, in the theme package. Do not use any custom code in the theme panel or directly in the theme files. Do not activate any child theme you might have.
Thanks