Search Results for 'child theme'

    No search results were found in Documentation!

Results from the Forum
ySV
tagDiv Member

Thanks for your reply, i use a theme child because if i use the Theme panel -> Custom CSS area when the site start to loading it load the default setting and after rewrite with custom css. Instead with theme child it load with custom css.
The code that i write not work on child theme because i suppose that the edits make on tg composer have a high priority and rewrite my code.

Catalin
tagDiv Staff

Hi,

Please notice that all the custom CSS code should have to be added in Theme panel -> Custom CSS area without any problem. When you update the theme, all the code from there will remain there. Regarding on Child Theme, please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks for your understanding!

Catalin
tagDiv Staff

Hi,

I have made some tests on my side with your image and it seems to be correctly displayed as you can see here -> https://www.screencast.com/t/2nO3RnDl -> https://www.screencast.com/t/UYLaxeVubg I have checked your website and I saw that you are using the Child Theme which can break the default theme functionalities if you have some additional customizations. My advice changes the child theme to the original one, ensure that you have correctly updated the theme to the latest version of it, remove all of the untested plugins, clear all the caches and check the results. I recommend you to use the post template style 1 for that post, because, looks better with this kind of featured image. This one is a portrait and not loadspace and that’s why you will bring well results with this post template.

Hope this helps and let us know how it goes!

I look forward to helping you!

Thanks for your understanding!

tomatoco
Participant
#0

Hi,

I am customizing CSS by Theme Panel or Child theme(style.css).
I forgot where I write the CSS to because I cannot find the code.

Seeing source HTML code, <style id=”tdw-css-placeholder”> before <body>tag has my custom css code.
Where can I find and edit this code??

Calin
tagDiv Staff

Hi,

Please note that both example that you provide are for posts, and in order to achieve the next or continue button instead of numbered pagination you’ll need to make some changes in theme files.
But you can achieve the next/prev button like in your screenshot using some custom css here is an example -> https://www.screencast.com/t/cGvm7NDMqY
.td-post-next-prev .td-block-span6 {
padding: 15px;
text-align: center;
width: 40%;
margin-left:5%;
margin-right: 5%;
border-radius: 15px;
margin-bottom: 42px;
}
.td-post-next-prev .td-block-span6:nth-child(1) a{
margin: 0;
color: #333;
}
.td-post-next-prev .td-block-span6:nth-child(3) a {
margin: 0;
color: #fff;
}
.td-post-next-prev .td-block-span6:nth-child(1) span{
color: #333;
font-size: 18px;
font-weight: 700;
}
.td-post-next-prev .td-block-span6:nth-child(3) span{
color: #fff;
font-size: 18px;
font-weight: 700;
}
.td-post-next-prev .td-block-span6:nth-child(1){
border: 1px solid #e6e6e6;
background-color: #e6e6e6;
}
.td-post-next-prev .td-block-span6:nth-child(3){
background-color: #4db2ec;
border: 1px solid #4db2ec;
}

-> https://www.screencast.com/t/m1VgxwIc
You need to set this custom css in Newspaper>Theme panel>Custom code>Custom css

Thank you for your understanding!

ySV
Participant
#0

Hello i have a problem with Accent hover color of read more button in block header 8. When i set option in tG composer.

Screenshot of problem:

For resolve problem i try to use this code, but it work only in custom code theme area and not in my style.css of child theme:
.td_module_17 .td-read-more a {
background-color: transparent !important;
}

Screenshot solved problem:

Can you help me to write a code that work on a theme child style.css ?

Calin
tagDiv Staff

Hi,

Unfortunately we did not tested any plugins for Cookie with our theme, so I can not say if that plugin will work properly or not, the only way to know that is to test yourself, if you want you can make this test on localhost.

Please note that you can not set the plugins in child theme.
If you want to use only the code -> https://www.screencast.com/t/JZTC1Rqaq this need to be set in header section so you ca set it in Analytics/js codes -> https://www.screencast.com/t/cuyohnsE7eWY

Thank you for your understanding!

GiacomoLaw
tagDiv Member

Hello, I want to avoid plugins. Would using this work?

https://cookieconsent.insites.com/

Where would I add it to my child theme if it would?

Thanks

Catalin
tagDiv Staff

Hi,

Unfortunately, the Child Theme does not overwrite the mobile core fo the theme, sorry! For more information about our child theme, please check the guide from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

Please note that the child theme is working only for the file form theme, is not working for plugins.
If you are using the mobile theme you need to set the ads in theme panel> mobile theme > mobile ads -> https://www.screencast.com/t/x3CpThiy

Thank you for your understanding!

Catalin
tagDiv Staff

Hi,

1)By default, please notice that’s the order of them. So, if you need to make some changes over this section, you need to edit the loop single according to your post template used by you and make the following modification. As an example, if you are using the post template style 8, you need to edit the loop-single-8.php like this -> https://www.screencast.com/t/lQqVWBYvDv and the result is here -> https://www.screencast.com/t/P1KbqoAbwO
2)Yes, it’s possible if you will use such a custom CSS code for that. If you want to tune that section, you need to create your own custom CSS code, after using the Inspector Browser, according to our useful guide from here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ As a hint, you can try using the code below and place it in Theme panel -> Custom CSS area.

.td-tags a {
color:red;
background:blue;
}

The result is here -> https://www.screencast.com/t/jQNDceBb9

3)If you want to move that section at the top of the page, you should edit the above core file and move the code which I have pointed you above. All of these custom modification can be added to a child theme if you do not want to be overwritten for a next theme update. For more information about how you can use Child Theme please check our useful guide form here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Hope this helps!

Thanks for your understanding!

nathanmurphy
tagDiv Member

Is there any way to overwrite main theme “mobile” folder using child theme?

naseemz93
Participant
#0

Hello TagDiv Team,

I’m trying to integrate Taboola ads on my website, but I have some difficulties to make it work on mobile theme.
I’ve copy-pasted in my child theme the following files : header.php, single.php, and footer.php and modified it in order to place Taboola script.
I did the same under the mobile folder.
But the Taboola widget is well displayed on the computer, not on mobile.
Could you help me please by indicating me the right procedure to follow with the mobile theme (what are the files that I need to put on my child theme? Where do I need to place Taboola code in the files?)

Thank you very much in advance for your reply.

Best regards.

madamcza
Participant
#0

Dears,

i am using ‘source’, ‘via’ and ‘tags’ on individual post page. However tags are thrid on the list, below ‘via’ and below ‘source’ items.

1. I’d like to have tags above them. How can this be achieved?
2. Is it possible to have tags respresented visually in a different way (e.g. other color, bigger font size) compared with via/source elements?
3. Would it be possible to have tags list on the top of the post rather than on the bottom (e.g. right below author/date line and above sharing buttons)?

It is fine if some CSS or child theme manipulation is required, please kindly guide on how to achieve those.

Thanks,
Michal

Bogdan B.
tagDiv Staff

Hello,

This is most likely a plugin conflict so 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!

Bogdan B.
tagDiv Staff

Hello,

The child theme included in the theme package still has a newspaper 7 comment instead of newspaper 9 but it won;t influence the proper functionality of the theme

Thank you!

Calin
tagDiv Staff

Hi,

You can find all files that can be set in child theme in our documentation for Child theme support -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Please make sure that you configured the Cloudflare (CDN) link in our quid -> https://forum.tagdiv.com/cloudflare-cdn/
Also please make sure that the theme system status is configured as mentioned in the requirements guide. 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 you are using child theme, please deactivate it and try again.

Thank you for your understanding!

Naveen77
tagDiv Member

THank You Sir,
we install Child Theme, But the Child Theme Version 7 had install. Is that ok or child theme 9.5 version Available.

Paradoxer
tagDiv Member

Is there a way to bring the “/wp-includes/comment-template.php” file into the child theme so that the changes for the Disqus comment count stay and do not get modified when the version of WordPress is updated?

aloysiuspattath
tagDiv Member

I not using a child theme

Megamediasl
tagDiv Member

Hi

I´ve got the solution.

I´ve deleted title variable in this snippet from td_social_sharing.php file in my child theme.

case 'linkedin':
                return array(
                    'url' => 'https://www.linkedin.com/shareArticle?mini=true&url=' . $page_permalink . '&title=' . $page_title,
                    'title' => 'Linkedin'
                );
                break;
be2name
tagDiv Member

And also update your child-theme, in case you use it.

Calin
tagDiv Staff

Hi,

If you are referring to the sort after review score -> https://www.screencast.com/t/a2KVGnicJ0a3 this can be done with custom css
-> https://www.screencast.com/t/6wibfqhEr9
.td-category-header .td-pulldown-filter-list li:nth-child(5) {
display:none;
}

In order to achieve the overall score in text you’ll need to make some changes in theme files:
For overall score from tagDiv cloud library you’ll need to make this changes in this file wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_review_overall.php
-> https://www.screencast.com/t/k379A9QUmWa
For defoult post templates you’ll need to edit this file wp-content\themes\Newspaper\includes\wp_booster\td_review.php
https://www.screencast.com/t/TuhIvBE6M08x
-> https://www.screencast.com/t/GLxGK8HB
-> https://www.screencast.com/t/luENHcAdTRo

Thank you!

Naveen77
tagDiv Member

in this above post, no method shown for how to install child theme

Viewing 25 results - 7,351 through 7,375 (of 12,866 total)