We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

"Iframe Embed" Stops "Customize This Page" from working. | Forum

Topic location: Forum home » Support » General Questions
Paul Towery
Paul Towery Apr 19 '16
I have a question , i embedded an "iframe" in the "bottom content" of my site and it locked up, i can not Open "CUSTOMIZE THIS PAGE" on the main page anymore, it is locked up. Does anybody know how i can get it back to working again, where do i need to go and what do i need to do, to clear this mistake of mine. I did not think it would do this as i have had other things embedded there before.
The Forum post is edited by Paul Towery Apr 19 '16
Oxwall Tips
Oxwall Tips Apr 20 '16
here is how I deal with such cases:

1. you need to find our your component's class name. This can be done via Firebug.
2. remove this component from tables ( two important ones in bold). So start from them. In ow_base_component_place_cache you need to search by "state" criteria and delete a whole row. After that some widgets might get moved to default positions. But this is not a big a deal. You can always place them correctly after gaining access to customize this page interface.

ow_base_component
ow_base_component_entity_place
ow_base_component_entity_position
ow_base_component_entity_setting
ow_base_component_place
ow_base_component_place_cache
ow_base_component_position
ow_base_component_setting

Attaching some screen shots for your reference.

The Forum post is edited by Oxwall Tips Apr 20 '16
Attachments:
  Screenshot-56.png (114Kb)
  Screenshot-60.png (85Kb)
ross Team
ross Apr 20 '16
OT thank you for such an extended reply. Very usefull.