Search Results for 'child theme'

    No search results were found in Documentation!

Results from the Forum
Simion C.
tagDiv Staff

Note that we had no other requests such this as far as I can remember. We are not aware that this simple edit option can result in such an inconvenience.
Through a child theme this modification would not be possible, only in the main theme.

If this is interfering with your website in such a level and you are not satisfied with the theme for this reason, we could provide you a refund is you request it. Sorry again for the inconvenience.

Simion C.
tagDiv Staff

Hi,

Maybe there are errors, check with the browser inspector tool in the console. Potential errors can be seen there.

Then check the basics, theme requirements guide
https://forum.tagdiv.com/requirements-for-newspaper/
Check if plugins are the cause, check theme modification if you made any, check custom code used, also child theme. Check with hosting to see if anything happened.

booksama
tagDiv Member

There is no way to do it with a child theme?

“This option is considered a feature, users that have the right are able to edit the post directly from the page, not by searching for it in the backend. It is very helpful.”
This is a joke, right? You don’t understand how full page cache works do you?

Bogdan B.
tagDiv Staff

Also, the images could be affected by a js error. 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!

simchris
tagDiv Member

Did you update the plugins as well? Clear cache/disable cache plugins if any?

Going from 7 to 8 is major upgrade. Any custom child theme elements will also need to be redone; so you may have to disable child theme from 7 when going from 8.

encodia
Participant
#0

Hi there,

is it possible to ovveride the “mobile” theme in my Child?

gdg161987
tagDiv Member

I already figured it out. I enabled the debug mode of WordPress and the problem was in the functions.php of the child theme. There was some strange code in there. The code doesn’t even exist in your functions.php of the child theme. After i removed the code, everything was functioning fine.

Simion C.
tagDiv Staff

Hi,

If FTP is not available, you can zip the package and install the child theme with WordPress
https://www.screencast.com/t/QNBunCmHjubU
FTP would be the most reliable and recommended method to install/update themes
https://forum.tagdiv.com/install-via-ftp/
Please let us know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

1. Indeed, changes made in a child theme to theme files will not be lost. So if you plan to make consistent modifications to the theme files, you should use a child theme. The guide mentions which files are supported by the child theme.

2. The guide also mentions where the child theme provided in the theme package is found
https://www.screencast.com/t/XrIi08OGdLY
https://www.screencast.com/t/hKg84dh2q
Best you use the provided child theme, it contains standard stylesheet and functions file.
Let us know if you have more questions, we will try to help you.

Thanks

Edward
tagDiv Member

Extract all 3 files

functions.php
screenshot.png
style.css

from the Themeforest archive

/code/Newspaper-child/

to a folder

wp-content/themes/Newspaper-child/

on your hosting (server) with your wordpress-site

and activate the Child Newspaper Theme in admin-panel.

sustainablesociety
tagDiv Member

Usually, child-theme installation is done just like the parent, through zip files. I understand that this tutorial shows how to put child-them files manually, which is not exactly simple, right? Also, I’m not sure if I have to do ALL these steps or just the first one?

Edward
tagDiv Member

A sample child theme is available in the /code/ folder in the package that you downloaded from Themeforest.

https://forum.tagdiv.com/the-child-theme-support-tutorial/

sustainablesociety
Participant
#0

Hi there, how do I install the child theme, since there isn’t a child theme zip file?

fkstories
tagDiv Member

Hello Catalin,

Thank you for your reply.
1) Then if i make any update with child theme i will not lose any content or CSS right?
2) Because you did not have already Child Theme i create one with this plugin “Child Theme Configurator” is it ok? Is there any way to check if my child theme works correctly?

Thank you in advance!

Catalin
tagDiv Staff

Hello fkstories,

If you want to make some custom changes in the theme, notice that we recommend using the Child Theme, because if you will edit the actual core files of the theme with your changes, when you will update the theme, all the files will be overwritten and you will lose these changes. For more information about Child Theme, please consult the following useful guide from here -> https://www.wpbeginner.com/beginners-guide/wordpress-child-theme-pros-cons/ and here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Hope this helps!

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

Could you provide a link to the website so we can take a look?

Do you use the mobile theme plugin? Does the error display at all times if you check in the browser inspector console?

Seems like a conflict with a code entered somewhere in the theme files or theme panel, or loaded by a plugin.

Are you absolutely sure that you deactivated all plugins (except theme plugins), all code added in theme files and in theme panel, deactivated the child theme if used, cleared cache or CDN if used. Remove any theme modifications you might have made.

Simion C.
tagDiv Staff

Hi,

The breadcrumbs will show one level of parent-child category, there is no setting to change that at the moment. The same would be for the cloud single templates.
I am now aware of any plans to make modifications to the breadcrumbs. Sorry for the inconvenience.

I mobile the last element of the breadcrumbs is not shown, I could give you a code to make it appear, enter it in Theme panel->Custom CSS
https://www.screencast.com/t/sOFVXiLycS

@media (max-width: 767px) {
.single-post .td-bred-no-url-last{
display: inline;
}}

Regarding that hidden category, where exactly is it still showing? That option will remove it’s tag from the single post pages and category pages. I see you don’t show any category tags in post pages for example.

Thanks

fkstories
Participant
#0

Hello,

Because there is no a Child Theme i tried to create one with this Plugin “Child Theme Configurator”.
In comments section in theme forest your collage told me that i do not need a child theme.
If i do not use the Child Theme and i use the Default i will have problem when i want update the Theme or i lose custom CSS?
Also if your theme need some changes in PHP how can i make without Child theme?
Thank you in advanced

Simion C.
tagDiv Staff

I made a quick test with that plugin, it added the episodes post type. I added a few episodes
https://www.screencast.com/t/u6XYZpP2f
I then configured a block to show the podcast post type, using the load more pagination as well
https://www.screencast.com/t/exLyqAfVnYFg

The posts are not repeating for me
https://www.screencast.com/t/ReT9htv8fo
https://www.screencast.com/t/lpSvjXDqq
https://www.screencast.com/t/ska4HbH4g

Maybe the problem is elsewhere in your case, you could try to deactivate all other plugins, except theme plugins and the plugin. If you use a child theme that contains code or theme modifications, deactivate it. Temporarily remove custom code or functions added in the theme files directly.

I used the latest version of the theme in my test.

Simion C.
tagDiv Staff

I believe those files are not supported to be modified through the child theme, that means you will have to modify theme directly. Make a backup of them and replace the new ones after a theme update.
Before doing that however, be sure to first check if they appear in the list of modified files provided in the theme changelog, maybe they will be modified on our part as well.

ananas
tagDiv Member

thank you!

i had to make changes in sidebar.php and td-config.php
did I understand correctly that these changes cannot be included in the child theme or is there a way to do so?

Simion C.
tagDiv Staff

Hi,

You can only disable only the whole filter in the theme panel
https://www.screencast.com/t/EAoZ06zMT

However I could give you a CSS code to remove that option
https://www.screencast.com/t/LubDeOqBe
Enter it in Theme panel->Custom CSS if you should consider using it

.category .td-pulldown-filter-list li:nth-child(5) {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The cloud library plugin will work only with theme versions 8.8 and above. It will work only with the tagDiv composer as well and will allow users to design post templates easily. More beautiful templates are on their way.

For adding a new post template by code there is no guide I can provide you. You could modify an existing one if required. In a loop file you can modify the structure of the template (it is possible to modify it in a child theme)
https://www.screencast.com/t/HujVnLkOu

Depending on what exactly you want to do with the template, CSS may have to be used as well
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

If you should decide to update the theme and benefit from all the fixes and additions from 8.1 until 8.8.2, this is a guide
https://forum.tagdiv.com/how-to-update-the-theme-2/

You can see the changelog at the bottom of this page
https://themeforest.net/item/newspaper/5489609

Thanks

Bogdan B.
tagDiv Staff

Hello,

Unfortunately there is no one solution to fit all issue. This error can be caused by a whole number of issues. It has to be investigated for each case in particular.
There are a few steps you can take into trying to debug this issue though.
The first one would be to make sure there is no 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.
Also make sure you meet the requirements for newspaper: https://forum.tagdiv.com/requirements-for-newspaper/ check the system status section of the theme as it will let you know of any major problems that can cause errors on your site.

If all else fails, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.

Thank you!

Bogdan B.
tagDiv Staff

If this dos not do it, please also try to 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!

Viewing 25 results - 7,926 through 7,950 (of 12,866 total)