gMk
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Display 1 image in previewYou could use a custom field on the post/ page with the gallery.
Select the image you want and paste the URL into the field you added and call it in the theme as part of your layout.
Forum: Fixing WordPress
In reply to: Database ErrorFor any one experiencing this issue
You need to contact your host and have them up the following value
‘max_allowed_packet’
Default is 1M
Forum: Installing WordPress
In reply to: Error MessageHi Mike
Thanks, first thing i did.
Its worth noting that i don’t think this is a wordpress issue directly. Essentially a script [ when i was trying to post an article ] was trying to use 33MB of memory and the limit was set to 32MB – this has been upped in the php.ini file and everything appears to be back in order.
Forum: Plugins
In reply to: Post Paging Problem with 2.1If you are using the Adhesive plugin – that caused the same issue for me.
Otherwise disable all your plugins and reactivate them one by one.
Forum: Fixing WordPress
In reply to: 2.1- Scheduled PostsJust an FYI.
I checked on the Bug Trac, and saw someone was having similar issues. followed the instructions and it appears to be working.
Forum: Fixing WordPress
In reply to: 2.1- Scheduled PostsJust an FYI.
I checked on the Bug Trac, and saw someone was having similar issues. followed the instructions and it appears to be working.
Forum: Everything else WordPress
In reply to: “The Best” Hosting, Hands DownRackspace – UK branch – no idea on the American crowd with the same name. Best support i have ever recieved !
Forum: Fixing WordPress
In reply to: Weird code in templateYup Thanks Handy – searched a bit more – and its been happening to a bunch of folks whose files are writable – i have removed and changed file permissions.
Forum: Installing WordPress
In reply to: 2.0.4 UpgradeFYI was running 2.0.3.
Always upgraded immediately with all versions never had any issues.
>> but I’m pretty sure /wp-admin/upgrade.php is smart enough to quietly end if nothing needs to be done.
Be interesting to know if this happens.
Many thanks
Forum: Plugins
In reply to: Headlines???Try customizable post listings.
https://www.coffee2code.com/archives/2004/08/27/plugin-customizable-post-listings/
I use it to achieve the same thing
Forum: Fixing WordPress
In reply to: all images insert as thumbnailCheck in the actual code inserted in the editor – its probably adding .thumbnail onto the image name.
Otherwise right click the image in the browser and select with original
Forum: Fixing WordPress
In reply to: Photos don’t appearThere is an X in the source code of the URL you gave, if you load the page and look at the source !
Forum: Fixing WordPress
In reply to: Photos don’t appear<img id=”Something” xsrc=”https://” alt=”description” />
Remove the X in front of src in the code above from your page
Forum: Fixing WordPress
In reply to: automatic redirectForum: Fixing WordPress
In reply to: automatic redirectIt looks like you got one of the URL settings wrong.
On the Homepage permalink is: https://www.marcohamersma.nl/?p=31
But i went to
https://www.marcohamersma.nl/wordpress/?p=31
And it allowed me to comment
Check your Blog URL settings under options