seanrnelson
Forum Replies Created
-
Resolved.
What I did:
Deleted the Custom Post Type and Featured Categories Widgets from my sidebar. Then, just readded them to the right sidebar.
Thanks!
Forum: Themes and Templates
In reply to: [MesoColumn] Category menu colorI have been having this same exact issue for over a month now. It is definitely a cache issue. I found a solution.
If you have WP Super Cache, here is what I did to fix the cache.
Plugins>WP Super Cache>Settings>Advanced
Under Caching, Select: “Use PHP to serve cache files.”
Scroll Down and click “Update Status”
Now go to the “Easy” Tab and click “Test Cache”
All green lights!
Riche–If lots of Mesocolumn users are having this caching issue, could it be a result of the theme?
-Sean
Forum: Themes and Templates
In reply to: [MesoColumn] Allowing Category DescriptionsAha! Thank you very much for your help! You are providing one of the most supported free themes available. Keep it up Richie!
Forum: Themes and Templates
In reply to: [MesoColumn] Allowing Category DescriptionsRichie, thank you again for you support.
I’m running v1.6.3 of Mesocolumn
I have tried both methods of adding the code you provided me to functions.php file and removing the PHP blocks: <?php and ?> as well as creating a file at wp-content/ of meso-custom-functions.php. Neither are showing the category description.
Just for clarification, here is the code you provided me:
<?php function dez_add_cat_desc() { $get_catdesc = category_description(); if($get_catdesc): echo '<div style="margin:-20px 0 0 0;" class="catdesc">'.$get_catdesc.'</div>'; endif; } add_action('bp_after_headline', 'dez_add_cat_desc'); ?>Forum: Themes and Templates
In reply to: [MesoColumn] Allowing Category DescriptionsRichie, I additionally tried the other method you suggested by adding a file in wp-content/ titled custom-functions.php and added the code you provided. No error message, but the categories aren’t displaying the description.
My site is http://www.lacrossescoop.com for your records.
Thanks,
SeanForum: Themes and Templates
In reply to: [MesoColumn] Allowing Category DescriptionsHi Richie, thanks for you help. I input the function into the functions.php folder but am receiving this error message:
Warning: Cannot modify header information – headers already sent by (output started at /home4/zapp/public_html/lacrossescoop.com/wp-content/themes/mesocolumn/functions.php:371) in /home4/zapp/public_html/lacrossescoop.com/wp-includes/pluggable.php on line 1121
Thanks,
Sean