Problem: When creating a custom language switcher for TranslatePress: $arr = trp_custom_language_switcher(); $arr returns a multidimensional array with all necessary parameters to render a custom language switcher within a loop. In the frontend, however, when the foreign language was activated [...]Read
🤓 The technology shed
The technical docs and snippets are guides, templates and tools for web programmers. If you find something useful for your project, you are welcome to copy and use it...
Elementor Pro has a widget called "Search Form". This is suitable for the pretty design of search forms. Unfortunately, this search form is limited in terms of programming. Question: How can I modify the Elementor search form so that I can restrict the search to certain content types [...].Read
With the posts widget in Elementor, you can easily display other posts, pages, products or custom post types (CPT) on a page in a loop. The only tricky part is when you want to combine the content [...]...Read
Elementor: Version 3.72 Behaviour: An Elementor popup opens but does not close anymore (when clicking on icon or Esc or other triggers). If you look in the source code, you will find the Javascript error message: "Elementor t.entrance_animation_duration is undefined" Cause: The explicit specification [...] is missing.Read
Problem: Local Change List under PHPStorm is missing in the Git Tool Solution: Every now and then I had the phenomenon that the Local Changelist (the files in my version control) were not visible as tabs in the Git Tool. Since I always search for ages, [...]Read
Problem: The parameter transfer of a blade attribute does not work, the variable in the component is empty. There is no error message, but the variable seems not to have been passed. Solution: Possibly the error lies in the use of an "underscore" in the variable name. [...]Read
Problem: If you are building e.g. a Laravel app and wondering why PHPStorm or WebStorm does not autocomplete your CSS classes in Blade templates or HTML files, it is most likely because the CSS file is too big. [...]Read
Appearance: Issue commands via WP CLI, but WordPress in the browser works. This error often occurs when the WP CL interpreter cannot correctly interpret the database connection in wp-config.php. Solution: In 99% of all cases, change the value of the constant DB_HOST from [...]Read

Troubleshooting: How to get to the bottom of the error "PHP Parse error: syntax error, unexpected end of file in ...".Read