Hello,
In order to create a whole new block to use in our theme you will require substantial coding skills. You will have to use the theme api system. Here is an example: https://forum.tagdiv.com/td_api_blockadd/
Please note that this is not covered by the theme support as it represents customization.
Thank you!
Hi,
Tha api system shows how a block is being created. It is added with php and js, not standard html. You have access to the html to a certain extent though. Depending on the block you are searching for it can be one of these files: http://screencast.com/t/lZDYy5yDza and as each block is made out of 1 or more modules: http://screencast.com/t/LhjCGOowQm
In order to see which block uses which module, you can check this list: http://screencast.com/t/12Ki9n0zDh
Thank you!
Hello Simon_,
Yes, the first steps are correct but are not enough. If you want to create a new block, please notice that the only way of doing this is using the API implementation. For more information about this regard, please consult our documentation here -> https://forum.tagdiv.com/td_api_blockadd/ You should read all our documentation for this way of implementing and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at this moment, and the API implementation is not covered by our support, sorry!
Thanks for your understanding!
Hello Simon_,
The API implementation should have to be done inside the td_config.php core file, like this -> http://screencast.com/t/oAbXUMNl5v Please notice that implementation is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!

