Dave
Forum Replies Created
-
Is there anywhere I can download the 5.3.0 version?
Edit: got it
- This reply was modified 3 years, 1 month ago by Dave.
Still has the same issue
Unfortunately not its an intranet site. The theme is a child of https://themeforest.net/item/helpguru-a-selfservice-knowledge-base-wordpress-theme/8465592
I could arrange a screen share with you?
Unfortunately its an internal site, if you have an email I can send some screenshots?
Ah, thats working for post content but not when saving menus
- This reply was modified 4 years, 11 months ago by Dave.
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
In reply to: [Enable Media Replace] doesn’t work on PDF preview imagesI can second this. On the replace media page if the file is a LDF the thumbnail is just a proven image.
Forum: Plugins
In reply to: [WP Fastest Cache] caching and lazy loading of woocommerce bookings calendarCurrently 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 6 years, 11 months ago by Dave.
Forum: Plugins
In reply to: [WP Super Cache] WP Super Cache 1.5.2 PreviewDoes this have the fix for problems deleting the cache in IIS environments? From this thread https://www.ads-software.com/support/topic/cannot-delete-cache-manually-wp-sc-1-5-0/page/2/
Forum: Plugins
In reply to: [WP Super Cache] Cannot delete cache manually (WP-SC >= 1.5.0)I have another site on Linux which is fine so that could be a factor
Forum: Plugins
In reply to: [WP Super Cache] Cannot delete cache manually (WP-SC >= 1.5.0)I rolled back to 1.4.9 for now and to note I’m also on windows
Forum: Plugins
In reply to: [WP Super Cache] Cannot delete cache manually (WP-SC >= 1.5.0)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
In reply to: [WP Store Locator] Grey map area when dragging/moving google maphttps://nhsforthvalley.com/health-services/local-service-finder/
No new installations, been working fine previously
Forum: Plugins
In reply to: [WP Store Locator] Show all search form elements on one line?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
In reply to: [WP Store Locator] Show all search form elements on one line?Also whats the down side to leaving the google API settings blank? I havent added any but all seems to be working OK?