After updating and testing by switching of and on the plugin there is creating an error in full site editor using the last WP version(6.3):
Uncaught ReferenceError: jQuery is not defined
Hello there, is there any way to move the update button to top? It annoys me that i have to scroll hundrets of times all the way down. Thank you, it would save a lot of time
Edit: Im using opera, so i tried moving it in javascript and jquery with scripter js addon, detaching it and appending on top right besides the JS text, and it somehow breaks, the button doesnt work anymore but is clickable.
]]>Hi,
i am using Ultimate Membership Pro plugin on my wordpress page and in that plugin I am using on my account page user account menu. On that menu there is different account custom taps. How can i hide in that menu the links when user clic on some link? Is there any scripts or ideas i can manage to hide the menu with this plugin? On the heder of the site I have own menu includet with the theme I am using, and in the theme menu its working automaticly. Thank you for your help.
]]>Is it compatible with WordPress 5.7?
]]>Hi, is this plugin going to be updated and maintained? I’m using it on a site but worried about whether it will be updated or not.
]]>Здравствуйте,
Через ваш плагин мне взломали сайт. Если его включить, то идут редиректы.
Пришлось его выключить.
Как мне теперь достать тот javascript который у меня был написан в нем?
Спасибо
We run a WordPress Network site with two sites using the TC Custom JavaScript, running on a private Windows IIS webserver. Out of no where (not actually sure when this happened), one of the sites JavaScript page now no longer shows the code but instead shows “eval(String.fromCharCode(32,…. etc”
The other site’s JavaScript is still intact and untouched.
I have tried updating to latest WordPress and latest TC plugin, but it still shows the same.
Is the JavaScript gone for good, or is it likely still stored in a database somewhere for restoring?
]]>I updated this plugin today and then the code I had added through it stopped working. I noticed that it was adding “\” to escape some of the characters. Every time I saved, it would add them back. If I didn’t remove them, it kept adding more, so it would end up with \\\ or \\\\\.
I rolled back to version 1.1 and it works now, with all the “\” removed.
The code I was adding is on these pages:
https://forums.athemes.com/t/adding-more-slides-to-frontpage-slider/21534/10
https://athemes.com/snippets/different-buttons-slide/
But it’s not the code as it works with the last version.
]]>WordFence is flagging this plugin as unsupported and suggests removal:
Medium Severity Problems:
* The Plugin “TC Custom JavaScript” appears to be abandoned (updated August 27, 2017, tested to WP 4.8.9).
https://www.ads-software.com/plugins/tc-custom-javascript/#developers
Could you at a minimum verify it works with the latest WordPress Version and update the fields:
WordPress Version: 3.0.0 or higher
Tested up to: 4.8.9
I’ve installed TC Custom JavaScript with the following code:
(function($){
if ( matchMedia( ‘only screen and (min-width: 700px)’ ).matches ) {
$(‘.roll-project’).each(function(){
var projItem = $(this).find(‘.project-item ‘);
var itemCount = projItem.size();
var itemWidthTotal = projItem.width()*itemCount;
var visibleSpace = $(this).width()-itemWidthTotal;
if(itemCount < 5 && itemWidthTotal < $(this).width()){
$(this).css({
‘margin-left’: visibleSpace/2+’px’
});
}
});
}
})(jQuery);
I’m using template Sydney and my wordpress version is 4.9.4–es_ES
I can work with the plugin but changes not work. I want put on the middle the images when I’m on ‘PROYECTOS’ and I click on ‘-Escaleras-‘ or ‘Barandillas’
Thanks
Does this plug-in support 4.9.2?
]]>I am a novice with WordPress and its plugins. I have no developer experience so any suggestions need to be step-by-step for me…
I have been trying to resolve a theme issue and they recommended I download your plugin. The following is the chain of events:
1) I input the theme recommended code and it did not work
2) I input and updated in TC Custom Javascript a second code and got results but had 1 small problem
3) The theme people sent me a third code. I put in the third code in TC Custom Javascript and hit update and it reverted back to the first code I inputted that did not work.
– I am unable to input anymore code in the plugin because it reverts back to the first code when updating. I have deactivated, deleted, and reinstalled many different plugins and TC Custom Javascript plugin to try and clear the memory somehow but nothing works. I had my hosting company perform the same and no results. I am working with the theme people on forums but it is cumbersome and response has been disappointing.
Can you help me solve this issue????
]]>Hi.
Modifications made by Custom JS seems to became permanent and override theme personalization controls, which are not working. I tried to uninstall the theme using ftp, but didn’t solve the problem. So, I assume that the modifications are made in the database. If so, where I can find them? How can I solve this problem?
Thanks.
Helvio Brito
Hi there – is this plugin still being updated? I notice it’s been 3 months and most plugins were updated when the latest WordPress updates rolled out.
Thanks!
]]>Hi,
pretty cool plugin, thanks! There’s only one problem I have within one WP installation: The plugin automatically adds backslashes to quotes.
So this
var $ = jQuery;
$(document).ready(function(){
alert("test");
});
is being saved like this
var $ = jQuery;
$(document).ready(function(){
alert(\"test\");
});
and the code is not working.
Any idea/solution?
Best regards
joschi81
Tried copying the entire jQuery into the custom JS editor and now I’m stuck. Save button is gone and the long code is overflowing out of the editor and I can’t remove it. Where can I find where the code is saved, so I can manually remove it?
]]>Hey – Just curious how should I add this script to a single page on my WP site?
<script type=”text/javascript”>
$(document).ready(function () {
track(1);
});
</script>
These are the external sources-
<script src=”https://code.jquery.com/jquery-1.9.0.min.js”></script>
<script src=”https://boapi.evetos.com/tracking/js/jquery.cookie.js”></script>
<script src=”https://boapi.evetos.com/tracking/js/tc.js”></script>