ellenm1
Forum Replies Created
-
Forum: Plugins
In reply to: [Frontend Dashboard] Help! DisasterHi Vinoth,
Although I’ve managed to get the site back up and running, I have not yet figured out what caused the error. Most of the posts I see on Google about it say that it is caused by the plugin calling a function too early, but obviously it is working for everyone else, so this must have been caused by a setting change I made. Possibly conflicting with some other plugin. Not sure how to troubleshoot this.
I don’t see a way to contact you privately – not a member of whatever slack workspace you are on – so please email me at ellenm1@gmail.com.
Forum: Plugins
In reply to: [Frontend Dashboard] Help! DisasterOK, figured out how to disable your plugin temporarily. Will try again tomorrow after disabling the caching.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ads not showingFollow up: I just put some old ad code in there and now it is showing up.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Ads not showingOhhh – thank you. You just explained where I went wrong – there’s nothing in those blocks: I thought that the Auto Ads would just figure something out and put it there. Obviously that’s not the way it works. Need to read the instructions, I think.
Forum: Plugins
In reply to: [Sidebar Login] "undefined"mortydot, what is your fix?
Forum: Plugins
In reply to: [Easy Contact Forms] Replacing fields within form broken in WP3.5Resolved it by downloading jquery-ui-1.9.2.custom
unzipping it, then overwriting
wp-content/plugins/easy-contact-forms/js/jqui/jquery.ui.core.js
wp-content/plugins/easy-contact-forms/js/jqui/jquery.ui.mouse.js
wp-content/plugins/easy-contact-forms/js/jqui/jquery.ui.sortable.js
wp-content/plugins/easy-contact-forms/js/jqui/jquery.ui.widget.jswith the versions from inside the zip:
[unzipped jqueryui folder]development-bundle/ui/jquery.ui.core.js
[unzipped jqueryui folder]development-bundle/ui/jquery.ui.mouse.js
[unzipped jqueryui folder]development-bundle/ui/jquery.ui.sortable.js
[unzipped jqueryui folder]development-bundle/ui/jquery.ui.widget.jsForum: Plugins
In reply to: [Easy Contact Forms] Replacing fields within form broken in WP3.5I am having the same issue. The error I get upon trying to drag a field up or down is:
TypeError: ‘undefined’ is not a function (evaluating ‘$.curCSS(this,’overflow’,1)’)
jquery.ui.core.js:86Thanks