reghyz
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Menu Editor] [Plugin: Admin Menu Editor] Plugin COmpatability Issueshello,
I’ve found a solution to my similar issue by turning off javascript concaténation (look in my topic), maybe it could help
Forum: Plugins
In reply to: [Admin Menu Editor] Menu items disappear after updating another plugin.I’ve found a solution to my similar issue by turning off javascript concaténation (look in my topic), maybe it could help
Hi ,
after many tests i think i’ve just found a solution to this issue (and maybe others jquery compatibilities issues in the admin) by turning off WP javascript concatenation :
Disable Javascript Concatenation
To result in a faster administration area, all Javascript files are concatenated into one URL. If Javascript is failing to work in your administration area, you can try disabling this feature :define('CONCATENATE_SCRIPTS', false);
(add this line in your wp-config.php )
https://codex.www.ads-software.com/Editing_wp-config.php#Disable_Javascript_Concatenation
this doesn’t correct the issue at the root but, at least, it seems to works.
(duno yet if there’s any sides effects)I hope this will help to find the real problem origin.
Forum: Plugins
In reply to: [Admin Menu Editor] Menu items disappear after updating another plugin.hi,
i’ve got a similar problem ( https://www.ads-software.com/support/topic/plugin-admin-menu-editor-plugin-admin-page-broken-when-cfrom-enabled-jquery-conflict?replies=1 ),
do you get any jquery errors in your browser inspector ?
Forum: Plugins
In reply to: [Admin Menu Editor] [Plugin: Admin Menu Editor] Plugin COmpatability Issueshi jayahl,
have you found a solution to this issue ? it seems i have a similar compatibility problem with cform ( i got to desactivate cform each time i whant to modifiy my menu, fortunatly cform keep his informations when reenabled, but it break my front-end during the process)
thanks
Forum: Fixing WordPress
In reply to: How to Grab an Images Caption in theme?hello,
just replace the “????????” with this : $value->post_title;
it should return you the post caption, that’s all.the additional text added to the attachment in the media browser could also be retrieve with this : $value->post_excerpt;