Due to import errors, a page may appear blank in Cascade but won’t be blank on the live version. To fix this perform the following: Go to the live version Right click and select “Save as” Save the file Open the file in a text editor. Copy all the contents in the <main> and </main> […]
Editing Website Source Code
Sometimes the direct source code of a site in Flywheel needs to be modified. Go to this website: Go to https://localwp.com/ Create an account and log in. Download Local Connect Local to Flywheel and login to your Flywheel account. Pull the website you want to edit. Download Visual Studio Code Use Visual Studio Code to […]
Flywheel File Transfer
Sometimes plugins need to be transferred directly from Gitlab. In order to do that, download the plugin from GitLab, and follow the following steps: Go to downloads folder (or folder with theme) Do scp <file_name> <ssh_address>: Ex: scp bhslibrary-master-6-28-2022.zip team+texas-a-m-health+bhs-library@ssh.getflywheel.com: Do ssh <ssh_address> Go to ../home/<user_name> Check file is there Go to ../../www/wp-content/themes Do cp […]