1. Home
  2. Knowledge Base
  3. Installation
  4. WP-ImmoMakler: Customize list view via template, CSS and filter
  1. Home
  2. Knowledge Base
  3. Tips & Tricks
  4. WP-ImmoMakler: Customize list view via template, CSS and filter

WP-ImmoMakler: Customize list view via template, CSS and filter

With the WP-ImmoMakler ChildSkin, elements of the list view can be customized in an update-proof manner.


Change the title of the list view

Copy the file title.php from the plugin into your ChildSkin (wp-immomakler-childskin/views/archive/) and adjust the title there.


Insert texts above or below the list view

Use header.php (for content above) and footer.php (for content below) in the same directory.

Only make visible in the list view:

if ( ! is_immomakler_single() ) {
// HTML oder Template-Part hier einfügen
}

CSS customizations

Place styles in your ChildSkin CSS file. Example:

.immomakler h1 {
text-transform: uppercase !important;
}

Customize button text

Standard text: "%s Show hits"
Change per filter in functions.php of the ChildSkin:

add_filter('immomakler_search_button_text', function() {
return '%s Treffer anzeigen'; // hier eigenen Text einsetzen
});

Builder compatibility

When using Elementor or Divi, user-defined sections can be inserted directly into the template. For more complex requirements, however, we recommend using the template files. You also have the option of making adjustments using Elementor widgets.

Was this article helpful?

Related Articles

Do you have any further questions?

We are also happy to answer your questions individually and personally!
Get in touch with us