3dolab
Forum Replies Created
-
Custom post types should be supported in the latest (0.5) release.
Unfortunately, at the moment I’m unable to test if it’s working as expected.
If so, can you please confirm?Meanwhile, I’m marking the topic as solved until further notice of fault
Forum: Plugins
In reply to: [Combo Slideshow] Combo Slideshow Configuration page is blankSorry, it’s unrelated to the WP version, in fact there was an error in uploading the 1.1 update package: half of the admin php files is missing.
Updating 1.0 to 1.1 would probably work, but it should be fixed in the latest (1.2) version
Forum: Plugins
In reply to: [Combo Slideshow] Combo Slideshow Configuration page is blankAcknowledged, admin screens are blank.
But please next time specify the WordPress Version you’re using, since this happens only with 3.2 and above.Be patient a moment longer, I’m going to fix it ASAP
Thanks,
fixed in the current version.
Download it again if necessary.Forum: Fixing WordPress
In reply to: shortcodes, filters and ajaxOK, I’ve got it:
the Cleaner Gallery plugin first checks againstis_admin()
infunction cleaner_gallery_setup()
, so it is required to manually run the code contained in the else statement, since admin-ajax.php defines the WP_ADMIN constant as true.Forum: Fixing WordPress
In reply to: shortcodes, filters and ajaxWell, in all effect it happens that also the “2nd round” echoed output I mentioned remains empty when setting again add_filter before do_shortcode; otherwise it’s shown (but, as I said, unfiltered).
I’ve also tried to track it with
echo has_filter('post_gallery'); echo current_filter();
and I’ve discovered that has returns always ‘1‘, while current first returns ‘post-gallery‘ as expected, and then it gets overwritten by the ‘wp_ajax_nopriv_etc‘ hook, which is required to handle requests with admin-ajax.php but it’s actually an action and not a filter. (?!?)
I’ve also tried without success to hack the cleaner gallery plugin, in order to make it directly run the shortcode without filtering the default function, removed the originary shortcode and added that new one.
It works like a charm for normal posts, but it seems there is no way to implement the plugin in ajax requests.I’m getting more and more confused.
Forum: Themes and Templates
In reply to: Style Default Gallery CSSForum: Requests and Feedback
In reply to: WordPress.com (Highlander) CommentsAh! ?a ira
Meanwhile I’ve started using Social Connect for the comment section.
Disqus and JanRain also seem good options, though.Forum: Plugins
In reply to: [Moo Collapsing Archives] {Moo Collapsing Archives] translationThe plugin textdomain was broken in previous versions and it has been fixed in 0.5.4.
Give it a try and let me know!Forum: Plugins
In reply to: Simple OpenID/Google Connect?The ‘Friendconnect login’ plugin could do the trick, but it requires some manual edit and the logout process from Google is independent from the site. The result is that the plugin is not as ‘simple’ and straightforward as the two released by Otto.
Moreover, it looks slightly different and it would need some adjustments to get full UI coherence.
Anyway…@asshu:
the sfc-register extension should allow new registrations from Facebook (not possible with Twitter at the moment, since it does not let your blog catch the user’s email)…@otto:
am i wrong?
have you ever heard of that Friendconnect plugin or tried to improve and implement it with the awesome look and feel of your plugins?I’m glad you managed to solve it.
By the way, version 0.5.1 was really the latest and got updated only today. On my site, you could find the same stuff, in two different flavours: for the Mootools Framework ver 1.11 and 1.2Forum: Plugins
In reply to: [Moo Collapsing Categories] [Plugin: Moo Collapsing Categories] hide_emptyEmpty categories are not covered by default, since the plugin does not use wp_list_categories but it queries the db in its own custom way.
If you absolutely need to display them, edit collapscatlist.php and try to replace operators where “thecount”, “postcount”, etc are >0 with >=0Have you tried the latest version of the plugin?
Once I noticed the same buggy behaviour, but I was quite sure to have fixed it. Now I’ve tried the same settings and everything seems OK… could you post an example URL or the sub-category structure?@mike: the pre-path language code is not intended to be set in the slug fields, as you correctly claim. the slash is removed since URL prettification occurs.
try to check your permalink structure as suggested by ThomasI’m working on that, please be patient ^__^