XYDAC
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate CMS] space between values of taxonomyI am glad it did.
Do write here you issue and the shortcode that you used finally..
Many Thanks 🙂
-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] space between values of taxonomyNo,
description_after has to be used when you are printing description of a taxonomy, If you are printing only the name of taxonomy, then use like this[xy_{taxonomy_name} name_before='Name :' name_after=',']OR you can use below if you only want after part:
[xy_{taxonomy_name} name_after=',']Do here the use case after you have done..
-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] space between values of taxonomyYou can use the below attributes to add space, comma, or any seperater you want.
start
end
name_before
name_after
description_before
description_afterHere start and end are added before and after every field, likewise, name_before and name_after are added before and after of any field; and description_before and description_after are added before and after description.
Do let me know in case of any issues?
Forum: Plugins
In reply to: [Ultimate CMS] Category and custom post typeYou’ll need to set post type property of Show UI to TRUE and SHOW in Menu to TRUE.
-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] Incompatible with WordPress Landing Pages pluginI am not sure what the problem is yet, I tested it with said plugin.
Can you please provide some more details.Also, IF you face some problem with java script can you please try to disable Code Mirror module from Ultimate CMS.
Can you please provide the steps to reproduce..??
-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] rename an existing taxonomyHi,
First of all i don’t understand the reason for changing the name of a taxonomy. you can still change the labels and query var and rewrite rules as well without changing the name. I’d recommend doing that.
Further, i’ll tell you a workaround for doing this…
1. register for xydac sync service by getting the api key from my site.
2. then sync the taxonomy.
3. then try to install the same taxonomy.
4. as the taxonomy already exists it will ask you for a different name, there you are you have just copied the taxonomy to a brand new one.Note : consider buying if you find this helpful as you are using this across multiple sites 🙂
Forum: Plugins
In reply to: [Ultimate CMS] script.php and css.php on front-endActually, script.php and css.php contain all the scripting and styling information for all active taxonomies, post types and everything…
Basically anything that you put in Custom CSS and Custom JS goes into these files.
I have taken care of not puting deactivated css and js in these files.
Also,
They are required for backend admin panel as well.Regards,
-XydacForum: Plugins
In reply to: [Ultimate CMS] Link to category for custom post type does not workI checked it on 3.7 alpha as well. but couldn’t see any errors.
Please provide more details.-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] xydac_field attributes are not workingI am not sure this is a valid solution.
Line 318 of the file is just End of File.-Xydac
Forum: Plugins
In reply to: [Ultimate CMS] Got message when activated itThat is minor issue and can be ignored. Fix Will be released in next release.
Forum: Plugins
In reply to: [Ultimate CMS] returning 404 pageCan you also try visiting your permalinks page and press the save button and try this again ?
Forum: Plugins
In reply to: [Ultimate CMS] returning 404 pageWhat it your WordPress version ?
Forum: Plugins
In reply to: [Ultimate CMS] Video Tutorial PLEASECould you please let me know the section where you need more help..?
Regards,
-XydacForum: Plugins
In reply to: [Ultimate CMS] Media not inserted into post when Ultimate CMS activeHey Tim,
Could you please check if there were any javascript issues?
Moreover it would be great if you could provide the versions of WP and WP ultimate CMS you were using.Regards,
XydacForum: Plugins
In reply to: [Ultimate CMS] BUG: Post type custom field type Link cannot be removedFixed and committed.
Will update the version number later, as this is not a critical issue.Thanks for the fix 🙂
-Xydac