Forum Replies Created

Viewing 15 replies - 1 through 15 (of 55 total)
  • Thread Starter nici-

    (@nici-2)

    Bug seems fixed in new version

    Thread Starter nici-

    (@nici-2)

    *** 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-.
    Thread Starter nici-

    (@nici-2)

    Also 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-shopangebote

    Form:
    https://www.shopanbieter.de/marktplatz-angebot-erfassen

    Miniform for testing:
    https://www.shopanbieter.de/minitest

    Thread Starter nici-

    (@nici-2)

    Also 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
    Nicola

    Hi 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-

    Thread Starter nici-

    (@nici-2)

    No one any idea?

    Thread Starter nici-

    (@nici-2)

    Hi 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-

    Thread Starter nici-

    (@nici-2)

    Case solved

    Thread Starter nici-

    (@nici-2)

    Thank you for your helpfull hint! I deactivated usage tracking – and voilá, everything is fine!

    Best regards
    nici-

    Thread Starter nici-

    (@nici-2)

    Thank you very much!

    Same 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-

    Thread Starter nici-

    (@nici-2)

    Hiho, Void Post Grid Team: Can You help me with this please?
    Thank you,
    nici-

    Thread Starter nici-

    (@nici-2)

    Sorry 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-

    Thread Starter nici-

    (@nici-2)

    Thank you so much for your fast and profound help in the support chat of Zakra website! Everything was sorted fast as lightning!

    Thread Starter nici-

    (@nici-2)

    Thanks 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-

Viewing 15 replies - 1 through 15 (of 55 total)