Popup Edit menu is blank but still works
Permalink
One of my sites is showing blank text for the Edit Menu.. The editing and other controls work fine. But the text is missing..
Firebug shows:
Running version 5.5 and did an Araxis Merge compare with 5.4.2.2 and there are quite a bit of differences between /concrete/tools/edit_block_popup.php.. The other site that we use is working fine.
See attached screen print for details..
Thank you.
Kent Dyer
Firebug shows:
<a href="/index.php/tools/required/edit_block_popup.php?cID=1&bID=428&arHandle=Main&btask=edit" id="menuEdit428-4" dialog-height="400" dialog-width="580" dialog-on-close="ccm_blockWindowAfterClose()" dialog-modal="false" dialog-append-buttons="true" dialog-title="Edit Content" onclick="ccm_hideMenus()" class="ccm-menu-icon ccm-icon-edit-menu">Edit</a>
Running version 5.5 and did an Araxis Merge compare with 5.4.2.2 and there are quite a bit of differences between /concrete/tools/edit_block_popup.php.. The other site that we use is working fine.
See attached screen print for details..
Thank you.
Kent Dyer
We had placed a customized template that also uses a content tag in the css file. Once I renamed content in the customized css file and applied it to the templates, the one from Concrete now works fine. Consequently, the edit menu works fine now too.
Thanks to Firebug for Firefox!
Thank you everybody!
Kent