XYDAC
Forum Replies Created
-
Forum: Plugins
In reply to: [Membership 2] Multiple users createdI did a bit more research,
1. Users being deleted above were deleted from site dashboard but were available on network dashboard hence login was successful. After i deleted the users from network dashboard, then login failed.
2. Buddypress is not active on my site, but it is a WordPress multisite.
So i found that if i deletecase 'validatepage1bp':frommembershippublic.php, then multiple users were not being created, may be you can check if some thing is wrong here..??Thanks for your awesome plugin, It’s a great help.
-XYDAC
Forum: Plugins
In reply to: [Ultimate CMS] Cannot delete Xydac Taxonomy custom fieldFound the bug, Will be fixed by next version..
-XydacForum: Plugins
In reply to: [Ultimate CMS] How to get the taxonomy custom field data?can you please provide an example about how the data is incorrect and what you want..?
Forum: Plugins
In reply to: [Ultimate CMS] Cannot delete Xydac Taxonomy custom fieldwhat was it’s type before ??
-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] Taxonomy & custom image fieldThat’s a weird bug, the thick-box doesn’t seems to be working automatically when only taxonomy are only activated.
The best workaround right now would be to enable Page types as well.Do let me know if it works.
I’ll try to fix that by next version.
-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] Custom Taxonomy FieldsI suppose you are looking for a screen that provides you to create Custom Field for your taxonomies,
You have to
1. Go to Ultimate CMS link on the left.
2. Go to module manager
3. Activate Taxonomy
4. Go to Ultimate CMS > Xydac Taxonomy
5. Click on Xydac Taxonomy Fields Tab on top.I suppose this should solve your issue.
Do let me know.-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] Custom Taxonomy FieldsI tried this twice, it seems to work for me..
Could you re check..
-XydacI suppose you should try WordPress Ultimate CMS plugin.
Xydac
Forum: Plugins
In reply to: [Ultimate CMS] Public vs private postsI am still bit confused about it, Would be great if you could share the login details, i might be able to help.
-Xydac
(indk [at] live [dot.] inForum: Plugins
In reply to: [Ultimate CMS] Pull down menuWell you can try using an updating version while i am still testing it.
You can grab the code fromhttps://github.com/xydac/WP-Ultimate-CMS/blob/master/modules/taxonomy/class-xydac-tax-term-list-widget.phpForum: Plugins
In reply to: [Ultimate CMS] Custom Taxonomy's Custom Field Not Working Properly.am currrently working over some new customization over shortcode,
will provide more update by next release..-Xydac
I am not sure that this error is due to my plugin, Could you please test it by disabling other plugins and leting me know..??
-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] ultimate CMS: how to create taxonomy index?Taxonomy archives are created directly whenever you create a taxonomy. If you want to customize the archive then you need to edit the template file or may be even create a
taxonomy-{taxonomy_slugname}.phpfile in your themes directory.Regards,
-XydacForum: Plugins
In reply to: [Ultimate CMS] Taxonomy & custom image fieldI tried the same on a vanilla install of WP 3.5.1, with my plugin only. there were no such issues. Could you please try disabling other plugins and re testing this.
Thanks
-XydacForum: Plugins
In reply to: [Ultimate CMS] How to show taxonomy with a postWell, I don’t think you need to write this much of code even, i suppose you can print out the taxonomies using the shortcode
[xy_club]Then may be you can add the following code to you theme file
do_shortcode('[xy_club]');
wherever you want to display your taxonomies.Please let me know if this fixes your issue?
Regards,
-Xydac