Search Results for 'child theme'

Results from the Forum
Calin
tagDiv Staff

Hi,

Sorry was may mistake you was referring to the Mobile horizontal menu with single line menu option, I’ve tested this option and for me is working normally.
-> http://www.filedropper.com/whatsappvideo2019-07-09at102322
Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme plugins and child theme ( if you are using ), clear all cache and try again.

If there is still a problem, please provide me a link where I can inspect your menu.

Thank you!

Simion C.
tagDiv Staff

Somehow I missed that question, sorry about that. I see the problem, it is happening because the header menu elements don’t have a visibility priority one over the other. They are the same, regardless of how many are in the page.

I could give you a CSS solution for this, it will make the top header menu element display over the bottom one – http://prntscr.com/ocgpoe

The code can be entered in the theme panel->custom code->CSS section

.td-header-desktop-wrap .tdb_header_menu:nth-child(3) {
z-index: 998!important;
}

Let me know if you have more questions. Either here or create a new topic.

Catalin
tagDiv Staff

Hi,

Please note that child theme is not mandatory to be used in our theme. Most of the theme files were moved into the tagDiv Composer plugin as per the requirements of Envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements. We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/ Moving forward with such requirements, a child theme will only work with functions.php, and style.css, as there are very few files left in the main theme as Envato, requires all functionality to be added through plugins. For more information about installing the theme, please check here -> https://forum.tagdiv.com/install-via-ftp/ Also, for more information about child theme, please check here -> https://developer.wordpress.org/themes/advanced-topics/child-themes/

Thank you!

Calin
tagDiv Staff

Hi,

Please check to see if you can make any changes in theme panel, if is not working, please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme plugins and child theme ( if you are using ), clear all cache and try again.

Let me know the results!
Thanks.

T2N
Participant
#0

Hey,

1. After updating the theme to 9.7.3 version, all the changes which I make in single-loop.php file for single posts template don’t apply from some reasons, it doesn’t matter if I change the child theme or the parent. Can you explain me which template file should I edit?

2. How to change the text “Modified Date” to “Updated on” here for example: https://www.screencast.com/t/7yqSSx1bL

wpsun
Participant
#0

Hello!

How can I install a child theme for Newspaper theme? I saw that there is a folder Newspaper child.
What should I do, could you please tell me the steps?
Should I first install the theme? And where and how to proceed with the child theme installation?
Thank you.

Calin
tagDiv Staff

Hi,

Please make sure that you set the ads in Theme Panel > Ads -> https://www.screencast.com/t/BnnbjmCUZV -> https://forum.tagdiv.com/article-ads/ from what I can see you have some errors about ads too -> https://www.screencast.com/t/dwEN761xcGJU

Make sure that you ads are approved and those are working.

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.

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme plugins and child theme ( if you are using ), 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.

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all non theme plugins and child theme ( if you are using ), clear all cache and try again.

If there is still a problem, please provide some more details and some screenshots.

Thank you!

Vlad S
tagDiv Staff

Hello !

Please try disabling your child theme and try again. There may be a conflict between child theme and plugins when updating.

Let me know how this worked out !

Thank you !

BrettD
tagDiv Member

Just got with my managed hosting support and had them check all permissions. Somehow, I’m getting these messages no matter if I’m trying to update the TD Cloud Library or the TD Composer in the theme or with the child theme activated. Also, same thing if I try to auto update or manually click on “Update” in the plugin panel.
BTW, my child theme made it through the jump to the 9 series just fine. The hold up is this update from 9.7.2 to 9.7.3.
“Download failed. Unauthorized.”

Max
tagDiv Member

I tried to set the default theme (no child) I modified the single.php file but I don’t see any changes

Max
tagDiv Member

Hi, Thanks for the reply.
I tried to use Cloud Library but I saw that I can’t add an html block nor use the sidebar (Newspaper default)

I simply need to insert this code <? Php include (‘boxbooking.php’); ?> I can try and not use the child theme,but in which file should I enter the code to see it in all the articles?

Thanks for the support

Vlad S
tagDiv Staff

Hello !

If you are using the child theme this option will not work due to our new update of the core as you can see here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/

Now you can be able to edit your page using a single post template from cloud library and there you can add raw html elements in order to insert your shortcodes: https://tagdiv.com/customize-articles-with-single-post-templates/

I hope this was helpfull !

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.

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.

Please check this article about when tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/

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,

Unfortunately there is no setting for this in our theme, this can be achieve only making change in theme core.
You could try this solution
-> https://www.screencast.com/t/nhov88jSu you need to set this code in each module where you want to have the subtitle with link on int to the post.
You can get the code from here ; but notice that you need to make those changes after each update, because since Newspaper v9.7 the child theme is working only for the functions.php and style.css files.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/

Thank you for your understanding!

Simion C.
tagDiv Staff

Hi,

Note that the 9.7 update was a major update, it consists of modifications to the theme file structure, most of the files are now in the tagDiv composer plugin. Here is an article about the changes made and why they were made – https://tagdiv.com/updating-the-core-of-tagdiv-themes/

The loop single files are now here – http://prntscr.com/oau433 and the page templates here
http://prntscr.com/oau4p0
Modifying these files in a child theme will not work anymore unfortunately.

Let me know if you have more questions.
Thanks

DavidFHenry
Participant
#0

HI Guys,

Since updating none of the ACF fields are displaying on the front end, the changes were made in my child theme to pages.php and loop-single.php.

Now I’ve updated I need to know where I can re-add the code?

David

Calin
tagDiv Staff

Hi,

Currently there is an issue like the one you mention, the post templates don’t apply properly when the child theme is active. If you use a child theme, please switch to the main theme for the time being. This problem will be fixed for the next theme update.

Sorry for the inconvenience.

Calin
tagDiv Staff

Hi,

Indeed the menu in mobile version is not working on post and you get some errors in console -> https://www.screencast.com/t/koEbs3qZrFI

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.

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.

Here are some resources I found online, maybe they are helpful
https://coffeencoding.com/load-google-fonts-5x-faster-in-wordpress/
https://stackoverflow.com/questions/54277912/ensure-text-remains-visible-during-webfont-load-not-getting-resolved-in-google-p
https://css-tricks.com/snippets/css/using-font-face/
https://developers.google.com/web/updates/2016/02/font-display

Let me know the results!
Thanks.

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.

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.

Please check this article about when tagDiv Composer is not working -> https://forum.tagdiv.com/tagdiv-composer-not-working/

Please check those similar topics with 5xx errors
https://www.hostinger.com/tutorials/fix-503-service-unavailable-error-in-wordpress/
https://forum.tagdiv.com/topic/hello-unable-to-import-demo-content/
https://wordpress.org/support/topic-tag/505-error/
https://forum.tagdiv.com/topic/wp-supercache-causes-500-internal-error-and-cannot-deactivate/
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-internal-server-error-in-wordpress/
https://support.cloudflare.com/hc/en-us/articles/218378978-What-should-I-do-after-seeing-a-502-or-504-gateway-error-on-my-site-
https://support.cloudflare.com/hc/en-us/articles/115003011431-5xx-Server-Error
https://support.cloudflare.com/hc/en-us/articles/200171906-Error-522-Connection-timed-out
https://support.cloudflare.com/hc/en-us/articles/200171936-Error-520-Web-server-is-returning-an-unknown-error

If there is still a problem, please provide some more details and some screenshots to can identify the problem, also a link to your website will be very helpful.

Let me know the results!
Thanks.

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.

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.

Let me know the results!
Thanks.

Calin
tagDiv Staff

Hi,

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.

If there is still a problem, please provide me a link where I can inspect it.

Thank you!

Calin
tagDiv Staff

Hi,

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.

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.

Also if you have some custom code in theme core, please remove it and try again.

If there is still a problem, please provide some more details and some screenshots to can identify the problem, also a link to your website will be very helpful.

Thank you!

Calin
tagDiv Staff

Hi,

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.

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin 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 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.

Please make sure that you do not have a plugin conflict with untested plugins, please deactivate all plugins and child theme ( if you are using ) and let only the tagDiv Composer , clear all cache, deactivate the cache plugin and try again.

Let me know the results!
Thanks.

Viewing 25 results - 6,226 through 6,250 (of 12,866 total)