Chrome fails to load TinyMCE in Wordpress - javascript

My visual editor in WordPress doesn't work and I figured out that was because my computer doesn't load the full tinymce folder. It only loaded "mce-view.js". In another computer, using Chrome, around 15 js elements were loaded.
How can I fix this problem?

Enabling NPAPI in Chrome Version 42 and later
As of Chrome Version 42, an additional configuration step is required to continue using NPAPI plugins.
In your URL bar, enter:
chrome://flags/#enable-npapi
Click the Enable link for the Enable NPAPI configuration option.
Click the Relaunch button that now appears at the bottom of the configuration page.

I FIXED IT.
So it turned out to be a conflict between my antivirus setting and WordPress.
I use Symantec Endpoint Protection and it sets my browser to Stealth Mode which makes some websites malfuction. All I need to do was go to Symantec -> Change Settings -> Network Threat Protection ---click on Configure Setting ---> On Firewall tab, uncheck "Enable Stealth Mode web browsing".
Good luck finding your solutions.
Ryan

Related

Changing firefox's prefs.js from browser

Before firefox's ver 57 I was using https://github.com/edabg/jsprintsetup to change the printing configuration on the fly. This is no longer possible.
Using about:config on the browser window I can change the settings I want and when opening a new tab the changes are reflected.
My question is how do I do this after version 57? Im open to developing an extension or an add-on for firefox for this. Some of the preferences I want to change is the print.{printer}.print_orientation,print.always_print_silent etc
This is used only within the companys Intranet system, so security wont be an issue.
There is no WebExtension API for preferences manipulation.
The only way out is to implement your own experiment API, but extensions with experiment API work only on Firefox Nightly and Developer Edition.

WordPress error "This widget requires javascript"

My wordpress Website https://www.paramountplus.com.au/ frontend not works in Internet explorer. When i login to admin section from IE i see this error "This widget requires javascript" and the wordpress dashboard menu not works.
Same website i upload in subdomain https://www.test.paramountplus.com.au/ where everything works fine.
I have uninstalled the wordpress from main domain and install a fresh wordpress for test, but same error in main domain.
Please help me to fix this error.
If it works in the other browsers it probably means that:
-you internet explorer version is really old
-you do not have some plugins or javascript enabled
So check for updates and then in settings look for the plugins section and enable javascript
Problem with IE, probably. If no JavaScript is executing, this might mean that the browser has JavaScript disabled. Check that first.

Chrome does not allow me installing my extension

I wonder why I cannot drop my extension folder into extensions tab. Developer mode is enabled and I have done it before many times!
Chrome does not allow dropping (it used to open a section to drop it there) :)
Any ideas?
Thanks!
I didn't even know it was possible to do it this way. I thought drag&drop was only for CRX installs (that Google tries to ban).
The "usual" way is to enable Developer mode, then click "Load unpacked extension" and select the folder.

Firebug like debugging on Android

I have seen several posts that talk about remote debugging of javascript code on Android, but they all miss the point of what I am trying to do.
I have a Nexus 7 and I want to use it as a remote development environment when I am away from my desktop. I have created a chrooted debian distribution to run apache and php and git (via ssh). This chrooted environment mounts a subdirectory of the /sdcard directory from outside the chroot environement. Apache document root of a virtual host is pointing at a directory within this. Before leaving the desktop I can git push the latest release to the tablet. When I return git pull can get what I have done back again.
I then (when away from home and NOT connected to any network) can edit the code using an Android editor (using the 920 text editor), but then run the browser to look at what I have developed using localhost the apache virtual host picks this up and displays it.
The application I am developing IS NOT FOR ANDROID - it is ultimately for the desktop. But I want to be able to debug it like I was on the desktop. Breakpoints and single stepping are the prime thing, but also I tend to use the html section in firebug to adjust my CSS before editing it.
Is there a way to get either the chrome developer tools or firebug add on for firefox to load into a browser that will run in android?
I use Firebug lite bookmarklet for iPhone and iPad, never tried on Android, check this out http://martinkool.com/post/13629963755/firebug-on-ipad-and-iphone it must be similar on Android.
To activate it use this steps:
Create a new bookmark or bookmark a page
Rename the bookmark to “Firebug”
Copy the textarea link:
javascript:(function(F,i,r,e,b,u,g,L,I,T,E){if(F.getElementById(b))return;E=F[i+'NS']&&F.documentElement.namespaceURI;E=E?Fi+'NS':Fi;Er;Er;Er;(Fe[0]||Fe[0]).appendChild(E);E=new%20Image;Er;})(document,'createElement','setAttribute','getElementsByTagName','FirebugLite','4','firebug-lite.js','releases/lite/latest/skin/xp/sprite.png','https://getfirebug.com/','#startOpened');
Edit the Firebug bookmarklet, remove the URL and paste the
bookmarklet
Choose “Done” (on the virtual keyboard) and you’re all set
Hitting that bookmarklet should give you a fully functioning Firebug at the bottom of your mobile device.
At least not for Firefox Mobile, because all the devtools are still partially based on XUL, where the Firefox Mobile is using Native UI.
I don't think there is any plan in the close future to change this situation; it's not a common scenario.
However, you should be able to do something using the Debugger API, creating an add-on for Firefox Mobile. But I don't know if it's worthy.

Enable and Popup blocker in IE

I wrote a scripting logic in using ActiveX. When the application runs it is blocked by popup blocker. When I enabled it works fine, but I want to enable the popupblocker using JavaScript (especially in IE).
Obviously a website cannot modify the popup blocker settings. And that's a good thing.
You should avoid using ActiveX Controls because it is only supported by IE. Trying running your page on Firefox and it won't work.
Now the actual problem -
Firstly you need to understand what ActiveX Objects are used for? They basically allow a web application to interact with the client machine. For example it can use resources on my local hard drive. This is a security risk. So IE gives a warning for the same. You may disable it in your browser by going to Tools-> Internet Options -> Security Tab. Click "Custom Level" and change all the boxes with ActiveX text in it to "Enable".
But it will still show up in your client browsers.
So the point is try finding an alternative for it.
Hope this helps!
You cant. What you could do is have a message on screen which requests the user to turn off the popup blocker .

Categories