Json Koning
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exclude script from all posts in a certain category…So, what I’m trying to do here is enqueue an external script on every page in a site – except – posts in the ‘newsletters’ category.
The following works with regards to enqueueing the script – but not in excluding the script for all posts in the ‘newsletters’ category.
Help.
Please…function my_custom_script() { if ( !is_admin() ) { /* Enqueue Scripts */ wp_register_script('autoplay', ('my script goes here')); //first register your custom script wp_enqueue_script('autoplay'); // then let wp insert it for you or just delete this and add it directly to your template } elseif ($category != 'portfolio') { wp_deregister_script('autoplay'); } } add_action( 'wp_print_scripts', 'my_custom_script'); // now just run the function
Forum: Plugins
In reply to: [User Role Editor] How do I figure out how to add a plugin's capability?Hi Vladimir,
The ‘Admin Menu Editor’ looks like a great option – thanks heaps for your help!
JasForum: Plugins
In reply to: [User Role Editor] How do I figure out how to add a plugin's capability?Hi Vladimir,
The plugin I’m referring to is;
https://www.ads-software.com/extend/plugins/redirection/
Many thanks,
JasForum: Plugins
In reply to: [Redirection] User permissionsI’m trying to give my editor access to this too, I’m guessing using User Role Editor would do the trick, just have to figure out what new capability to add – something like this;
tablepress_edit_tables – but for this plugin.
Any ideas?Forum: Fixing WordPress
In reply to: Exclude script from all posts in a certain category…Ok, so I’ve been looking & still haven’t come up with a solution.
Anyone?Forum: Plugins
In reply to: [Collapse-O-Matic] I'm getting a wrapping my firstFound the issue & the fix here:
Good old wpautop.Forum: Plugins
In reply to: [WP Super Cache] Domain without www not showing the websiteI’m having the same problem on one site, but not another. Both with BPS.
It would be great to get some acknowledgement from the author, & hopefully a fix so we don’t have to stuff around with live client sites.
I have BPS Pro, so I’ll post on their forum & see if they have any suggestions.
I’ll post here once I have feedback.Forum: Plugins
In reply to: [Quick Flickr Widget] [Plugin: Quick Flickr Widget] "User Not Found"Has this issue still not been resolved?
I’m still getting a ‘user not found’ error…
Flag that, after a little more investigative work I’ve got it going ??Forum: Plugins
In reply to: [BulletProof Security] …using with other security plugins – opinion pleaseI just took another look at your Pro offering, I can’t for the life of me figure out why I didn’t choose this path already – I’m off to purchase a licence now ??
Forum: Plugins
In reply to: [BulletProof Security] …using with other security plugins – opinion pleaseYep, that confirmed my thoughts re resource usage – that was one of my concerns.
Most of my sites are on a shared hosting environment which tops out at 128mb per site, so I think it may be time for me to reevaluate.
Thanks for reminding me about the P3 plugin, I’ll revisit that too.
Thanks heaps,
JasForum: Plugins
In reply to: [WP-Table Reloaded] Table data from external source?Thanks Tobias,
I thought that may be the case, I’m going to investigate Gravity Forms – see if I can get something to work with this.
Thanks for getting back to me so quickly.
Great plugin by the way – I use it on a number of client sites ??
JasHey Scott,
Thanks for the reply. I’ve not had anything to do with the custom table data import myself, the dev who handled that for me (I guess) thought a table would be the way to go.
Given that, do you think a table would be ok?
And would you have any resources to point me in the direction of knowing what I’m trying to achieve?
I’ll go & download shortly & start taking a look at the documentation.
Thanks again,
JasForum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] 501 Not ImplementedHi there,
My apologies – been a hectic few days. I did manage to resolve the issue using;
#Options -Indexes
Many thanks,
JasForum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] 501 Not ImplementedHere are those details;
Server Type: Apache (FreeBSD) mod_perl/2.0.3 Perl/v5.8.8
Operating System: FreeBSD
Server API: cgi-fcgi – Your Host Server is using CGI.Any suggestions?
Forum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] 501 Not ImplementedHmmm… unsure, as I’m not hosting this site myself – is there any way to check easily?
Thanks for the quick response by the way ??