Diana van de Laarschot
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Issue with default wordpress sidebar menuFixed in 0.9.3
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Images showing url instead of actual imageNew wildcards added in 0.9.3
Fixed in 0.9.3
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Images showing url instead of actual imageHi,
I’ve extended the plugin with additional wildcards:
%post_featured_image creates the image for you
%post_featured_image_url only shows the urlThe same holds for
%post_featured_image_thumb
%post_featured_image_thumb_urlThe old tags %post_feat_image and %post_feat_image_thumb will remain supported for the time being.
The changes are checked in, when I release a new version of the plug-in, this change will be included.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Issue with default wordpress sidebar menuHi Adrian,
I have opened an issue in the main WordPress forums here: http://wordpress.org/support/topic/css-classes-generated-before-calling-wp_nav_menu_objects
Kind regards,
DianaHi battleplan,
thank you for opening this issues. I’m aware of this, and have opened an issues in the main WordPress forums here: http://wordpress.org/support/topic/css-classes-generated-before-calling-wp_nav_menu_objects
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Alphabetic sorting not working wellHi Thomas and Matthias,
indeed, it seems that if sorting is done, then the result will be
<!–:de–>Erstmals<!–:–><!–:en–>First Time<!–:–>
<!–:de–>Wieder<!–:–><!–:en–>Again<!–:–>if the qTranslate plugin first adds the German title to the database.
If you don’t mind, I’m going to mark this question as ‘resolved’ for my plugin. Since Matthias has reported the bug at the qTranslate support forums, further discussion is best done there so that the developers of the qTranslate plugin have all the information they need.
Thank you kindly for reporting this issues. Should any issues arise with my plugin, please don’t hesitate to reopen or open a new topic.
Kind regards,
DianaForum: Plugins
In reply to: CSS classes generated before calling wp_nav_menu_objectsShould I file a bug report for this?
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Images showing url instead of actual imageHi and thanks for your support question.
Indeed, it shows the URL. In order to stay flexible, the post navigation label allows HTML. In order to show an image, you should use:
<img src=”%post_feat_image” />
You can set additional properties if you study the HTML documentation for the <img> tag
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Extend orderby to menu_orderVersion 0.9.2 of the plugin has been committed and tagged and contains the proposed extension.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] unexpected T_FUNCTIONVersion 0.9.2 has been committed and tagged.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Alphabetic sorting not working wellHi Matthias,
thanks for your reply and clarification.
The orderby functionality is not implemented by my plugin, I use standard WordPress functionality.
So essentially, the qTranslate plugin seems to break the WordPress orderby functionality: Any other plugin that would use ‘orderby’ = ‘title’ would have this same problem. Based on this information, I would like to kindly request you to report this issue with the qTranslate plugin developers.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] unexpected T_FUNCTIONHi r.glenn.nall,
thank you kindly for testing the development version as well.
I will mark version 0.9.2 tonight when I get home.Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Alphabetic sorting not working wellHi mbrennwa,
thank you kindly for reporting your issue.
As far as I know, the way I set the ordering is correct. The code specifies that ‘title’ should be used to order. I’m not aware of how qTranslate manipulates the title, but I feel it should not affect the ordering. Unless I’ve used the wrong field to order by, I’ll check this.
Kind regards,
DianaForum: Plugins
In reply to: [Category Posts in Custom Menu] Extend orderby to menu_orderHi all,
I’ve just checked in this addition to the Development Version and briefly tested it. Will do some more testing before releasing the next version, while I also await some feedback on another support topic.
If you like, you can grab the Development Version on the ‘Developers’ page. Under ‘Other Versions’ choose ‘Development Version’.
Kind regards,
Diana