Forum Replies Created

Viewing 15 replies - 16 through 30 (of 36 total)
  • Plugin Author immonex

    (@immonex)

    Hallo Frank,

    beim letzten Update ist uns in der Tat ein Bug bzgl. der Speicherung von UTF-8-Zeichenketten in bestimmten Feldern der Plugin-Optionen durchgegangen – sorry! ??

    In der heute ver?ffentlichten Plugin-Version 1.7.8 ist der Fehler behoben.

    Plugin Author immonex

    (@immonex)

    Kurzer Nachtrag: Wir konnten die konkrete Ursache des Tabellenpr?fix-Problems zwischenzeitlich doch identifizieren und haben hierfür ein Hotfix-Update (Version 1.7.1) nachgeschoben.

    Plugin Author immonex

    (@immonex)

    Hallo Dennis,

    vielen Dank! Mit dem Admin-Benutzerkonto konnten wir die Ursache des Problems ermitteln und ausbügeln: Bei den per WP_Query generierten SQL-Abfragen der Objektlisten wurde in der ORDER-BY-Klausel das Tabellenpr?fix nicht übernommen, was dann immer zu einer ungültigen Abfrage und somit null Immobilien in der Liste geführt hat.

    Warum das Pr?fix in deiner Dev-Installation und nur im ORDER-BY-Teil gefehlt hatte, konnten wir auf die Schnelle nicht herausfinden. (Der Rest der Abfrage war ok und in unseren Testumgebungen tritt dieser Effekt nicht auf.)

    Anyway, wir haben den betr. Code dahingehend angepasst, dass das Tabellenpr?fix bei der Sortierung bereits vor der Generierung der SQL-Abfrage eingefügt wird – so funktioniert’s!

    Plugin Author immonex

    (@immonex)

    Bei einer Standard-Installation von Kickstart (+Team Add-on) in Kombination mit OpenImmo2WP müssen die importieren Demo-Objekte im Normalfall “out of the box” in den Listenansichten angezeigt werden, d. h. ohne dass Einstellungen, Mapping-Tabellen o. ?. angepasst werden müssen.

    Wir konnten die genannte Problematik in unseren Testumgebungen und auch in einer neu aufgesetzten WP-Umgebung spontan nicht reproduzieren. Ein tempor?rer Admin-Zugang w?re daher super (Mailadresse: [email protected])! Wir schauen uns die Sache dann direkt einmal “live” an.

    Plugin Author immonex

    (@immonex)

    Hi!

    Es k?nnte sein, dass hier ein anderes Plugin (z. B. ein Page Builder) “dazwischenfunkt”.

    Werden die Immobilien angezeigt, wenn die Standard-Archivseite aufgerufen wird (normalerweise unter /immobilien), oder ist die Liste hier ebenfalls leer? (Unter immonex > Einstellungen > Design & Struktur > Immobilien-übersicht muss hierfür “keine (Standard-Template verwenden)” ausgew?hlt sein.)

    Plugin Author immonex

    (@immonex)

    Hallo Matthias,

    grundlegende Anpassungen bzgl. Layout und Optik k?nnen mit benutzerdefinierten Templates bzw. “Skins” (Template-Sets) umgesetzt werden.

    In Sachen Listendarstellung k?nntest du dir vorab eine Slider-Variante ansehen, die bereits in der aktuellen Beta-Bersion (1.6.15) enthalten ist, die unter immonex.dev heruntergeladen werden kann.

    Die Einbindung der Referenzobjekte per Shortcode würde hiermit bspw. folgenderma?en aussehen:

    [inx-property-list references="only" template="property-list/slider"]

    Plugin Author immonex

    (@immonex)

    Sure! The image can usually be selected in the right pane of the backend property edit form.

    Of course, the featured image is set automatically for imported objects.

    Plugin Author immonex

    (@immonex)

    Hi Matthias

    Did you add the property manually? If yes, you have to add/set the Featured Image in the backend edit form. (The featured images are displayed in the list views, the gallery images in the detail views.)

    Plugin Author immonex

    (@immonex)

    Ok, let’s tackle this step by step:

    Basically, the attributes of the filters/sort shortcode do not directly influence the list view. So if the properties are to be sorted in descending order of price, this must be stated in both shortcodes:

    [inx-filters-sort default="price_desc"]
    [inx-property-list sort="price_desc"]

    Beyond that, there was an issue regarding an unintended page reload on changing the sort order if the dynamic-update attribute of the search form shortcode was – as in your case – manually set and only included the DOM ID of the property list element. This has been fixed in the current beta version 1.6.7 (available at immonex.dev). But if you just remove this attribute from the list shortcode, it should also work (without page reload).

    With the current beta, we could not reproduce the count issue on the archive pages spontaneously. Could you please provide an example URL? (Just mail it to [email protected] if it’s a site that is not publicly available.)

    Plugin Author immonex

    (@immonex)

    Hi Saskia!

    Two quick questions:

    Is the “Dynamic Updates” option enabled under immonex > Settings > Property Search?

    What happens on changing the sort order in the frontend? Does the page/list content get updated, but not sorted accordingly?

    Plugin Author immonex

    (@immonex)

    Hallo,

    der Import der Demodaten hat offensichtlich funktioniert. Geht’s nun darum, bspw. die entsprechenden Listen oder das Suchformular in eine beliebige Seite einzubinden?

    Falls ja, kann das mit den folgenden Shortcodes bewerkstelligt werden:

    [inx-property-map] (Standortkarte)
    [inx-search-form] (Suchformular)
    [inx-filters-sort] (Sortierung)
    [inx-property-list] (Listenansicht)
    [inx-pagination] (Seitennavigation)

    Weitere Details hierzu sowie die jeweiligen Shortcode-Attribute sind in der Plugin-Dokumentation zu finden.

    Eine auf diese Art erstellte individuelle übersichtsseite kann unter immonex > Einstellungen > Allgemein > Design & Struktur > Immobilien-übersicht auch als Standard-übersichtsseite (anstelle der normalen Archivseite unter /immobilien) eingestellt werden.

    Plugin Author immonex

    (@immonex)

    Thanks for creating the temporary admin user! In the meantime, we’ve taken a look at your test site…

    Your guess is right: The mentioned elements in the frontend are missing due to the manual data entry. Although it’s possible to add at least the core information of the property offers this way, the clear focus of Kickstart is the presentation of imported OpenImmo-XML-based data. (The backend property forms are mainly intended for manual checking in exceptional cases.)

    If you install OpenImmo2WP and import the demo data from immonex.dev with it, you will see various entries in the details section (backend form) of the example properties. These are the contents of the (currently missing) tabs in the frontend detail views.

    Regarding the missing address in the frontend property header section: The current Kickstart beta version 1.5.16 (also available at immonex.dev) now provides a related field in the backend form.

    Please drop us another line if you have any further questions!

    Plugin Author immonex

    (@immonex)

    Hi Saskia!

    One quick question ahead: Did you import the demo properties from immonex.dev or own OpenImmo data with OpenImmo2WP?

    Of course we’d like to take a look at WP installation! If possible, it would be helpful if you could create a temporary admin user with the mail address [email protected].

    Plugin Author immonex

    (@immonex)

    Hallo,

    siehe Antwort im Supportbereich des Team-Add-ons

    Plugin Author immonex

    (@immonex)

    Hallo,

    Telefonnummer und Mailadresse des Kontaktformulars k?nnen mit der folgenden Filterfunktion (in der functions.php des Child-Themes oder via Code-Snippets-Plugin) als Pflichtfelder definiert werden. (In der Standardeinstellung muss die Telefonnummer oder die Mailadresse angegeben werden, bevor die Formulardaten übermittelt werden k?nnen.)

    
    /**
     * [immonex Kickstart Team] Telefonnummer UND Mailadresse des Kontaktformulars
     * als Pflichtangaben deklarieren.
     */
    
    add_filter( 'inx_team_contact_form_fields', 'mysite_modify_contact_form_fields', 10, 3 );
    
    function mysite_modify_contact_form_fields( $fields, $names_only, $scope ) {
    	if ( $names_only ) {
    		return array_key( $fields );
    	}
    
    	$fields['phone']['required'] = true;
    	$fields['email']['required'] = true;
    
    	unset( $fields['phone']['required_or'] );
    	unset( $fields['email']['required_or'] );
    
    	return $names_only ? array_keys( $fields ) : $fields;
    } // mysite_modify_contact_form_fields
Viewing 15 replies - 16 through 30 (of 36 total)