Update FTP configuration and enhance Sass compilation settings

This commit is contained in:
2025-03-07 19:02:02 +01:00
parent 6283389bc7
commit 78d17815bc
7 changed files with 1391 additions and 846 deletions

8
.vscode/ftp-kr.json vendored
View File

@@ -1,8 +1,8 @@
{
"host": "ftp.tysweld.com",
"username": "tysweld_www",
"password": "123TysweldWWW!",
"remotePath": "/tysweld.com/",
"host": "host700513.hostido.net.pl",
"username": "www@tysweld.com",
"password": "SuFRuvWrjZescZpbPKfy",
"remotePath": "/public_html/",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",

File diff suppressed because it is too large Load Diff

16
.vscode/settings.json vendored
View File

@@ -1,3 +1,17 @@
{
"git.ignoreLimitWarning": true
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
"savePath": "",
"savePathSegmentKeys": null,
"savePathReplaceSegmentsWith": null
}
],
"liveSassCompile.settings.generateMap": true,
"liveSassCompile.settings.autoprefix": "defaults",
"liveSassCompile.settings.watchOnLaunch": true,
"liveSassCompile.settings.includeItems": [
"/wp-content/themes/hello-elementor/assets/css/*.scss"
]
}

10
.vscode/sftp.json vendored
View File

@@ -1,11 +1,11 @@
{
"name": "ftp.tysweld.com",
"host": "ftp.tysweld.com",
"name": "host700513.hostido.net.pl",
"host": "host700513.hostido.net.pl",
"protocol": "ftp",
"port": 21,
"username": "tysweld_www",
"password": "123TysweldWWW!",
"remotePath": "/tysweld.com/",
"username": "www@tysweld.com",
"password": "SuFRuvWrjZescZpbPKfy",
"remotePath": "/public_html/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1055,7 +1055,8 @@ footer {
}
}
.menu-item-1413,
.elementor-widget-langswitcher {
display: none !important;
.lang-list--wrapper {
a[href="https://tysweld.com/de/home/"] {
display: none !important;
}
}