Hi, I have gone through the example of using td-api-plugin however, I wanted to do something similar for Block 7 but getting errors.
I have created /shortcodes/td_block_99.php /modules/td_module_99.php and created td-api-plugin.php similar to what it is said in the tutorials here. –>
The error I am getting is >
wp_booster error:
Internal error: The system tried to use an att that does not exists! class_name: td_res_context Att name: “f_header_font_family” as “f_header_font_family”
/home/test/webapps/staging/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php
Can someone please help?
Thanks,
Nischal from Namastec
Hi ni5, if you want to have some more control over the blobs layout, is not need to create a new one, you can simple use a flex block, those flex elements has a lot of options and can be adjusted how you like. Also you can get prebuild blocks from cloud -> https://i.imgur.com/zFnwmVa.png -> https://i.imgur.com/8SZsddX.jpg
Let me know hat you want to achieve and I will help you with this.
Thank you!
Hi Calin,
Thanks again.
Please see what I want to achieve – https://imgur.com/89wtUuH
I have custom post type called matchcenter and there are custom taxonomy name teams – like team A and team B with scores. Currently, I have created shortcode to show such result in the widget. I want to achieve them which uses custom fields as well.
My staging site is at https://staging-rhinox.cricnepal.com/matchcenter and I want to use similar block in custom post archive page.
Please let me know if there is any suggestions or feedback.
Thank you!
Hello !
Unfortunately this will require some custom work. Also to insert CPT-s in Cloud library elements like the blocks it is not possible at the moment. The support team does not cover custom work at the moment.
You can however still use the shortcodes and use the Column text element. Simply copy the shortcode and insert it in the text area of the column text as you can see here: https://www.screencast.com/t/UEMEsVKog
Column text is an element from tagDiv Composer.
Thank you !
Thanks Vlad for your response, really appreciate that.
I have been using Bootstrap and coming to this theme I feel hard to create a custom archive and single page.
So in bootstrap, you write <div class="container"><div class="row"><div class="col-md-x col-lg-x col-sm-x col-xs-x">......</div></div></div>
How do define the wrapper/container and rows and columns?
Is it like <div class="tb-pb-row"><div class="tb-pb-span12">.....</div></div>. How do you define across different devices?
Thank you again.