webdotcom
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] (No Ratings Yet) TextMy apologies. The text was being added by a different plugin that used the beginning of the content text to fill the description. I would still suggest including more options to control the output of the the_ratings function.
Forum: Reviews
In reply to: [Simple Ads Manager] Nice for a start, but impressions are counted wrongAuthor: is this still an issue? Fixed?
Forum: Reviews
In reply to: [Simple Ads Manager] IrresponsibleAuthor: is this still an issue?
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] posts tax_term category numberVladimir,
Any idea on a timeframe? Or maybe a suggestion for a manual fix until then? Regardless, Thank you for the great work you’ve done with the plugin… it’s an awesome plugin!
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] posts tax_term category numberSame here. Posts shortcode not working, no matter what I tried so far.
Latest WP and Plugin
Was there a solution found for this? I’m experiencing the same error when calling:
$args = array( 'number' => 45, 'echo' => false, 'format' => 'array', 'taxonomy' => 'category', ); $categories=wp_tag_cloud($args);
Forum: Plugins
In reply to: [Breadcrumb NavXT] Not compatible with WordPress SEO by Yoast?I figured out the problem. It was weird at first, I could run one plugin or the other but not both or I’d get the blank white page.
I tried php errors, wp_debug, and nothing….
Then I tried define(‘WP_MEMORY_LIMIT’, ’64M’); and it worked!
So that tells me between the two plugins they eat up a lot of memory, so better be making use of a cache plugin.
Forum: Fixing WordPress
In reply to: WP Dashboard Feeds Update Interval – Where?Thanks!
Yea this doesnt work. I tried anas steps too…
Grr..
I figured it was a bug, and I couldn’t be the only one experiencing the issue. Hopefully someone has some suggestions on debugging this.