clompers
Forum Replies Created
-
Forum: Plugins
In reply to: [Cloudflare] blank settings page. 3.0.3After I applied the fix, the settings page was still blank but I started getting an error 403 in the console when trying to load /wp-content/plugins/cloudflare/config.js.
I removed everything from my .htaccess file and the 403 error went away, but when I put the htaccess file back to the way it was, /wp-content/plugins/cloudflare/config.js continued working without the 403 error. After the 403 error was cleared up, the plugin appeared to be working properly. I reverted the fix to /wp-content/plugins/cloudflare/src/WordPress/WordPressAPI.php and the settings page was still working properly, so I completed setup on the settings screen and no problems after.
I didn’t touch anything on my cloudflare account, so not sure where the problem was. Maybe cloudflare caching admin files?
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Update loopI was having the same problem so I checked out the svn trunk and got the 4.0.3 update. Works perfectly and does show as 4.0.3 in WordPress. If anyone needs it, i’ve posted a zip of the update to https://dl.dropbox.com/u/22659/advanced-custom-fields_4.0.3.zip
Forum: Plugins
In reply to: Admin Column SortingThanks so much for posting this. I would have spent a day on this myself.
Now if I could just figure out how to sort on a custom field by default.
Forum: Themes and Templates
In reply to: Adding special characters between menu items using WP_LIST_PAGESAdd in a blank title_li= to get rid of the Pages heading. This will also prevent the surrounding ul tags from being created so you’ll end up with something like this:
<ul><?php $new = ' \\\\ '; wp_list_pages('title_li=&link_before=<li>&link_after='.$new.'</li>');?></ul>Forum: Alpha/Beta/RC
In reply to: Slow dashboard 2.7 betaI’m testing 2.7-beta2-9638 locally and the dashboard loads pretty fast for me in firefox 3 & safari 3, with and without gears enabled. It is slightly slower than in 2.6 but that’s to be expected with the added features and customization.
Forum: Alpha/Beta/RC
In reply to: Will Internet Explorer 6 still being supported?If you can’t upgrade past IE6, or even install software, maybe portable firefox can help: http://portableapps.com/apps/internet/firefox_portable.
IE6 has so many display issues, it can take hours to fix a small display error. I typically get the site working in current browsers first, then make alternate css for IE6. That way, I’m not wasting hours and hours on IE6 with every test build. The wordpress devs may be doing the same.