Morten Ross
Forum Replies Created
-
Issue resolved here: https://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
https://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:
https://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: https://www.ross.no/communicate/tag/noctilucent-clouds/
Yes it does.
Check now – I have renamed the file, so the plugin refers to a non-existing file.
I haven’t removed or changed anything. I have tested only on offline local testbed.
I have uploaded your revised code to live site now, so you can check it.
I tried your revised code and added the styles in .css, but still only one column…..