You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plain vanilla install of Elgg 1.9.6 + Hypewall + Widget Manager
Activating Widget Manager makes the Full View of Places lose the site theme and all-broken appearance. Deactivating Widget Manager makes thing okay. Since Widget Manager is an important utility for many sites and no other major plugin apparently has conflict with it, any idea what is going wrong with hypePlaces?
It seems to be from these lines in hypePlaces/views/default/framework/places/profile.php echo elgg_view_layout('widgets', array(
'num_columns' => 2,
'exact_match' => true,
Instead of widgetifying, can there be normal workflow of text and comments just like in other entities (blog, bookmark etc) ?
The text was updated successfully, but these errors were encountered:
It seems to be from these lines in hypePlaces/views/default/framework/places/profile.php echo elgg_view_layout('widgets', array(
'num_columns' => 2,
'exact_match' => true,
Commneting out this portion will keep the page view intact even if WM is enabled.
Plain vanilla install of Elgg 1.9.6 + Hypewall + Widget Manager
Activating Widget Manager makes the Full View of Places lose the site theme and all-broken appearance. Deactivating Widget Manager makes thing okay. Since Widget Manager is an important utility for many sites and no other major plugin apparently has conflict with it, any idea what is going wrong with hypePlaces?
It seems to be from these lines in hypePlaces/views/default/framework/places/profile.php
echo elgg_view_layout('widgets', array(
'num_columns' => 2,
'exact_match' => true,
Instead of widgetifying, can there be normal workflow of text and comments just like in other entities (blog, bookmark etc) ?
The text was updated successfully, but these errors were encountered: