sguk
Forum Replies Created
-
The pro license ran out last year. I’ve asked my client if he wants to pay again, awaiting the answer.
I’m not paying again as I’ve already lost 4 hours of time today. Are you able to supply the answer here please?
Help appreciated.
This just happened on one of our websites which has gone through 3-4 wordpress upgrades since v3.1.
Clicking “reinstall” wordpress cured the problem. The wysiwyg problem has been 100% solved now, so if you are still seeing issues, it’s just something triggering it.
We use ACF on all websites and it’s a fantastic and well supported plugin.
Forum: Plugins
In reply to: [Simple Fields] There is an update available for Simple Fields!JUst to let you know the small bug is still there if for example I have…
A repeatable region with 4 images.. I add all 4 images then add another repeatable region. It still keeps updating the last image in the first repeatable region.
The way to solve it is to click publish after adding each repeatable region until the bug is solved.
Sorry but I don;t have a Github account 🙂
Forum: Plugins
In reply to: [Simple Fields] There is an update available for Simple Fields!Hi Plux, just tried it but the problem was still there… but I’ve found that it was conflicting with custom field template plugin which was turned on. I will let you klnow if I find anymore bugs, thanks for your work, much appreciated
Forum: Plugins
In reply to: [Simple Fields] There is an update available for Simple Fields!Hi there, it’s still not useable at the moment. When attempting to insert an image, it keeps going to the main wordpress editor instead of the custom field (simplefields) tinymce editor area
Forum: Plugins
In reply to: [Simple Fields] There is an update available for Simple Fields!I have tested this new updated version and it partly works. Some bugs have been ironed out but the following things still need fixing:
– On repeatable custom fields, if we add a new custom field, the tinymce editor does not load. To get this to load, you need to click “update” on the post after you add each custom field
– If you add an image into the repeatable custom field it does not show. Again, you need to click update on the post then it shows
– We have a flash plugin installed which puts a symbol next to the new multi uploader symbol, this shows “image not found” after adding a new repeatable custom field. On checking the link, this is because it has /RELATIVE-LINK/ in the code.
Hope this helps the developers iron out this last bugs, I didn’t know where else to post the info, I couldn’t post on Github
Same problems here.
I must add on the developers website he has a note here http://eskapism.se/blogg/2011/12/wordpress-3-3-and-simple-fields-not-work/I saw on his twitter page that he had been given donations by some people but they were very small. Apparently he is from Sweden and it’s very expensive to live there (like anywhere these days!!)
I’m sure if more of us can donate he will update the plugin. He said he’ll definitely do it, but doesn’t know when.
It’s an awesome plugin and if he’s reading this, we all totally appreciate your work.p.s. the plugin is awesome and any time the developer puts into updating it is very appreciated, we have no problem donating.
On the plugin developers website I found this
http://eskapism.se/blogg/2011/12/wordpress-3-3-and-simple-fields-not-work/Looks like the fix isn’t anytime soon and he won;t do it without donations, but he hasn’t said how much.
If we donate how can we be sure it’s updated?
sorry it keeps stripping my code***corrected now***
Forum: Fixing WordPress
In reply to: wp-admin and wp-login.php generate "Page not found" errorp.s. reason I mention this here is because one of my sites did keep coming up with page not found error instead of the server error. It was the WP-MU site
Forum: Fixing WordPress
In reply to: wp-admin and wp-login.php generate "Page not found" errorhi I had no sleep last night over this…
If you don’t have access to server level admin, you can create a file called php.ini and just add the text disable_functions = ini_set then copy it to the folder your wordpress is in. If your host is running suphp it allows this.
You’ll then be able to log in. This problem is ONLY with 3.x
Forum: Fixing WordPress
In reply to: @ini_set – error code appearing on index.phpSee my post, I think it has been moved to feature requests now.
We had to add ini_set to the disable functions setting in php suhosin configuration.
All our wordpress sites stopped working when upgraded to version 3 with server errors. WE could also put disable_functions = ini_set in a php.ini file in the top level of the wordpress folder and it does the same thing as we enabled globally.
Enabling it globally might not be a good thing for other software but we couldn;t edit php ini in every wordpress install!
Cubecart and cms made simple etc all seem to be working fine. We’re currently researching if ini_set should stay disabled, csf firewall recommend it.
Forum: Installing WordPress
In reply to: Server refuse connection on wp-admin