sergejos
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Create two additional fieldsThank you, it worked!
Forum: Plugins
In reply to: [WP Store Locator] Create two additional fieldsYes, I used this.
But I have to specify the type of the field or not? And I don’t know, how to specify both fields within the custom_frontend_meta_fields function as a text field.
add_filter( 'wpsl_frontend_meta_fields', 'custom_frontend_meta_fields' ); function custom_frontend_meta_fields( $store_fields ) { $store_fields['wpsl_my_textinput'] = array( 'name' => 'my_textinput', 'type' => 'text' ); return $store_fields; }Here I can only specify one field and I don’t know, how to edit the array $store_fields so that both fields (Custom 1 and Custom 2) are text fields.
Ja, ich kann versuchen das bei euch zu reproduzieren
Also ich habe jetzt den Pagebuilder daktiviert, den Fusion-Core und auch ACF, allerdings bleibt das Problem das selbe. Bloß die erste Fehlermeldung wird nicht mehr angezeigt.
Es wird jquery-ui.min.css?ver=1.11.4 doppelt geladen. Hier der Rest der jQuery: https://imgur.com/0k29TZC
Das eine kommt aus dem Advanced Custom Fields Plugin und das andere aus dem Advanced Ads Plugin
- This reply was modified 6 years, 9 months ago by sergejos.
Okey, jetzt wird das hier angezeigt https://imgur.com/v0SvpYS
Im Browser ändert sich nichts an der Fehlermeldung oder muss ich wo anders schauen?
Ich habe es jetzt einmal auf einer anderen Webseite mit einem anderen Theme und Pagebuilder (Betheme und Bakery) probiert und es kommt ein ähnlicher Fehler. https://imgur.com/Lznn4g3
Hier einmal ein Pfad von einem Fehler https://imgur.com/6MmXClE
Es handelt sich um den Fusion-Builder, der mit dem Theme Avada kommt.
Ich vermute mal, dass es einen Konflikt mit dem Fusion-Builder gibt. https://imgur.com/Vf6NJ6z
Ist das ein bekanntes Problem?
Es passier leider gar nichts, wenn ich auf den Link “Anzeigencode vom verbundenen Account abrufen” klicke. Die anderen beiden “Füge neuen AdSense Code ein” & “Konfiguriere den AdSense Code manuell” sind genauso funktionslos.
I have connected and disconnected it but nothing changed. I still can’t see the Ad list in the Advanced Ads backend. I even can’t click on an other Ad type after I clicked on the Adsense Radio Button (https://imgur.com/rViKeln)
Forum: Plugins
In reply to: [WP Store Locator] Add URL under adressAnd how is it possible to do the same in he Listing? So that the URL ist under the adress in the listings?
Forum: Plugins
In reply to: [WP Store Locator] Add URL under adressWorks, thanks!