madeglobal
Forum Replies Created
-
THANK YOU datafeedr! This makes the wordpress “users” page work again as it had been broken by the latest upgrade of the plugin.
Before your code fix, if you searched for a user in “users” and then clicked on “edit” you would be thrown out to the outside world of the site. Now it works as expected.
Respect.
I still have exactly the same problem after upgrading nggallery plugin. Now at WP 3.7.1 and ngg 2.0.40 – still busy uploading using FTP and then going to manage galleries to get the images into the gallery.
It’s so frustrating!
I have the same versions and the same problem. I have looked at the other threads going back a few months regarding this issue and none of the suggestions so far actually help.
Only way I can get images into a gallery is to FTP them into a directory and then use the gallery manager to look for new images in that gallery. Frustrating!Forum: Themes and Templates
In reply to: Trouble with "forever" themeSVN is all very easy to deal with, assuming you have access to the terminal of your server.
Simply navigate to the directory of the themes in your website, and then use:
svn co https://wpcom-themes.svn.automattic.com/forever/Magic. The theme is there.
Hi Frederick,
Firstly, you are a star for replying – thank you!
I am using Version 0.9.1.2 which I believe is the latest version.
I’m getting the feeling that it is the dependencies created by wp_register_script or wp_enqueue_script which might be bringing some of the minified javascript back in again.
To explain my thinking … there are a few js files which cannot be minimised (because they are actually php files used to create javascript) but these are included as requiring jquery first.
Now, jquery IS in the minified file (good!) but it gets included again.
I’m feeling that this is because the wp_register_script no longer knows that the jquery has been included through your minimiser, and so it included it again. Is that possible??
Thanks for all your help, and willing to try any tests you can suggest!
Forum: Plugins
In reply to: [Plugin: Contact Form 7] All emails coming from [email protected]This may not fix everyone, but wp-mail uses a filter which can be “hijacked” by any other plugin. I had the same problem and found that the sending (from) email address was being set up by simplepress forum… overriding any other settings for the send address.
My suggestion is to look at all of your other plugins and see if any of them are in control of the send email address.
Hope it helps.
Madeglobal.com