This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Wrap the slider in | |
| ```html | |
| <div class="element products-slider"> | |
| . | |
| . | |
| . | |
| </div> | |
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh user@host.com -o PubkeyAuthentication=no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### In custom theme unset the TTL parameter | |
| `app/design/frontend/Local/{CUSTOM_THEME}/Swissup_Navigationpro/layout/default.xml` | |
| ```xml | |
| <?xml version="1.0" ?> | |
| <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> | |
| <body> | |
| <referenceBlock name="navpro.topnav"> | |
| <action method="unsetData"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/magento/magento2/commit/ecf36e9badc01ec520cb6551f78688d5414d7fce |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # connect to SSH | |
| ssh -o IdentitiesOnly=yes username@hostname -p NN | |
| # transfer file via terminal | |
| scp -i ~/.ssh/key_file -P NN -o IdentitiesOnly=yes /home/user/file username@hostname:/home/target/dir |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "swissuplabs": { | |
| "type": "composer", | |
| "url": "https://ci.swissuplabs.com/api/packages.json", | |
| "exclude": ["swissup/module-testimonials", "swissup/module-breeze"], | |
| "canonical": false | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| php -d memory_limit=-1 ./composer.phar update swissup/recaptcha --update-no-dev --dry-run | |
| php -d memory_limit=-1 ./composer.phar update swissup/recaptcha --update-no-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| For a quick-fix you can use 'Chrome extension source viewer' to download the plugin | |
| as a zip, then unzip and open content.js, add the following code at the end, save, | |
| then go to chrome plugins, enable developer mode at the top & click load unpacked, | |
| select the plugin directory with the edited content.js: | |
| ========== | |
| Object.defineProperty(Event.prototype, 'path', { | |
| get: function() { | |
| return this.composedPath(); | |
| } | |
| }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| wget https://www.adminer.org/latest-en.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name New Userscript | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://argentotheme.com/index.php/mainframe2017/helpmate_ticket/edit/* | |
| // @grant none | |
| // ==/UserScript== |
NewerOlder