Code

Discussion on Easy Custom JS and CSS - WordPress Customization

Discussion on Easy Custom JS and CSS - WordPress Customization

By
Cart 43 sales

Avirtum supports this item

Supported

This author's response time can be up to 10 business days.

28 comments found.

With this plugin, can I set a script to run on a specific time range, for example from 20/12/2022 to 30/12/2022?

Hi, Very good plugin but i realy missing possible to set css style to the login pages. Is this possible you can adding in the plugin for the future?

Regards

I still have support on this plugin but get not answer….not good at all!

If you have a support question or suggestion, please use the support form. We are always ready to answer it within our competence.

On the CSS edit screen, scrolling causes strange behavior

I see, I use the ace editor, maybe it has a bug, I should test.

Very useful plugin. Updates and improvements with more features would be greatly appreciated, even if it works very well!

Hi Max

I just noticed that there was an update for the plugin in February. I was hoping you would include the features I asked for by email some time ago (sorted by priority):

1. Filter by post type.

2. Changing the loading order of custom code items. Right now, when generating file names, the element ID is added as the file name. This determines the loading order of the files. Probably it would be possible to add a custom priority value as well? Something like this: “[‘order’]-[‘id’].css” This way the loading order could be manually adjusted to our needs.

3. When selecting the page load option ‘Footer’, all Easy Custom JS and CSS elements should be loaded very last, after all other plugin and theme files. The main purpose of the plugin is to override theme and plugin styles and JS, and sometimes it doesn’t work because Easy Custom elements are not loaded last.

You can fix it by adding a priority in ‘plugin.php | 625’: add_action(‘wp_footer’, array($this, ‘print_footer’), 999);

4. Import / export feature for css/js items and filters.

It would be great if you consider including these feature requests in the next version.

Many thanks Jan

I see, thanks for the suggestions. I hope I will find time to add these features too.

thank you for your hard work. I think your plugin is still number one.

Is it possible to add the overwrite function of Functions.php?

Thx. How it should be look like?

This plugin allow to insert css or JS script for user role or also for specific user? Can I set specific code for the backoffice only for a specific admin user?

Is this plugin compatible with wordpress 5.5.3?

1) Yes, the can create a filter for a specific user 2) Backoffice also works 3) Yes, it supports.

Presale question. I would like to apply css on specific time range daily. For example from 15:00 – 20:00. Is this possible to do it with filters? Thanks

Yes, it’s possible. Add the new rule, select time, select greater than 15:00, then add the new rule, select time, select less than 20:00. But one moment, it’s the server time, not user. Also try to test the free version from wordpress.org

Please a search box in the backend

If you are talking about the search box for code editors, the plugin supports this feature.

Really great work! It works very well… Suggestion: if not minimized, rename the css and js files using the name label not 1.css, 2.css 3.css. So is better to debug. Thank you

Thanks for the review

I’m looking for an easy and inline way to work with Less or SCSS. Can you point me to how to set this up with your plugin? Also: i can’t find a feature comparation of the free and paid version.

Just install the free version from wordpress.org and all pro features will be markered with label pro

install the free version from wordpress.org, all pro features will be markered

Really liking the plugin. May I suggest two features. 1st, have an option to add to login page. and 2nd, to add code when certain member is logged in. The second being very useful for debug access.

Thanks for suggestions I will think about it.

I do not know how to write a page template in the filter.

I want to select a PHP file.

single.php

archives.php

etc,,,

This is unsupported at the moment, only next release after I finish my current project.

Is there a way to exclude archive pages with current functionality?

At the moment it can be done if we add some line codes to a file [plugin]\includes\plugin.php, into the function prepare_code(), try this code below
function prepare_code() {
    global $wpdb;
    $table = $wpdb->prefix . EASYJC_PLUGIN_NAME;

    // test is page is archive
    if(is_page_template('archives.php')) {
        return;
    }
...
}

admin css list page.

Please display the column of CSS-ID number

The reason is to determine the source side CSS

Where I should display this number?

It is the source side end of the page

<!- easy_custom_js_and_css begin -> <!- easy_custom_js_and_css end ->

Would you like to add the ability to hide this tag on the source side or provide the hidden Functions code?

It is good to have a filter that can hide useless comment out tags when outputting CSS.

//

/**/

It will be easier to use if you can output duplicate selectors.

http://csslint.net/

If such output can be done by plugin, CSS optimization will be easy

With you I created a big road map for update ))) Well, after my current project finish I will update this plugin too.

Everyone is interested in speeding up WP. However, multifunctional plug-ins are difficult to set up. Control is the most effective when calling JS and CSS.

Also, if it is easy to organize unnecessary CSS, it will be a WP user required plugin.

Write an idea.

Ability to control loading of CSS / JS.

STEP1 Display CSS / JS of plug-in read in header on management screen.

STEP2 Control the output according to the rules in your plug-in.

I think that adding this function will eliminate the need for other optimization plug-ins.

Plug-in example with this function.

https://swteplugins.com/docs/plugin-organizer/

Your plug-in’s filter feature wins

Can I create rules with window width?

Use with responsive CSS

custom js css list page.

Can I add a column?  filtter name.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey