Search Results for 'child theme'

    No search results were found in Documentation!

Results from the Forum
Anamaria
tagDiv Staff

Hi,

If you want to edit the code depending on the type of header you use, you must edit a certain file.
-> wp-content/plugins/td-composer/legacy/Newspaper/parts/header/td-login-modal.php
-> wp-content/plugins/td-cloud-library/parts/tdb-login-modal.php
Please note that any change you make in the theme files after update will be overwritten and you have to make the changes again. Better save the code somewhere and then apply it again after every update. Or you can set them in child-theme, please take a look in the documentation: https://forum.tagdiv.com/the-child-theme-support-tutorial/
Also, does the option to recover the password from the WordPress login page work?

Thank you!

Anamaria
tagDiv Staff

Hello,

This is a very strange situation. Do you have the same plugins and options for both websites?
I think that you have a plugin conflict there. Have you checked for a plugin conflict? Please deactivate ALL plugins except tagDiv ones; also, if you use a child theme or cache plugin, deactivate them, clear all cache, and try again.

Thank you!

Calin
tagDiv Staff

Hi zelatech, this is a little more complicate, first you need to identify the template that you are using on the page/article where you want to add the taxonomy, after that you’ll need to edit that template file and add the code for your taxonomy to be displayed (this depends on the code/plugin you are using). As an example you are using the taxonomies on articles and you have style 2, in this case you’ll need to edit those files:
– wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-2.php
– wp-content/plugins/td-composer/legacy/Newsmag/parts/single/single_template_2.php
Also, some of those files can be set in a child theme, so those will not be changed when the theme will be updated – https://forum.tagdiv.com/newsmag-child-theme-support/
I hope this will help you!

Anamaria
tagDiv Staff

Hello,

1. Please follow the steps from this topic: https://forum.tagdiv.com/topic/error-at-zones-6models-1dom-the-model-does-not-match-the-content-currene/. If you have a child theme, please use the main theme.
2. You can find the page here https://cloud.tagdiv.com/#/single/page/Pages/2412 When you create a plan, you can set it here the publish limit and set the post type -> https://i.imgur.com/pdfKIzy.png Also, you can find the subscription plan here https://i.imgur.com/qApmmFu.png and if you want to add the page for submit you can see the page id here https://i.imgur.com/VTnBG6d.png https://forum.tagdiv.com/create-frontend-submission-form/

Thank you!

Anamaria
tagDiv Staff

Hello,

You can create a child theme or, after every update, add the code to the functions file again https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you!

theheritagelab
tagDiv Member

Hi @Anamaria, I managed to do this and generate a shortcode that I can add to any page / post to display the quiz (not the front end creation for it yet). However, I’ve added it to my functions.php code. I don’t use a child theme yet.

Please suggest how I can update the theme without losing this. Should I move to a staging site, create a child theme and then update? How to copy everything to a child theme?

Anamaria
tagDiv Staff

Hello,

I think that you have a plugin conflict there. Have you checked for a plugin conflict? Please deactivate ALL plugins except tagDiv ones; also, if you use a child theme or cache plugin, deactivate them, clear all cache, and try again.

Thank you!

damonsomu
tagDiv Member

Hi Anamaria,

I know about the custom ad placements via Composer/Cloud library. It’s not about the posts. My query is regarding adding more custom ad spots in theme panel via API/child theme. Hope you got my point. You may refer to this support trail for what I’m asking for.

Calin
tagDiv Staff

Hi Setrey,
Normally if you are using standard templates, then the theme will automatically set a H1 on logo if there is no element for page title in the page/template, if there is a page title, then the H1 will be on it and not on logo.
Also, if there are using cloud templates then the H1 can be removed using the theme builder, tagDiv Composer.
Now in case that you want to edit the files, then I will recommend using a child theme and the files that should be edited are:
– wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-h1.php (replace the h1 with anther html tag like p/div/span …) – https://i.imgur.com/VTXpfNM.png
– wp-content/plugins/td-standard-pack/Newspaper/parts/header/logo-text.php (if you are using text logo) – https://i.imgur.com/9dGOsJI.png

Now for mobile theme if is used then it can be edited from here – wp-content/plugins/td-composer/mobile/parts/logo.php unfortunately this will not work in a child theme.

I hope this will help!
Thank you!

Anamaria
tagDiv Staff

Hi,

Have you tested without a child theme, and does it work? It depends on what you have in the child theme, the version of the theme, and the child theme.

Thank you!

Calin
tagDiv Staff

Hello seansingh, unfortunately the theme and WordPress do not have this option for category page, the only options that the theme adds on category are those – https://i.imgur.com/qHQUKxa.png if you need the sort posts alphabetically on Category Page you can try some plugins or custom functions.
If you want to try a code, you can try this one – https://pastebin.com/sfwXPMyP this code should be set in functions.php in a child themehttps://forum.tagdiv.com/newsmag-child-theme-support/
Thank you!

mendel@codebludev.com
tagDiv Member

what would be the isuse with my child theme, how do i set it up correctly

Calin
tagDiv Staff

Hi simchris, so you’ll need to assign the single post template for a specific category, to do this you’ll need to make the above steps + a code in child theme in functions.php that is checking the current category from the post, the code is this one – https://pastebin.com/ze681p93
I hope this will help you!

Anamaria
tagDiv Staff

Hi,

Please follow the steps from this topic: https://forum.tagdiv.com/topic/error-at-zones-6models-1dom-the-model-does-not-match-the-content-currene/. If you have a child theme, please use the main theme.

Thank you!

happypeoplepickleball
tagDiv Member

Hi, I cannot follow the instructions to revert to an old revision. I do not have a child theme. I cannot revert to an old revision.

I have emailed support with access to my website, please have them access my website and fix the error. The error is located in the Woo Categories Archive Template.

Thank you!

Calin
tagDiv Staff

Hi simchris,
If you need to edit the single_template_2.php this is under wp-content/plugins/td-composer/legacy/Newsmag/parts/single/single_template_2.php and it should be set in a child theme under Newsmag-child/parts/single/single_template_2.php and you should also include the file loop-single-2.php
I hope this will help you!
Thank you!

Anamaria
tagDiv Staff

Hello,

Did you make changes to the theme files? Did you use a child theme?

Thank you!

Anamaria
tagDiv Staff

Hello,

I just checked now and seems to work https://i.imgur.com/jVy7OHd.png -> https://i.imgur.com/cfFsOfI.png Do you use child theme? if yes, please use the main theme.

Thank you!

Anamaria
tagDiv Staff

Hi,

Please follow the steps from this topic https://forum.tagdiv.com/topic/error-at-zones-6models-1dom-the-model-does-not-match-the-content-currene/ if you have a child theme; please use the main theme.
You can try to revert an old revision on a page/template -> https://www.wpbeginner.com/beginners-guide/complete-guide-to-wordpress-post-revisions/

Thank you!

Anamaria
tagDiv Staff

Hello,

Do you have a child theme created? Have you checked for a plugin conflict? Please deactivate ALL plugins except tagDiv ones; also, if you use a child theme or cache plugin, deactivate them, clear all cache, and try again.

Thank you!

Dweb
tagDiv Member

I have created an admin user for you on WordPress, and an email has been automatically sent by WordPress for credential setup. The user has been added using your email address, contact@tagdiv.com. How do I update the child theme?

Anamaria
tagDiv Staff

Hello,

Yes, the child theme needs to match with the main theme version.
Also, please let me know the subject of the email.

Thank you!

Anamaria
tagDiv Staff

Hello,

Have you checked for a plugin conflict? Please deactivate ALL plugins except tagDiv ones; also, if you are using a child theme or cache plugin, deactivate them, clear all cache, and try again.
Also, please check this guide https://forum.tagdiv.com/tagdiv-composer-not-working/

Thank you!

Dweb
tagDiv Member

I’ve created an administrator account for you with the specified email address. I also ask you to check the issues with the logo display on mobile. The video I was recommended shows options that aren’t available in my page builder, which I think is a version issue. Now, I wonder if the child theme version needs to match the parent theme version, because I have the parent theme at version 12.6.5, while the child theme is at version 9. The demo video gives instructions for versions after 10. Thanks, I await information

Anamaria
tagDiv Staff

Hello,

Have you checked for a plugin conflict? Please deactivate ALL plugins except tagDiv ones; also, if you are using a child theme or cache plugin, deactivate them, clear all cache, and try again.

Thank you!

Viewing 25 results - 376 through 400 (of 12,866 total)