9 comments found.
I was using your plugin to insert custom scripts css and js into specific posts. It was working properly, but suddenly the custom js script stopped working. The custom css script continues to work. Now, both fields, css and js, to insert/edit custom scripts are blank, I can’t see or edit the custom script on the post edit page. How could you help me?
Hi, Please contact support@webcodingplace.com and we will see this issue on your site.
Regards
I get an error when i use jquery scripts. $ is not a function
My wordpress site comes with jquery. loaded check is true.
Please advise.
Hi, Can you please provide the URL to have a look?
Please try replacing $ with jQuery
Example:
jQuery( document ).ready(function() {
console.log( "ready!" );
});
that worked for document ready function but still getting errors inside the function:
$ is not a function for a simple jquery command such as: $(’#show_profile’).show();
You also have to pass $ in the document ready function.
jQuery( document ).ready(function($) {
$('#show_profile').show();
});
that worked! thanks
Heya! Great plugin. Works great in its free version (with code added page per page). But not working in premium version for code added for whole site… Mind helping me out? Cheers!
Hi, Please send url of your site to help@webcodingplace.com and we will see this issue on your site.
Regards
Is possible to use jQuery into the JS field? I was trying to do this with other plugins but only a few allow me to use jQuery script. You know… jQuery scripts into WP posts sometimes give compatibility issues.
Yes, its possible. You can use jQuery also
Great! I didn’t see a screenshot showing how it is organized but is possible to set a different script/CSS for each page or post? For example, this XYZ script will work only in this page, this CSS stylesheet only works in profile page and so on? ALso, is possible to create shortcodes for these scripts/CSS?
Yes, it adds meta box under each page/post, you can set there code and it will only work for that specific page. You can also set rules for specific post types. I didn’t understand your second part, why you want to use shortcode if you can use specific css/js already for each page or post?
Because sometimes the page is written by a plugin and I don’t have access to the code/page itself. Only a form with the content. So the plugin uses this content to generate a page. Basically, in these case, I don’t have access to the page editor. The only thing I can do is insert a shortcode in the middle of the content.
I guess you still have to paste that shortcode inside any page, so on that page you will already have option for custom script. If you’re talking about theme generated pages like, author.php or archive.php then it will not work.
Hi Guys, does this have code hinting and can it spot errors in my code. I am not very good with scripting.
Yes, it does.
I am trying to use your plugin to run a script LAST or after the script for another plugin. The other plugin runs on every page. The purpose to run a special script on one page is to change one condition for the other plugin using your jQuery Custom plugin. Is it possible to set a priority for the custom action using your plugin? If I need to purchase I can do that.
Thank you. John
Yes, you can use timeout function or check conditionally about the previous plugin’s script
Hi, I would like to but your script, it could be helpful. But can I use a js animated background with all page content overlaying over it? I’m not so great at coding and basically what I ned is to overlay page contents (texts / images) over the js animated background. All my tries ended up placing the background below all page content. Will your plug in help me solve this issue?
Thanks!
Hi, Can you please explain which animated background you want to use?
thanks for you reply. this is the website: http://momentrecords.ro/beta/ the js script is placed in custom header script (scripts and styles plugin), but when i have content in page the animation goes below content. Is you plugin a solution or some custom code with you plugin could help?
Hi, I have to look into it in more details, please contact me here
http://webcodingplace.com/contact-us/thanks! i wrote you on contact page form
Looks great. I just bookmarked. Good luck with the sales!
Thanks
Looks awesome and promising – think ill scoop this one up. Does it have the ability to add inline and/or scripts/styles to specific pages/posts not just all types? (other than just the home page)
Yes, you can add scripts/styles to specific page, post or custom post type.