I am so excited to be using ClipGrab and definitely have made donation especially if installing program on a new computer. I recently installed ClipGrab on two different computers both running Windows 10. On one computer the app can be minimized and when copying a link the app opens right […]
Yearly Archives: 2022
So recently I’ve been using my laptop in “Dock mode” I get home, plug in the HDMI cable, a mouse and a keyboard. I then close the lid and use the computer normaly. However, since this morning, I’ve been having issues where the keyboard and mouse stops working. I have […]
I want to update the Alt Text for each of my 14,000 products to match them with the Product Name. Is there a script I can use or an option I can select to edit them all at once? How long will it take?
I am trying to get the value of system.xml from a plugin I am developing. <field id="Moduleposition" translate="Module" type="multiselect" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Seleccionar tienda</label> <source_model>MageplazaSimpleshippingModelConfigSourceConfigOption</source_model> </field> From the following function I am initially trying to return a test value to show it inside an alert public function getSelectStore() { […]
By default when I upload an image to Magento using the admin panel, it includes all the Roles (Listing Hover Image, Swatch, etc.). I want it just to select Base, Small and Thumbnail roles. So is there a way for me to change the image uploads default Role selection? (i.e. […]
Is there a way to call multiple blocks in a single controller in Magento 2? The below code only populate the single grid but I want it to return two blocks. public function execute() { /* @var MagentoFrameworkControllerResultRaw $resultRaw / $resultRaw = $this->_resultRawFactory->create(); return $resultRaw->setContents( $this->_layoutFactory->create()->createBlock( VendorModuleNameBlockAdminhtmlReportGrid::class, 'mytestgrid' )->toHtml() ); […]
I need to alter all the top menu from my website based on a user data filled when the user is registered. “Casual” users will are using “root” category, excluding “new menu”. Now, I need the other users to access “new menu”, but not the other categories. Is is possible […]
This is not a major issue but I am trying to find the tech reason ‘why’? I have hp 2540 deskjet wifi printer. It is connected to my router on wifi. I am trying to install it on my Windows 10 desktop which is wired to router on lan port. […]
I wanted to generate a set of GPG keys directly on the Yubikey 5, so I did gpg --card-edit and then admin and generate, chose ECC and chose all 4 keys (cert,auth,sign,att) and went through the process. I thought that was going to generate the keys on the Yubikey (as […]