Use this section to remenber ideas..
Custom content type programatically
This Theme comes with a built in gulp/webpack task automation. Sass files will be compiled if changed, vendor prefixes will be added automatically and the CSS will be minified. JS source files will be bundled and minified.
Prerequisites: Node.js (NPM) needs to be installed on your system
Open the Project directory / in Terminal and install the required Node.js dependencies: gulp, webpack, Sass-Compiler, Autoprefixer, etc.
$ npm install
Run the watch script on /wp/wp-content/themes/ue-theme
$ npm run watch
Modify /assets/main.scss and /assets/main.js
Bootstrap 4 Carousel Card Slider
Animations doc Animate IT
DB: root / password / wordpress
https://www.advancedcustomfields.com/resources/
https://docs.google.com/document/d/1WauwNgxlCf77NClkR2ibcegNqY3orHXfDhP2GW8IPos/edit
Follow the instructions here: https://help.dreamhost.com/hc/en-us/articles/360029083351-Installing-a-custom-version-of-NVM-and-Node-js
Then this guide: https://help.dreamhost.com/hc/en-us/articles/115004265527-Node-js-packages-npm-
Go to the theme home url and run:
$ npm install
Run the watch script on /wp/wp-content/themes/ue-theme to build the css and js files.
$ npm run watch
Use ssh dh_hhknpb@baker.dreamhost.com to ssh connect. The Live version of the website root path is:
[baker]$ /home/dh_hhknpb/dev.urbanestate.com.ar/web-urban2023/wp
Before pull fules check using git status
that the branch is up to date with origin/main
.
Please don't check out or commit any change and conserve the wp-config.php configuration.