I am creating a batch script where I need to define a variable to initiate a docker shell from Windows command prompt. The script has a user choose their docker image build from their directory but the file is in .tar.gz format. Switching from %~nxI to %~ni in my script […]
Monthly Archives: September 2021
Im using Chrome, I dont know if Firefox suffers the same flaw or not, and I would like someone to tell me.. The flaw is that most VPN extensions refuse to be enabled at the same time as another one.. Im not saying “connected”, im just saying “enabled”… I know […]
Occasionally I want to move all lines in a file to the top of that file. :g/PATTERN/m0 almost does what I want, but because :g operates one line at a time in order, it will also reverse the affected lines. Example: Consider this file. Say I want to separate lines […]
In HTML documents, we can show, hide, or rearrange parts of the page based on the conditions of the viewport. If the browser window is 480 pixels wide, for example, we might shift our navigation from a horizontal one to a vertical, collapsible list. We can do something similar when […]
I am using the WeltPixel theme and want to add add a CMS block to the ajaxlogin-popup.html file below the “Forgot Password” link. I am getting this error in console: Uncaught TypeError: Unable to process binding "html: function(){return window.checkoutConfig.cms_block_signin_message }" Message: Cannot read property 'cms_block_signin_message' of undefined at html (eval […]
We do have some issues with our Magento 2.3.3 server and we want to move all the customer, products, sales info, and all the stuff that is important from the old server to the new one. Some of the issues are all the 3rd party module that is installed. The […]
I am getting this error after running: composer update command: Failed to set PHP CodeSniffer installed_paths Config I tried composer global require “squizlabs/php_codesniffer=*” but still getting the same error. Please help.
Right now I’m struggling to replace the white border around images that aren’t matching the aspect ratio of the container that they are in. Here is an example of what I’m talking about. (live site: https://www.krulos.com/guitars/fgn/fgn-mythic6-opw-1630201445.html) I’ve been searching for solutions for days at this point and am stuck. Any […]
I setup my project in localhost and I get the below error when try to access frontend. Exception #0 (ReflectionException): Class MagentoSearchViewModelConfigProvider does not exist My project is on Magento Open Source 2.3.4 and is in windows subsystem Linux (Ubuntu 18.04) The admin URL returns below error. ZendHttpHeaderExceptionInvalidArgumentException: Invalid header […]