Morten Ross
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] "No thumbnail" displayed on some postsI found out the cause – for some reason the post had no image in “Gallery” of the post. The Post’s image was a direct URL, and perhaps not uploaded using WP admin “Add an image”.
Forum: Requests and Feedback
In reply to: My forum profile does not display my ID as clickableThen I should also see the URL when I view the profile as logged in – I don’t.
When I view my profile as logged in I only see the blog URI – not the web page:
Rosmo01
Member Since May 28, 2009 (2 years)
# of WordPress Sites I Run 1
Blog 1 Address http://www.ross.no/communicateI entered the blog info yesterday, and can see it when logged in – so why not also the web page?
When I’m not logged in, my profile only displays my Gravatar – nothing else!
Forum: Requests and Feedback
In reply to: My forum profile does not display my ID as clickableI added my website to the profile a couple of days ago. I changed my Id display name earlier today from rosmo01, and that was updated shortly after I changed it.
Forum: Requests and Feedback
In reply to: My forum profile does not display my ID as clickableLooking through some threads I find that it’s only the minority of “mature” members with clickable IDs. This can of course be by choice, and I cannot check this, but I would think that most would like to market their presence and have their ID clickable to the destination of their choice.
Some examples:
http://wordpress.org/support/topic/primepress-claims-custom-header-where?replies=12
http://wordpress.org/support/topic/pagination-with-custom-post-type-listing?replies=45
Forum: Requests and Feedback
In reply to: My forum profile does not display my ID as clickableIf I was logged in, my profile would display my blog URI (but still no homepage), so the last image is from a public profile/me not being logged on.
When I’m not logged in I can see your ID as clickable and, as well as IPstenu. The same I do when logged on. This is not the case with my ID.
If you can see my homepage URI logged in and out when viewing this thread, as well as when viewing my profile, then there must be something about Locale/region that is beyond my control – I’m in Norway.
Forum: Requests and Feedback
In reply to: My forum profile does not display my ID as clickableForum: Requests and Feedback
In reply to: My forum profile does not display my ID as clickableProblem is identical on any computer I use – I have tested 5 different so far, all with IE, Opera, Firefox and Chrome.
Forum: Requests and Feedback
In reply to: My forum profile does not display my ID as clickableIn Opera 11.10, Firefox 5.0, Chrome 12.0.742.100 & IE 9.0 My ID (Morten) is allways not clickable.
When I log in it is still not clickable.
This is what I see
This is my setupForum: Requests and Feedback
In reply to: My forum profile does not display my ID as clickableSo you can click “Morten”?
Logged in or out, I can only see “Morten” in bold – not clickable.
As per haredx’ input in another thread, I have found that I can change this paragraph in wordpress-popular-posts.php line 735:
$content .= '<li>'. $thumb .'<h4><a href="'. get_permalink($wppost->ID) .'" title="'. $title_attr .'"><span class="wpp-post-title">'. $tit .'</span><br></a>'. $post_content .' '. $stats . $rating .'</li>' . "\n";This ensures title and counters are on separate lines, and bold header (just as is the default in wordpress.org). Problem is I don’t know how to put the lines to the top right of the thumb (as it is by default here in wordpress.org). The above code will put text below image, and the default behaviour of the plugin is to put the title and counters in one long string starting at the last line right to the thumb and then wrapping next line underneath the thumb if the header is longer.
Forum: Plugins
In reply to: [WP Popular Posts] Title UNDER the thumbnail? URGENT!Would it help if I say I’m willing to pay to get it right?
Forum: Plugins
In reply to: [WP Popular Posts] Title UNDER the thumbnail? URGENT!If you look closely at the avatar thumbnail and the 3 lines of text in this thread, the text align properly with the thumbnail opposed to with the widget, where the text is placed at the bottom, and will wrap underneath the thumbnail if title is a bit longer.
Let’s give another example of what I mean: http:/www.ross.no/communicate.
Forum: Plugins
In reply to: [WP Popular Posts] Title UNDER the thumbnail? URGENT!Earlier in this thread you supplied 2 excellent code examples;
1: for the title to show up below the thumbnail
2: for the title to show up above the thumbnailDo you have one for the title to show up to the right of the thumbnail – just like here in the forums?
Forum: Installing WordPress
In reply to: PHP 5.3 – no images dispalyedISP resolved it: “This is caused when you
enabled the PHP errors in the page.”Forum: Installing WordPress
In reply to: Fatal error: Allowed memory size….Hi,
Disabling all plugins does not help.
I have also found an illogical pattern:
Uploading a file of size x is successful while the next file of smaller size y will fail. This in same post. So a larger sized file will succeed while a smaller will fail… Decreasing the file even more will in fact display an even larger byte size allocation error.
My ISP does not allow larger than 25 MB, so that that – none of the options suggested here in regards to increased memory allocaiotn pool will work for the likes of me.
This does indeed seem to be a problem in WP 2.8.4. Seems memory allocation requirement is excessive. How to decrease the excessive memory usage?
How do we resolve this?
Morten