I have a question about the tabs widget, I want the titles to be stationary and not collapse to the bottom when clicking through them. They are implemented here in this block for products. <div class="product-data-items" data-mage-init='{"mage/tabs": {"openedState": "active", "active": 1, "disabled": [4], "disabledState": "disabled"}}'> <div class="item-title-main" data-role="collapsible"> <a class="switch" […]
Daily Archives: June 19, 2023
am using these commands but keep getting this at the end that it got killed php -d memory_limit=2G bin/magento setup:static-content:deploy php -d memory_limit=2G bin/magento setup:di:compile is 4G memory not enough? how can i know how much memory is really needed? it shows compilation is started but then i get something […]
I’ve been trying to have the swatches that are enabled through customizable options have BOTH text and images but have had no luck. The first 2 images are what i want to achieve and the third image is what i currently get. Its either text or images but never both.
There is error Call to a member function getValue() on null magento 2.4.6 after upgrading from Magneto 2.3.3 to 2.4.6. It was working fine with earlier Magento 2 version. Here is code: public function isModuleEnable() { $storeScope = MagentoStoreModelScopeInterface::SCOPE_STORE; return $this->scopeConfig->getValue('ordergrid/general/enable', $storeScope); } The system.xml file is fine as it […]
I’m new to ffmpeg. I want to convert videos to mjpeg (frame independent). At first I thought hardware acceleration should be faster. Then I tried both hardware decoders and software decoders: "ffmpeg.exe" -y -hwaccel auto -ss 00:02:59 -to 00:04:17 -i "INPUT.mp4" -c:v mjpeg -q:v 1 -c:a pcm_s16le OUTPUT.mov The result […]
I am connecting to an Open VPN server and want that connection to only apply to the user who has initiated it, no one else who may be concurrently logged in. I am happy to use OpenVPN GUI, or SoftEther or any Open VPN compatible software. I have not tried […]
So I just reinstalled windows 10 using the 22h2 media installation creator downloaded from microsoft. I’ve used this same download to reset windows before. The machine is a ThinkCentre M82 and it had already been having issues with rebooting where it would come to an error that said something about […]
I’ve had to reset windows to a blank slate using the “Keep my files” option. Doing that of course I lost my WSL instance. The files are still in my user profile, but WSL itself doesn’t recognize it anymore. I’d forgotten to create a backup/export of the WSL instance prior […]
When rendering my Krita animations, I have to use FFmpeg by pointing to the executable in the Render Animation window. I downloaded the newest full release and it works almost perfectly. Here is one problem I have had, though. When I tell it to render a animation to start at […]