Blog

Text Decoration Override SCSS

User a { color: $primary; text-decoration: none; transition: color 0.3s ease, text-decoration 0.3s ease; display: inline-block; &:hover { color: $primary; text-decoration: underline; //border-bottom: 1px solid $primary; } &:visited { color: $primary; text-decoration: underline; //border-bottom: 1px solid $primary; } &:active { color: $primary; text-decoration: underline; //border-bottom: 1px solid $primary; } } prevent text-decoration underline for elementor-button-wrapper […]

Task Update and Priority

User Currently I'm working on below card as discussed in trello priority https://trello.com/c/nkfRvgh5 We have hold all other tasks for now till this friday as discussed with jade at trello Correct above Assistant Currently, I'm working on the card below as discussed in Trello's priority: [https://trello.com/c/nkfRvgh5](https://trello.com/c/nkfRvgh5). We have put all other tasks on hold until […]

Dynamic Map Location Markers

User Regarding map do we need to display all locations created via post type location,Means show dynamic marker? Correct above Assistant Are you asking whether all locations created via the "Location" post type should be displayed dynamically on a map with markers? If so, the correct way to phrase it would be: **"Do we need […]

Google Map Locations Elementor

User we have location post type now want to show every location on google map elmentor Assistant To display every **Location** post on a Google Map using **Elementor**, follow these steps: ### **Steps to Show Locations on Google Map in Elementor** 1. **Ensure Google Maps API Key** – Go to [Google Cloud Console](https://console.cloud.google.com/) – Enable […]

Über Uns Galerie Anfrage

User Could you confirm about uber uns page gallery that has mix of video / images Images will be a direct source or embed from external source like youtube. Also could you please increase max upload size from 32 mb to 100 mb, may be this required if it needs to diret source Correct above […]

ChatGPT Blog Content Discovery

User Yes, you can potentially make your website blog content appear in ChatGPT search results by using the OpenAI API, which powers ChatGPT, to directly feed your blog content into the system through a process called "web scraping" or by submitting your website to be indexed in ChatGPT's search functionality, which allows publishers to opt-in […]

Elementor CPT Loop Template

User elementor loop item template for custom post type Assistant To create an **Elementor Loop Item Template** for a **custom post type (CPT)**, follow these steps: ### **1. Enable Loop Grid in Elementor** Elementor's **Loop Grid** feature allows you to design a custom template for displaying custom post types dynamically. 1. Go to **Elementor > […]

Bildslider mit Animation

User Bildslider mit konstanter Bewegung von rechts nach links 

vgl: https://www.hochburg.design/de/agentur Assistant Du möchtest also einen Bildslider, der sich kontinuierlich von rechts nach links bewegt – ähnlich dem Beispiel auf der Hochburg-Website. Das kann man mit CSS und JavaScript (oder reiner CSS-Animation) umsetzen. ### **Lösung mit CSS (reine Animation)** Hier ist ein einfacher Bildslider mit […]

Ignore DDEV Directory Git

User Your branch is up to date with 'origin/development'. Changes not staged for commit: (use "git add …" to update what will be committed) (use "git restore …" to discard changes in working directory) modified: web/app/themes/autohaus-lange/app/setup.php modified: web/app/themes/autohaus-lange/functions.php Untracked files: (use "git add …" to include in what will be committed) .ddev/addon-metadata/ .ddev/commands/ .ddev/docker-compose.adminer.yaml .ddev/docker-compose.adminer_norouter.yaml […]

Update Skype on Ubuntu

User ubuntu 20.04 Assistant The screenshot shows an outdated version of Skype running on Ubuntu 20.04. To update Skype, follow these steps: ### **Method 1: Update via Terminal** 1. **Open Terminal** (`Ctrl + Alt + T`). 2. **Remove old version:** sudo apt remove skypeforlinux 3. **Download the latest version:** wget https://go.skype.com/skypeforlinux-64.deb 4. **Install Skype:** sudo […]