Title: Dave's Replies | WordPress.org

---

# Dave

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/go3asy/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/go3asy/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/go3asy/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/go3asy/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/go3asy/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/go3asy/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fixed Widget and Sticky Elements for WordPress] When returning to the top multiple widgets seperate by large gap](https://wordpress.org/support/topic/when-returning-to-the-top-multiple-widgets-seperate-by-large-gap/)
 *  Thread Starter [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/when-returning-to-the-top-multiple-widgets-seperate-by-large-gap/#post-15329893)
 * Is there anywhere I can download the 5.3.0 version?
 * Edit: got it
    -  This reply was modified 4 years, 6 months ago by [Dave](https://wordpress.org/support/users/go3asy/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fixed Widget and Sticky Elements for WordPress] When returning to the top multiple widgets seperate by large gap](https://wordpress.org/support/topic/when-returning-to-the-top-multiple-widgets-seperate-by-large-gap/)
 *  Thread Starter [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/when-returning-to-the-top-multiple-widgets-seperate-by-large-gap/#post-15329878)
 * Still has the same issue
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fixed Widget and Sticky Elements for WordPress] When returning to the top multiple widgets seperate by large gap](https://wordpress.org/support/topic/when-returning-to-the-top-multiple-widgets-seperate-by-large-gap/)
 *  Thread Starter [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/when-returning-to-the-top-multiple-widgets-seperate-by-large-gap/#post-15302362)
 * Unfortunately not its an intranet site. The theme is a child of [https://themeforest.net/item/helpguru-a-selfservice-knowledge-base-wordpress-theme/8465592](https://themeforest.net/item/helpguru-a-selfservice-knowledge-base-wordpress-theme/8465592)
 * I could arrange a screen share with you?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fixed Widget and Sticky Elements for WordPress] When returning to the top multiple widgets seperate by large gap](https://wordpress.org/support/topic/when-returning-to-the-top-multiple-widgets-seperate-by-large-gap/)
 *  Thread Starter [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/when-returning-to-the-top-multiple-widgets-seperate-by-large-gap/#post-15302305)
 * Unfortunately its an internal site, if you have an email I can send some screenshots?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need to figure out how to make a plugin that will rewrite urls on post (saving).](https://wordpress.org/support/topic/need-to-figure-out-how-to-make-a-plugin-that-will-rewrite-urls-on-post-saving/)
 *  Thread Starter [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/need-to-figure-out-how-to-make-a-plugin-that-will-rewrite-urls-on-post-saving/#post-12671855)
 * Ah, thats working for post content but not when saving menus
    -  This reply was modified 6 years, 4 months ago by [Dave](https://wordpress.org/support/users/go3asy/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Need to figure out how to make a plugin that will rewrite urls on post (saving).](https://wordpress.org/support/topic/need-to-figure-out-how-to-make-a-plugin-that-will-rewrite-urls-on-post-saving/)
 *  Thread Starter [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/need-to-figure-out-how-to-make-a-plugin-that-will-rewrite-urls-on-post-saving/#post-12671814)
 * This has solved the issue as an addition to functions.php
 * function filter_bad_dns( $content ) {
    $content = str_ireplace( ‘policies-staffnet’,‘
   policies.staffnet’, $content ); $content = str_ireplace( ‘guidelines-intranet’,‘
   guidelines.staffnet’, $content ); $content = str_ireplace( ‘ictportal-intranet’,‘
   ictportal.staffnet’, $content ); $content = str_ireplace( ‘hr-intranet’, ‘hr.
   staffnet’, $content ); $content = str_ireplace( ‘slt-intranet’, ‘slt.staffnet’,
   $content ); $content = str_ireplace( ‘EXTERNAL_URL’, ‘INTERNAL_URL’, $content);
   return $content; } add_filter( ‘the_content’, ‘filter_bad_dns’ );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enable Media Replace] doesn’t work on PDF preview images](https://wordpress.org/support/topic/doesnt-work-on-pdf-preview-images/)
 *  [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/doesnt-work-on-pdf-preview-images/#post-10490358)
 * I can second this. On the replace media page if the file is a LDF the thumbnail
   is just a proven image.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Fastest Cache - WordPress Cache Plugin] caching and lazy loading of woocommerce bookings calendar](https://wordpress.org/support/topic/caching-and-lazy-loading-of-woocommerce-bookings-calendar/)
 *  [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/caching-and-lazy-loading-of-woocommerce-bookings-calendar/#post-10193302)
 * Currently suffering from the same problem, did you get anywhere with a solution?
 * Caching plugins dont appear to be the issue for me. I see an error in consol 
   the same on my site as yours relating to time.
    -  This reply was modified 8 years, 4 months ago by [Dave](https://wordpress.org/support/users/go3asy/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] WP Super Cache 1.5.2 Preview](https://wordpress.org/support/topic/wp-super-cache-1-5-2-preview/)
 *  [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [9 years ago](https://wordpress.org/support/topic/wp-super-cache-1-5-2-preview/#post-9356425)
 * Does this have the fix for problems deleting the cache in IIS environments? From
   this thread [https://wordpress.org/support/topic/cannot-delete-cache-manually-wp-sc-1-5-0/page/2/](https://wordpress.org/support/topic/cannot-delete-cache-manually-wp-sc-1-5-0/page/2/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Cannot delete cache manually (WP-SC >= 1.5.0)](https://wordpress.org/support/topic/cannot-delete-cache-manually-wp-sc-1-5-0/)
 *  [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/cannot-delete-cache-manually-wp-sc-1-5-0/#post-9346897)
 * I have another site on Linux which is fine so that could be a factor
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Cannot delete cache manually (WP-SC >= 1.5.0)](https://wordpress.org/support/topic/cannot-delete-cache-manually-wp-sc-1-5-0/)
 *  [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/cannot-delete-cache-manually-wp-sc-1-5-0/#post-9346895)
 * I rolled back to 1.4.9 for now and to note I’m also on windows
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] Cannot delete cache manually (WP-SC >= 1.5.0)](https://wordpress.org/support/topic/cannot-delete-cache-manually-wp-sc-1-5-0/)
 *  [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/cannot-delete-cache-manually-wp-sc-1-5-0/#post-9337148)
 * Same issue here after the update on 4.8 can’t delete cache. Very annoying making
   changes to pages and the cache isnt clearing to reflect the changes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Grey map area when dragging/moving google map](https://wordpress.org/support/topic/grey-map-area-when-draggingmoving-google-map/)
 *  Thread Starter [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/grey-map-area-when-draggingmoving-google-map/#post-8668717)
 * [http://nhsforthvalley.com/health-services/local-service-finder/](http://nhsforthvalley.com/health-services/local-service-finder/)
 * No new installations, been working fine previously
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Show all search form elements on one line?](https://wordpress.org/support/topic/show-all-search-form-elements-on-one-line/)
 *  Thread Starter [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/show-all-search-form-elements-on-one-line/#post-7569292)
 * Probably better setting up an API key then…
 * I have renamed some fields and dont think the boxes will all fit on one line 
   now anyway. Changed the styling slightly and happy with it. Love the plugin,used
   from the start 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] Show all search form elements on one line?](https://wordpress.org/support/topic/show-all-search-form-elements-on-one-line/)
 *  Thread Starter [Dave](https://wordpress.org/support/users/go3asy/)
 * (@go3asy)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/show-all-search-form-elements-on-one-line/#post-7569166)
 * Also whats the down side to leaving the google API settings blank? I havent added
   any but all seems to be working OK?

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

1 [2](https://wordpress.org/support/users/go3asy/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/go3asy/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/go3asy/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/go3asy/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/go3asy/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/go3asy/replies/page/2/?output_format=md)