Widget block 21

Posted in: Newspaper
Post count: 46

Hi team TagDiv,

I don’t find the module block 21 like in demo in my wordpress widget area.

How can i do to use it ?

Thank you

Post count: 7909

Hi,

I have added this on our list and it will be added as soon as possible, thanks for reporting! Meanwhile you can paste this code in td_page_builder_widgets.php file – http://screencast.com/t/E1tPbyWDs6vz

class td_block21_widget extends td_block_widget {
    var $td_block_id = 'td_block_21'; // change only the block id, the rest is autogenerated
}

add_action('widgets_init', create_function('', 'return register_widget("td_block21_widget");'));

Thanks!

Post count: 18

Thanks as well, love the widget 21!

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