Search Results for 'child theme'

    No search results were found in Documentation!

Results from the Forum
Calin
tagDiv Staff

Hello,

I just checked this problem and for me is working normally, please provide some more details, what header are you trying to edit?
Also this can be a plugin conflict, please deactivate ALL plugins except tagDiv Composer and tagDiv Cloud library, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you!

Calin
tagDiv Staff

Hello,

Did you made some changes in theme core? also you can check the theme requirements to make sure that are set as in our guide from here – https://forum.tagdiv.com/requirements-for-newspaper/

Also this can be 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

Hello,

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.

Also please check this similar topic ->https://forum.tagdiv.com/topic/hi-all-icons-social-media-search-icons-etc/

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hello,

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.

Also make sure that you install the theme as in our documentation from here .
Theme activation -> https://tagdiv.com/how-to-activate-the-newspaper-theme/

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hello,

This can be 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 some more details and some screenshots about this problem.

Thank you!

Calin
tagDiv Staff

Hello,

This can be 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.
Also please provide me a link where I can inspect this problem.

Thank you!

Calin
tagDiv Staff

Hello,

These kind of problems usually appear when there is 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.

Also for revolution slider you can check our documentation from here:
How to install Revolution Slider v5
Import Revolution Sliders on demos

Let me know the results!
Thank you!

Calin
tagDiv Staff

Hello,

Please make sure that you update the theme conform to our documentation -> https://tagdiv.com/update-newspaper-theme/ ( make sure that you delete the old theme version and theme plugins before you make the update ).
Also make sure that you are using only the child theme that come with the theme package -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you!

RobinKiera
tagDiv Member

Hi,
Thank you for your reply.

1. Thank you, the code works.
2. Version 9.7.3 and Version 9.8’s child theme file (Function.php and Style.css) are the same, though I replaced it but it didn’t work. I also reuploaded td-composer plugin from downloaded zip but that didn’t work either.
3. I did that too, Deactivate all plugins and active only the newspaper theme and composer plugins, reinstalled wordpress that didn’t work too. I hard refreshed it, change browser and it didn’t work either. here is the error log

1.wp-content/plugins/td-composer/includes/wpeditor.php
Uncaught ReferenceError: ajaxurl is not defined
at HTMLDocument.<anonymous> (wpeditor.php?wp_path=/home/digit760/public_html/:411)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at Function.ready (jquery.js?ver=1.12.4-wp:2)
at HTMLDocument.J (jquery.js?ver=1.12.4-wp:2)

2. Uncaught TypeError: Cannot read property 'activeEditor' of undefined
at window.loadIframe (wpeditor.php?wp_path=/home/digit760/public_html/:175)
at onload (wpeditor.php?wp_path=/home/digit760/public_html/:278)
window.loadIframe @ wpeditor.php?wp_path=/home/digit760/public_html/:175
onload @ wpeditor.php?wp_path=/home/digit760/public_html/:278

the same file as above.

3. If I use a child theme, the following error will be added to console log.

.....wp-content/themes/Newspaper-child/font-newspaper.css?ver=9.8 net::ERR_ABORTED 404 (Not Found)

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

Calin
tagDiv Staff

Hello,

1. This problem appear after the last Chrome update, in order to fix it you’ll need to add in theme functions.php this custom code

add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
);

Paste the code here: https://www.screencast.com/t/kMKPrLsg7Tk

2. Please delete the only/actual child and set the child from the last package of Newspaper theme.
Also this problem can appear if you do not set all the files that need in child theme, please check our documentation for child theme here .

3. This can be 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.

Thank you!

Calin
tagDiv Staff

Hello,

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.

If there is still a, please make sure that you do note 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.

Thank you!

Calin
tagDiv Staff

Hello,

This can be 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.

If this is not working, please provide me a link where I can inspect this problem.

Thank you!

Calin
tagDiv Staff

Hello,

You can get the functions.php and footer.php from theme, but those are only the basic files, but you can get the files from wp-content/plugins/td-composer/legacy/Newspaper/parts/footer&header and set theme in child theme, also you can get more information from our guide .

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hello,

Please check our documentation for When tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/
Also, please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Unfortunately I can not see the error that you have, please provide some screenshots.

Thank you!

RobinKiera
Participant
#0

So I updated to new Theme, new child theme and all plugins.
1. This issue came up: https://nimb.ws/XU0N3A on post and page, It works when I deactivate tagdiv composer. The problem lies in post, page. It also works on classic builder and when I install Gutenberg plugin By Gutenberg Team but not in default like it used to.
2. Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet. I see this error even I have updated all files from the zip I download. I double checked and all file are there. https://nimb.ws/NG8Ted
3. Wp Editor error, https://nimb.ws/rx73wR can’t save nor can I switch. This problem was there before update.

Thanks

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

ahmetekinler
tagDiv Member

Thank you so much.

So when I want to add functions.php and footer.php files, where do I add them?
Child theme or root theme or composer/newspaper ?

Simion C.
tagDiv Staff

Hi,

So you would like to create a single template for a CPT? That is possible in a child theme. You can copy a template from the composer (both single and loop files) in the child theme main folder, for example template 2 – https://prnt.sc/p83m25

Then rename them in the child theme as the events CPT name is https://prnt.sc/p83s0a -> https://prnt.sc/p83nc1 (I used a CPT added by an Events plugin)

Now it’s required to make a small modification in the loop file you copied in then child theme -> https://prnt.sc/p83olv

The result is that the event CPT will use this post template, I used template 2 in my example – https://prnt.sc/p83p48

You can place the archive in the main child theme folder -> https://prnt.sc/p84658
https://prnt.sc/p846fs -> https://prnt.sc/p846ji

Thanks

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

Vlad S
tagDiv Staff

Hello !

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.

Text with title works perfectly fine on any other browsers except Google Chrome. On Google Chrome the only issue is that you cannot edit a text in Visual mode, only in TEXT Mode.

Thank you !

Vlad S
tagDiv Staff

Hello !

The colors can be changed by going into Theme Panel – Theme colors.

Also please add this code: .td-grid-style-1 .td-module-thumb a:last-child:before {
display:none!important;
}

The code must be pasted here: https://www.screencast.com/t/2cOfBbmLa

Thank you !

Vlad S
tagDiv Staff

Hello !

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.

Thank you !

Viewing 25 results - 5,751 through 5,775 (of 12,866 total)