Plugin info

Total downloads: 10,965
Active installs: 100
Total reviews: 9
Average rating: 4.1
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 9/18/2015 (3804 days ago)
Added to WordPress: 6/22/2013 (12 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 4.5.33
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3804 days ago • 9 reviews

22/100

Is Zia3 CSS JS abandoned?

Possibly abandoned (last update 3804 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 4.5.33
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

A WordPress Plugin for easily defining additional CSS and JavaScript (inline and/or by URL)
to be added to any page or post individually.

Two simple steps:

  • Enter the directory location/s of your custom CSS and/or JavaScript files on the Zia3 JS
    CSS settings page
  • Select the CSS/JS files you want to include on the page/post edit page using checkboxes

The plugin adds a css editor field when you are editing and creating a new post or page.
With the plugin each template page/post will have more possibilities with it’s increased
editing power. This allows you to insert arbitrary JavaScript and CSS into any post or
page you like without having to resort to loading it on all pages or modifying your
template’s CSS or JS files. This reduces page load time by finely tuning the CSS and
JavaScript files includes in each page/post.

Ever need to include specific CSS or JavaScript (JS) files on a per page/post basis ? Needed
a seperate CSS / JS file for your homepage and not anywhere else in your site ? Wanted
certain pages/posts to use another CSS/JS file and provide funtionality to those pages only
and not to your full site ?

Ever want to tweak the appearance of the WordPress pages/posts, by hiding stuff, moving
stuff around, changing fonts, colors, sizes, etc? Any modification you may want to do
with CSS / JS can easily be done via this plugin. Leverage the power of jQuery on your
website by injecting inline JavaScipt.

Using this plugin you’ll easily be able to define additional CSS / JS (inline and/or files
by URL) to any page or post individually. You can define CSS / JS to appear inline in
the page/post head (within style tags), or reference CSS files to be linked (via “link
rel=’stylesheet'” tags). The referenced CSS / JS files will appear in page/post head first,
listed in the order defined in the plugin’s settings. Then any inline CSS / JS are added to
the page head. Both values can be filtered for advanced customization (see Advanced
section).

Installation

Install automatically through the Plugins, Add New menu in WordPress, or upload the
zia3meta folder to the /wp-content/plugins/ directory.

Activate the plugin through the Plugins menu in WordPress. Look for the Settings link
Zia3-JS-CSS to configure the Options.

Frequently Asked Questions

Who can insert JavaScript or CSS ?

By default users with the capability upload_files are allowed to insert JavaScript or CSS
into posts/pages. This seemed to be a logical choice as you need to have a certain level of trust
for users to upload files.

Can I add CSS I defined via a file, or one that is hosted elsewhere ?

Yes, via the “Zia3-JS-CSS” input fields on the plugin’s settings page.

Can I limit what pages the CSS / JS gets output on ?

Yes. This is the main strengh of the plugin.

Why don’t I have any checkboxes to include CSS/JS files ?

You either have no files in the selected CSS/JS directories you set up using the Zia3 CSS JS
options page or the directory doesn’t exist or you don’t have access to it. The configuration
page displays both the file path on the server and the URl as a link to the configured CSS/JS
directory. You can use the link to check if you can access the directory. Also make sure you
have the correct permissions for your CSS/JS directories and that access isn’t also blocked
via .htaccess file configuration.

Review feed

nick6352683
9/3/2016

Absolutely Magical !!!

This is the best plugin for its type. For those who gave it lower ratings because of conflicts with other plugins: Yoast SEO: I found it to be working fine, so the issue reported by this person, must be coming from elsewhere, and not this plugin. Divi: I did not check it with Divi yet, but Divi the theme which has built in the Divi builder, gets a 0% from themecheck.org, because it is not coded according to the WordPress standards. Elegant Themes theme's in general look great, but the code underneath is bad, causing conflicts with many plugins. All of their themes get very low scores. Visual Composer: I did not test for compatibility with VC yet. In general: The Plugin Inspector did not find any security errors, just once instance of a Deprecated function screen_icon(). The code line that has this function can safely be removed. Because of the Plugin Inspector's result, I can conclude that this plugin is coded pretty cleanly, and if you encounter any conflicts with various other plugins, look for the cause in those plugins and not this one. This plugin is awesome, except the use of one instance of the screen_icon() function. Looking forward to read opposing views on the subject... Nick.
Serkan Azmi
2/7/2017

Works like a charm

Makes custom CSS JavaScript file injection really easy with checkboxes.

Screenshots

  1. Zia3 CSS JS Meta Boxes

    Zia3 CSS JS Meta Boxes

  2. Zia3 CSS JS Settings

    Zia3 CSS JS Settings

  3. Zia3 CSS JS Installation Upload

    Zia3 CSS JS Installation Upload

  4. Zia3 CSS JS Installation Success

    Zia3 CSS JS Installation Success

  5. Zia3 CSS JS Setting Menu Link

    Zia3 CSS JS Setting Menu Link

  6. Zia3 CSS JS Syntax Highligher

    Zia3 CSS JS Syntax Highligher

Changelog

0.1 initial release.

0.2 Added CSS and JavaScript code highlighting and auto-complete to respective metaboxes.