mross55
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Log in reports – where do I find it on the dash?Thanks James, I thought I had seen it, but I realize it was the revisions I saw.
cheersForum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Exclude directores?can you tell us how you solved it?
thanksForum: Fixing WordPress
In reply to: Images looking low res in headersFor others who have the same problem and need an answer:
http://phpthumb.sourceforge.net/demo/docs/phpthumb.faq.txt
Q: Image quality is very bad, very pixelated — why?
A: You may be trying to resize images larger than the available
PHP memory, so phpThumb is simply extracting and using the
EXIF thumbnail as the image source, which is usually about
160×120 (so if you resize it to 640×480 it will look very bad).
To calculate the required size for memory_limit in php.ini,
calculate the number of pixels in the image and multiply by 5:
For example, 1600×1200 = 1600 * 1200 * 5 = 9600000 = 10M
Easy solution: install ImageMagickForum: Fixing WordPress
In reply to: Images looking low res in headersAnyone have any idea how to fix the phpthumb script please?
Forum: Fixing WordPress
In reply to: Images looking low res in headers🙂
Forum: Fixing WordPress
In reply to: Images looking low res in headersThanks for responding.
Yes, that’s the one I mean. All the header images are supposed to be that quality.
Any idea on how to fix that in the phpThumb script?I’m new to WordPress.
CheersForum: Fixing WordPress
In reply to: How to add a url link in a value field?Thanks again, I’ll have a play and see how it goes.
CheersForum: Fixing WordPress
In reply to: How to add a url link in a value field?Thanks for responding.
I’m sorry, I don’t follow – novice!
The developer created the custom fields, so that it’s easier to add them to the page.where do I put this code?:
<?php $link = get_post_meta($post->ID, “link”, true);
if ($link !==”) {echo “$link”;} ?>