I installed the SEO module on the localhost and when it enters the products I can not edit or add the products I noticed that activating Canonical in mageworx does not load the full screen Interestingly, this problem is not seen in Chrome I noticed that when Canonical is enabled […]
Daily Archives: January 7, 2022
Today I came across a really useful set of tools. Magento 2 github actions: https://github.com/extdn/github-actions-m2 Which means you can run a github action workflows to scan your code for Magento coding standard. For example: https://github.com/yireo/Yireo_Webp2/blob/master/.github/workflows/extdn-static-tests.yml .github/workflows/extdn-static-tests.yml name: ExtDN Static Tests on: [push] jobs: static: name: Static Code Analysis runs-on: ubuntu-latest […]
Good morning, could someone help me configure the button to delete image from the imageUploader field, the image uploads it without problem, but when I press the delete button, the entry is clean, but the image that uploads is not deleted.
I am experiencing an issue with the UPS module for Magento2 (2.3). Shipping rates are being calculated but surcharges are not being calculated or applied. I have reached out to UPS and their response was that “surcharges are included within the total transportation charge in the rate response.” Has anyone […]
I trying to move the language switcher on mobile devices to be in the main website menu instead of the settings tab (screenshot below): I found some instructions on how to do that from the layout.xml file using <move element="name.of.an.element" destination="name.of.destination.element"/> However, I couldn’t find the values for element and […]
We have 2 physical servers in a datacenter. Hyper-V is enabled on both. We have several VMs setup on each server for various purposes: mail server, web server, file server, and various specialty purposes. The VMs are all on the same subnet (10.10.100.x) as the two host servers. We also […]
I’m trying to trim a video and draw text on it. Although the command below “works” (source), there’s a 2-3 second delay at the beginning of the clip. Specifically, for example, if I want to trim “00:05:27”-“00:05:37”, the resulting clip seems to lag from “00:05:27”-“00:05:29”, then trim from “00:05:29″-00:05:37”. When […]
I want to print these Advanced tab properties from multiple systems to compare them side-by-side more easily. I’m trying to diagnose a problem and its too difficult using the GUI. I’ve tried: PS C:Usersadminusername> Get-NetAdapterAdvancedProperty GetNetAdapterAdvancedProperty : The term 'GetNetAdapterAdvancedProperty' is not recognized as the name of a cmdlet, and […]
My friend already has Windows Server 2019 Essentials but no RDS licenses yet. He wants to use several (more than two) parallel Remote Desktop connections. It seems it is not possible on Windows Server 2019 Essentials, unfortunately. Is this correct? Does my friend need a Windows Server 2019 Standard edition […]