I am trying to move the top.links to the header-wrapper as in the picture in order to create some fancy icons instead of just text links. I was able to do that adding this line to the default.xml file on my custom theme. <move element="header.links" destination="header-wrapper"/> But when i do […]
Daily Archives: February 2, 2024
I hava created an observer with this event file. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd"> <event name="sales_order_save_after"> <observer name="purchase_sales_order_place_after" instance="MaxselPurchaseOrderObserverSalesOrderSaveAfter" /> </event> </config> and this is the observer file * @var LoggerInterface */ protected $logger; /** * @param ResourceConnection $resourceConnection * @param LoggerInterface $logger */ public function __construct(ResourceConnection $resourceConnection, LoggerInterface $logger) { $this->logger […]
1 exception(s): Exception #0 (MagentoFrameworkConfigDomValidationException): Element ‘move’: This element is not expected. Line: 1427 Exception #0 (MagentoFrameworkConfigDomValidationException): Element ‘move’: This element is not expected. Line: 1427
Is it possible to add a new tab in the admin product edit page, but just for simple products? I was able to add a tab using ui_component, but I can’t figure out how to add this just for simple products view/adminhtml/ui_component/product_form.xml <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <fieldset name="new_tab"> <argument name="data" xsi:type="array"> […]
I have a custom controller with this code: use MagentoFrameworkAppActionHttpGetActionInterface; use MagentoFrameworkAppResponseHttpFactory; use MagentoFrameworkAppResponseInterface; use MagentoFrameworkControllerResultInterface; use MagentoFrameworkExceptionNotFoundException; use MagentoFrameworkViewElementTemplate; use MagentoFrameworkViewResultPageFactory; class Entries implements HttpGetActionInterface { public function __construct( private Navigation $navigation, private readonly PageFactory $resultPageFactory, private readonly HttpFactory $httpResponseFactory ) { } /** * Execute action based on […]
I have an (.appinstaller) (file) application that I would like to be able to convert it to a traditional msi/exe package… I cant seem to find anything out there… Anyone able to help with this matter, thanks in advance!
This is an intermittent issue. I’ve gone months without it present at all, and months with it present. The lag affects everything except audio. Input and all visuals are frozen for the duration of the lag/stutter, including games, video, etc. It is very difficult to move the mouse around accurately […]
I’m trying to figure out, how to pass OpenVPN connection to device from Raspberry Pi There is openVPN connection set up on Raspberry Pi. Also pi-hole is set up for the whole network via main gateway (192.168.4.1) What I’ve managed to do so far: Setup NAT for VPN traffic on […]
When I preview an OMF video file in handbreak it plays in full though in low quality. However, the duration shown on the main screen shows a duration of 00:00:00 and when I try to export to mp4 it only exports a single frame. Has anyone else transcoded OMF video […]