For example: The css classes applied to primary buttons are .primary and .action I know that because I inspected the element on a live page. I want to find the css classes applied to buttons with icons but I don’t have one on my page. How can I tell what […]
Daily Archives: December 19, 2022
I have an issue ; Deprecated Functionality: explode(): Passing null to parameter #2 ($string). Can you please help? public function getEnabled() { return $this->_dataHelper->getEnabled(); } public function getRenderableAttributes() { if (!$this->getEnabled()) { return []; } $attributeCode = $this->_dataHelper->getAttributeCode(); $product = $this->getProduct(); $selectedFeaturesRaw = $product->getData($attributeCode); $selectedFeaturesSplit = explode(',', $selectedFeaturesRaw); $attr = […]
I have an IPv6-only Mumble server at home (because I have no public IPv4). I want to make it accessible to IPv4-only users with a small VPN. The VPN has a public IPv4 that I can ping The VPN has IPv6 connectivity, and it can ping my IPv6 server under […]
My laptop (almost new ASUS on Ryzen 7 5700U) is being loaded by ntoskrnl.exe after 3-5 minutes of idle stay. It is, hovewer, not the case in Safe Mode. I updated all drivers, switched off unnecessary things like Search service etc. but nothing helped. After that I tried to use […]
I need to mount SFTP server path as local drive in Windows Server with user credential. The problem is that the server is reachable only by HTTP proxy on port 80 without any authorization on proxy. How to configure that? Do I need some external software? I did a research […]
I have a fairly new HP laptop purchased this year with Windows 11 installed. For video output there is just one HDMI port on the laptop. My goal is to be able to connect and use two separate monitors. In order to extend and use more than one monitor, a […]
Every time I try to print with the above printer on both sides of the paper, once it prints one side and tries to switch, there is a bit of a noise (hard to describe) and then the paper reports paper jam. If I print only on one side, it […]