Peter J. Herrel
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Bootstrap Carousel] How can i remove the Pagination@dios79, version 0.2.0 introduces a
controlsparameter:[carousel controls="0"]Forum: Plugins
In reply to: [WP Bootstrap Carousel] How can i remove the PaginationHello @dios79, a
showcontrolsarg is not supported (you’re probably confusing with the cpt-bootstrap-carousel plugin). I guess I should implement such a feature. In the meantime, you should be able to hide the controls with CSS:a.carousel-control{display:none}Forum: Plugins
In reply to: [Confirm Publishing Actions] Great Plugin! But overlooks "Schedule"hi @imagefact, thanks, I opened an issue for this on Github: https://github.com/diggy/confirm-publishing-actions/issues/1
Forum: Reviews
In reply to: [WP Bootstrap Carousel] Works, with a few caveats.Seems like your theme does not define the
$content_widthglobal. You should determine the width of your content area and put the following line in your functions.php file, e.g.:if ( ! isset( $content_width ) ) $content_width = 600;Alternatively, you could set the carousel width manually:
[carousel width="600"].Forum: Reviews
In reply to: [WP Bootstrap Carousel] Works, with a few caveats.Are you using the shortcode correctly? It is designed to display images attached to a post, simply by adding
[carousel]to the post content. If you would like to display a random set of image attachments, you’d have to use the plugin in combination with the Display Posts Shortcode plugin.Forum: Reviews
In reply to: [WP Bootstrap Carousel] Works, with a few caveats.Hello Melissa,
thanks for your review.
Please note that
idsis not a supported argument. Which explains why it’s not working.Refer to the wiki to check the list of supported arguments: https://github.com/diggy/wp-bootstrap-carousel/wiki
cheers,
Peter
Cool, I’ll add your .org username asap! You can email the files (check cpa.php for my email) or send a pull request via https://github.com/diggy/confirm-publishing-actions
Cheers!Version 1.2 released, marking issue as resolved
http://wordpress.org/extend/plugins/confirm-publishing-actions/
I tested submitting for review with Spanish WP, seems like jQuery has no trouble with comparing the strings, in other words: it simply works. Thanks! Would you like me to add you as plugin contributor?
Hi @inbytes,
Thanks for your feedback. Forgetting to actually hook into init is absolutely stupid. CPA was my first plugin ever, and I admit I’ve been a bit neglectful towards it. I’ll review your suggestions and release an update asap!
I checked on a local install with the Sandbox theme and avatars plugin active, and I could not reproduce.
By the way, it seems the Sandbox theme has gotten a bit outdated (“This theme hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.”), turning on debug in wp-config.php reveals a number issues. None of these however seem to relate to the problem you’re having with the cpa plugin.
Other ideas? Maybe some kind of code snippet in your functions.php?