iivvvii
Forum Replies Created
-
I would like to know the same think. I want to disable the plugin for a single page. Is this possible?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Problem with taxonomyalright eventually it was quite easy to fix, so for anyone facing the same problem:
Some of the array’s stored in the vars $eactiviteiten until $efaciliteiten could be empty in certain cases. Apparently the default wordpress search doesn’t care about that. But relevanssi had some SQL errors when some of those vars are empty. Now i checke the vars and only add them to the tax_query wen the array is not empty.
I fixed it by adding this code after the normal password protection htaccess:
<FilesMatch "admin-ajax.php"> Satisfy Any Allow from all </FilesMatch>Forum: Plugins
In reply to: the_editor decode content from databaseI resolved this problem with some php functions: htmlspecialchars_decode(html_entity_decode(stripslashes($content))). But if someone knows the wordpress solution?
Forum: Plugins
In reply to: the_editor decode content from databasenobody knows?