Search Results for 'child theme'

    No search results were found in Documentation!

Results from the Forum
Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If there are still some problem, please provide me a link where I can check these problems!

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If there are still some problem, please provide me a link where I can check these problems!

Let me know the results!
Thank you!

domien
tagDiv Member

Hi Calin,

Thanks for your reply. We installed the last version of the child theme, and we get Version: 9.0c , is this correct?
Thanks

Vlad S
tagDiv Staff

Hello !

Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Please note that we answer the topics from Latest to Newest Monday – Friday from 08:00AM to 05:00PM GMT+2 So multiple replies to your topic will only make us to get harder to your topic.

Thank you !

Vlad S
tagDiv Staff

Hello !

All the available files in child theme are available in our documentation here: https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you !

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Also we do recommend using the Mobile Theme plugin. Follow our tutorial here: https://forum.tagdiv.com/the-mobile-theme/

Thank you !

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Vlad S
tagDiv Staff

Hello !

We have tested this on our side and as you can see it works perfect: https://www.screencast.com/t/og2hCWpQbR

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If there are still some problem, please provide me a link where I can check these problems!

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Theme activation -> https://tagdiv.com/how-to-activate-the-newspaper-theme/
Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Please make sure that all the settings are like in our requirements, please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

Let me know the results!
Thank you!

Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If there is still a problem, please provide me a link to your website where I can check these problems.

Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If the problem persist, please set this code in functions.php -> wp-content/plugins/td-composer/legacy/Newspaper/functions.php
add_action('admin_head',function() {
echo '<style>.td-gutenberg-editor .editor-styles-wrapper .wp-block {max-width:726px;}</style>';
});

Or you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you!

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thank you!

Vlad S
tagDiv Staff

Hello !

Please provide a link to your website in order to inspect.

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Alan Feng
tagDiv Member

I found the “LOGIN MODAL” must be included by the comments template
/td-composer\legacy\common\wp_booster\comments.php LINE:119


if ( get_option( 'comment_registration' ) && ! is_user_logged_in() ) {
require_once( TDC_PATH_LEGACY . '/parts/header/td-login-modal.php');
}

What is the best way to inherit this comments template and modify it in child theme?

thank you

Alan Feng
Participant
#0

Hi,

Is it possible to override the comment template in child theme.
I have some custom field need to add.

I already use child theme to create website.
But have no idea how to override the comment template.

gumball44
tagDiv Member

Yep I need it.. If I deactivate mobile cache, it’s mobile them wich are deployed..not amp.. I face a huge problem.. Could you check my .htaccess and functions.php Child theme, I added some codes..maybe one of them is the problem ? no ?

  • This reply was modified 6 years by gumball44.
Vlad S
tagDiv Staff

Hello!

Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Calin
tagDiv Staff

Hi,

In newspaper theme is recommend to use the child that is in Newspaper package because the standard templates were separated in standard pack plugin, so all you’ll need to do is to replace the Newspaper child folder and if you have set there for example single-loop-2.php then you’ll need to set them in sub folders (parts/single wp-content/plugins/td-standard-pack/Newspaper/parts/single/loop-single-1.php -> https://i.imgur.com/YpMRUXb.png) -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ that is the only thing why we recommend to change the child

Thank you!

Viewing 25 results - 5,151 through 5,175 (of 12,866 total)