lijndiensten
Forum Replies Created
-
Hi Amrit, thanks. Reinstall didn’t do the trick. I did not find an option to revert the translation in Loco, but deleting the translation did the trick. However, WP will reinstall the translation with a next update. Is there a more durable fix?
ThanksThanks, I will check with them.
Hi Dan, I checked that, but PostNL will only see one instance of “Weight Based Shipping:
- Multiple WBS shipping methods in shipping zone: https://pasteboard.co/GCgfW3RfhVV9.png
- One instance in PostNL: https://pasteboard.co/ZoyEnjYJ8Noz.png
Thanks,
Forum: Plugins
In reply to: [LiteSpeed Cache] Errors in debug.logThat fixed it, thanks!
Forum: Plugins
In reply to: [LiteSpeed Cache] Errors in debug.logHi, the columns are id, url_id, vary, filename and type.
Thanks,
IvanI added “maps” and have checked a couple of times: no errors thus far. I will keep an eye on it, but let’s assume it is fixed. Thanks a lot for the effective and quick support!
We place a block of code directly in the page, somewhat like this:
<style> #map { height: 750px; width: 100%; overflow: hidden; border: none; } </style> <div id="map"></div> <script> const mq = window.matchMedia( "(max-width: 600px)" ); var map; var src = 'https://example.com/map.kml'; function initMap() { map = new google.maps.Map(document.getElementById('map'), { center: new google.maps.LatLng(51.00000, 5.00000), zoom: 12, mapTypeId: 'roadmap', disableDefaultUI: true, styles: [ {"featureType": "road","elementType": "labels","stylers": [{"visibility": "off"}]}, {"featureType": "administrative.neighborhood","elementType": "all","stylers": [{"visibility": "off"}]}, {"featureType": "road.highway","elementType": "all","stylers": [{"visibility": "off"}]}, {"featureType": "poi","elementType": "all","stylers": [{"visibility": "off"}]} ] }); var kmlLayer = new google.maps.KmlLayer(src, { suppressInfoWindows: true, preserveViewport: true, map: map }); } </script> <script async src="https://maps.googleapis.com/maps/api/js?key=abc123&callback=initMap"> </script>
Thanks, I added the settings per your suggestion and will keep an eye out the coming days.
The map was embedded using the Maps JS API.
Thanks,
Ivan1. Correct
2. Correct
2 sub. Correct, purging all solves the issue temporarily.The URI: /pad-van-je-eigen-wijsheid/route/
Thanks, Ivan
Hi, that would be UGEXTJVH.
Hi Thomas,
It is working: I walked through the setup again and cleared all caches, think the latter might have been the culprit.. Thanks for checking with me. Set up some custom dimensions and stats and calculated metrics – will share it here if that leads to some insightful reporting.
All the best,
IvanHi Sanjeev,
The error did not occur with Wishlist Member disabled. I re-enabled Wishlist member, and the error returned. I clicked through some settings and saved a few things in Wishlist – nothing specific to email as far as I know – and next WP Mail SMTP opened without protest. So it seems like problem solved, thanks!
Ivan
Forum: Themes and Templates
In reply to: [Hestia] ‘Contact Content’ not editableHi, did you have a chance to have another look at this?
Thanks, IvanForum: Themes and Templates
In reply to: [Hestia] ‘Contact Content’ not editableHello Poonam,
Thanks, you are right, strange. The error with disabling Woo and ACF was with some script in the functions.php. Even now with all plugins disabled, it is not showing.
The odd thing is the ′Contact content′ editor is a wholly different editor from the one in the test site with fresh install of Hestia. It is using some very basic editor, whereas the fresh install is using WP′s standard editor: https://lijndiensten.com/_hosted-content/hestia.jpg
Forum: Themes and Templates
In reply to: [Hestia] ‘Contact Content’ not editableHi Poonam,
Thanks, I had a run with disabling plugins, but it did not resolve the issue. Notably, if I disable woocommerce or advanced custom fields, the section with contact info on the bottom of the page disappears altogether, along with some other sections, so there does seem to be a dependency there.
Ivan