ron-moss
Forum Replies Created
-
Its works now..
Strange; maybe to do with firefox..Forum: Plugins
In reply to: [Easy Popular Posts] Error after updating to 2.5.3Ola Chris,
I re-produced the error:
on default the ‘Display Type:’ is set on ‘comments’; i’ve i change this to ‘total’, the error is gone.
(I did post a few dummy comments though..)Forum: Plugins
In reply to: [Easy Popular Posts] Error after updating to 2.5.3Sorry for my late reply.
I’m using it as a widget in the main widget area.Forum: Plugins
In reply to: [Easy Popular Posts] Error after updating to 2.5.3I’ve got the same problem when I update to version Version 2.5.4 (with WordPress 3.2.1.) :
Warning: Invalid argument supplied for foreach() in /domains/blog.drweigert.nl/DEFAULT/wp-content/plugins/easy-popular-posts/easy-popular-posts.php on line 85
Forum: Fixing WordPress
In reply to: current_page_parent displaying subnav of other items at 3rd levelSame problem overhere, with wp_list_pages, i’m using:
<?php wp_list_pages(‘title_li=&depth=0’ ); ?>
this makes an extra ul li altought there no child items, so for example for the home:-
<li class=”page_item page-item-2 current_page_item”>Home
<ul class="page-item-2"><li></li></ul></li>I’ve seen this for the first time, with other websites (hosted at different hosting providers i not come across this problem..).
So I suspect this has something to do with the host (php version??)gr,
Ron MosssForum: Fixing WordPress
In reply to: side navigation brokeSame problem overhere, with:
<?php wp_list_pages(‘title_li=&depth=0’ ); ?>
this makes an extra ul li altought there no child items, so for example for the home:-
<li class=”page_item page-item-2 current_page_item”>Home
<ul class=”page-item-2″>I’ve seen this for the first time, with other websites (hosted at different hosting providers i not come across this problem..).
So I suspect this has something to do with the host (php versions??)gr,
Ron MosssForum: Plugins
In reply to: [Plugin: Wp Unique Article Header Image] 2.7 and Higher Supporti’m using another plugin now, even works for 2.8.1: http://wordpress.org/extend/plugins/dynamic-headers/
Forum: Fixing WordPress
In reply to: Add post to pages menuanybody got a solution(MichaelH?), or maybe its time for developing an new plugin?
Forum: Fixing WordPress
In reply to: Add post to pages menushort: so simply put posts under pages and if you go to a post on your website, y’r page menu is active!
Forum: Fixing WordPress
In reply to: Add post to pages menuI tried both ‘Page Links To’ and ‘adding-links-to-wp_list_pages-part-2/’. They both do their job, and make it easier to publish categories on pages. But my main problem stays:
When I click on a category. How to make a post ‘visible’ in the overall ‘pages menu’; when I go too an post under a category overview??
So if i look at the source code(made by <?php wp_list_pages(‘title_li=&depth=1’); ?>), I cant see the CSS ‘current_page_item’ class.
So I cant make the page menu link active in CSS, if I’m at post(under a category).
For understanding; I now show some categories onder a page(menu item), under each categorie, there are a few post(so these posts also belong to the page).Forum: Fixing WordPress
In reply to: Add post to pages menuoke thanks, i’m going too dig in to it and let you know if it works for me..
Forum: Fixing WordPress
In reply to: Add post to pages menuoke thats true, but that does not solve my issue: how to connect posts to pages dynamically by using for example a plugin in the CMS
Forum: Fixing WordPress
In reply to: qtranslate and Breadcrumb NavXTThank you mtekk! Solved
I replaced(in the Advanced Usage code) the code
$breadcrumb_trail->display();with
echo qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($breadcrumb_trail->display(true));
Forum: Fixing WordPress
In reply to: qtranslate and Breadcrumb NavXTmtekk, I tried it today with the trunk version of Breadcrumb NavXT, but it doesn’t work with the code you provided. I think because i’m using advanced use with ‘bcn_breadcrumb_trail'(in my own template) and not ‘bcn_display’ function. You also have a filter for this?
Forum: Fixing WordPress
In reply to: qtranslate and Breadcrumb NavXTthank you mtekk, but where do i have to place this fine piece of php?
and you mean version 1.1.4 for qtranslate not?