Hi there, I have been using this plugin for years now and have always added shortcuts to the Custom CSS page in my admin bar for quick access. With the latest version 2.0.15 you have changed the URL, which means I will need to adjust my shortcuts for hundreds of sites now:
Old URL: /wp-admin/themes.php?page=hm_custom_css
New URL: /wp-admin/themes.php?page=hm_custom_css_js
Could you please add an automatic 301 redirect in your plugin for the old URL so that anyone expecting this will not have problems.
]]>I’ve just upgraded to 6.3 and I’m getting this error when I try to save:
Error while saving. Please try again. Your security token may be expired; you may need to copy your work and reload the page to continue.
]]>Hi there – I hired a freelancer to help me, set his role to Web Designer and now he cannot access the admin dashboard area
If I set his role back to Editor – it works fine but he can’t access CSS plugin. I want him to be able to use the plugin but not have admin access to full site. Your help is much appreciated.
]]>Hi, I have the same problem with “security token expired” since WP 6.1 on different sites but without wp engine – is there any solution? That would be great!!
]]>I have noticed a recent Codemirror update to the plugin syntax editor has resulted in the main edit window overlapping the publish/save buttons.
To replicate, please open a Custom CSS or Custom Javascript window, make an edit, then try to press the publish button at the bottom.
You will see that the top of the button is not clickable, as the section above is overlapping.
This may be a negative margin issue or something.
Hi, I love your css editor — I still can’t find any other css plugin that has revisions, a big window for editing, good color-coding/formatting, command-z function (even after saving) AND that doesn’t jump me back up to the top of the stylesheet when saving — you guys got it all! ;). BUT, over the last several months, I keep running into an issue where I get the following error:
Error while saving. Please try again. Your security token may be expired; you may need to copy your work and reload the page to continue.
There seems to be a correlation with sites I’m running on WP Engine, but their support (which is pretty solid) hasn’t been able to find a solution on their end.
The plugin is up to date and I’ve tried reloading (of course), clearing caches, different browsers, deactivating/re-activating the plugin, deleting and reinstalling the plugin, etc. Do you have any idea what might be causing this? I hate to switch to a lesser plugin, but sometimes I have to, just to get the work done.
Thanks so much!
]]>Hi, i have a question. If you add custom java via this plugin and broke the site to end that even my admin panel won’t open, how i reverse the changes? Do i go to my cpanel and just delete the plugin from there?
]]>When saving and publishing CSS / Javascript I’m stuck with the following error:
“Error while saving. Please try again. Your security token may be expired; you may need to copy your work and reload the page to continue.”
Info:
WP: 5.8.2
Plugion version: Version 2.0.11
Disabling and enabling the plugin doesn’t work. Logging out and logging in doesn’t work. Cleared the browser cache. Problem on multiple browsers.
Had this problem on another website at a random time also.
Due to this problem, I switched to another plugin, but I want to mention this problem and hope it will be solved.
]]>Hi guys,
I have been using custom css and JavaScript plugin for a couple years now and all of a sudden running into issues.
It seems to not be working properly with divi and is causing a fatal error.
I deactivated the plugin and wondering if anyone can help me fix it.
Here is link to error:
https://drive.google.com/file/d/17osdWXkmA0rr_ZjZn1D99aqUuKF1k8-u/view?usp=drivesdk
Hello.
I need help removing empty space under the page title, above my all products page (“trgovina”).
Screenshot: Mobile device
I moved the sidebar to the top with this code:
`@media only screen and (max-width: 767px) {
.container > .row {
display: flex;
flex-direction: column-reverse;
}
Sidebar on top works fine, but all this space just isn’t looking great. It’s even more seen on the mobile device, than on PC
Have a great day!
]]>I have added custom javascript to move the right sidebar to the left side of the page on page load. It works beautifully… when I’m logged in to the site.
However, when I’m logged out and view the site, the javascript does not execute at all. No errors, no console logs, no nothing… when I look at sources in dev tools, I can see the javascript file doesn’t even load!
Here is my code (again, it works great as long as I’m logged in):
/**
* This function moves the sidebar to the left side of the page.
*/
window.onload = function () {
console.log('EXECUTE THIS');
const contentWrapper = document.getElementById('content-wrapper');
console.log('Children: ' + contentWrapper.children.length);
const firstChild = contentWrapper.children[0];
const secondChild = contentWrapper.children[1];
console.log('Will We Go In???');
if (secondChild.id === 'sidebar') {
console.log('YUP!')
contentWrapper.removeChild(secondChild);
contentWrapper.insertBefore(secondChild, firstChild);
}
};
Here is a screenshot showing the file loaded while logged in:
https://i.stack.imgur.com/52um2.png
And here is a screenshot showing the file missing when not logged in:
https://i.stack.imgur.com/OU2bP.png
Why is it only showing up for logged in users?
I have also asked this question on Stackoverflow:
https://stackoverflow.com/questions/69776450/wordpress-custom-javascript-doesnt-execute-when-logged-out
I have the free version, and when i go to dev-mode in the browser i can see all my script. It’s very vulnerable to the site. Is there any way to hide it?
]]>Hi,
After restoring my backup I cannot change and save anything anymore… There is only an error saying “Error while saving. Please try again. Your security token may be expired; you may need to copy your work and reload the page to continue.”
I’ve tried to reinstall your plugin but again, no luck.
Reloading isn’t helping…
Please help. It looks like if I install even a new css custom plugin, yours plugin with my code is still there somehow…
]]>Hello is this working with WordPress 5.7.2.
I added a custom script but I do not see it appearing in the page source.
<script async src='https://tag.simpli.fi/sifitag/945669a0-3942-4027-bff6-27e1cdca28cc'></script>
All of a sudden, I’m getting this whenever I try to save my Custom CSS:
Error while saving. Please try again. Your security token may be expired; you may need to copy your work and reload the page to continue.
This has happened before, but I’ve always been able to fix it by either 1) reloading as directed or 2) logging out and logging back in. Not this time.
Thoughts?
]]>Hi – I’ve been using your plugin for years, I need to clean up some old css, so I selected all code and went to paste in a notepad (tried notepad ++ and even word doc) but it only will paste a – dash. I can’t seem to copy or cut to get it out of there .. suggestions? I can do piece by piece, but that will take a long time.
]]>Is the plugin alive or dead and no longer evolving?
Is anyone answering problems here and is anyone solving them?
Hi, I love this plugin. For both for CSS and JS I checked the checkbox to Minify. But that doesn’t work. Could really use that option. Any idea why that doesn’t work?
Thanks,
Aaron
I have a db backup my css is not working i need to know my css i know your plugin saves css in the database of wordpress somewhere please let me know that table name so that i can copy my css from there
]]>Hi. I just installed this plugin.
However, it seems that it is not working. can anyone help me pls.
this is the script that I wish to add at the footer, or before </body>
<!– Start of HubSpot Embed Code –>
<script type=”text/javascript” id=”hs-script-loader” async defer src=”//js.hs-scripts.com/7408212.js”></script>
<!– End of HubSpot Embed Code –>
Please help and guide me how to add in this add properly using this plugin.
Best regards
]]>Hi there, any plans to add a dark theme to the CodeMirror editor? Also the ‘Find’ function is great but a ‘Replace’ would make it even more useful.
]]>When starting the live view it opens up a new tab. Adding css doesnt change anything.
It only starts working when I click “customize” and have the window open.
not sure if this was how it was intended to work but in the video ( https://www.youtube.com/watch?v=10LbI1wceY4 ) it shows it working without the customize window open.
]]>When logged in as administrator the custom CSS is served from a dynamic URL such as:
/index.php?hm_custom_css_draft=1&ver=1528113834
Unfortunately this causes problems with some caching and minifying plugins (e.g. Litespeed Cache), because they already minify when logged in as admin but don’t include this dynamic URL (the custom CSS won’t be included on the page at all).
Thus it’s nearly impossible to work on CSS because one can’t preview the changes.
Any chance for a setting where the static file is already included when logged in as administrator rather than serving the CSS from the dynamic URL?
]]>This is probably has a simple answer but I have been working on this for hours without being able to figure it out. I have the following function that retrieves a value ‘spot’ from input field ‘myInput’ and calculates a value ‘tmpspot’.
For this example I am entering the number ’23’ in the field “myInput” (type=”number”). When I pass ’23’ to the function as shown below the function properly returns ’44’. However, when I comment out the line “tmpspot = tmpspot – (0 – spot) ;” and instead use the previous line “tmpspot = tmpspot + spot ;”, the function returns ‘2123’, as though it concatenated the two numbers instead of adding them together.
What am I missing?
function NextSpot() {
var spot = document.getElementById(“myInput”).value;
var tmpspot = spot % 2 ;
tmpspot = (tmpspot – (0 – spot)) – 1 ;
tmpspot = 65 – spot ;
tmpspot = tmpspot / 2 ;
tmpspot = parseInt(tmpspot);
// tmpspot = tmpspot + spot ;
tmpspot = tmpspot – (0 – spot) ;
document.getElementById(“demo”).innerHTML = tmpspot ;
return true ;
}
PHP Fatal error: Cannot declare class MatthiasMullie\Minify\Minify, because the name is already in use in /home/wp_gmuuvn/kunaldesai.blog/wp-content/plugins/custom-css-and-javascript/minify/src/Minify.php on line 16
Get this error when I try to Save & Publish with Minify selected.
]]>Hello,
After installing the plugin, I’m not able to activate. I get the following message:
“Parse error: syntax error, unexpected T_STRING in /var/web.write/exatas/html/portal/wp-content/plugins/custom-css-and-javascript/custom-css-and-javascript.php on line 108”
Can you look into it, please?
Thanks in advance.
]]>Hello dear Potent Plugins Team,
First up, at the risk of asking very stupid questions or sounding very confused when trying to explain myself, I’d like to say that I’m not really Javascript savvy.
I’m having a similar problem as the user in this topic: https://www.ads-software.com/support/topic/having-trouble-with-my-javascript-working/
The <script> tags in our Java-Script code have already been deactivated via commentary.
The Codes themselves are still functional, if I include them in a seperate HTML container in the Front-End. I believe that Custom Javascript simply cannot display or read them anymore?
The problems first appeared after the update of _another_ Plugin (Elementor, 1.7.6.). Prior to the update everything worked fine and according to the Details page linked in the Plugins-Sub-Menue we are using the most recent version of the ?Custom CSS and Javascript“ Plugin (2.0.9).
I have tried digging around Elementor first, but couldn’t find any help or results. Since ?Custom CSS and Javascript“ is the only plugin affected by their update, I’m hoping to maybe find help here instead.
Test Results:
Front-End:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js">
</script>
<script type="text/javascript">
$(document).ready(function(){
/* CODE */
; });
</script>
The javascript here will be functional, but for some reason shuts down the Slider (ccslider)
<div class="noSlider">[ccslider id="4"]</div>
Back-End/Custom Javascript Window:
/*<script src="https://code.jquery.com/jquery-latest.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>*/
jQuery(document).ready(function( $ ){
/* CODE */
// });
Note that the closing tag for the Custom Javascript is hidden by a Comment.
If left active, the content of our page won’t show anymore. The navigation and slider would still be visible but fail to interact and the page content would be blank. Interestingly, if the Javascript part is left open, this issue does not occur, though I cannot fathom why.
Plugin-Deactivation:
Trying to implement the CSS and Javascript into the files of the theme has only brought results for the CSS. The Javascript is also not functioning this way.
Speculation:
At this rate I believe that Custom Javascript can no longer access a library to put the scripts to work? How would I implement a library within the Custom Javascript Window without using the script-tag like in the Front-End Test? Is it probably a file in the wp-content/plugin folder?
Thanks a lot in advance.
]]>I just brought Custom CSS developer Edition. I got a problem with when I access the custom CSS page on admin.
The preloading unstopable, so I can’t do anything on that.
img01
img02
I have already created a ticket issue on your support website but no one responding.
So could you please suggest me about this problem?
Hello.
I am trying out your product. The developer edition features look interesting. However I can’t seem to save and use any CSS with the free version. The save and publish buttons work, but the CSS is not reflected in the pages.
ideas?
.pat
]]>Is it possible to change the default indent when placing the cursor in the CSS code editor? At the moment it automatically inserts a double space, but I would prefer a ‘tab’ character, or 4 spaces at the very least. Otherwise the option to turn off automatic indenting would be sufficient.
]]>