Title: flojnel's Replies | WordPress.org

---

# flojnel

  [  ](https://wordpress.org/support/users/flojnel/)

 *   [Profile](https://wordpress.org/support/users/flojnel/)
 *   [Topics Started](https://wordpress.org/support/users/flojnel/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flojnel/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flojnel/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flojnel/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flojnel/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flojnel/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/flojnel/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/flojnel/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spam protection, Honeypot, Anti-Spam by CleanTalk] Conflict with Anti-Spam by CleanTalk](https://wordpress.org/support/topic/conflict-with-anti-spam-by-cleantalk-2/)
 *  Thread Starter [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [1 year, 12 months ago](https://wordpress.org/support/topic/conflict-with-anti-spam-by-cleantalk-2/#post-17754893)
 * Thanks.
   I don’t think that would be possible. CallTrackingMetrics alerted us 
   that their tracking stopped working right after we installed CleanTalk. We can’t
   see the issue – CTM ran a test and could see that their code is functioning but
   is blocked. Is there any way to make an exception for a particular plugin or 
   code?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Permalink issue when filtering](https://wordpress.org/support/topic/permalink-issue-when-filtering/)
 *  Thread Starter [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/permalink-issue-when-filtering/#post-11676474)
 * Got it – thanks. For some reason changing to true doesn’t make a difference. 
   I’m finally realizing the filtering works just fine and the exact url doesn’t
   really make a big difference. Now to convince the client.
 * Thanks for your help! It’s a great plugin – have used it quite a bit.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Permalink issue when filtering](https://wordpress.org/support/topic/permalink-issue-when-filtering/)
 *  Thread Starter [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/permalink-issue-when-filtering/#post-11676451)
 * So none of the other settings affect permalinks at all? What does rewrite_withfront
   do? And hierarchical doesn’t change anything to do with permalinks?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Permalink issue when filtering](https://wordpress.org/support/topic/permalink-issue-when-filtering/)
 *  Thread Starter [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/permalink-issue-when-filtering/#post-11676077)
 * What settings in CPT UI affect permalinks? I have the CPT and the taxonomy pointed
   at each other of course. Is there anything else in the setup that would affect
   the permalinks? I’m filtering with WordPress menus.
 * I could send you screenshots of how I have CPT UI set up if that would help or
   send you a login.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Permalink issue when filtering](https://wordpress.org/support/topic/permalink-issue-when-filtering/)
 *  Thread Starter [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/permalink-issue-when-filtering/#post-11675954)
 * The CPT is yuma-bus-tours (with rewrite from yuma_bus_tours). The taxonomy is‘
   month’. For testing, I have 3 months and the tours should be filtered by the 
   individual months. It works, but the url will be website/month/january, not website/
   yuma-bus-tours/month/january. I just added the Custom Post Types Permalinks plugin.
   That gives me the correct url, but then it’s empty.
 * I just can’t figure out what’s set up wrong.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Heartbeat Control] No works on Multisite](https://wordpress.org/support/topic/no-works-on-multisite/)
 *  [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/no-works-on-multisite/#post-8690453)
 * I found this code that seems to work on multisite – hope it helps.
 *     ```
       /*
        * Plugin Name: Heartbeat Slowdown [Multisite module]
        * Plugin URI: https://hostmijnpagina.nl/
        * Description: Lower the heartbeat frequency to reduce http requests
        * Author: Sybre Waaijer
        * Author URI: https://cyberwire.nl/
       */
   
       function hmpl_slow_heartbeat( $settings ) {
           $settings['interval'] = 60;
           return $settings;
       }
       add_filter( 'heartbeat_settings', 'hmpl_slow_heartbeat' );
       ```
   
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Import tool not working](https://wordpress.org/support/topic/import-tool-not-working-1/)
 *  Thread Starter [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/import-tool-not-working-1/#post-7419924)
 * thx!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Import tool not working](https://wordpress.org/support/topic/import-tool-not-working-1/)
 *  Thread Starter [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/import-tool-not-working-1/#post-7419917)
 * Thanks Bet.
 * I tested with plugins disabled (thought I’d done that before) and the WordPress
   importer worked this time.
 * I have a ticket in with WPMU – disabling plugins didn’t work in that case.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Heartbeat Control] Multisite conpatibility?](https://wordpress.org/support/topic/multisite-conpatibility/)
 *  [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/multisite-conpatibility/#post-5799632)
 * I’d added the suggested script to my multisite installation, but I finally realized
   it wasn’t working and I had to delete it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PB Responsive Images] Someone managed to make this plugin work in multisite?](https://wordpress.org/support/topic/someone-managed-to-make-this-plugin-work-in-multisite/)
 *  [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/someone-managed-to-make-this-plugin-work-in-multisite/#post-6003378)
 * Won’t be coding the site for a while yet, but wanted to thank you – bytbt – for
   the solution!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Heartbeat Control] Multisite conpatibility?](https://wordpress.org/support/topic/multisite-conpatibility/)
 *  [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/multisite-conpatibility/#post-5799626)
 * Add it to wp-content/mu-plugins. I named mine heartbeat.php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] User password reset not working after hacking](https://wordpress.org/support/topic/user-password-reset-not-working-after-hacking/)
 *  Thread Starter [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/user-password-reset-not-working-after-hacking/#post-5964538)
 * Fixed. I had the item to force users to use a different nickname checked. It’s
   supposed to not apply to current users, but something in the process of clearing
   up the hacking (redoing the salts, I’m guessing), made all users new. I had to
   disable that feature to get it working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rich Reviews by Starfish] Update breaks layout](https://wordpress.org/support/topic/update-breaks-layout/)
 *  Thread Starter [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [12 years ago](https://wordpress.org/support/topic/update-breaks-layout/#post-4919037)
 * Actually, the display still isn’t very good – I’ll work on that, but that does
   fix the major problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rich Reviews by Starfish] Update breaks layout](https://wordpress.org/support/topic/update-breaks-layout/)
 *  Thread Starter [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [12 years ago](https://wordpress.org/support/topic/update-breaks-layout/#post-4919034)
 * Found the problem. Your code is generating an extra </div> at the end of the 
   reviews and it was closing one of my divs prematurely. I added an opening div
   before the start of the reviews and that’s fixed things temporarily.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FancyBox for WordPress] 404 errors from 20 png files](https://wordpress.org/support/topic/404-errors-from-20-png-files/)
 *  [flojnel](https://wordpress.org/support/users/flojnel/)
 * (@flojnel)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/404-errors-from-20-png-files/#post-3971857)
 * I’m getting a lot of 404 errors also. The path is wrong.

Viewing 15 replies - 1 through 15 (of 23 total)

1 [2](https://wordpress.org/support/users/flojnel/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/flojnel/replies/page/2/?output_format=md)