Home › Support › Popular Widget › New Version errors: Language support, Number of posts
-
AuthorPosts
-
June 13, 2012 at 4:46 am #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
PhilippJune 14, 2012 at 12:46 am #47872Xpark MediaKeymasterYour 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.
June 16, 2012 at 1:38 am #47930[email protected]ParticipantHey 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
PhilippJune 17, 2012 at 10:27 am #47983Xpark MediaKeymasterAs 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
June 21, 2012 at 6:16 pm #48092jlptbootcampParticipantThere 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)
June 22, 2012 at 1:02 am #48111Xpark MediaKeymaster@jlptbootcamp, thank you for the help, will add the fix for the next release
June 28, 2012 at 7:12 am #48292[email protected]ParticipantThanx 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 otherFor 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.
-
AuthorPosts
- You must be logged in to reply to this topic.