<![CDATA[ QM is a Blank Page in Front End Editor - My Forums]]> https://forums.modx.com/thread/?thread=93201 <![CDATA[QM is a Blank Page in Front End Editor]]> https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor?page=2#dis-post-509029
<body ondragstart="return false" style="display: none;">

Changing to display:block makes the editor visible. Any ideas on why/what is causing this setting?

Have re-installed modx including qm multiple times without resolution.]]>
chas55427 Sep 17, 2014, 11:15 PM https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor?page=2#dis-post-509029
<![CDATA[Re: QM is a Blank Page in Front End Editor]]> https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor?page=2#dis-post-532615
after comparing/verifying all settings & files to a working version, i experimented with the QM configuration settings.

- in Quick Manager+>Configuration changed "Load jQuery in front-end" from true to false.
- previewed the home page and went to edit resource via QM. jQuery now in debug mode with a blank page - no QM container.
- closed QM
- changed "Load jQuery in front-end" from false to true
- cleared cache.

QM is now functioning without the previous jQuery error (not found).]]>
chas55427 Oct 01, 2015, 11:30 PM https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor?page=2#dis-post-532615
<![CDATA[Re: QM is a Blank Page in Front End Editor]]> https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor?page=2#dis-post-516323 Quote from: chas55427 at Dec 08, 2014, 03:37 AM
here is the code in the two mm_rules chunks:
// more example rules are in assets/plugins/managermanager/example_mm_rules.inc.php
// example of how PHP is allowed - check that a TV named documentTags exists before creating rule
if ($modx->db->getValue($modx->db->select('count(id)', $modx->getFullTableName('site_tmplvars'), "name='documentTags'"))) {
	mm_widget_tags('documentTags', ' '); // Give blog tag editing capabilities to the 'documentTags (3)' TV
}
mm_widget_showimagetvs(); // Always give a preview of Image TVs

Ok, so you are not using hideFields commands to manipulate your template variables (BTW, remove
if block from mm_rules if there are no tagging TVs defined).

So, as fourroses666 already mentioned, there's probably conflict with jQuery loaded in your frontend
and QuickManager+ or ManagerManager supplied one... any script errors in DevTools console?
Recommended settings are:
ManagerManager: load jQuery local
QuickManager+: Load jQuery in manager/frontend false]]>
danilocuculic Dec 08, 2014, 01:39 AM https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor?page=2#dis-post-516323
<![CDATA[Re: QM is a Blank Page in Front End Editor]]> https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-516314 - mm_demo_rules (1)
- mm_rules (14)
- mm_rules-1_0_15 (15)

http://screencast.com/t/BJL5XnxPCx

here is the code in the two mm_rules chunks:

// more example rules are in assets/plugins/managermanager/example_mm_rules.inc.php
// example of how PHP is allowed - check that a TV named documentTags exists before creating rule

if ($modx->db->getValue($modx->db->select('count(id)', $modx->getFullTableName('site_tmplvars'), "name='documentTags'"))) {
mm_widget_tags('documentTags', ' '); // Give blog tag editing capabilities to the 'documentTags (3)' TV
}
mm_widget_showimagetvs(); // Always give a preview of Image TVs]]>
chas55427 Dec 07, 2014, 09:37 PM https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-516314
<![CDATA[Re: QM is a Blank Page in Front End Editor]]> https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-516130 Quote from: chas55427 at Dec 04, 2014, 04:39 AM
hello - the configuration chunk is designated as "mm_rules"
where would i find the mm_hide functions to document?

In chunk named "mm_rules" (Elements/Manage Elements/Chunks).]]>
danilocuculic Dec 04, 2014, 12:44 AM https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-516130
<![CDATA[Re: QM is a Blank Page in Front End Editor]]> https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-516126
where would i find the mm_hide functions to document?]]>
chas55427 Dec 03, 2014, 10:39 PM https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-516126
<![CDATA[Re: QM is a Blank Page in Front End Editor]]> https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-516083 Quote from: chas55427 at Dec 03, 2014, 03:26 AM
would be happy to provide whatever info is necessary . . . . am not familiar with the functions you are asking for. if you could provide more detail on what is needed it would be appreciated.

Open ManagerManager plugin in Manage Elements/Plugins and note which configuration method is used (if "Configuration Chunk" parameter value is empty, look at the /assets/plugins/managermanager/mm_rules.inc.php file).
Compile list of mm_hide* functions with parameters and paste it here.]]>
danilocuculic Dec 03, 2014, 01:19 AM https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-516083
<![CDATA[Re: QM is a Blank Page in Front End Editor]]> https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-516080
thanks for your help!]]>
chas55427 Dec 02, 2014, 09:26 PM https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-516080
<![CDATA[Re: QM is a Blank Page in Front End Editor]]> https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-515926 Quote from: chas55427 at Dec 01, 2014, 12:30 AM
am still having the same issue with half of my sites unable to edit via QM on the front end. it is a css setting that is causing the QM iframe to display as a blank. changing the css setting in firebug allows the editor to display as expected.
if anyone has any idea what controls this setting i would be most appreciative. using latest version of modx.

We probably need to know which mm_hide* set of functions are used in rules on troubled sites...]]>
danilocuculic Dec 01, 2014, 01:01 AM https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-515926
<![CDATA[Re: QM is a Blank Page in Front End Editor]]> https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-515911
if anyone has any idea what controls this setting i would be most appreciative. using latest version of modx. have removed, added qm multiple times. no rhyme of reason as to why some of my sites function as expected, others not. same server.

here is a screenshot of the html that is causing the issue: http://screencast.com/t/H3DrIZYXC]]>
chas55427 Nov 30, 2014, 06:30 PM https://forums.modx.com/thread/93201/qm-is-a-blank-page-in-front-end-editor#dis-post-515911