Michael Madison
Forum Replies Created
-
Forum: Plugins
In reply to: [Ad Injection] conflict between ad injection and supercache@jimlynch. Good step-by-step. I’ll try it. In the meantime, I’ve temporarily installed W3 Total Cache. But that might create other issues.
Forum: Plugins
In reply to: [Ad Injection] conflict between ad injection and supercacheSame issue.
After extensive testing, I can confirm that (unless there’s a workaround that I haven’t found), Ad Injection and WP Super Cache 1.3.2 don’t work in harmony on my site.
One of the plug-ins needs to be deactivated in order to see post bodies. Can anyone suggest a fix, even a temporary one?
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache is omitting the content areaSame issue here. If I disable either WP Super Cache or Ad Injection, my posts appear. If both are enabled, the post title and comments appear, but there’s no actual post content.
This behavior was first noticed after Super Cache 1.3.2 update.
Forum: Plugins
In reply to: Breadcrumb NavXT not showing page path in WP 2.9.2I marked it resolved and will be looking forward to your next Breadcrumb NavXT release.
— Michael Madison
Forum: Plugins
In reply to: Breadcrumb NavXT not showing page path in WP 2.9.2I did try deactivating all other plug-ins the first time I encountered the behavior. The page path issue has existed since I migrated the site. It works fine at the other host.
I have visited the site from another computer (nobody logged in), and the problem exists there, too. I’m going to put the code that fixed the problem back into the theme’s header.php.
Is there any reason doing that should cause problems, until I find a better solution?
Again, thanks for your assistance and all the great work you’ve done with this plug-in. Should I leave this thread open or close it?
— Michael Madison
Forum: Plugins
In reply to: Breadcrumb NavXT not showing page path in WP 2.9.2Will do. Let me know if you need more time.
Forum: Plugins
In reply to: Breadcrumb NavXT not showing page path in WP 2.9.2I’m removing the code from theme header.php right now. At pokerstorm.com, you’ll see that the “You are here:” widget at the top of the left sidebar doesn’t follow subpage paths and reverts to just the home page (which I’ve called “Poker1”).
(Note: This isn’t the regular Breadcrumb NavXT widget, but yours functions the same way. I’ll put yours up, if you need me to.)
Hope that helps you see what I’m describing.
Thanks for your help and suggestions. Great plug-in! Let me know when you’re done looking at it, and I’ll put the code back into header.php.
— Michael Madison
Forum: Plugins
In reply to: Breadcrumb NavXT not showing page path in WP 2.9.2I fixed the missing full-page path in the widget this way.
At the very top of the theme’s header.php, I added…
<div class=”breadcrumb”>
<?php
if(function_exists(‘bcn_display’))
{
bcn_display(true,true);
}
?>
</div>Changing “bcn_display()” to “bcn_display(true,ture)” somehow kept the path from display above and to the left of the WordPress header, and it allowed the widget to function normally. Note that this was a site-specific issue (StormOnDemand) and the widget was working without this modification at BlueHost.
I’m still vague about why this works, but it does.
By the way, I’m now using the “PHP Code” widget, instead of the one that comes with Breadcrumb NavXT (either works fine). The only reason you might consider doing that is if you want to have a header appear on the widget in the sidebar, to be consistent with other widgets. The default widget lacks this header.
Anyway, I’m very happy now. And Breadcrumb NavXT is indespensible!
— Michael Madison
Forum: Plugins
In reply to: Breadcrumb NavXT not showing page path in WP 2.9.2I’ve enabled WP_DEBUG, as you recommended and get the following error codes:
Notice: Undefined index: page in /home/pokeron4/public_html/wp-content/plugins/azindex/az-index-admin.php on line 68
Notice: get_settings is deprecated since version 0.0! Use get_option() instead. in /home/pokeron4/public_html/wp-includes/functions.php on line 2970
Notice: get_settings is deprecated since version 0.0! Use get_option() instead. in /home/pokeron4/public_html/wp-includes/functions.php on line 2970
Notice: Undefined index: action in /home/pokeron4/public_html/wp-content/plugins/flexi-quote-rotator/flexi-quote-rotator.php on line 38
Notice: Undefined index: addQuote in /home/pokeron4/public_html/wp-content/plugins/flexi-quote-rotator/flexi-quote-rotator.php on line 43
Notice: Undefined index: editQuote in /home/pokeron4/public_html/wp-content/plugins/flexi-quote-rotator/flexi-quote-rotator.php on line 48
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/pokeron4/public_html/wp-content/plugins/azindex/az-index-admin.php:68) in /home/pokeron4/public_html/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 22
Notice: Undefined index: merchant_return_link in /home/pokeron4/public_html/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 59
Notice: Undefined index: mc_gross in /home/pokeron4/public_html/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 64
Notice: Undefined index: addcart in /home/pokeron4/public_html/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 81
Notice: Undefined index: cquantity in /home/pokeron4/public_html/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 118
Notice: Undefined index: delcart in /home/pokeron4/public_html/wp-content/plugins/wordpress-simple-paypal-shopping-cart/wp_shopping_cart.php on line 135
Notice: get_settings is deprecated since version 0.0! Use get_option() instead. in /home/pokeron4/public_html/wp-includes/functions.php on line 2970
Notice: get_settings is deprecated since version 0.0! Use get_option() instead. in /home/pokeron4/public_html/wp-includes/functions.php on line 2970
Notice: get_settings is deprecated since version 0.0! Use get_option() instead. in /home/pokeron4/public_html/wp-includes/functions.php on line 2970
Forum: Plugins
In reply to: Breadcrumb NavXT not showing page path in WP 2.9.2It’s definitely not related to the WP 2.9.2 update, because I now have that installed on both mirror sites. One shows the page path, the other doesn’t.
BlueHost (used for experimenting — poker1-new.com) works.
StormOnDemand (actual site being built — pokerstorm.com) doesn’t work the same way. (It works with everything except the page paths. As soon as I click on any subpage in the menu, it reverts to just the home page and nothing else is in the path.)
I can sort of fix the issue by including the normal code at the top of the theme’s page.php. This makes the widget work as intended, but also puts the path (non-clickable links) at upper left above my header.
The code is:
<div class=”breadcrumb”>
<?php
if(function_exists(‘bcn_display’))
{
bcn_display();
}
?>
</div>Are there any parameters for bcn_display()? I tried commenting out that only, but of course that kept the path from displaying in the widget, too.
Any thoughts greatly appreciated.
— Michael Madison`
Forum: Plugins
In reply to: Breadcrumb NavXT not showing page path in WP 2.9.2Thanks for the quick response.
I’ll continue testing — and include your recommendations — and report back if I get it fixed.
Great to know your page path is working correctly under 2.9.2.
Forum: Plugins
In reply to: Breadcrumb NavXT showing path at top left outside blogYou were right. I found the extra breadcrumb code at the top of the theme’s page.php. I don’t know how it got there.
Thanks very much!
Forum: Plugins
In reply to: Breadcrumb NavXT showing path at top left outside blogI’ve checked through all my php files for “breadcrumb” and can’t find an instance. Perhaps I’m overlooking something. The actual test site with the problem is pokerstorm.com.
Am I correct in assuming that activating the widget should ONLY put the path inside the widget itself and nowhere else?
Thanks for responding!