Hi,
There are settings for most things, so if a setting is created for a customization, there would be no need to make it custom. For creating CSS code there is a guide you can read
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
This is useful when for example there is no setting for a modification you want to make, or the setting is general and you want something more specific.
I would mention that on contrary you should not worry yourself with the child theme from the beginning. Until you get more familiarized with the actual theme and it’s capabilities and structure there would be no reason to have one.
If in the future you should require one or we recommend you to create one for a specific reason, you can use it then.
Child themes require maintenance as well, so you will have to monitor theme updates and changelogs to keep it up to date.
Thanks
Hi,
Try that plugin, or try others. Make tests and choose the one you like. I did not try any of theme, but maybe some other users can make some recommendations if possible.
Hi,
Those were moved quite a while back, they are now in the Formats dropdown
– https://forum.tagdiv.com/post-formats-for-tinymce/
So simply extend the toolbar and access them
– https://www.screencast.com/t/wnDNm74M6
We will modify that guide, thank you for mentioning this and sorry for the confusion.
Thanks
@billybatz9 We could provide it to you. Send us an email at contact@tagdiv.com and request it.
Please check if you are you using the latest AMP plugin
– https://www.screencast.com/t/M7kbFZ8ZQ6ft
The errors are caused by the a few meta tags which use inline CSS
– https://www.screencast.com/t/NMucXndnhAJ
Are you using some custom implementation or plugin for extra meta for the posts?
I checked and these errors are not displayed in a default post on my end.
Thanks
Then it is more likely that there are insufficient resources, increase them as mentioned. WP-memory can be set higher then recommended.
Hi,
The new post templates will not affect the permalinks. Try re-saving them in WordPress settings. Simply import a new post template and modify it if you wish or save it as it is. Then apply it for the posts you want. The sharing should not be affected.
Please correct me if I misunderstand, also provide some more details about what exactly is happening.
Thanks
Hi,
You can simply update normally, no need for a step by step update. Update by FTP and replace the old theme with the new one
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Be sure to make a backup before, just to be safe. Also review the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
And check the theme changelog (bottom of the page)
– https://themeforest.net/item/newspaper/5489609
Thanks
Hi,
The ajax search is working as before, there were no modifications to it
– https://www.screencast.com/t/BilFklwLVD
Maybe there is a conflict of some kind, check with the browser inspector if there are any errors in the console.
Thanks
Hi,
If absolutely required and if you decided to continue using WPBakery, you can enable the support for posts in the plugin settings
– https://www.screencast.com/t/VgpekLH7X
We do not recommend this however, more so if you should in the future switch to the tagDiv composer
– https://forum.tagdiv.com/how-to-use-visual-composer/
Thanks
Hi,
There should be a notification in the theme system status panel when an update is available, also you should receive an email.
These would be the theme update methods and useful advice before making an update
– https://forum.tagdiv.com/how-to-update-the-theme-2/
The most recommended and reliable update method would be by FTP.
Thanks
Hi,
Indeed, that code will remove any h1 in the whole post page. Try it like this
.post-8422 .td-post-header .entry-title {
display: none;
}
Thanks
Hi,
Please try to provide some more information about what exactly is happening. The composer can be used for all pages. Try creating a new page and see if the compose appears as an option to edit it. Let us know.
Thanks
Hi,
Translated categories will display in the ajax filter, if you are creating a translated version of the whole page
– https://www.screencast.com/t/Zx7iEAkqv
Then your translated categories will be displayed in the filter as you enter them.
Thanks
Hi,
First please check if the composer has been updated automatically
– https://www.screencast.com/t/KrNMbjVQr
Delete it and reinstall it from here, if an older build is used
– https://www.screencast.com/t/nSP4S0JV3
Also try increasing the WP-memory to a more higher value if possible, that may not be enough
– https://forum.tagdiv.com/requirements-for-newspaper/
Then activate the tagDiv composer again. Let us know the results of this.
Thanks
Hi,
The theme will crop the images you set as featured image, each module has it’s own thumbnail size
– https://forum.tagdiv.com/featured-image/
– https://forum.tagdiv.com/theme-thumbs/
– https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
A module will always display the same thumbnails, it cannot be modified. So you could change the block type or grid that you use, if you want different looking modules. Here are all the block types (check Features menu)
– https://demo.tagdiv.com/newspaper/
At the moment there are also two flex blocks, which can be configured by you, they are not predefined
– https://tagdiv.com/go-beyond-flexibility-new-flex-block/
Thanks
The new templates are not like the default templates, they are like pages more or less, containing tagDiv composer elements. I don’t know about that minification issue, I never tried or tested in the matter.
It is unusual that it happens only with that template, there is nothing different about it in regards to other templates. They are all built with the new composer elements
– https://www.screencast.com/t/zUS1FAaOTL
I can’t say unfortunately for the moment if there will be modifications or additions to the default post templates, or other default templates, in the future. I am not aware of such plans.
Hi,
That would be Big grid 3, the gird uses these modules types
– https://forum.tagdiv.com/theme-blocks-modules/
The big module is module MX5 which uses this thumbnail size
– https://www.screencast.com/t/Gu7pFfmn5
Thanks
Hi,
You could modify the code, a specific setting for that does not exist. Similar topic here
– https://forum.tagdiv.com/topic/newspaper-mobile-plugin-make-it-show-only-2-big-featured-posts/
Thanks
Hi,
That would happen if you enter the category IDs in the category filter as you are doing. The block will be filtered instantly.
The ajax filter field is below that setting
– https://www.screencast.com/t/n7coJKRu5Mi
Enter the IDs there and if they have posts they will appear above the block in the filter.
Thanks
Hi,
That would mean the mega-menu is not created properly. The chosen menu item to be a mega-menu must not have sub-menus
– https://www.screencast.com/t/JCZaeZOVRrG
If it has sub-menus these will be displayed under the mega-menu, as it happened for you. If you follow the guide there will be no problem creating it properly.
– https://forum.tagdiv.com/mega-menu/
Thanks
Hi,
I wouldn’t know if that is possible, I never tested such plugins and how they work. But what I can say is that the theme will only display an author name if the post is published by an author, or user who can publish posts and an author is selected. Admins can select from available WordPress author roles
– https://www.screencast.com/t/tNSlzmyqvld
Thanks
Hi,
For the review bars and final score try a code like this
– https://www.screencast.com/t/ZjZr7vgPuNc
.td-rating-bar-wrap div {
background-color: red;
}
.td-review-final-score {
color: yellow;
}
Thanks
@iamkingsleyf Let’s continue in one topic, no need to have the same conversation in multiple topics. Replied in your other topic.
So the page you created does not save. What exactly is happening? Check the theme system status and review the requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Also WPML requriements
– https://wpml.org/home/minimum-requirements/
At least 128MB of WP-memory is needed, so you should set it as high as possible.