I recently built a desktop computer with the following parts: AMD Ryzen 5 5600X CPU ASRock AM4/X570M Pro4 mother board Intel AX210 wifi/bluetooth card. It’s mounted on a M2 slot I’m on Archlinux. Everything works well but the network card. The card is recognized, but neither the wifi nor the […]
Yearly Archives: 2022
I install linux mint and completely delete windows 10 and associated files. Now the problem is I can’t mount my file system as it’s displaying that my computer is in hybernet state. I don’t know how to shut it off completely because I am running on linux and can’t boot […]
How do I setup an overlay network spanning 2 physical hosts? Here is my network infrastracture in question. I’d like to be able to provision multiple VM’s via OpenNebula and setup a different subnet for those guests. From my understanding I should use OpenVSwitch to create bridges with physical interfaces […]
I need to install the react-hls-player npm package to start the m3u8 stream, but when I install it, it gives me this error.
I want to add custom clickable URL for the category image. Anyone can teach me what I need to do? I have to create a new attributes for the URL field?
I’m trying to remove disable from a button in form-mini.phtml but couldn’t find a way through jquery/javascript. I know it gets enabled after adding a few characters, but by default, it remains disabled. As I’m creating my own theme from scratch, I want that disabled attribute to be removed at […]
Since deploying a Magento 2 website we’ve had trouble with URL rewrites. The default URL used by our products is (example) mysite/catalog/product/view/id/50146/s/my_product/my_category/2/ This is not what I want to see and does not match the URL Key set in admin for the product. I have canonicals set to ‘yes’ for […]
I am trying to customize the category page by adding a new section called category faq To Implement this customization I wrote this category_form.xml file <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <fieldset name="category_faqs"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="label" xsi:type="string" translate="true">Category FAQs</item> <item name="collapsible" xsi:type="boolean">true</item> <item name="sortOrder" xsi:type="number">20</item> </item> </argument> <insertListing […]
Magento 2.4.2-p1 Goal is to create a bundle option with a selection in it based on array of skus. The array has 4 skus of simples existing in the catalog, lets say: [50702640,50702240,90102870,90102871] The strange thing, is that it will never add the first one. Logs i have put in: […]