kalligator
Forum Replies Created
-
Forum: Plugins
In reply to: [InstantClick] Admin crashMike, I was about to report the same problem when going into admin following an
edit_post_link
.Determining if user is logged in couldn’t be easier, see
is_user_logged_in
.
The thing is what do we do next…Forum: Plugins
In reply to: [XML Sitemap & Google News] Exclue categoryIt doesn’t seem to work for me using the latest versions of wp & the dev. plugin, sitemap-news.xml keeps showing posts from all categories.
Could the sitemap perhaps be cached off the public plugin version and I need to clear it somehow?Forum: Plugins
In reply to: [Custom Content Shortcode] show recent post in a rowTry something like this for Bootstrap 3.x
<div class="row"> [loop type="post" taxonomy="x" value="y" count="3"] <div class="col-md-4"> [content field="title"] [content field="image" size="thumbnail"] </div> [/loop] </div> <div class="row"> [loop type="post" taxonomy="x" value="y" count="3" offset="3"] <div class="col-md-4"> [content field="title"] [content field="image" size="thumbnail"] </div> [/loop] </div>
If you don’t have Bootstrap in your theme, try including it yourself
or use a plugin for it.Forum: Plugins
In reply to: [Custom Content Shortcode] image cut offHi Elliot, I think you forgot to add the size param on includes/ccs-content.php line 432.
This
case "image": $out = get_the_post_thumbnail($custom_id); break;
should be this
case "image": $out = get_the_post_thumbnail($custom_id, $size); break;
As it was, I was only getting the thumbnail no matter what. Probably what Jeremy above was getting as well.
Wondering if there a clean way to set the default to ‘large’ on that same line?Forum: Plugins
In reply to: [Custom Content Shortcode] Some errors with debug onSorry but I just found out a couple more of those ??
When doing a search:Notice: Undefined property: WP_Query::$post in includes\ccs-field-loader.php on line 267 Notice: Trying to get property of non-object in includes\ccs-field-loader.php on line 267
/edit/ Same for
line 290
also./edit2/ When editing a post:
Notice: Undefined variable: defaults in includes\ccs-gallery.php on line 78
Forum: Plugins
In reply to: [Custom Content Shortcode] Some errors with debug onYeap now it’s fine!
Forum: Plugins
In reply to: [Custom Content Shortcode] Some errors with debug onThat’s great, thanks. I’m still getting some leftover notices though with 0.6.7 on /index.php?page=content_overview:
Notice: Undefined property: stdClass::$publish in includes\ccs-content-overview.php on line 173 Notice: Undefined property: stdClass::$draft in includes\ccs-content-overview.php on line 173 Notice: Undefined property: stdClass::$future in includes\ccs-content-overview.php on line 174 Notice: Undefined property: stdClass::$pending in includes\ccs-content-overview.php on line 174
Forum: Plugins
In reply to: [Advanced Custom Fields: Limiter Field] Replace the Title field?I see, well it could be useful for some editors that have a habit of abusing the titles, trying to fit a small paragraph in there.
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] Number of cache filesCould there be a hard disk or number of cache files limit introduced?
I’m facing a similar problem and the cache directory grows indefinitely until the host hd allocation is reached whereafter the site breaks.Thanks
Was this ever resolved?
Forum: Plugins
In reply to: [Image Cleanup] Error prevents activationSure, give me a contact email, I didn’t find any in the plugin description.
/update/
ok noted, you can delete it if you wish.Forum: Plugins
In reply to: [Image Cleanup] Error prevents activationThat was fast!
OK it seemed to have activated but it’s not shown under Tools.No, just two single items.
I’m curious, what happens when you add an overpayment?
While editing an invoice after I’ve added a couple of items, I click on the “Add Payment / Charge” button.
Then “Invoice Status and History” panel expands and I enter:Event Type Receive Payment
Event Amount YY*
Event Date & Time now time (default)
Event Note type whatever*where YY is greater than Invoice Balance