metaprinter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Excerpts not showing after installing sociableYou are not outputting anything after the h2 tag.
disable Sociable and see if they come back. Also, what version of WordPress are you running?make sure the plugin is activated. when i updated yesterday, it deactived my plugin.
on second look this does not appear to be working. It is not pulling from the assigned tag.
I wound up using the shotcode in a text widget [catlist name=nj numberposts=10] where name = the slug of the desired tag.
to enable shortcodes in the sidebar widget add:
add_filter('widget_text', 'do_shortcode');
right before the closing ?> in your functions.php file.Forum: Plugins
In reply to: [Simple Events Calendar] [Plugin: Simple Events Calendar] broken in wp 3.1.3Thanks for the update!
Also, in the sidebar widget, how do i display posts from a certain tag? The documentation says it can be done, but no HOW.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] YARPP w BLOG Glue nothing showingI woke up this morning and found my empty space filled with “More From roundvalleyfishing” and then 3 completely innapropriate links (ice fishing?) and followed by a plug for blogglue to “Ask roundvalleyfishing To Recommend Your Posts”
Apparantly this is the first and only fishing blog on their network, so i’m seeing really poor results.
Under this i have my YARPP plugin running which shows “Related Posts” and it is great. Still not sold on the BlogGlue plugin but i’ll let it run a week or so while closely monitoring my Analytics to see what happens.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] YARPP w BLOG Glue nothing showingok i see the problem, YARPP was deactived for some reason after the blog glue plugin install, reactived it and now it works.
Problem 2 is that i have NO partner matches for my blog on blog glue and so there is just an empty space after my blog post. that looks silly so i’m giving it an hour to find something else i’m deactivating the plugin until i see some more partners signing up.
Forum: Plugins
In reply to: [Simple Events Calendar] [Plugin: Simple Events Calendar] broken in wp 3.1.3I uninstalled the plugin, reinstalled it – and it’s now working.
has this plugin been abandoned?
Forum: Plugins
In reply to: [JJ SwfObject] JJ SwfObject File Not Found Display Alternative ContentI’d like to serve up a static image if the flash fails.
sc img=”pathToMyImage.jpg” would be great. can it be done?
anyone?
Joost you still around?
thanks for the quick response!
when your wordpress installation exceeds your allotted memory limit (lots of flash, ads, video, etc…), one of the first things to go is your sidebar.
Look in your log file to see if you have an error like:
Fatal error: Allowed memory size of 6777216 bytes exhausted (tried to allocate 16 bytes)…If you have the error then up your memory by adding the following line to the end of your htaccess file:
php_value memory_limit*64Mor
php_value memory_limit*96M