Just updated to WordPress 4.7 and noticed the visual editor, media upload, and edit URL were not clickable. It is also removing the ability to edit the title, description, and URL in Yoast SEO.
I disabled the plugin and everything came back to normal, then re-enabled and got the same problem.
]]>You cannot see or edit the product’s short or log descriptions. Yu can even switch from Visual to Text.
All is fine with Posts and Pages.
]]>Since the latest update of WP this problem occurs:
When both the Akismet and Zia3-css-js are activated the visual editor of wordpress only shows a blank box. When switching to text-editor and back, the post becomes visible, but you can not save any modifications.
When however only one of these two plugins is active, then all behaves normally.
]]>Great plugin and I use it extensively on 20+ sites, several hundred pages. I also use Divi theme with the Divi Builder on most of those sites.
This plugin hasn’t been updated for a while… recently WordPress was updated to 4.5, and true to form the guys from Elegant themes updated Divi as well (their products are always up to date).
Now TinyMCE won’t work any more in the Divi Builder. The “Visual” and “Text” tabs are there, but that’s all. No buttons, nothing else – and I can’t input anything either.
I did extensive troubleshooting and tracked the cause of it all to your plugin. When I disable it the TinyMCE in Divi Builder works fine – except my custom CSS goes to pot, of course.
I really don’t look forward to having to having to go through the content of 20+ sites, copying all my custom CSS code to a new plugin or somewhere else.
PLEASE could you look at updating your plugin for the latest compatibilities?
]]>Hi.Thanks for Zia3 CSS JavaScript plugin.I think its the best plugin for limiting css and js for individually pages.But there i have one probem. I’m using Hide my wp plugin for hiding all wordpress links from site source codes. But when i use this plugin in source code css and js links shows my themes directory.Please check screenshoot:
https://drive.google.com/open?id=0Bz4KG3xZsUdHcFplbE8xZXhkTEE
Example:
https://mysite.com/appeal/themes/arctic/css111/animate.css
I used css111 folder for my css files. But in this links everybody can see theme name.Therefore i want to change that directory to root folder WWW folder. I tried many time for changing codes from your plugins.But i can’t/ Please let me know which codes i need to change for getting css files from https://mysite.com/css111/
Thanks for your support in advance
]]>Please include them.
]]>A CSS File named “syntax_highlighter/theme/ambiance.css” has been enqueued as as a Javascript which is breaking the Admin Post Editor Functionality.
Here is the patch for the same:
File: zia3_meta.php
50d49
< wp_register_script( 'syntax-highlighter-theme', plugins_url('/syntax_highlighter/theme/ambiance.css', __FILE__) );
69a69
> wp_register_style( 'syntax-highlighter-theme', plugins_url('/syntax_highlighter/theme/ambiance.css', __FILE__), array(), '1.0', 'all' );
72a73
> wp_enqueue_style( 'syntax-highlighter-theme' );
]]>
Why not make it so it’s possible to configure all posts/pages all at once instead of having to do it one by one, individually. A lot of WP themes have JS and jquery scripts which aren’t needed on any posts/pages. Thanks!
]]>Hi, love this plugin.
I just have a 2 user requests and 1 suggestion.
1 – Suggestion.
– I’m not sure why it took me a long time to find this plugin, but maybe a more relevant title would help? I literally searched for something like this for at least a year and never came across your plugin. I usually search something like “Css per page” per post type, etc. Just a thought, if you consider.
1 – Request.
– I would like the option to disable all the javascript related functionality. I like having it available, but jacasvript is more advanced than css and so I don’t use it yet, but it does a lot of work to enable the javascript functionality? Basically all the html markups? Just asking and suggestion.
Css is pretty typical, so I think that could just stay.
2 – Request.
– Just the option to delete the pathway showing from file names. I think for end client use it would just look cleaner and more relevant, as they don’t need to know the pathway of a file to just have the file name.
Maybe you could add something similar to how the css file identification works? Then we could manipulate our own file names to be displayed.
Something like below at the top of the file name…
/*
Zia3 Name: My Stylesheet Name /* Example: Remove Website Footer */
Zia3 Description: My Description Here /* Just a thought here on the fly to maybe support a description?*/
*/
#MyCssStylesHere{}
Thoughts?
]]>The syntax highlighter theme is being enqueued and registered as a script, even though it is CSS. This was causing a syntax error to be issued for me. You should use wp_register_style()
and wp_enqueue_style()
functions for CSS.
Hi,
Can this be enabled with custom post types.
Like with WP event manager plugin, a custom post type is event. How to tweak the code to get it on there.
Thanks
]]>I’m getting messages in my web server error logs about missing files in plugins/zia3-css-js/addon
There is no such directory, but there are lots of references to files and subdirectories in the syntax-highlighter code.
How to clean this up?
]]>I was getting javascript issues with this plugin, which were inexplicable, till another plugin’s tests (Geo Mashup) showed the following error.
Uncaught TypeError: Cannot read property 'value' of null
Source:
https://aamjanata.com/wp-content/plugins/zia3-css-js/syntax_highlighter/lib/codemirror.js?ver=3.6:3507
I am no expert, but thought I’d post this here in case it helps.
]]>I loved the plugin, but once installed, Shortcode Exec PHP‘s “Save” and “Test” buttons stopped working.
]]>Where do I find Custom CSS to be able to change font sizes?
]]>