nici-
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Events in Blog LoopBug seems fixed in new version
Forum: Plugins
In reply to: [Post My CF7 Form] No clean insert IN existing Post Type*** EDIT: Got it — deleted all forms with this mapping and gone it is ?? ***
Hi Aurovrata!
Oh gosh I thought there must be something wrong with my settings. Thank you very much for your hint!
I re-activated the plugin, but now I still have the doubled post type in the admin menu. Any hint on how to delete this post type that the plugin created? I deleted the posts already, but the post type still gets reactivated when re-activating the plugin.
Thank you very much!
Best regards
nici-- This reply was modified 3 years, 5 months ago by nici-.
Forum: Plugins
In reply to: [Post My CF7 Form] Can’t get Taxonomies filled with CF7 dataAlso some Links:
Post archive page for the custom posts:
https://www.shopanbieter.de/shopangebote
or showing the taxonomies (however links not working yet):
https://www.shopanbieter.de/marktplatz-shopangeboteForm:
https://www.shopanbieter.de/marktplatz-angebot-erfassenMiniform for testing:
https://www.shopanbieter.de/minitestForum: Plugins
In reply to: [Post My CF7 Form] Can’t get Taxonomies filled with CF7 dataAlso I do not find the mapping tab or mapping fields when creating a new form. All I have is the tabs for “Form”, “Email”, “Messages” and “Additional Settings”. So I do the mapping with the “create_map” link in CF7 form list…
Plugin Versions (both, Post My and Grid Plugin) are updated, CF7 too and WordPress Core also. Language is German, in case it matters. Theme is Genesis.
Now: When using a simple drop down field the taxonomy data is not inserted. When using a dynamic dropdown field I can get the taxonomy data in the dropdown – but I am not sure how to map it then (got nothing to work yet).
In case you need to know:
The taxonomies are created like this*** snipp **
// 1. Sortimente-Kategorien anlegen als hierarchische Taxonomie add_action( 'init', 'create_assortment_hierarchical_taxonomy', 0 ); function create_assortment_hierarchical_taxonomy() { // Add new taxonomy, make it hierarchical like categories //first do the translations part for GUI $labels = array( 'name' => _x( 'Sortimente', 'taxonomy general name' ), 'singular_name' => _x( 'Sortiment', 'taxonomy singular name' ), 'search_items' => __( 'Sortimente durchsuchen' ), 'all_items' => __( 'Alle Sortimente' ), 'parent_item' => __( 'Eltern Sortiment' ), 'parent_item_colon' => __( 'Eltern Sortiment:' ), 'edit_item' => __( 'Sortiment bearbeiten' ), 'update_item' => __( 'Sortiment speichern' ), 'add_new_item' => __( 'Sortiment hinzufügen' ), 'new_item_name' => __( 'Neue Sortiment-Bezeichnung' ), 'menu_name' => __( 'Sortimente' ), ); // Now register the taxonomy register_taxonomy('sortimente',array('phy_shop_offers'), array( 'hierarchical' => true, 'labels' => $labels, 'show_ui' => true, 'show_in_rest' => true, 'show_admin_column' => true, 'query_var' => 'sortiment', 'rewrite' => array( 'slug' => 'sortiment' ), )); } // 2. Umsatzgruppen-Kategorien anlegen als hierarchische Taxonomie add_action( 'init', 'create_volume_hierarchical_taxonomy', 0 ); function create_volume_hierarchical_taxonomy() { // Add new taxonomy, make it hierarchical like categories //first do the translations part for GUI $labels = array( 'name' => _x( 'Umsatzgruppen', 'taxonomy general name' ), 'singular_name' => _x( 'Umsatzgruppe', 'taxonomy singular name' ), 'search_items' => __( 'Umsatzgruppen durchsuchen' ), 'all_items' => __( 'Alle Ums?tze' ), 'parent_item' => __( 'Eltern Umsatzgruppe' ), 'parent_item_colon' => __( 'Eltern Umsatzgruppe:' ), 'edit_item' => __( 'Umsatzgruppe bearbeiten' ), 'update_item' => __( 'Umsatzgruppe speichern' ), 'add_new_item' => __( 'Umsatzgruppe hinzufügen' ), 'new_item_name' => __( 'Neue Umsatzgruppen-Bezeichnung' ), 'menu_name' => __( 'Umsatzgruppen' ), ); // Now register the taxonomy register_taxonomy('umsaetze',array('phy_shop_offers'), array( 'hierarchical' => true, 'labels' => $labels, 'show_ui' => true, 'show_in_rest' => true, 'show_admin_column' => true, 'query_var' => 'umsatz', 'rewrite' => array( 'slug' => 'umsatz' ), )); }
*** snapp ***
It actually IS my first plugin and I am still learning — sorry for that –, but I think this is ok that way. Everything works when the posts are added in backend.
Now I desperately need to have users add their content via front end form…
Best regards
NicolaForum: Plugins
In reply to: [Post My CF7 Form] taxonomies not working for custom post typeHi there,
I have exactly the same problem.
Could you elaborate a bit about the auto population from the taxonomies – how do I create this field in CF7 correctly?
Thank you very much – as I am dying over this point here… ;-(
Best regards
nici-No one any idea?
Forum: Themes and Templates
In reply to: [Auberge] Featured Image full widthHi Oliver,
wow, THAT ist fast support, thank you so much!
I will give your code a try, thank you very much.
As for your hint to use your newer theme: This site was build with your theme long ago, then it went down for some reason and my project was simply to restore the old site. Nonetheless as I decided to use an other main header picture in my eyes the black layout did no longer fit and I started to fiddle around with your theme as you can see, like killing the header gradient, changing some things in the copyright area and so on. Nothing big, but resulting in changes of the overall look and feel (I still don’t know, if my client will follow me on this way, but I decided to give it a try anyway.)
As soon as my client shows the will to relaunch I will consider your other theme.
Again thank you for your fast as lightning support!
Best regards
nici-Forum: Plugins
In reply to: [WooCommerce] Connection to stats.wp.com (woo-tracks-js)Case solved
Forum: Plugins
In reply to: [WooCommerce] Connection to stats.wp.com (woo-tracks-js)Thank you for your helpfull hint! I deactivated usage tracking – and voilá, everything is fine!
Best regards
nici-Forum: Plugins
In reply to: [Simple Yearly Archive] Translation Deutsch – string missingThank you very much!
Forum: Plugins
In reply to: [Event Tickets and Registration] RSVP localisation issuesSame here – most of the RSV Form is in English, though the german language files are in both locations /languages/plugins as well as in /tickets/lang
Is there a cure for this in sight – I can’t have my customers see the forms in English… ;-(
Best regards
nici-Hiho, Void Post Grid Team: Can You help me with this please?
Thank you,
nici-Forum: Plugins
In reply to: [Max Mega Menu] Mobile a messSorry for my delayed answer. Zakra theme support has sorted things out and had the right settings for my website. Everything is fine now!
Best regards
nici-Forum: Themes and Templates
In reply to: [Zakra] Mega Menu: Responsive a messThank you so much for your fast and profound help in the support chat of Zakra website! Everything was sorted fast as lightning!
Forum: Themes and Templates
In reply to: [Zakra] Mega Menu: Responsive a messThanks for your help! What I did:
I activated twentytwenty-theme and then the responsive menu is absolutely fine. So I think it must be a plugin-theme conflict…
Best regards,
nici-