Morten Ross
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Adding a line breakOK – after some more testing I found a way that works for me – it might not be the right way:
In wpp.css I added the line in bold below:
/* Stats tag styles */ .post-stats { font-size:9px; font-weight:bold;display:block;
Forum: Plugins
In reply to: [WP Popular Posts] Adding a line break+1
This question has been ignored for some reason, but is not discussed or explained anywhere!
I’m not able to upgrade until this is resolved, or the default behavior is properly formatting.
Forum: Plugins
In reply to: [WP Popular Posts] Add a line break+1
This question has been ignored for some reason, but is not discussed or explained anywhere!
I’m not able to upgrade until this is resolved, or the default behavior is properly formatting.
Issue resolved here: http://code.google.com/p/gapi-google-analytics-php-interface/issues/detail?id=79
Forum: Fixing WordPress
In reply to: Menus – top level menu problemFound it!
Using “#” in the URL will create the menu as static.
Forum: Plugins
In reply to: [Geolocation] [Plugin: Geolocation] Is it time for an update?!+1
I tested it and quickly found that I had too high expectations: automatically read and populated with GPS data from the (EXIF) uploaded image in Edit Post.
I also found it very strange that it defaults to the geolocation of my computer and not the photo.
Regards
Morten Ross
http://www.ross.no/communicateWhat is the status on the fix/upgrade?
Forum: Requests and Feedback
In reply to: My forum profile does not display my ID as clickableI still have this problem – almost half a year since I reported it, and more than 2 years with this profile
Thanks again – works like a charm.
Your help is much appreciated – check you gmail 🙂
Awesome – many thanks!
One tiiiny tweak request. I’d like the right margin to be right-aligned, so that left and right margin is equal. A spacing between the two column is also OK, as I ajust with image sizing. Maximum size now will not compensate right margin unless I resize to such a degree tat images merge a cross column. Current max is 195*345.
I just noticed a new behavior.
The “Leave a Reply” section is included in the two-column layout for the related posts, and thus will no longer be listed below the related posts – it mingles when there are uneven amount of related posts – example:
http://www.ross.no/communicate/2011/09/26/northern-lights-aurora-borealis/Wuhuuuuuuu 🙂 !!!!
Awesome.
Thank you sooooooo much.
I really appreicate you taking the time and effort!
The best part is… I had given up on this and let go 🙂
Morten
In firebug I do see the revised code.
The code before your change:
<li> <?php $postimageurl = get_post_meta($post->ID, 'image', true); if ($postimageurl) { ?>Is now:
<li class="echo (($oddeven == 'even') ? 'odd' : 'even'); ?>"> <?php $postimageurl = get_post_meta($post->ID, 'image', true); if ($postimageurl) { ?>And Firebug displays as:
<li class="echo (($oddeven == 'even') ? 'odd' : 'even'); ?>">Do you use Firebug to debug here?
Did you change the code since yesterday, as I only used the code from yesterday.
Done.
Perhaps the code is executed prior to the page – try from here: http://www.ross.no/communicate/tag/noctilucent-clouds/