This is the website https://roadmarket.sa/ On mobile, the sidebar opens and closes on every page load. The issue only comes in Arabic locale/storeview, so I tried to remove all custom themes and made only one theme for Arabic with parent Magento/blank. But still the issue persists. Any help appreciated
Yearly Archives: 2023
Saw this when monitoring the network the other day and haven’t been able to figure out with certainty what it was for. The application was the host process, it was inbound UDP traffic, the external IP was 34.170.99.197 (possibly a Google CDN?) the local port was 5355. and the remote […]
I wanted to uninstall a program that no longer works properly. The problem with the program existed before and the problem was solved by uninstalling and reinstalling it. The first time, this program could be uninstalled as normal. But now the program is no longer in the list of programs […]
I recently bought the Edifier W820NB Plus headphones, and they’re great. However, there’s one major problem: the software. The only software these headphones have is the Android Edifier app (which tracks you and is full of bloatware BTW). But I also want to use these headphones for my PC. Since […]
Use vim to edit this C++ excerpt. // line 1 int xxxxxxxx = 0; // line 2 int yyyyyyyy = 0; When the cursor is in line 1 and you hit o to insert a line below it, vim conveniently starts the new line with another // comment. When the […]
I have a large number of files on multiple hard drives, some of which are just in a format like 1.mkv Sometimes that 1 is actually multiple digits, but in all cases (that I’m currently looking for) it is just digits before the extension. I did search and try a […]
The “Add Quote” button in Magento 2.4 is not opening the quote form, and the console shows the following warning message: “Request to access cookie or storage on ‘https://googleads.g.doubleclick.net/pagead/viewthroughconversion/….’ was blocked because it came from a tracker, and content blocking is enabled.” The HTML code for the button is as […]
everyone. How’s it going? I need help with a filter issue. It’s not working as I expected. I’m trying to list orders from after 2023-12-06, but it’s returning orders from 2019, 2020, 2021, etc. Can anyone assist me? Below is the XML I’m using in SOAP UI for testing: <?xml […]
I recently upgraded a Magento instance from version 2.4.5-p4 to 2.4.5-p5 . Its running on PHP 7.4.9 . Its a AWS/bitnami instance. The upgrade seems succesful (no errors shown in front end or admin, when the version is checked it show 2.4.5-p5 . However, the setup:di:compile command gets interrupted with […]