Cross origin error when using domain mapper

Posted in: Newspaper
Post count: 1

Hi all,

I’m trying to get Newspaper tagDiv Composer play nicely with our domain mapper plugin.

It seems to be throwing a cross origin whenever it loads up the editor (never stops spinning).

It seems to be throwing when it gets to this part of the code in css-live.php line 396

// Everything must be done onLoad, to be sure that all live css components are in loaded.
jQuery( window ).load(function(){
if ( ‘undefined’ !== typeof window.parent.editorChangeHandler ) {

Not sure what’s going but it seems to be making a call to jquery using the un-mapped url

http://localnetwork.napco.com/our-website/wp-includes/js/jquery/jquery.js:2:26863

Has anyone experienced this before?

It works when I turn off the domain mapper.

Any help would be greatly appreciated.

Post count: 35449

Hi,

Please make sure that the theme system status is configured as mentioned in the requirements guide. Please follow the guide carefully
https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.

WP_MEMORY_LIMIT try to increase it to a value of double you already have if possible.

Please add this code in the .htaccess , file at the end of the file:
<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

Also it can be some conflict between those plugins ( tagdiv Composer and mapper plugin )

Thank you .

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