rolf.databoss
Forum Replies Created
-
Forum: Plugins
In reply to: [VO Store Locator - WP Store Locator Plugin] the_ajax_script is not definedThanks Jurski,
That was the solution.
Forum: Plugins
In reply to: [VO Store Locator - WP Store Locator Plugin] the_ajax_script is not definedWe’re using version 3.2.12 of the normal one and 1.1.8 of the Pro version.
Forum: Fixing WordPress
In reply to: Hide WordPress usersHi Alex,
We’ve found an approach that is more suitable for the many sites we have. Installing an extra plugin or editing the htaccess would take up too much time.
We’re gonna make an author.php and upload that to the (child)theme with the code:
<?php $location = "Location: ".get_site_url(); header("HTTP/1.1 301 Moved Permanently"); header($location); ?>An upload only takes a few moments.
Greets,
Rolf- This reply was modified 8 years ago by rolf.databoss.
Forum: Fixing WordPress
In reply to: Hide WordPress usersHi Alex,
Thanks for the response. Why is it that the usernames are that easy accessible? Wouldn’t it be smarter to fix that on the WordPress level? Especially with the gdpr-law coming up in Europe.
- This reply was modified 8 years ago by rolf.databoss.
Forum: Plugins
In reply to: [Magic Fields 2] get_image brokenI already did. But that isn’t the right solution. My opinion is that it should be patched in a new version.
Forum: Plugins
In reply to: [Custom Post Types and Custom Fields creator - WCK] Old constructor methodHi Christian,
I made a custom taxonomy that are not hierarchical. And when we click the tag link to show more post with the same tag I got a white page. And when I turned on the error notification of wordpress I got the “old constructor method error”. I disabled all other plugins and still got the same error.