XYDAC
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate CMS] load_modules() called on every page loadI’ll update that to one update by next version.
Thanks for update.
-XydacForum: Plugins
In reply to: [Ultimate CMS] Custom Taxonomy FieldsCan you provide the versions of both plugin you were using and version of WP as well..??
-Xydac
Forum: Reviews
In reply to: [Ultimate CMS] Cool stuffWell there are many ways..
May be you can try http://www.giftrocket.com/universal-gift-card
if you couldn’t paypal it.. 🙁
Thanks in advance for your donation..:)Forum: Plugins
In reply to: [Ultimate CMS] Is it possible to remove Filtered Lists at top of Post List ?I am afraid that remove action might not work in current release.
Will find a way for it may be in next release..
-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] Fatal errorFixed in latest version.(1.0.5)
-XydacForum: Plugins
In reply to: [Ultimate CMS] JS error in admin menuCheers…
and thanks for review..
-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] Drag and Drop failure after installing pluginGlad it worked..
Cheers..!!!Forum: Plugins
In reply to: [Ultimate CMS] JS error in admin menugrab it from WP repo..
Forum: Plugins
In reply to: [Ultimate CMS] JS error in admin menuFound the issue,
there was a conflict between jQuery UI 1.10 and WordPress jQuery UI 1.9Reverted to 1.9 to fix.
Kindly update to latest…
Regards,
-XydacForum: Plugins
In reply to: [Ultimate CMS] JS error in admin menuGuys,
This may be due to some compatibility issues,
you may try commenting line with code
wp_enqueue_script("jquery");
and write it as
//wp_enqueue_script("jquery");This would be at line 193 in index.php at
/wp-contents/plugins/ultimate-cms/index.php
Please let me know if this solves the issue..!!!Regards,
-XydacForum: Plugins
In reply to: [Ultimate CMS] Call to undefined functionCould you please provide WP version ?
-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] JS error in admin menuPlease update to latest version.
Regards,
-XydacForum: Plugins
In reply to: [Ultimate CMS] JQueryUI 1.8 breaks Post Edit BackendThanks for this update albyrock87
the fix been applied.
-XydacForum: Plugins
In reply to: [Ultimate CMS] Public vs private postsCould you please provide some steps to regenrate the issue.
That would really help ?Thanks
-XydacForum: Plugins
In reply to: [Ultimate CMS] How to show taxonomy with a postThere are two ways to do that
– you need to change the theme files and add some code to display what you want
– or may be you could add a shortcode used for displaying the taxonomy below each post.Regards,
-Xydac