Forum Replies Created

Viewing 6 replies - 151 through 156 (of 156 total)
  • Thread Starter Morten Ross

    (@rosmo01)

    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 www.remarpro.com). 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 www.remarpro.com). 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.

    Would it help if I say I’m willing to pay to get it right?

    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.

    @haredx:

    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 thumbnail

    Do you have one for the title to show up to the right of the thumbnail – just like here in the forums?

    Thread Starter Morten Ross

    (@rosmo01)

    ISP resolved it: “This is caused when you
    enabled the PHP errors in the page.”

    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

Viewing 6 replies - 151 through 156 (of 156 total)