justin123
Forum Replies Created
-
I have just realised the screenshot of W3TC shows SSL Support disabled, always use HTTP.
I have tried all options there, and still no luck!?
Thanks
Forum: Plugins
In reply to: [More Types] [Plugin: More Types] Broken in 3.1 RC4Cheers @debasish, sorted me out, after upgrade to 3.1 it obviously changed the default setting to no.
Just go into Settings-> More Types -> Edit (this post type Action) -> Advanced and select “On” for Show in Admin Menu.
I’m sure a fix will be release for this.
I’ve managed to resolve my problems, unfortunately i have had to edit the plugin code though:
here’s how:
1. Open an FTP connection to your root WordPress directory
2. Open /wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php with your favourite text editor (e.g. UltraEdit, etc.)
3. On line (approx) #168 un-comment (remove the //) from before @ini_set(‘memory_limit’, ‘128M’);
4. Save and upload changes
5. Delete image/s that failed to generate a thumbnail and re-upload using NextGEN Gallery’s standard Upload Images feature(credit to: https://www.visser.com.au/blog/thumbnail-generation-php-memory-limit-nextgen-gallery/)
This worked for me, but is not an ideal solution.
Hope it helps.
I’m having problems as well, but mine is with a custom theme.
Everything was working fine, but now it’s stopped working. The thumbnails are failing to generate despite it saying “done”.
I’m using wordpress 3.0.0 and develop all my sites in wordpress.
Looking forward to a quick update ??
Forum: Themes and Templates
In reply to: Set Admin Panels to Minimize by Defaultyeah me too, is it possible to have these collapsed/minimized by default. Maybe through a functions.php edit?
ok, got it back by copying the CSS options from another install! Stupid me!!!
Is there a way to hide the Menu Editor from any role lower than Administrator (10) as the built in “required capability” doesn’t hide this for my users, and displays for all roles.
Thanks
Forum: Fixing WordPress
In reply to: Display a singular category on a page, an oldie but a goodie!Sorry i don’t understand? I’m not really a PHP whiz!
I know that the category ID’s and pages ID’s are correct, so that should work, right?
Forum: Fixing WordPress
In reply to: Display a singular category on a page, an oldie but a goodie!its not working, posts form category 3 and for are not showing on the Challenge page?