• Resolved gooleem

    (@gooleem)


    Yesterdays plugin update broke my site. Server gives error 500

    PHP message: PHP Fatal error: Uncaught TypeError: ltrim(): Argument #1 ($string) must be of type string, array given in /var/www/vhosts/x.de/httpdocs/wp-includes/formatting.php:4494\nStack trace:\n#0 /var/www/vhosts/x.de/httpdocs/wp-includes/formatting.php(4494): ltrim()\n#1 /var/www/vhosts/x.de/httpdocs/wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion.php(962): esc_url()\n#2 /var/www/vhosts/x.de/httpdocs/wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion.php(950): Elementor\\ElementsKit_Widget_Image_Accordion->render_raw()\n#3 /var/www/vhosts/x.de/httpdocs/wp-content/plugins/elementor/includes/base/controls-stack.php(2321): Elementor\\ElementsKit_Widget_Image_Accordion->render()\n#4 /var/www/vhosts/x.de/httpdocs/wp-content/plugins/elementor/includes/base/widget-base.php(634): Elementor\\Controls_Stack->render_by_mode()\n#5 /var/www/vhosts/x.de/httpdocs...', 
Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter gooleem

    (@gooleem)

    i have no special setup, all plugins and wordpress is up to date.

    the only thing i can think of is that i have most of the fields as their “default empty”:

    I have the exact same fatal error:

    [14-Mar-2024 14:19:33 UTC] PHP Fatal error: Uncaught TypeError: ltrim(): Argument #1 ($string) must be of type string, array given in /home/yzkogxuakhmr/public_html/wp-includes/formatting.php:4494
    Stack trace: 0 /home/yzkogxuakhmr/public_html/wp-includes/formatting.php(4494): ltrim() 1 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion.php(962): esc_url() 2 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementskit-lite/widgets/image-accordion/image-accordion.php(950): Elementor\ElementsKit_Widget_Image_Accordion->render_raw() 3 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php(2321): Elementor\ElementsKit_Widget_Image_Accordion->render() 4 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(634): Elementor\Controls_Stack->render_by_mode() 5 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementor/includes/base/widget-base.php(775): Elementor\Widget_Base->render_content() 6 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementor/includes/base/element-base.php(464): Elementor\Widget_Base->print_content() 7 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementor/includes/base/element-base.php(1375): Elementor\Element_Base->print_element() 8 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementor/includes/base/element-base.php(464): Elementor\Element_Base->print_content() 9 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementor/core/base/document.php(1795): Elementor\Element_Base->print_element() 10 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementor/core/base/document.php(1183): Elementor\Core\Base\Document->print_elements() 11 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementor/includes/frontend.php(1165): Elementor\Core\Base\Document->print_elements_with_wrapper() 12 /home/yzkogxuakhmr/public_html/wp-content/plugins/elementor/includes/frontend.php(1060): Elementor\Frontend->get_builder_content() 13 /home/yzkogxuakhmr/public_html/wp-includes/class-wp-hook.php(324): Elementor\Frontend->apply_builder_in_content() 14 /home/yzkogxuakhmr/public_html/wp-includes/plugin.php(205): WP_Hook->apply_filters() 15 /home/yzkogxuakhmr/public_html/wp-includes/post-template.php(256): apply_filters() 16 /home/yzkogxuakhmr/public_html/wp-content/themes/hello-elementor/template-parts/single.php(25): the_content() 17 /home/yzkogxuakhmr/public_html/wp-includes/template.php(792): require(‘/home/yzkogxuak…’) 18 /home/yzkogxuakhmr/public_html/wp-includes/template.php(725): load_template() 19 /home/yzkogxuakhmr/public_html/wp-includes/general-template.php(206): locate_template() 20 /home/yzkogxuakhmr/public_html/wp-content/themes/hello-elementor/index.php(21): get_template_part() 21 /home/yzkogxuakhmr/public_html/wp-includes/template-loader.php(106): include(‘/home/yzkogxuak…’) 22 /home/yzkogxuakhmr/public_html/wp-blog-header.php(19): require_once(‘/home/yzkogxuak…’) 23 /home/yzkogxuakhmr/public_html/index.php(17): require(‘/home/yzkogxuak…’) 24 {main}

    thrown in /home/yzkogxuakhmr/public_html/wp-includes/formatting.php on line 4494


    This break my frontend. see screenshot: https://drops.sonaar.io/i/evh7as as it injects inline style in the body: https://drops.sonaar.io/i/TMBj9d

    Running PHP 8.1.23

    Issue is related with
    widgets/image-accordion/image-accordion.php

    this line 962:

    $this->add_render_attribute( 'wrap-link-' . $key, 'data-link', wp_json_encode(es_url($item['ekit_img_accordion_wrap_link_url'])) );

    If we remove the esc_url:
    $this->add_render_attribute( 'wrap-link-' . $key, 'data-link', wp_json_encode($item['ekit_img_accordion_wrap_link_url']) );

    it clears the fatal error.

    Please fix.

    • This reply was modified 3 months, 3 weeks ago by sonaar.
    Plugin Support Ahmed Amir Hossain

    (@ahmedamir)

    Hi sonaar,

    Thanks for contacting us.


    We haven’t been able to replicate the problem on our development end. To assist you further and offer an effective solution, could you please provide detailed steps to reproduce the error? Additionally, if possible, a video demonstrating these steps would greatly aid our investigation. This will enable us to recreate the issue and pinpoint its underlying cause accurately.

    Waitng for your response.

    Regards,
    Amir

    Thread Starter gooleem

    (@gooleem)

    This is my image accordion elementor code (copy paste it!) Not sure what exactly breaks it

    {"type":"elementor","siteurl":"https://xxx.de/wp-json/","elements":[{"id":"ae415ea","elType":"widget","isInner":false,"isLocked":false,"settings":{"ekit_img_accordion_items":[{"ekit_img_accordion_title":"Willkommen !","_id":"f9694a3","ekit_img_accordion_active":"yes","ekit_img_accordion_bg":{"url":"https://xxx.de/wp-content/uploads/2024/01/IMG_20190630_110012-1-scaled.jpg","id":4423,"size":"","alt":"","source":"library"},"ekit_img_accordion_enable_button":"","ekit_img_accordion_button_label":"Read More","ekit_img_accordion_enable_wrap_link":"yes","ekit_img_accordion_wrap_link_url":{"url":"#willkommen","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_enable_icon":"","ekit_img_accordion_title_icons":{"value":"","library":""},"ekit_img_accordion_title_icon_position":"left","ekit_img_accordion_button_url":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_enable_pupup":"","ekit_img_accordion_pup_up_icons":{"value":"icon icon-plus","library":"ekiticons"},"ekit_img_accordion_enable_project_link":"","ekit_img_accordion_project_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_project_link_icons":{"value":"icon icon icon-link","library":"ekiticons"}},{"ekit_img_accordion_icon":"icon icon-minus","_id":"3dfbf0d","ekit_img_accordion_bg":{"url":"https://xxx.de/wp-content/uploads/2023/06/Adelsdarstellung_2-scaled.jpg","id":37,"size":"","alt":"","source":"library"},"ekit_img_accordion_title":"Historische Darstellung","ekit_img_accordion_button_label":"Mehr","ekit_img_accordion_enable_wrap_link":"yes","ekit_img_accordion_wrap_link_url":{"url":"/historische-darstellung","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_button_url":{"url":"/historische-darstellung","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_active":"no","ekit_img_accordion_enable_icon":"","ekit_img_accordion_title_icons":{"value":"","library":""},"ekit_img_accordion_title_icon_position":"left","ekit_img_accordion_enable_button":"yes","ekit_img_accordion_enable_pupup":"","ekit_img_accordion_pup_up_icons":{"value":"icon icon-plus","library":"ekiticons"},"ekit_img_accordion_enable_project_link":"","ekit_img_accordion_project_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_project_link_icons":{"value":"icon icon icon-link","library":"ekiticons"}},{"ekit_img_accordion_link":"#","_id":"aa588ad","ekit_img_accordion_bg":{"url":"https://xxx.de/wp-content/uploads/2023/12/380532326_1807868306278257_8772704639351932523_n.jpg","id":3324,"size":"","alt":"","source":"library"},"ekit_img_accordion_title":"Veranstaltungen","ekit_img_accordion_button_label":"Mehr","ekit_img_accordion_enable_wrap_link":"yes","ekit_img_accordion_wrap_link_url":{"url":"/veranstaltungen","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_button_url":{"url":"/veranstaltungen","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_active":"no","ekit_img_accordion_enable_icon":"","ekit_img_accordion_title_icons":{"value":"","library":""},"ekit_img_accordion_title_icon_position":"left","ekit_img_accordion_enable_button":"yes","ekit_img_accordion_enable_pupup":"","ekit_img_accordion_pup_up_icons":{"value":"icon icon-plus","library":"ekiticons"},"ekit_img_accordion_enable_project_link":"","ekit_img_accordion_project_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_project_link_icons":{"value":"icon icon icon-link","library":"ekiticons"}},{"ekit_img_accordion_button_label":"Mehr","_id":"69bb41f","ekit_img_accordion_bg":{"url":"https://xxx.de/wp-content/uploads/2024/01/PXL_20240127_090334085-scaled-e1706480574111.jpg","id":4018,"size":"","alt":"","source":"library"},"ekit_img_accordion_title":"Quellen","ekit_img_accordion_enable_wrap_link":"yes","ekit_img_accordion_wrap_link_url":{"url":"/quellen","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_button_url":{"url":"/quellen","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_active":"no","ekit_img_accordion_enable_icon":"","ekit_img_accordion_title_icons":{"value":"","library":""},"ekit_img_accordion_title_icon_position":"left","ekit_img_accordion_enable_button":"yes","ekit_img_accordion_enable_pupup":"","ekit_img_accordion_pup_up_icons":{"value":"icon icon-plus","library":"ekiticons"},"ekit_img_accordion_enable_project_link":"","ekit_img_accordion_project_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"ekit_img_accordion_project_link_icons":{"value":"icon icon icon-link","library":"ekiticons"}}],"active_behavior":"hover","ekit_img_accordion_min_height":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_section_img_accordion_icon_title":{"unit":"px","top":"20","right":"20","bottom":"20","left":"20","isLinked":true},"_css_classes":"h-screen","ekit_img_accordion_btn_bg_color_group_background":"classic","ekit_img_accordion_btn_border_radius":{"unit":"px","top":"50","right":"50","bottom":"50","left":"50","isLinked":true},"ekit_img_accordion_btn_bg_hover_color_group_background":"classic","ekit_img_accordion_btn_bg_hover_color_group_color":"#E22E2E","ekit_img_accordion_btn_border_group_border":"","__globals__":{"ekit_img_accordion_btn_bg_color_group_color":"globals/colors?id=primary","ekit_img_accordion_btn_border_group_color":"globals/colors?id=primary","ekit_img_accordion_title_typography_group_typography":""},"ekit_img_accordion_title_typography_group_typography":"custom","ekit_img_accordion_title_typography_group_font_family":"DM Serif Display","ekit_img_accordion_title_typography_group_font_weight":"600","ekit_img_accordion_title_typography_group_letter_spacing":{"unit":"px","size":1.7,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_color":"#990000","ekit_img_accordion_btn_border_group_color":"#990000","ekit_img_accordion_title_typography_group_font_size":{"unit":"px","size":28,"sizes":[]},"items_style_tablet":"vertical","ekit_img_accordion_min_height_tablet":{"unit":"px","size":1000,"sizes":[]},"items_style":"horizontal","items_style_mobile":"","ekit_img_accordion_min_height_mobile":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_gutter":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_gutter_tablet":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_gutter_mobile":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_bg_active_color_background":"","ekit_img_accordion_bg_active_color_color":"","ekit_img_accordion_bg_active_color_color_stop":{"unit":"%","size":0,"sizes":[]},"ekit_img_accordion_bg_active_color_color_stop_tablet":{"unit":"%"},"ekit_img_accordion_bg_active_color_color_stop_mobile":{"unit":"%"},"ekit_img_accordion_bg_active_color_color_b":"#f2295b","ekit_img_accordion_bg_active_color_color_b_stop":{"unit":"%","size":100,"sizes":[]},"ekit_img_accordion_bg_active_color_color_b_stop_tablet":{"unit":"%"},"ekit_img_accordion_bg_active_color_color_b_stop_mobile":{"unit":"%"},"ekit_img_accordion_bg_active_color_gradient_type":"linear","ekit_img_accordion_bg_active_color_gradient_angle":{"unit":"deg","size":180,"sizes":[]},"ekit_img_accordion_bg_active_color_gradient_angle_tablet":{"unit":"deg"},"ekit_img_accordion_bg_active_color_gradient_angle_mobile":{"unit":"deg"},"ekit_img_accordion_bg_active_color_gradient_position":"center center","ekit_img_accordion_bg_active_color_gradient_position_tablet":"","ekit_img_accordion_bg_active_color_gradient_position_mobile":"","ekit_img_accordion_bg_active_color_image":{"url":"","id":"","size":""},"ekit_img_accordion_bg_active_color_image_tablet":{"url":"","id":"","size":""},"ekit_img_accordion_bg_active_color_image_mobile":{"url":"","id":"","size":""},"ekit_img_accordion_bg_active_color_position":"","ekit_img_accordion_bg_active_color_position_tablet":"","ekit_img_accordion_bg_active_color_position_mobile":"","ekit_img_accordion_bg_active_color_xpos":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_bg_active_color_xpos_tablet":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_bg_active_color_xpos_mobile":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_bg_active_color_ypos":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_bg_active_color_ypos_tablet":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_bg_active_color_ypos_mobile":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_bg_active_color_attachment":"","ekit_img_accordion_bg_active_color_repeat":"","ekit_img_accordion_bg_active_color_repeat_tablet":"","ekit_img_accordion_bg_active_color_repeat_mobile":"","ekit_img_accordion_bg_active_color_size":"","ekit_img_accordion_bg_active_color_size_tablet":"","ekit_img_accordion_bg_active_color_size_mobile":"","ekit_img_accordion_bg_active_color_bg_width":{"unit":"%","size":100,"sizes":[]},"ekit_img_accordion_bg_active_color_bg_width_tablet":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_bg_active_color_bg_width_mobile":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_bg_active_color_video_link":"","ekit_img_accordion_bg_active_color_video_start":"","ekit_img_accordion_bg_active_color_video_end":"","ekit_img_accordion_bg_active_color_play_once":"","ekit_img_accordion_bg_active_color_play_on_mobile":"","ekit_img_accordion_bg_active_color_privacy_mode":"","ekit_img_accordion_bg_active_color_video_fallback":{"url":"","id":"","size":""},"ekit_img_accordion_bg_active_color_slideshow_gallery":[],"ekit_img_accordion_bg_active_color_slideshow_loop":"yes","ekit_img_accordion_bg_active_color_slideshow_slide_duration":5000,"ekit_img_accordion_bg_active_color_slideshow_slide_transition":"fade","ekit_img_accordion_bg_active_color_slideshow_transition_duration":500,"ekit_img_accordion_bg_active_color_slideshow_background_size":"","ekit_img_accordion_bg_active_color_slideshow_background_size_tablet":"","ekit_img_accordion_bg_active_color_slideshow_background_size_mobile":"","ekit_img_accordion_bg_active_color_slideshow_background_position":"","ekit_img_accordion_bg_active_color_slideshow_background_position_tablet":"","ekit_img_accordion_bg_active_color_slideshow_background_position_mobile":"","ekit_img_accordion_bg_active_color_slideshow_lazyload":"","ekit_img_accordion_bg_active_color_slideshow_ken_burns":"","ekit_img_accordion_bg_active_color_slideshow_ken_burns_zoom_direction":"in","ekit_img_accordion_container_padding":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_container_padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_container_padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_container_margin":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_container_margin_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_container_margin_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_border_group_border":"","ekit_img_accordion_border_group_width":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_border_group_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_border_group_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_border_group_color":"","ekit_img_accordion_border_radius":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_shadow_box_shadow_type":"","ekit_img_accordion_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"ekit_img_accordion_shadow_box_shadow_position":" ","ekit_img_accordion_section_img_accordion_title_icon_spacing":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_title_color":"#fff","ekit_img_accordion_title_icon_size":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_title_icon_size_tablet":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_title_icon_size_mobile":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_title_typography_group_font_size_tablet":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_title_typography_group_font_size_mobile":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_title_typography_group_text_transform":"","ekit_img_accordion_title_typography_group_font_style":"","ekit_img_accordion_title_typography_group_text_decoration":"","ekit_img_accordion_title_typography_group_line_height":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_title_typography_group_line_height_tablet":{"unit":"em","size":"","sizes":[]},"ekit_img_accordion_title_typography_group_line_height_mobile":{"unit":"em","size":"","sizes":[]},"ekit_img_accordion_title_typography_group_letter_spacing_tablet":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_title_typography_group_letter_spacing_mobile":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_title_typography_group_word_spacing":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_title_typography_group_word_spacing_tablet":{"unit":"em","size":"","sizes":[]},"ekit_img_accordion_title_typography_group_word_spacing_mobile":{"unit":"em","size":"","sizes":[]},"ekit_img_accordion_section_img_accordion_content_align":"center","ekit_img_accordion_section_img_accordion_content_align_tablet":"","ekit_img_accordion_section_img_accordion_content_align_mobile":"","ekit_img_accordion_section_img_accordion_content_padding":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_section_img_accordion_content_padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_section_img_accordion_content_padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_section_img_accordion_content_position":"center","ekit_img_accordion_section_img_accordion_content_position_tablet":"","ekit_img_accordion_section_img_accordion_content_position_mobile":"","ekit_img_accordion_text_padding":{"unit":"px","top":15,"right":20,"bottom":15,"left":20,"isLinked":true},"ekit_img_accordion_text_padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_text_padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_btn_typography_typography":"","ekit_img_accordion_btn_typography_font_family":"","ekit_img_accordion_btn_typography_font_size":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_typography_font_size_tablet":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_typography_font_size_mobile":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_typography_font_weight":"","ekit_img_accordion_btn_typography_text_transform":"","ekit_img_accordion_btn_typography_font_style":"","ekit_img_accordion_btn_typography_text_decoration":"","ekit_img_accordion_btn_typography_line_height":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_typography_line_height_tablet":{"unit":"em","size":"","sizes":[]},"ekit_img_accordion_btn_typography_line_height_mobile":{"unit":"em","size":"","sizes":[]},"ekit_img_accordion_btn_typography_letter_spacing":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_typography_letter_spacing_tablet":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_typography_letter_spacing_mobile":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_typography_word_spacing":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_typography_word_spacing_tablet":{"unit":"em","size":"","sizes":[]},"ekit_img_accordion_btn_typography_word_spacing_mobile":{"unit":"em","size":"","sizes":[]},"ekit_img_accordion_btn_text_color":"#ffffff","ekit_img_accordion_btn_bg_color_group_color_stop":{"unit":"%","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_color_stop_tablet":{"unit":"%"},"ekit_img_accordion_btn_bg_color_group_color_stop_mobile":{"unit":"%"},"ekit_img_accordion_btn_bg_color_group_color_b":"#f2295b","ekit_img_accordion_btn_bg_color_group_color_b_stop":{"unit":"%","size":100,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_color_b_stop_tablet":{"unit":"%"},"ekit_img_accordion_btn_bg_color_group_color_b_stop_mobile":{"unit":"%"},"ekit_img_accordion_btn_bg_color_group_gradient_type":"linear","ekit_img_accordion_btn_bg_color_group_gradient_angle":{"unit":"deg","size":180,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_gradient_angle_tablet":{"unit":"deg"},"ekit_img_accordion_btn_bg_color_group_gradient_angle_mobile":{"unit":"deg"},"ekit_img_accordion_btn_bg_color_group_gradient_position":"center center","ekit_img_accordion_btn_bg_color_group_gradient_position_tablet":"","ekit_img_accordion_btn_bg_color_group_gradient_position_mobile":"","ekit_img_accordion_btn_bg_color_group_image":{"url":"","id":"","size":""},"ekit_img_accordion_btn_bg_color_group_image_tablet":{"url":"","id":"","size":""},"ekit_img_accordion_btn_bg_color_group_image_mobile":{"url":"","id":"","size":""},"ekit_img_accordion_btn_bg_color_group_position":"","ekit_img_accordion_btn_bg_color_group_position_tablet":"","ekit_img_accordion_btn_bg_color_group_position_mobile":"","ekit_img_accordion_btn_bg_color_group_xpos":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_xpos_tablet":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_xpos_mobile":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_ypos":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_ypos_tablet":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_ypos_mobile":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_attachment":"","ekit_img_accordion_btn_bg_color_group_repeat":"","ekit_img_accordion_btn_bg_color_group_repeat_tablet":"","ekit_img_accordion_btn_bg_color_group_repeat_mobile":"","ekit_img_accordion_btn_bg_color_group_size":"","ekit_img_accordion_btn_bg_color_group_size_tablet":"","ekit_img_accordion_btn_bg_color_group_size_mobile":"","ekit_img_accordion_btn_bg_color_group_bg_width":{"unit":"%","size":100,"sizes":[]},"ekit_img_accordion_btn_bg_color_group_bg_width_tablet":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_bg_color_group_bg_width_mobile":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_bg_color_group_video_link":"","ekit_img_accordion_btn_bg_color_group_video_start":"","ekit_img_accordion_btn_bg_color_group_video_end":"","ekit_img_accordion_btn_bg_color_group_play_once":"","ekit_img_accordion_btn_bg_color_group_play_on_mobile":"","ekit_img_accordion_btn_bg_color_group_privacy_mode":"","ekit_img_accordion_btn_bg_color_group_video_fallback":{"url":"","id":"","size":""},"ekit_img_accordion_btn_bg_color_group_slideshow_gallery":[],"ekit_img_accordion_btn_bg_color_group_slideshow_loop":"yes","ekit_img_accordion_btn_bg_color_group_slideshow_slide_duration":5000,"ekit_img_accordion_btn_bg_color_group_slideshow_slide_transition":"fade","ekit_img_accordion_btn_bg_color_group_slideshow_transition_duration":500,"ekit_img_accordion_btn_bg_color_group_slideshow_background_size":"","ekit_img_accordion_btn_bg_color_group_slideshow_background_size_tablet":"","ekit_img_accordion_btn_bg_color_group_slideshow_background_size_mobile":"","ekit_img_accordion_btn_bg_color_group_slideshow_background_position":"","ekit_img_accordion_btn_bg_color_group_slideshow_background_position_tablet":"","ekit_img_accordion_btn_bg_color_group_slideshow_background_position_mobile":"","ekit_img_accordion_btn_bg_color_group_slideshow_lazyload":"","ekit_img_accordion_btn_bg_color_group_slideshow_ken_burns":"","ekit_img_accordion_btn_bg_color_group_slideshow_ken_burns_zoom_direction":"in","ekit_img_accordion_btn_border_group_width":{"unit":"px","top":"1","right":"1","bottom":"1","left":"1","isLinked":true},"ekit_img_accordion_btn_border_group_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_btn_border_group_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_btn_hover_color":"#fff","ekit_img_accordion_btn_bg_hover_color_group_color_stop":{"unit":"%","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_color_stop_tablet":{"unit":"%"},"ekit_img_accordion_btn_bg_hover_color_group_color_stop_mobile":{"unit":"%"},"ekit_img_accordion_btn_bg_hover_color_group_color_b":"#f2295b","ekit_img_accordion_btn_bg_hover_color_group_color_b_stop":{"unit":"%","size":100,"sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_color_b_stop_tablet":{"unit":"%"},"ekit_img_accordion_btn_bg_hover_color_group_color_b_stop_mobile":{"unit":"%"},"ekit_img_accordion_btn_bg_hover_color_group_gradient_type":"linear","ekit_img_accordion_btn_bg_hover_color_group_gradient_angle":{"unit":"deg","size":180,"sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_gradient_angle_tablet":{"unit":"deg"},"ekit_img_accordion_btn_bg_hover_color_group_gradient_angle_mobile":{"unit":"deg"},"ekit_img_accordion_btn_bg_hover_color_group_gradient_position":"center center","ekit_img_accordion_btn_bg_hover_color_group_gradient_position_tablet":"","ekit_img_accordion_btn_bg_hover_color_group_gradient_position_mobile":"","ekit_img_accordion_btn_bg_hover_color_group_image":{"url":"","id":"","size":""},"ekit_img_accordion_btn_bg_hover_color_group_image_tablet":{"url":"","id":"","size":""},"ekit_img_accordion_btn_bg_hover_color_group_image_mobile":{"url":"","id":"","size":""},"ekit_img_accordion_btn_bg_hover_color_group_position":"","ekit_img_accordion_btn_bg_hover_color_group_position_tablet":"","ekit_img_accordion_btn_bg_hover_color_group_position_mobile":"","ekit_img_accordion_btn_bg_hover_color_group_xpos":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_xpos_tablet":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_xpos_mobile":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_ypos":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_ypos_tablet":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_ypos_mobile":{"unit":"px","size":0,"sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_attachment":"","ekit_img_accordion_btn_bg_hover_color_group_repeat":"","ekit_img_accordion_btn_bg_hover_color_group_repeat_tablet":"","ekit_img_accordion_btn_bg_hover_color_group_repeat_mobile":"","ekit_img_accordion_btn_bg_hover_color_group_size":"","ekit_img_accordion_btn_bg_hover_color_group_size_tablet":"","ekit_img_accordion_btn_bg_hover_color_group_size_mobile":"","ekit_img_accordion_btn_bg_hover_color_group_bg_width":{"unit":"%","size":100,"sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_bg_width_tablet":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_bg_width_mobile":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_btn_bg_hover_color_group_video_link":"","ekit_img_accordion_btn_bg_hover_color_group_video_start":"","ekit_img_accordion_btn_bg_hover_color_group_video_end":"","ekit_img_accordion_btn_bg_hover_color_group_play_once":"","ekit_img_accordion_btn_bg_hover_color_group_play_on_mobile":"","ekit_img_accordion_btn_bg_hover_color_group_privacy_mode":"","ekit_img_accordion_btn_bg_hover_color_group_video_fallback":{"url":"","id":"","size":""},"ekit_img_accordion_btn_bg_hover_color_group_slideshow_gallery":[],"ekit_img_accordion_btn_bg_hover_color_group_slideshow_loop":"yes","ekit_img_accordion_btn_bg_hover_color_group_slideshow_slide_duration":5000,"ekit_img_accordion_btn_bg_hover_color_group_slideshow_slide_transition":"fade","ekit_img_accordion_btn_bg_hover_color_group_slideshow_transition_duration":500,"ekit_img_accordion_btn_bg_hover_color_group_slideshow_background_size":"","ekit_img_accordion_btn_bg_hover_color_group_slideshow_background_size_tablet":"","ekit_img_accordion_btn_bg_hover_color_group_slideshow_background_size_mobile":"","ekit_img_accordion_btn_bg_hover_color_group_slideshow_background_position":"","ekit_img_accordion_btn_bg_hover_color_group_slideshow_background_position_tablet":"","ekit_img_accordion_btn_bg_hover_color_group_slideshow_background_position_mobile":"","ekit_img_accordion_btn_bg_hover_color_group_slideshow_lazyload":"","ekit_img_accordion_btn_bg_hover_color_group_slideshow_ken_burns":"","ekit_img_accordion_btn_bg_hover_color_group_slideshow_ken_burns_zoom_direction":"in","ekit_img_accordion_btn_border_hover_group_border":"","ekit_img_accordion_btn_border_hover_group_width":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_btn_border_hover_group_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_btn_border_hover_group_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"ekit_img_accordion_btn_border_hover_group_color":"","btn_border_radius_hover":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"actions_width":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_section_img_accordion_icon_left_spacing":{"unit":"px","size":"","sizes":[]},"ekit_img_accordion_section_img_accordion_icon_spacing":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"actions_border_width":"","ekit_img_accordion_pup_up_icon_color":"","ekit_img_accordion_pup_up_project_color":"","action_btn_bg":"","ekit_img_accordion_pup_up_icon_color_hover":"","ekit_img_accordion_pup_up_project_color_hover":"","action_btn_bg_hover":"","ekit_control_get_pro":"1","_title":"","_margin":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_margin_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_padding_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_element_width":"","_element_width_tablet":"","_element_width_mobile":"","_element_custom_width":{"unit":"%","size":"","sizes":[]},"_element_custom_width_tablet":{"unit":"px","size":"","sizes":[]},"_element_custom_width_mobile":{"unit":"px","size":"","sizes":[]},"_element_vertical_align":"","_element_vertical_align_tablet":"","_element_vertical_align_mobile":"","_position":"","_offset_orientation_h":"start","_offset_x":{"unit":"px","size":0,"sizes":[]},"_offset_x_tablet":{"unit":"px","size":"","sizes":[]},"_offset_x_mobile":{"unit":"px","size":"","sizes":[]},"_offset_x_end":{"unit":"px","size":0,"sizes":[]},"_offset_x_end_tablet":{"unit":"px","size":"","sizes":[]},"_offset_x_end_mobile":{"unit":"px","size":"","sizes":[]},"_offset_orientation_v":"start","_offset_y":{"unit":"px","size":0,"sizes":[]},"_offset_y_tablet":{"unit":"px","size":"","sizes":[]},"_offset_y_mobile":{"unit":"px","size":"","sizes":[]},"_offset_y_end":{"unit":"px","size":0,"sizes":[]},"_offset_y_end_tablet":{"unit":"px","size":"","sizes":[]},"_offset_y_end_mobile":{"unit":"px","size":"","sizes":[]},"_z_index":"","_z_index_tablet":"","_z_index_mobile":"","_element_id":"","eael_wrapper_link_switch":"","eael_wrapper_link":{"url":"","is_external":"","nofollow":"","custom_attributes":""},"motion_fx_motion_fx_scrolling":"","motion_fx_translateY_effect":"","motion_fx_translateY_direction":"","motion_fx_translateY_speed":{"unit":"px","size":4,"sizes":[]},"motion_fx_translateY_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":100}},"motion_fx_translateX_effect":"","motion_fx_translateX_direction":"","motion_fx_translateX_speed":{"unit":"px","size":4,"sizes":[]},"motion_fx_translateX_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":100}},"motion_fx_opacity_effect":"","motion_fx_opacity_direction":"out-in","motion_fx_opacity_level":{"unit":"px","size":10,"sizes":[]},"motion_fx_opacity_range":{"unit":"%","size":"","sizes":{"start":20,"end":80}},"motion_fx_blur_effect":"","motion_fx_blur_direction":"out-in","motion_fx_blur_level":{"unit":"px","size":7,"sizes":[]},"motion_fx_blur_range":{"unit":"%","size":"","sizes":{"start":20,"end":80}},"motion_fx_rotateZ_effect":"","motion_fx_rotateZ_direction":"","motion_fx_rotateZ_speed":{"unit":"px","size":1,"sizes":[]},"motion_fx_rotateZ_affectedRange":{"unit":"%","size":"","sizes":{"start":0,"end":100}},"motion_fx_scale_effect":"","motion_fx_scale_direction":"out-in","motion_fx_scale_speed":{"unit":"px","size":4,"sizes":[]},"motion_fx_scale_range":{"unit":"%","size":"","sizes":{"start":20,"end":80}},"motion_fx_transform_origin_x":"center","motion_fx_transform_origin_y":"center","motion_fx_devices":["desktop","tablet","mobile"],"motion_fx_range":"","motion_fx_motion_fx_mouse":"","motion_fx_mouseTrack_effect":"","motion_fx_mouseTrack_direction":"","motion_fx_mouseTrack_speed":{"unit":"px","size":1,"sizes":[]},"motion_fx_tilt_effect":"","motion_fx_tilt_direction":"","motion_fx_tilt_speed":{"unit":"px","size":4,"sizes":[]},"sticky":"","sticky_on":["desktop","tablet","mobile"],"sticky_offset":0,"sticky_offset_tablet":"","sticky_offset_mobile":"","sticky_effects_offset":0,"sticky_effects_offset_tablet":"","sticky_effects_offset_mobile":"","sticky_parent":"","_animation":"","_animation_tablet":"","_animation_mobile":"","animation_duration":"","_animation_delay":"","_transform_rotate_popover":"","_transform_rotateZ_effect":{"unit":"px","size":"","sizes":[]},"_transform_rotateZ_effect_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_rotateZ_effect_mobile":{"unit":"deg","size":"","sizes":[]},"_transform_rotate_3d":"","_transform_rotateX_effect":{"unit":"px","size":"","sizes":[]},"_transform_rotateX_effect_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_rotateX_effect_mobile":{"unit":"deg","size":"","sizes":[]},"_transform_rotateY_effect":{"unit":"px","size":"","sizes":[]},"_transform_rotateY_effect_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_rotateY_effect_mobile":{"unit":"deg","size":"","sizes":[]},"_transform_perspective_effect":{"unit":"px","size":"","sizes":[]},"_transform_perspective_effect_tablet":{"unit":"px","size":"","sizes":[]},"_transform_perspective_effect_mobile":{"unit":"px","size":"","sizes":[]},"_transform_translate_popover":"","_transform_translateX_effect":{"unit":"px","size":"","sizes":[]},"_transform_translateX_effect_tablet":{"unit":"px","size":"","sizes":[]},"_transform_translateX_effect_mobile":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_tablet":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_mobile":{"unit":"px","size":"","sizes":[]},"_transform_scale_popover":"","_transform_keep_proportions":"yes","_transform_scale_effect":{"unit":"px","size":"","sizes":[]},"_transform_scale_effect_tablet":{"unit":"px","size":"","sizes":[]},"_transform_scale_effect_mobile":{"unit":"px","size":"","sizes":[]},"_transform_scaleX_effect":{"unit":"px","size":"","sizes":[]},"_transform_scaleX_effect_tablet":{"unit":"px","size":"","sizes":[]},"_transform_scaleX_effect_mobile":{"unit":"px","size":"","sizes":[]},"_transform_scaleY_effect":{"unit":"px","size":"","sizes":[]},"_transform_scaleY_effect_tablet":{"unit":"px","size":"","sizes":[]},"_transform_scaleY_effect_mobile":{"unit":"px","size":"","sizes":[]},"_transform_skew_popover":"","_transform_skewX_effect":{"unit":"px","size":"","sizes":[]},"_transform_skewX_effect_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_skewX_effect_mobile":{"unit":"deg","size":"","sizes":[]},"_transform_skewY_effect":{"unit":"px","size":"","sizes":[]},"_transform_skewY_effect_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_skewY_effect_mobile":{"unit":"deg","size":"","sizes":[]},"_transform_flipX_effect":"","_transform_flipY_effect":"","_transform_rotate_popover_hover":"","_transform_rotateZ_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_rotateZ_effect_hover_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_rotateZ_effect_hover_mobile":{"unit":"deg","size":"","sizes":[]},"_transform_rotate_3d_hover":"","_transform_rotateX_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_rotateX_effect_hover_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_rotateX_effect_hover_mobile":{"unit":"deg","size":"","sizes":[]},"_transform_rotateY_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_rotateY_effect_hover_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_rotateY_effect_hover_mobile":{"unit":"deg","size":"","sizes":[]},"_transform_perspective_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_perspective_effect_hover_tablet":{"unit":"px","size":"","sizes":[]},"_transform_perspective_effect_hover_mobile":{"unit":"px","size":"","sizes":[]},"_transform_translate_popover_hover":"","_transform_translateX_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_translateX_effect_hover_tablet":{"unit":"px","size":"","sizes":[]},"_transform_translateX_effect_hover_mobile":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_hover_tablet":{"unit":"px","size":"","sizes":[]},"_transform_translateY_effect_hover_mobile":{"unit":"px","size":"","sizes":[]},"_transform_scale_popover_hover":"","_transform_keep_proportions_hover":"yes","_transform_scale_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_scale_effect_hover_tablet":{"unit":"px","size":"","sizes":[]},"_transform_scale_effect_hover_mobile":{"unit":"px","size":"","sizes":[]},"_transform_scaleX_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_scaleX_effect_hover_tablet":{"unit":"px","size":"","sizes":[]},"_transform_scaleX_effect_hover_mobile":{"unit":"px","size":"","sizes":[]},"_transform_scaleY_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_scaleY_effect_hover_tablet":{"unit":"px","size":"","sizes":[]},"_transform_scaleY_effect_hover_mobile":{"unit":"px","size":"","sizes":[]},"_transform_skew_popover_hover":"","_transform_skewX_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_skewX_effect_hover_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_skewX_effect_hover_mobile":{"unit":"deg","size":"","sizes":[]},"_transform_skewY_effect_hover":{"unit":"px","size":"","sizes":[]},"_transform_skewY_effect_hover_tablet":{"unit":"deg","size":"","sizes":[]},"_transform_skewY_effect_hover_mobile":{"unit":"deg","size":"","sizes":[]},"_transform_flipX_effect_hover":"","_transform_flipY_effect_hover":"","_transform_transition_hover":{"unit":"px","size":"","sizes":[]},"motion_fx_transform_x_anchor_point":"","motion_fx_transform_x_anchor_point_tablet":"","motion_fx_transform_x_anchor_point_mobile":"","motion_fx_transform_y_anchor_point":"","motion_fx_transform_y_anchor_point_tablet":"","motion_fx_transform_y_anchor_point_mobile":"","_background_background":"","_background_color":"","_background_color_stop":{"unit":"%","size":0,"sizes":[]},"_background_color_stop_tablet":{"unit":"%"},"_background_color_stop_mobile":{"unit":"%"},"_background_color_b":"#f2295b","_background_color_b_stop":{"unit":"%","size":100,"sizes":[]},"_background_color_b_stop_tablet":{"unit":"%"},"_background_color_b_stop_mobile":{"unit":"%"},"_background_gradient_type":"linear","_background_gradient_angle":{"unit":"deg","size":180,"sizes":[]},"_background_gradient_angle_tablet":{"unit":"deg"},"_background_gradient_angle_mobile":{"unit":"deg"},"_background_gradient_position":"center center","_background_gradient_position_tablet":"","_background_gradient_position_mobile":"","_background_image":{"url":"","id":"","size":""},"_background_image_tablet":{"url":"","id":"","size":""},"_background_image_mobile":{"url":"","id":"","size":""},"_background_position":"","_background_position_tablet":"","_background_position_mobile":"","_background_xpos":{"unit":"px","size":0,"sizes":[]},"_background_xpos_tablet":{"unit":"px","size":0,"sizes":[]},"_background_xpos_mobile":{"unit":"px","size":0,"sizes":[]},"_background_ypos":{"unit":"px","size":0,"sizes":[]},"_background_ypos_tablet":{"unit":"px","size":0,"sizes":[]},"_background_ypos_mobile":{"unit":"px","size":0,"sizes":[]},"_background_attachment":"","_background_repeat":"","_background_repeat_tablet":"","_background_repeat_mobile":"","_background_size":"","_background_size_tablet":"","_background_size_mobile":"","_background_bg_width":{"unit":"%","size":100,"sizes":[]},"_background_bg_width_tablet":{"unit":"px","size":"","sizes":[]},"_background_bg_width_mobile":{"unit":"px","size":"","sizes":[]},"_background_video_link":"","_background_video_start":"","_background_video_end":"","_background_play_once":"","_background_play_on_mobile":"","_background_privacy_mode":"","_background_video_fallback":{"url":"","id":"","size":""},"_background_slideshow_gallery":[],"_background_slideshow_loop":"yes","_background_slideshow_slide_duration":5000,"_background_slideshow_slide_transition":"fade","_background_slideshow_transition_duration":500,"_background_slideshow_background_size":"","_background_slideshow_background_size_tablet":"","_background_slideshow_background_size_mobile":"","_background_slideshow_background_position":"","_background_slideshow_background_position_tablet":"","_background_slideshow_background_position_mobile":"","_background_slideshow_lazyload":"","_background_slideshow_ken_burns":"","_background_slideshow_ken_burns_zoom_direction":"in","_background_hover_background":"","_background_hover_color":"","_background_hover_color_stop":{"unit":"%","size":0,"sizes":[]},"_background_hover_color_stop_tablet":{"unit":"%"},"_background_hover_color_stop_mobile":{"unit":"%"},"_background_hover_color_b":"#f2295b","_background_hover_color_b_stop":{"unit":"%","size":100,"sizes":[]},"_background_hover_color_b_stop_tablet":{"unit":"%"},"_background_hover_color_b_stop_mobile":{"unit":"%"},"_background_hover_gradient_type":"linear","_background_hover_gradient_angle":{"unit":"deg","size":180,"sizes":[]},"_background_hover_gradient_angle_tablet":{"unit":"deg"},"_background_hover_gradient_angle_mobile":{"unit":"deg"},"_background_hover_gradient_position":"center center","_background_hover_gradient_position_tablet":"","_background_hover_gradient_position_mobile":"","_background_hover_image":{"url":"","id":"","size":""},"_background_hover_image_tablet":{"url":"","id":"","size":""},"_background_hover_image_mobile":{"url":"","id":"","size":""},"_background_hover_position":"","_background_hover_position_tablet":"","_background_hover_position_mobile":"","_background_hover_xpos":{"unit":"px","size":0,"sizes":[]},"_background_hover_xpos_tablet":{"unit":"px","size":0,"sizes":[]},"_background_hover_xpos_mobile":{"unit":"px","size":0,"sizes":[]},"_background_hover_ypos":{"unit":"px","size":0,"sizes":[]},"_background_hover_ypos_tablet":{"unit":"px","size":0,"sizes":[]},"_background_hover_ypos_mobile":{"unit":"px","size":0,"sizes":[]},"_background_hover_attachment":"","_background_hover_repeat":"","_background_hover_repeat_tablet":"","_background_hover_repeat_mobile":"","_background_hover_size":"","_background_hover_size_tablet":"","_background_hover_size_mobile":"","_background_hover_bg_width":{"unit":"%","size":100,"sizes":[]},"_background_hover_bg_width_tablet":{"unit":"px","size":"","sizes":[]},"_background_hover_bg_width_mobile":{"unit":"px","size":"","sizes":[]},"_background_hover_video_link":"","_background_hover_video_start":"","_background_hover_video_end":"","_background_hover_play_once":"","_background_hover_play_on_mobile":"","_background_hover_privacy_mode":"","_background_hover_video_fallback":{"url":"","id":"","size":""},"_background_hover_slideshow_gallery":[],"_background_hover_slideshow_loop":"yes","_background_hover_slideshow_slide_duration":5000,"_background_hover_slideshow_slide_transition":"fade","_background_hover_slideshow_transition_duration":500,"_background_hover_slideshow_background_size":"","_background_hover_slideshow_background_size_tablet":"","_background_hover_slideshow_background_size_mobile":"","_background_hover_slideshow_background_position":"","_background_hover_slideshow_background_position_tablet":"","_background_hover_slideshow_background_position_mobile":"","_background_hover_slideshow_lazyload":"","_background_hover_slideshow_ken_burns":"","_background_hover_slideshow_ken_burns_zoom_direction":"in","_background_hover_transition":{"unit":"px","size":"","sizes":[]},"_border_border":"","_border_width":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_border_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_border_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_border_color":"","_border_radius":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_border_radius_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_border_radius_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_box_shadow_box_shadow_type":"","_box_shadow_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_box_shadow_box_shadow_position":" ","_border_hover_border":"","_border_hover_width":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_border_hover_width_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_border_hover_width_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_border_hover_color":"","_border_radius_hover":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_border_radius_hover_tablet":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_border_radius_hover_mobile":{"unit":"px","top":"","right":"","bottom":"","left":"","isLinked":true},"_box_shadow_hover_box_shadow_type":"","_box_shadow_hover_box_shadow":{"horizontal":0,"vertical":0,"blur":10,"spread":0,"color":"rgba(0,0,0,0.5)"},"_box_shadow_hover_box_shadow_position":" ","_border_hover_transition":{"unit":"px","size":"","sizes":[]},"_mask_switch":"","_mask_shape":"circle","_mask_image":{"url":"","id":"","size":""},"_mask_notice":"","_mask_size":"contain","_mask_size_tablet":"","_mask_size_mobile":"","_mask_size_scale":{"unit":"%","size":100,"sizes":[]},"_mask_size_scale_tablet":{"unit":"px","size":"","sizes":[]},"_mask_size_scale_mobile":{"unit":"px","size":"","sizes":[]},"_mask_position":"center center","_mask_position_tablet":"","_mask_position_mobile":"","_mask_position_x":{"unit":"%","size":0,"sizes":[]},"_mask_position_x_tablet":{"unit":"px","size":"","sizes":[]},"_mask_position_x_mobile":{"unit":"px","size":"","sizes":[]},"_mask_position_y":{"unit":"%","size":0,"sizes":[]},"_mask_position_y_tablet":{"unit":"px","size":"","sizes":[]},"_mask_position_y_mobile":{"unit":"px","size":"","sizes":[]},"_mask_repeat":"no-repeat","_mask_repeat_tablet":"","_mask_repeat_mobile":"","hide_desktop":"","hide_tablet":"","hide_mobile":"","_attributes":"","custom_css":""},"defaultEditSettings":{"defaultEditRoute":"content"},"elements":[],"widgetType":"elementskit-image-accordion","htmlCache":"\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"ekit-wid-con\" >        <div class=\"ekit-image-accordion elementskit-image-accordion-wraper\">\n                            <input type=\"radio\" name=\"ekit_ia_ae415ea\" id=\"ekit_ia_ae415ea_0\" class=\"elementskit-single-image-accordion--input\" checked hidden>\n                <label for=\"ekit_ia_ae415ea_0\" class=\"elementskit-single-image-accordion ekit-image-accordion-item\" style=\"background-image: url(https://xxx.de/wp-content/uploads/2024/01/IMG_20190630_110012-1-scaled.jpg)\" >\n                    <span class=\"elementskit-accordion-content\">\n                                            <span class=\"elementskit-accordion-title-wraper\">\n                            <span class=\"elementskit-accordion-title \">\n                            \n                            Willkommen !\n                                                        </span>\n                        </span>\n                                            </span>\n                </label>\n                            <input type=\"radio\" name=\"ekit_ia_ae415ea\" id=\"ekit_ia_ae415ea_1\" class=\"elementskit-single-image-accordion--input\"  hidden>\n                <label for=\"ekit_ia_ae415ea_1\" class=\"elementskit-single-image-accordion ekit-image-accordion-item\" style=\"background-image: url(https://xxx.de/wp-content/uploads/2023/06/Adelsdarstellung_2-scaled.jpg)\" >\n                    <span class=\"elementskit-accordion-content\">\n                                            <span class=\"elementskit-accordion-title-wraper\">\n                            <span class=\"elementskit-accordion-title \">\n                            \n                            Historische Darstellung\n                                                        </span>\n                        </span>\n                                                    <span class=\"elementskit-btn-wraper\">\n                                <a class=\"ekit-image-accordion--btn elementskit-btn whitespace--normal\" href=\"/historische-darstellung\">\n                                    Mehr                                </a>\n                            </span>\n                                            </span>\n                </label>\n                            <input type=\"radio\" name=\"ekit_ia_ae415ea\" id=\"ekit_ia_ae415ea_2\" class=\"elementskit-single-image-accordion--input\"  hidden>\n                <label for=\"ekit_ia_ae415ea_2\" class=\"elementskit-single-image-accordion ekit-image-accordion-item\" style=\"background-image: url(https://xxx.de/wp-content/uploads/2023/12/380532326_1807868306278257_8772704639351932523_n.jpg)\" >\n                    <span class=\"elementskit-accordion-content\">\n                                            <span class=\"elementskit-accordion-title-wraper\">\n                            <span class=\"elementskit-accordion-title \">\n                            \n                            Veranstaltungen\n                                                        </span>\n                        </span>\n                                                    <span class=\"elementskit-btn-wraper\">\n                                <a class=\"ekit-image-accordion--btn elementskit-btn whitespace--normal\" href=\"/veranstaltungen\">\n                                    Mehr                                </a>\n                            </span>\n                                            </span>\n                </label>\n                            <input type=\"radio\" name=\"ekit_ia_ae415ea\" id=\"ekit_ia_ae415ea_3\" class=\"elementskit-single-image-accordion--input\"  hidden>\n                <label for=\"ekit_ia_ae415ea_3\" class=\"elementskit-single-image-accordion ekit-image-accordion-item\" style=\"background-image: url(https://xxx.de/wp-content/uploads/2024/01/PXL_20240127_090334085-scaled-e1706480574111.jpg)\" >\n                    <span class=\"elementskit-accordion-content\">\n                                            <span class=\"elementskit-accordion-title-wraper\">\n                            <span class=\"elementskit-accordion-title \">\n                            \n                            Quellen\n                                                        </span>\n                        </span>\n                                                    <span class=\"elementskit-btn-wraper\">\n                                <a class=\"ekit-image-accordion--btn elementskit-btn whitespace--normal\" href=\"/quellen\">\n                                    Mehr                                </a>\n                            </span>\n                                            </span>\n                </label>\n                    </div>\n    </div>\t\t</div>\n\t\t","editSettings":{"defaultEditRoute":"content","panel":{"activeTab":"content","activeSection":"ekit_img_accordion_content_tab"},"activeItemIndex":1}}]}
    Plugin Support Ahmed Amir Hossain

    (@ahmedamir)

    Hi gooleem and sonaar,

    Please send me your website’s system info from Elementor > System Info. We will take a closer look at this issue and help you to find a solution as soon as possible.

    Regards,
    Amir

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.