Child-theme, custom blocks for content, content ads… Overriding parent theme

Posted in: Newspaper
Post count: 5

Hi. To what extent can the child-theme be used? … I try to create custom blocks through td_config.php, custom functions through td_module.php in the child-theme and none of this has any effect. Always look in the parent-theme. Any ideas on this? Any ideas on how to create the styles so that in the td_composer mode, playing something from the iframe.css (in the rd composer plugin), you see the blocks live something similar to how it will look in the final edition? Any ideas about this? Thank you!

Post count: 9

for 9.5 Version file documents,

-> Newspaper-tf > Code > td-api-plugin
This plugin, easist way created new block and module.

[td-api-plugin]
– is a sample plugin that uses the theme api to add a new module, a new block. This plugin is a very good starting point if you wish to add your own modules or just modify a block / module from the theme.
– the new module can be used on loops
– the new block appears in visual composer
– the theme api documentation is here: http://forum.tagdiv.com/the-theme-api/

  • This reply was modified 7 years by ptcn.
Post count: 35449

Hi claudioper,

Here is our documentation for Child theme support -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ her you can see how it need to look like the child in order to work, also you can find here the file that can be set in child ( not all files can be edit in child theme ).

Thank you for your understanding!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.