Visual Composer on different broswer

Posted in: Newspaper
Post count: 156

Hello

we are using your latest visual composer
why sometime browser (IE or firefox) there wil lbe a issue like this

we have cleaned up browser ‘s cache, not helping and this does not happen all the time, quite annoying

any idea on this please?

thanks

Howard

Post count: 9544

Ajax issue in latest versions of WordPress. We’ve seen this in different themes.

Make sure you increased the default memory allocated to WP in your config.php file. Seems to help. Make sure you’re not using any plugins which reload jquery when it’s already being loaded.

Post count: 156

Hi Chris

we did setup

define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
on wp-conig.php and we run website on our own dedicated server with 48G ram, still not helping

do you have example on “plugins which reload jquery”?

thanks

Post count: 156

also, we enable IE ‘s debugging function to show JS errors, it is like this

should not be newspaper’s issue?

I did google on wordpress.org, did not find related issue

Post count: 156

more from chrome

we also test this on our dev site, which is non-ssl, does not have this issue

is it related to SSL again?

Post count: 156

finally!!

I added

define(‘CONCATENATE_SCRIPTS’, false);
ref: http://stackoverflow.com/questions/14352407/jquery-error-tinymce-is-not-defined-on-wordpress-admin-panel

to wp-config.php , now those buttons on tinyMCE finally show up fine

any idea to fix that “google is not using ssl “ error?

View post on imgur.com

thanks

Howard

  • This reply was modified 10 years by AilyRoot.
  • This reply was modified 10 years by AilyRoot.
Post count: 6600

I’ve replied you via email!
Thanks!

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