Hey there.
is it possible to export a buttonizer instance? Otherwise I have to do the same thing twice -.-

  • Jasper replied to this.
  • Hi @webnapp , @Abdo & @Helli !

    I'd like to let you all know that since version 2.3.0 there is an export & import feature added for groups & buttons!

    From now on you can use this feature to export groups and buttons to other sites 🙂

    If you have any feedback about this feature, let us know in the feedback section!

    Hi webnapp ,

    We currently have no export options yet, we will add that in a future version of Buttonizer.

    However, you are able to export the buttonizer_ options from the wp_options table and import those in your new WordPress environment. This will copy all the Buttonizer settings as it is from the previous website.

    To get all the Buttonizer options, run the following query:

    SELECT * FROM `wp_options` WHERE `option_name` LIKE 'buttonizer_%'

    Then you can export those rows and import them in your new database.

    Let me know if it works 🙂

    3 months later

    Good Morning,

    Please I didn't understand anything about this command.
    And I recovered my site and now I can't put it like the old one.
    I have the backup of the other site.
    Exactly where are these files and how do I recover.
    I could do it step by step .. this command line, I don't even know where to place or do it.
    Thank you.

    3 months later

    Hi all,
    this does not work. I did export and then import (after editing the sql file to adapt to name and tables of new site). But unfortunately the good Buttonizer was completely unimpressed from this new information and did not show up any button. Please do me the favor and look on my sql to find out what the reason might be.
    (I wasted now 4 hours of my precious time - since I am quite old now I do not have an awful lot of time left to spend on such issues ...)

    regards Helmut

    "
    -- phpMyAdmin SQL Dump
    -- version 5.0.3

    -- https://www.phpmyadmin.net/

    -- Host: localhost:3306
    -- Erstellungszeit: 09. Dez 2020 um 07:47
    -- Server-Version: 5.7.32-0ubuntu0.16.04.1
    -- PHP-Version: 7.3.22

    SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
    START TRANSACTION;
    SET time_zone = "+00:00";

    /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT /;
    /
    !40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS /;
    /
    !40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION /;
    /
    !40101 SET NAMES utf8mb4 */;

    --

    -- Datenbank: fernsteinseedb


    --

    -- Tabellenstruktur für Tabelle wp_options

    CREATE TABLE IF NOT EXISTS wp_options (
    option_id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,
    option_name varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
    option_value longtext COLLATE utf8mb4_unicode_ci NOT NULL,
    autoload varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
    PRIMARY KEY (option_id),
    UNIQUE KEY option_name (option_name),
    KEY autoload (autoload)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

    --

    -- Daten für Tabelle wp_options

    INSERT INTO wp_options (option_id, option_name, option_value, autoload) VALUES
    (232146, 'buttonizer_buttons', 'a:2:{i:0;a:2:{s:4:\"data\";a:25:{s:2:\"id\";s:36:\"74113eb7-3796-4477-8668-3a1fab0abf31\";s:4:\"name\";s:8:\"Aktionen\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:13:\"border_radius\";s:15:\"80% 80% 80% 80%\";s:16:\"background_color\";s:40:\"rgba(138, 31, 33, 0);rgba(23, 59, 60, 0)\";s:10:\"horizontal\";s:12:\"right: 15px;\";s:8:\"vertical\";s:13:\"bottom: 17px;\";s:5:\"label\";s:0:\"\";s:4:\"icon\";s:21:\"fas fa-concierge-bell\";s:13:\"icon_is_image\";b:1;s:10:\"icon_image\";s:55:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/info.png\";s:9:\"icon_size\";i:50;s:15:\"icon_image_size\";i:50;s:15:\"label_font_size\";i:16;s:22:\"label_background_color\";s:15:\"#bb9e42;#163b3d\";s:17:\"label_font_family\";s:10:\"sans-serif\";s:19:\"background_is_image\";b:0;s:14:\"menu_animation\";s:5:\"hello\";s:20:\"menu_animation_delay\";i:10;s:27:\"menu_animation_repeat_count\";i:0;s:10:\"icon_color\";s:15:\"#FFFFFF;#FFFFFF\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:22:\"close_on_click_outside\";b:1;s:22:\"menu_opening_animation\";s:5:\"faded\";}s:7:\"buttons\";a:5:{i:0;a:27:{s:2:\"id\";s:36:\"0417dfe0-abea-4cd0-8033-e4106a74a0b7\";s:4:\"name\";s:7:\"Anfrage\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:4:\"type\";s:3:\"url\";s:6:\"action\";s:49:\"https://www.helmutziller.com/fernsteinsee_neu/zimmer/zimmeranfrage/\";s:5:\"label\";s:7:\"Anfrage\";s:4:\"icon\";s:12:\"fab fa-adobe\";s:9:\"icon_size\";i:56;s:15:\"icon_image_size\";i:56;s:15:\"label_font_size\";i:20;s:22:\"label_background_color\";s:45:\"rgba(187, 158, 66, 0.7);rgba(22, 59, 61, 0.7)\";s:16:\"background_color\";s:46:\"rgba(72, 164, 220, 0.00);rgba(240, 132, 25, 0)\";s:17:\"label_font_family\";s:6:\"gorgia\";s:13:\"icon_is_image\";b:0;s:10:\"icon_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/booking.png\";s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:55:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/mail.png\";s:10:\"icon_color\";s:45:\"rgba(255, 255, 255, 0);rgba(255, 255, 255, 0)\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:13:\"border_radius\";s:15:\"50% 50% 50% 50%\";s:24:\"icon_image_border_radius\";i:0;s:19:\"label_border_radius\";s:15:\"3px 3px 3px 3px\";s:12:\"label_margin\";s:15:\"0px 0px 0px 0px\";s:13:\"label_padding\";s:17:\"5px 15px 5px 15px\";}i:1;a:27:{s:2:\"id\";s:36:\"c4364ef5-c5df-4182-8cd3-7d3f15531a2c\";s:4:\"name\";s:9:\"Gutschein\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:4:\"type\";s:3:\"url\";s:6:\"action\";s:59:\"https://www.helmutziller.com/fernsteinsee_neu/gutscheine/gutscheinbestellung/\";s:5:\"label\";s:10:\"Gutscheine\";s:4:\"icon\";s:12:\"fab fa-adobe\";s:9:\"icon_size\";i:56;s:15:\"icon_image_size\";i:56;s:15:\"label_font_size\";i:20;s:22:\"label_background_color\";s:45:\"rgba(187, 158, 66, 0.7);rgba(22, 59, 61, 0.7)\";s:16:\"background_color\";s:46:\"rgba(72, 164, 220, 0.00);rgba(240, 132, 25, 0)\";s:17:\"label_font_family\";s:6:\"gorgia\";s:13:\"icon_is_image\";b:0;s:10:\"icon_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/booking.png\";s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:65:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/gutschein_icon.png\";s:10:\"icon_color\";s:45:\"rgba(255, 255, 255, 0);rgba(255, 255, 255, 0)\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:13:\"border_radius\";s:15:\"50% 50% 50% 50%\";s:24:\"icon_image_border_radius\";i:0;s:19:\"label_border_radius\";s:15:\"3px 3px 3px 3px\";s:12:\"label_margin\";s:15:\"0px 0px 0px 0px\";s:13:\"label_padding\";s:17:\"5px 15px 5px 15px\";}i:2;a:27:{s:2:\"id\";s:36:\"9be1161a-6d13-4166-9921-50cce2f3a0b5\";s:4:\"name\";s:13:\"Direktbuchung\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:4:\"type\";s:5:\"phone\";s:6:\"action\";s:11:\"+4352655210\";s:5:\"label\";s:37:\"Risikofreie Bestpreisgarantie Buchung\";s:4:\"icon\";s:12:\"fas fa-phone\";s:9:\"icon_size\";i:56;s:15:\"icon_image_size\";i:56;s:15:\"label_font_size\";i:20;s:22:\"label_background_color\";s:45:\"rgba(187, 158, 66, 0.7);rgba(22, 59, 61, 0.7)\";s:16:\"background_color\";s:46:\"rgba(72, 164, 220, 0.00);rgba(240, 132, 25, 0)\";s:17:\"label_font_family\";s:6:\"gorgia\";s:13:\"icon_is_image\";b:1;s:10:\"icon_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/Angebot.png\";s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/Angebot.png\";s:10:\"icon_color\";s:15:\"#FFFFFF;#FFFFFF\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:13:\"border_radius\";s:15:\"50% 50% 50% 50%\";s:24:\"icon_image_border_radius\";i:0;s:19:\"label_border_radius\";s:15:\"3px 3px 3px 3px\";s:12:\"label_margin\";s:15:\"0px 0px 0px 0px\";s:13:\"label_padding\";s:17:\"5px 15px 5px 15px\";}i:3;a:27:{s:2:\"id\";s:36:\"54078ca8-9dd9-4296-9c1d-32c47126f30d\";s:4:\"name\";s:14:\"Verfügbarkeit\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:4:\"type\";s:3:\"url\";s:6:\"action\";s:96:\"https://booking.sihot.com/SIHOTWebFernsteinsee/pages/template_3/index.html?HN=276&ARR=2021-05-12\";s:5:\"label\";s:23:\"Verfügbarkeiten/Buchen\";s:4:\"icon\";s:12:\"fab fa-adobe\";s:9:\"icon_size\";i:56;s:15:\"icon_image_size\";i:56;s:15:\"label_font_size\";i:20;s:22:\"label_background_color\";s:45:\"rgba(187, 158, 66, 0.7);rgba(22, 59, 61, 0.7)\";s:16:\"background_color\";s:46:\"rgba(72, 164, 220, 0.00);rgba(240, 132, 25, 0)\";s:17:\"label_font_family\";s:6:\"gorgia\";s:13:\"icon_is_image\";b:1;s:10:\"icon_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/booking.png\";s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/booking.png\";s:10:\"icon_color\";s:45:\"rgba(255, 255, 255, 0);rgba(255, 255, 255, 0)\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:13:\"border_radius\";s:15:\"50% 50% 50% 50%\";s:24:\"icon_image_border_radius\";i:0;s:19:\"label_border_radius\";s:15:\"3px 3px 3px 3px\";s:12:\"label_margin\";s:15:\"0px 0px 0px 0px\";s:13:\"label_padding\";s:17:\"5px 15px 5px 15px\";}i:4;a:25:{s:2:\"id\";s:36:\"4b9aecc7-216c-4d72-94fd-4627021f8d45\";s:4:\"name\";s:9:\"Panoramas\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:6:\"action\";s:54:\"https://www.helmutziller.com/fernsteinsee_neu/natur-resort/360-panorama/\";s:5:\"label\";s:15:\"360° Panoramas\";s:13:\"border_radius\";s:15:\"60% 60% 60% 60%\";s:4:\"icon\";s:12:\"fas fa-image\";s:16:\"background_color\";s:40:\"rgba(138, 31, 33, 0);rgba(23, 59, 60, 0)\";s:9:\"icon_size\";i:63;s:15:\"icon_image_size\";i:63;s:11:\"label_color\";s:30:\"rgba(255, 255, 255, 1);#FFFFFF\";s:22:\"label_background_color\";s:45:\"rgba(187, 158, 66, 0.7);rgba(22, 59, 61, 0.7)\";s:15:\"label_font_size\";i:20;s:13:\"icon_is_image\";b:1;s:10:\"icon_image\";s:55:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/Bild.png\";s:17:\"label_font_family\";s:6:\"Gorgia\";s:10:\"icon_color\";s:15:\"#FFFFFF;#FFFFFF\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:19:\"background_is_image\";b:0;s:24:\"icon_image_border_radius\";i:0;s:19:\"label_border_radius\";s:15:\"3px 3px 3px 3px\";s:12:\"label_margin\";s:15:\"0px 0px 0px 0px\";s:13:\"label_padding\";s:17:\"5px 15px 5px 15px\";}}}i:1;a:2:{s:4:\"data\";a:20:{s:2:\"id\";s:36:\"9f053f69-62e2-4260-b370-459342f86e83\";s:4:\"name\";s:10:\"Risikofrei\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:16:\"background_color\";s:43:\"rgba(72, 164, 220, 0);rgba(240, 132, 25, 0)\";s:9:\"icon_size\";i:0;s:15:\"icon_image_size\";i:0;s:8:\"vertical\";s:13:\"bottom: 17px;\";s:24:\"icon_image_border_radius\";i:0;s:10:\"horizontal\";s:11:\"left: 15px;\";s:13:\"border_radius\";s:15:\"80% 80% 80% 80%\";s:14:\"menu_animation\";s:5:\"hello\";s:20:\"menu_animation_delay\";i:8;s:27:\"menu_animation_repeat_count\";i:1;s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:64:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/coronavirus-1.png\";s:10:\"icon_color\";s:15:\"#FFFFFF;#FFFFFF\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:22:\"label_background_color\";s:15:\"#333333;#333333\";s:22:\"close_on_click_outside\";b:0;}s:7:\"buttons\";a:1:{i:0;a:17:{s:2:\"id\";s:36:\"fb20bd1d-af1d-41e4-a05c-a42a774dea79\";s:4:\"name\";s:10:\"New button\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:13:\"icon_is_image\";b:1;s:9:\"icon_size\";s:1:\"0\";s:15:\"icon_image_size\";s:1:\"0\";s:24:\"icon_image_border_radius\";i:0;s:4:\"icon\";s:9:\"fas fa-ad\";s:6:\"action\";s:51:\"https://www.helmutziller.com/fernsteinsee_neu/freizeit/sorgloscorona/\";s:14:\"action_new_tab\";b:0;s:13:\"border_radius\";s:15:\"80% 80% 80% 80%\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:10:\"icon_color\";s:22:\"rgba(255, 255, 255, 0)\";s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/Sorglos.png\";}}}}', 'yes'),
    (232147, 'buttonizer_settings', 'a:19:{s:17:\"migration_version\";i:4;s:19:\"import_icon_library\";b:1;s:16:\"google_analytics\";s:0:\"\";s:12:\"icon_library\";s:11:\"fontawesome\";s:20:\"icon_library_version\";s:6:\"5.free\";s:23:\"buttonizer_times_loaded\";i:3;s:29:\"show_super_contributor_dialog\";b:0;s:7:\"welcome\";b:1;s:18:\"welcome_beta_2_1_2\";b:1;s:25:\"welcome_super_contributor\";b:0;s:17:\"icon_library_code\";s:0:\"\";s:25:\"admin_top_bar_show_button\";b:1;s:13:\"show_tooltips\";b:1;s:16:\"allow_subdomains\";b:0;s:12:\"tips_enabled\";b:1;s:7:\"no_ajax\";b:0;s:24:\"google_analytics_enabled\";b:1;s:15:\"can_send_errors\";b:0;s:10:\"cache_code\";s:32:\"c79be960c6d6a6539bfb57e079c10c90\";}', 'yes'),
    (232148, 'buttonizer_has_changes', '', 'yes'),
    (232275, 'buttonizer_buttons_published', 'a:2:{i:0;a:2:{s:4:\"data\";a:25:{s:2:\"id\";s:36:\"74113eb7-3796-4477-8668-3a1fab0abf31\";s:4:\"name\";s:8:\"Aktionen\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:13:\"border_radius\";s:15:\"80% 80% 80% 80%\";s:16:\"background_color\";s:40:\"rgba(138, 31, 33, 0);rgba(23, 59, 60, 0)\";s:10:\"horizontal\";s:12:\"right: 15px;\";s:8:\"vertical\";s:13:\"bottom: 17px;\";s:5:\"label\";s:0:\"\";s:4:\"icon\";s:21:\"fas fa-concierge-bell\";s:13:\"icon_is_image\";b:1;s:10:\"icon_image\";s:55:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/info.png\";s:9:\"icon_size\";i:50;s:15:\"icon_image_size\";i:50;s:15:\"label_font_size\";i:16;s:22:\"label_background_color\";s:15:\"#bb9e42;#163b3d\";s:17:\"label_font_family\";s:10:\"sans-serif\";s:19:\"background_is_image\";b:0;s:14:\"menu_animation\";s:5:\"hello\";s:20:\"menu_animation_delay\";i:10;s:27:\"menu_animation_repeat_count\";i:0;s:10:\"icon_color\";s:15:\"#FFFFFF;#FFFFFF\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:22:\"close_on_click_outside\";b:1;s:22:\"menu_opening_animation\";s:5:\"faded\";}s:7:\"buttons\";a:5:{i:0;a:27:{s:2:\"id\";s:36:\"0417dfe0-abea-4cd0-8033-e4106a74a0b7\";s:4:\"name\";s:7:\"Anfrage\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:4:\"type\";s:3:\"url\";s:6:\"action\";s:49:\"https://www.helmutziller.com/fernsteinsee_neu/zimmer/zimmeranfrage/\";s:5:\"label\";s:7:\"Anfrage\";s:4:\"icon\";s:12:\"fab fa-adobe\";s:9:\"icon_size\";i:56;s:15:\"icon_image_size\";i:56;s:15:\"label_font_size\";i:20;s:22:\"label_background_color\";s:45:\"rgba(187, 158, 66, 0.7);rgba(22, 59, 61, 0.7)\";s:16:\"background_color\";s:46:\"rgba(72, 164, 220, 0.00);rgba(240, 132, 25, 0)\";s:17:\"label_font_family\";s:6:\"gorgia\";s:13:\"icon_is_image\";b:0;s:10:\"icon_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/booking.png\";s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:55:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/mail.png\";s:10:\"icon_color\";s:45:\"rgba(255, 255, 255, 0);rgba(255, 255, 255, 0)\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:13:\"border_radius\";s:15:\"50% 50% 50% 50%\";s:24:\"icon_image_border_radius\";i:0;s:19:\"label_border_radius\";s:15:\"3px 3px 3px 3px\";s:12:\"label_margin\";s:15:\"0px 0px 0px 0px\";s:13:\"label_padding\";s:17:\"5px 15px 5px 15px\";}i:1;a:27:{s:2:\"id\";s:36:\"c4364ef5-c5df-4182-8cd3-7d3f15531a2c\";s:4:\"name\";s:9:\"Gutschein\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:4:\"type\";s:3:\"url\";s:6:\"action\";s:59:\"https://www.helmutziller.com/fernsteinsee_neu/gutscheine/gutscheinbestellung/\";s:5:\"label\";s:10:\"Gutscheine\";s:4:\"icon\";s:12:\"fab fa-adobe\";s:9:\"icon_size\";i:56;s:15:\"icon_image_size\";i:56;s:15:\"label_font_size\";i:20;s:22:\"label_background_color\";s:45:\"rgba(187, 158, 66, 0.7);rgba(22, 59, 61, 0.7)\";s:16:\"background_color\";s:46:\"rgba(72, 164, 220, 0.00);rgba(240, 132, 25, 0)\";s:17:\"label_font_family\";s:6:\"gorgia\";s:13:\"icon_is_image\";b:0;s:10:\"icon_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/booking.png\";s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:65:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/gutschein_icon.png\";s:10:\"icon_color\";s:45:\"rgba(255, 255, 255, 0);rgba(255, 255, 255, 0)\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:13:\"border_radius\";s:15:\"50% 50% 50% 50%\";s:24:\"icon_image_border_radius\";i:0;s:19:\"label_border_radius\";s:15:\"3px 3px 3px 3px\";s:12:\"label_margin\";s:15:\"0px 0px 0px 0px\";s:13:\"label_padding\";s:17:\"5px 15px 5px 15px\";}i:2;a:27:{s:2:\"id\";s:36:\"9be1161a-6d13-4166-9921-50cce2f3a0b5\";s:4:\"name\";s:13:\"Direktbuchung\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:4:\"type\";s:5:\"phone\";s:6:\"action\";s:11:\"+4352655210\";s:5:\"label\";s:37:\"Risikofreie Bestpreisgarantie Buchung\";s:4:\"icon\";s:12:\"fas fa-phone\";s:9:\"icon_size\";i:56;s:15:\"icon_image_size\";i:56;s:15:\"label_font_size\";i:20;s:22:\"label_background_color\";s:45:\"rgba(187, 158, 66, 0.7);rgba(22, 59, 61, 0.7)\";s:16:\"background_color\";s:46:\"rgba(72, 164, 220, 0.00);rgba(240, 132, 25, 0)\";s:17:\"label_font_family\";s:6:\"gorgia\";s:13:\"icon_is_image\";b:1;s:10:\"icon_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/Angebot.png\";s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/Angebot.png\";s:10:\"icon_color\";s:15:\"#FFFFFF;#FFFFFF\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:13:\"border_radius\";s:15:\"50% 50% 50% 50%\";s:24:\"icon_image_border_radius\";i:0;s:19:\"label_border_radius\";s:15:\"3px 3px 3px 3px\";s:12:\"label_margin\";s:15:\"0px 0px 0px 0px\";s:13:\"label_padding\";s:17:\"5px 15px 5px 15px\";}i:3;a:27:{s:2:\"id\";s:36:\"54078ca8-9dd9-4296-9c1d-32c47126f30d\";s:4:\"name\";s:14:\"Verfügbarkeit\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:4:\"type\";s:3:\"url\";s:6:\"action\";s:96:\"https://booking.sihot.com/SIHOTWebFernsteinsee/pages/template_3/index.html?HN=276&ARR=2021-05-12\";s:5:\"label\";s:23:\"Verfügbarkeiten/Buchen\";s:4:\"icon\";s:12:\"fab fa-adobe\";s:9:\"icon_size\";i:56;s:15:\"icon_image_size\";i:56;s:15:\"label_font_size\";i:20;s:22:\"label_background_color\";s:45:\"rgba(187, 158, 66, 0.7);rgba(22, 59, 61, 0.7)\";s:16:\"background_color\";s:46:\"rgba(72, 164, 220, 0.00);rgba(240, 132, 25, 0)\";s:17:\"label_font_family\";s:6:\"gorgia\";s:13:\"icon_is_image\";b:1;s:10:\"icon_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/booking.png\";s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/booking.png\";s:10:\"icon_color\";s:45:\"rgba(255, 255, 255, 0);rgba(255, 255, 255, 0)\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:13:\"border_radius\";s:15:\"50% 50% 50% 50%\";s:24:\"icon_image_border_radius\";i:0;s:19:\"label_border_radius\";s:15:\"3px 3px 3px 3px\";s:12:\"label_margin\";s:15:\"0px 0px 0px 0px\";s:13:\"label_padding\";s:17:\"5px 15px 5px 15px\";}i:4;a:25:{s:2:\"id\";s:36:\"4b9aecc7-216c-4d72-94fd-4627021f8d45\";s:4:\"name\";s:9:\"Panoramas\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:6:\"action\";s:54:\"https://www.helmutziller.com/fernsteinsee_neu/natur-resort/360-panorama/\";s:5:\"label\";s:15:\"360° Panoramas\";s:13:\"border_radius\";s:15:\"60% 60% 60% 60%\";s:4:\"icon\";s:12:\"fas fa-image\";s:16:\"background_color\";s:40:\"rgba(138, 31, 33, 0);rgba(23, 59, 60, 0)\";s:9:\"icon_size\";i:63;s:15:\"icon_image_size\";i:63;s:11:\"label_color\";s:30:\"rgba(255, 255, 255, 1);#FFFFFF\";s:22:\"label_background_color\";s:45:\"rgba(187, 158, 66, 0.7);rgba(22, 59, 61, 0.7)\";s:15:\"label_font_size\";i:20;s:13:\"icon_is_image\";b:1;s:10:\"icon_image\";s:55:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/Bild.png\";s:17:\"label_font_family\";s:6:\"Gorgia\";s:10:\"icon_color\";s:15:\"#FFFFFF;#FFFFFF\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:19:\"background_is_image\";b:0;s:24:\"icon_image_border_radius\";i:0;s:19:\"label_border_radius\";s:15:\"3px 3px 3px 3px\";s:12:\"label_margin\";s:15:\"0px 0px 0px 0px\";s:13:\"label_padding\";s:17:\"5px 15px 5px 15px\";}}}i:1;a:2:{s:4:\"data\";a:20:{s:2:\"id\";s:36:\"9f053f69-62e2-4260-b370-459342f86e83\";s:4:\"name\";s:10:\"Risikofrei\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:16:\"background_color\";s:43:\"rgba(72, 164, 220, 0);rgba(240, 132, 25, 0)\";s:9:\"icon_size\";i:0;s:15:\"icon_image_size\";i:0;s:8:\"vertical\";s:13:\"bottom: 17px;\";s:24:\"icon_image_border_radius\";i:0;s:10:\"horizontal\";s:11:\"left: 15px;\";s:13:\"border_radius\";s:15:\"80% 80% 80% 80%\";s:14:\"menu_animation\";s:5:\"hello\";s:20:\"menu_animation_delay\";i:8;s:27:\"menu_animation_repeat_count\";i:1;s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:64:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/coronavirus-1.png\";s:10:\"icon_color\";s:15:\"#FFFFFF;#FFFFFF\";s:11:\"label_color\";s:15:\"#FFFFFF;#FFFFFF\";s:22:\"label_background_color\";s:15:\"#333333;#333333\";s:22:\"close_on_click_outside\";b:0;}s:7:\"buttons\";a:1:{i:0;a:17:{s:2:\"id\";s:36:\"fb20bd1d-af1d-41e4-a05c-a42a774dea79\";s:4:\"name\";s:10:\"New button\";s:11:\"show_mobile\";b:1;s:12:\"show_desktop\";b:1;s:13:\"icon_is_image\";b:1;s:9:\"icon_size\";s:1:\"0\";s:15:\"icon_image_size\";s:1:\"0\";s:24:\"icon_image_border_radius\";i:0;s:4:\"icon\";s:9:\"fas fa-ad\";s:6:\"action\";s:51:\"https://www.helmutziller.com/fernsteinsee_neu/freizeit/sorgloscorona/\";s:14:\"action_new_tab\";b:0;s:13:\"border_radius\";s:15:\"80% 80% 80% 80%\";s:18:\"show_label_desktop\";s:6:\"always\";s:17:\"show_label_mobile\";s:6:\"always\";s:10:\"icon_color\";s:22:\"rgba(255, 255, 255, 0)\";s:19:\"background_is_image\";b:1;s:16:\"background_image\";s:58:\"https://www.helmutziller.com/fernsteinsee_neu/wp-content/uploads/Sorglos.png\";}}}}', 'yes');
    COMMIT;

    /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT /;
    /
    !40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS /;
    /
    !40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
    "

    2 months later

    Hi @webnapp , @Abdo & @Helli !

    I'd like to let you all know that since version 2.3.0 there is an export & import feature added for groups & buttons!

    From now on you can use this feature to export groups and buttons to other sites 🙂

    If you have any feedback about this feature, let us know in the feedback section!