Search Results for 'child theme'

    No search results were found in Documentation!

Results from the Forum
Simion C.
tagDiv Staff

Yes it will, the file from the child theme will be used instead of the main theme file. All the modules can be customized through a child theme.

But be sure to recreate the path to the module file in the child theme, not just copy it in the child theme folder
Example – https://www.screencast.com/t/w2DwDOBfL1bn

fakhri
tagDiv Member

so, if I copy the module file to child theme folder, any modification will be saved right?

Simion C.
tagDiv Staff

Unless you modify the module file in a child theme or back-up the file ( and replace the default file after the update) the modifications will be lost since the theme files will be replaced. This is a child theme tutorial if you consider using one
https://forum.tagdiv.com/the-child-theme-support-tutorial/

lazdim
Participant
#0

Hi,
Our client asked us to add 5 posts of another, car website.
The car website developers provided us with a .json file and we created a .php file.
Since there is no another way to add te content of the .php file, we created an iframe.
However, we loose the responsive design.
We would like to create something like a block to add our PHP code and add that block in the home page via tagComposer.
Here is our zip file which includes our PHP and CSS and here is our extra section we would like to add.

We would appreciate your valuable help.

Thanks in advance.

Bogdan B.
tagDiv Staff

Hi,

Thanks for your appreciation.

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

If the issue is still there afterwards, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.

Thank you!

Simion C.
tagDiv Staff

Breadcrumbs will display a path to the article, usually this is Home->Category->Article. Other paths may not display in the theme breadcrumbs so you might have to use a different breadcrumb implementation, like Yoast breadcrumbs
https://kb.yoast.com/kb/implement-wordpress-seo-breadcrumbs/
Posts will always have to be assigned to a category, or they will be assigned to the default category set in WordPress. Pages can have parents but a path to a child page will not show in the breadcrumbs I believe.

Catalin
tagDiv Staff

Hello Erythros,

Unfortunately, I do not exactly understand what kind of changes you want to do. All the custom CSS code should have to be added to Custom Code for your desired changes. Also, if you want to make some massive changes you should use the Child Theme, according to our documentation from here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/

Thanks for your understanding!

ctoweett
tagDiv Member
great1212
Participant
#0

How can I use the child theme on my website?

bhanu039
Participant
#0

Hey Guys, I like the header style of craft Ideas demo and the way top menu + logo + main-menu looks and wants to do the same without installing the demo cuz it then affects another styling of category tags etc. So it would be really helpful if u can provide the styling or the code snippet which I can then put in my child theme stylesheet.
I have tried it by selecting the same header style and all but cannot achieve the same style for top menu + logo + main menu.
reply ASAP.
Thanks

Patrik
tagDiv Member

Thanks for your answer!

Wordpress is up to date, Newspaper Version 8.7.2 is running. What I tried so far:

  • deactivate all third-party plugins – including cache
  • switched from child to main theme and back
  • tried other header-styles with and without logo-img

nothing worked.

here is the url: http://www.papaausleidenschaft.at/

  • This reply was modified 8 years by Patrik.
  • This reply was modified 8 years by Patrik.
ctoweett
tagDiv Member

Good to know. If it is complex, then it is not worth it. Still, I hope you will be able to enable editing the mobile theme via child theme soon.

Catalin
tagDiv Staff

Hello Resple,

Please provide your website URL so I can take a closer look at your block images. If these will does not appear it should be a problem with your opacity. Maybe your images are stuck in opacity 0. This usually happens on a js error caused by plugins or customization or other external optimization tools.
Please disable all plugins except visual composer, 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 functioning of the theme.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

This could be 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 clear button is there on our end: https://www.screencast.com/t/GKr7dBVRLY
If your clear button does not show up for any reason, 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!

mcdv01
Participant
#0

Hi,

I want to add an additional attribute on the block shortcode:

[td_block_1 sort="" ajax_pagination="" custom_attribute="xxxxx"]

I’ve created a child theme to modify block shortcode
theme-child/includes/shortcodes/td_block1.php

Can you guide me on which file should I be modifying so I can add a custom_attribute on [td_block_1] shortcode so I can use that attribute inside theme-child/includes/shortcodes/td_block1.php ?

Let me know

Thanks

reybatacjr
Participant
#0

I created a child theme and activated Newsmag.

Editorial and other category are not displaying.
http://demo.punto.com.ph/

reatlat
tagDiv Member

Ohh man, do you think If I start this topic without checkin the forum?


@byvaly
please check my question!
It was request to new feature!

For sure I can add my custom function to F**KING footer.php
Or much better edit file ./parts/footer/td_sub_footer_template_1.php

But I don’t want edit pure theme! I don’t want lose my changes every update(for reason tagDiv team) footer or something.

Will be really helpful add_filter or add_action for that,
But NOT edit original theme!!! Also I don’t want have a child theme, it’s too complicated, and I don’t want loose a lot of time, for me much faster write a small plugin!

I already check the source and right now its not so easy to implement it without hardcode!

PS: don’t offer me lazy solution!

  • This reply was modified 8 years by reatlat.
Simion C.
tagDiv Staff

Hi,

You could try to change the theme name but that may create issues. The theme or theme plugins may not work as intended if you change the theme name or the default child theme name if used. If this is required for you, you should try this on a testing domain or sub-domain if possible, instead of the live website.

Catalin
tagDiv Staff

Hello Jericho,

The theme does not have any such an option that allows you to disable only a By a review score from Category pages, sorry! You should use a bit of CSS code if you want to do this.
Try the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td-pulldown-filter-list li:nth-child(5){
display:none;
}

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

Thanks.

PornoPlague
Participant
#0

Hello. Hope all is well with you in advance.

So. Okay. I don’t normally make it a habit to go around telling random people about my autism. But I have autism. Not as an exaggerated metaphor for the sake of example. But like the real diagnosed kind. I only say this to you because I can be a little overwhelming in my explanations and usually the problems I’m facing with these types of things that I’m about to go on to explain are usually simple but for some reason I can’t wrap my head around it. And to make matters even more complicated; I have little to no experience with building websites or coding or… Even much technology in general. So please bare with me through this. And thank you.

All that being said; there is SOMETHING wrong with something. With my very little experience on top of not having learned the WordPress dashboard all that much, it’s even hard for me to differentiate between what is what. Like ah, I’m not sure what is and are not the generic-default WordPress options as opposed to the Newspaper theme options I purchased and doubly; where there Newspaper theme options and aspects end where the included plugins that came with the Newspaper begin. If that makes any sense?

Point is; I’m not sure wherein my problem is. If it’s because of one thing or the other basically. No idea. And for all I know, it’s not an issue at all. It could be something I did? Or maybe even some box I need to tick.

I’m going to include here an image as the first example of this “issue.” (Including link also in case the image option can’t pull it from Imgur)

null
https://imgur.com/a/AZ1CI

Issue(s) #1: As you can see in that screenshot of my website preview; above the blue bar there is an empty space that matches the color of the rest of the background. Is there any reason why the top/blue navigation bar isn’t connected and sitting into the top of the website? Why is there just that open grey area? And if this isn’t an ‘issue’ persay; then just simply, how would I go about accomplishing that? Because I can’t seem to find a way to do so.

And for the record; I did play around with the customization options and theme panel for a couple of days before coming here to the forum with this question.

I’ve tried re-installing the theme.
I’ve tried disabling all plugins.
I’ve tried different demos.

It doesn’t matter which one is used, I always have this same blank space at the top and the navigation bar won’t fit in there for some reason.

Here are a couple more examples.

W/The Default Newspaper Demo

https://imgur.com/a/naNs9

W/Crypto Newspaper Theme (This is the original demo I tried using and playing with.)

https://imgur.com/a/mXKBT

I eventually found and tried using a separate plugin for custom headers just to see what the result would be if I did so. And so here is one more screenshot using the Crypto demo with a custom header.


https://imgur.com/a/Fryof

But as you can see; now it’s created an empty space above and below the custom header. So with or without that plugin, or any other number of customization I can’t seem to fill in the blank space.

Issue(s) #2: Correct me if I’m wrong; but if I’m not mistaken then after installing one a Newspaper demo w/content/media included; the resulting install should then look exactly like the preview of the demo that was installed, should it not?

Mind you. In all of the above screenshots – they were taken right after freshly installing the particular demo. And that is the exact & literal result. Even when clicking through the different links in the navigation bars I am just shown empty white pages. It seems as if when installing a demo the only changes that take place are those there at the top. Perhaps this walks hand in hand with whatever issue is causing the empty space at the top of the page?

Issue(s) #3: As I mentioned above, the original Demo I tried experimenting with was the Crypto demo. And so in the exact same frame of time I took the above screenshot; I also took this next one. This is what it looks like when I go to ‘Customize’


https://imgur.com/a/FKaV7

I’m assuming that is the way that the headers and navigation bars are supposed to blend together? Which is exactly what I want and what I’m asking for here. However; whenever I look at the actual website I get the empty spaces problem. AND it’s probably worth mentioning that I don’t see any of the front-end options to customize. Like where those top blank spaces bars show.
However; I did find that when I change Homepage settings from ‘static page’ to ‘your latest posts’ then this happens.

Example:

https://imgur.com/a/hLrDy

Now, that’s all fine and well and everything and it looks to have solved my problem. It even looks fine as a non logged-in user. But I still believe there to be an underlying an issue somewhere that needs to be fixed before I dig myself into too deep a hole. The reason I think this is because when trying to use the custom banner plugin option; this happens again;

Example: As shown in this example; there is still a blank space bar being created at the top of the page.

https://imgur.com/a/0YSNd

Issue(s) #4: And perhaps this is also part of the same issue(s) above? But there is no question to there still being a problem because there is an obvious error occurring here for whatever the reason(s) are.

When I go to ‘Pages’ and then click and attempt to edit any of them with ‘TD Composer’ I am greeted by the following error message.

“Errors happened during tdcIframeData.init() -> bindViewsModelsWrappers()!”

And here is the screenshot for reference.


https://imgur.com/a/qDcgs

I have that error message and the page never finishes loading; rather it just keeps going round and round. Nothing; none of the options are clickable and so there is literally nothing I can accomplish on this page/editor.

I did Google that specific error and I went through quite a few pages and forums; including even a few here on this support forum. But the few answers and suggestions I read that I did understand and tried implementing, did not solve the problems. And all the other answers/suggestions I just simply did not understand at all how to employ due to my lack of knowledge and skill in these types of things. So please… Explain this to me as you would to a child, aha.

What is the problem or what did I royally screw up? And how do I fix it?

crazyheart
Participant
#0

I got this plugin, Worth the Read, which calculates reading time of the post.

I can use a shortcode, [wtr-time].

I’m using a child theme. How do I put this shortcode in the post headers, next to author name, number of views, comments, etc.

thanks!

Simion C.
tagDiv Staff

Hi,

A child theme is provided in the theme package, please check there
https://forum.tagdiv.com/whats-included/
A tutorial is available in the documentation
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Depending on the mentioned child theme capabilities mentioned in the guide, and what modifications you made you can try and integrate them in the child theme. Note the files that are supported by the child theme.

Simion C.
tagDiv Staff

Code entered in the child theme will not be affected by updating the theme. As a side note, elements in the main theme may change after a theme update. This may require that the code used in the child theme be adapted. Each theme update will include a list of modified files and changelog.
Example – https://www.screencast.com/t/d0UKYSE5qCkC

mfayeck
Participant
#0

Hi,
your documentation isn’t covering the child theme! plus i can’t find the child theme!!
there is just a folder contains 4 files. can i compress it to .zip formate and upload it as child theme ??

now after i have already installed the theme and customized it. what can i do to save my customizations to the child theme???

Viewing 25 results - 8,301 through 8,325 (of 12,866 total)