caratage
Forum Replies Created
-
It’s my own theme (not publicly available) where I dequeued scripts for testing and optimisation purposes and then forgot to enqueue it again.
Just thought that the issue might be related to problems loading
photocrati_ajax
fromadmin.php
as it is the case as soon you dequeue the script…I had the same issue. Normal install, no multisite. Running a custom theme. It turned out that the theme had dequeued the photocrati_ajax script.
Check your functions.php and comment out:
wp_dequeue_script('photocrati_ajax');
OK, go figure: https://github.com/scribu/wp-posts-to-posts/wiki/Query-vars.
Seems like native WordPress query variables do not work on
connected_items
.Thought again and found some other solution to my problem.
Thanks anyway Scribu for the excellent plugin.Ok, will try that out as soon I find some time… Thanks for the ideas. Will post here again with results.
Would that also be the case if error 403 is only happening in combination with certain email addresses/domains? As I said, I can register most users, just a few cause the error.
So I put the above in
/usr/local/apache/conf/modsec2/whitelist.conf
?
And myLocationMatch
for/wp-admin/user-new.php
?
Will I have to change those numbers as described here?But yeah, will try your solution out first. Let’s see if my hosting provider allows me to do so (cheap virtual server without root or SSH)…
Forum: Plugins
In reply to: [Verve Meta Boxes] [Plugin: Verve Meta Boxes] TInyMCE Support on TextareaThanks for sharing your thoughts. I helped me.
However, as I have more than one textarea, the JS will only catch the first one and obviously omit the other textareas which have the same IDs.
Is there a way to execute the tinyMCE.execCommand on classes instead of IDs?