New Version errors: Language support, Number of posts

HomeSupportPopular WidgetNew Version errors: Language support, Number of posts

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #47856
    [email protected]
    Participant

    Hey,

    I loaded the newest version of the plugin today and discovered some weird errors: http://www.achteminute.de/

    (1) The “recent post” tab shows a large number of posts, unrestricted from what I set in the widget’s admin panel. The two other tabs “most commented” and “most viewed” show the correct limit (here: 3) that I have set.

    (2) The “recent post” tab works great concerning language support: in the german language mode, it shows the german title, in the english mode, it shows the english title. The other tabs “most viewed” and “commented”, however, show both titles at the same time.

    Can you have a look a the taxonomy again? I can’t remember that I had this type of problem before the update.

    Thanx
    Philipp

    #47872
    Xpark Media
    Keymaster

    Your problem is a few javascript errors on your site, this doesn’t not allow the popular widget script to run and you see all the post at once.

    #47930
    [email protected]
    Participant

    Hey Hax,

    I can’t follow your response. As I explained you above, the problem with too many posts shown only appears for the “recent” tab, the two other tabs “popular” and “commented” show the correct number of posts as set in the wp-widget options (here 3). Thus, I follow that there must be a problem specifically with the “recent” tab.

    Did you have an idea with the language problem? Only the “recent”-tab show correctly the current language (http://www.achteminute.de/?lang=en – english in this case), the other two tabs show the German and the English title at once.

    Thanx a lot for your help
    Philipp

    #47983
    Xpark Media
    Keymaster

    As far as the translation goes I check your site and it looks like is working.

    For the post count I am going to have to investigate further. Did you check to see if there is problem with any other plugin or theme? doing a small test every thing appears to work fine

    #48092
    jlptbootcamp
    Participant

    There is a bug in the include.php file for the most recent posts.

    Line 253 should be changed from

    ‘numberposts’ => $numberposts,

    To:

    ‘posts_per_page’ => $limit,

    This will display the correct amount of most recent posts (according to the limit you set)

    #48111
    Xpark Media
    Keymaster

    @jlptbootcamp, thank you for the help, will add the fix for the next release

    #48292
    [email protected]
    Participant

    Thanx for the bugfix with number of posts, the new version does ist fine.

    The language problem still persists: http://www.achteminute.de/
    for new posts (NEU-tab), it shows only German or English, thus it is fine. For recent and commented (KOMMENTERIT-tab or BELIEBT-tab), it shows both, German and English title one after the other

    For example: “MDD 2012: Marco Witzmann und Valerio Morelli aus München sind Meister im Deutschsprachigen DebattierenMDD 2012: Marco Witzmann and Valerio Morelli from Munich won the German language debating championship (2)”

    This happens in the English and German version of the site.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.