Viewing 30 results - 691 through 720 (of 1,190 total)
  • Author
    Search Results
  • #701072

    Hi Nikko. Tapping on the left of the logo or the right of contacts only closes the menu sometimes, however this is not a solution because no-one will know to tap there, also the menu does not close even when you scroll. I dont think the problem is with the links in the slider because the slider is only on the home page and the problem exists on every page.

    Okay so heres what I found after some tests and research. The automatic closing or tap to close of the dropdown and mega menus do not work on many other websites as well, including the Enfold demo site. It seems to be that the bootstrap in js works with mouse click and not touch.

    You can do a test on many WordPress sites and see that when a menu is open and you scroll, the menu will not close. This is due to the touch on the screen is not recognised by js to close or clear menus.

    I hope you guys can find a solution with some simple code or css. Its really frustration having a mega menu block half the screen while scrolling.

    #700807
    FlukePhotography
    Participant

    Hi, I’m working on my site linked separately

    on the home page on the fullscreen slider at the top, there are two images which scroll, the first one has a pink button in the caption saying ‘watch video’ – at present, the link sends me to youtube where the video is hosted, however I’d like it to open a video lightbox without having to leave my site. I know it’s possible to have the video play as the slider scrolls through but as it’a a longer video but I’d like visitors to choose if they want to watch it rather than it play automatically because I think a 2 minute video playing all the time might get annoying.

    Cheers :)

    #700770
    #698138

    Hello,

    Take a closer look please:

    The video will auto load if the video is visible on the load. So for example, it loads header video if you first load page. And, if you go to middle of page and hit reload, it will load that video. But if you scroll up, you will see the top video never started.

    Thanks,
    Jason

    #697236

    Hi Aline!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    .avia_scrollable_table .avia-table {
        width: auto;
    }}

    Best regards,
    Yigit

    #696517

    Hi,

    Following code should help

    @media only screen and (max-width: 768px) {
    .avia_scrollable_table .avia-table {
        width: auto;
    }}

    Best regards,
    Yigit

    #696237

    auto scrolling +1

    #694804
    einstein999
    Participant

    I have tried with a few different media elements (full screen slider, color selection)
    It will auto load the video for the section of the page you are on, but if you have a video at the top and one at the bottom, the video at the bottom won’t load if you load the page from the top (if you reload the page with the second bottom video in view, the bottom video loads, but then scroll up to the top and the top video doesn’t load)

    Ideas or work arounds?

    #692567
    jonrouse
    Participant

    Hi,
    Currently working on a site and I have a portfolio grid that I am building for the staff page. It’s looking great (thanks) but I have a problem that when you click on one of the staff members the page scrolls too far down and the navigation is hidden under the logo area.

    Is there any way that you can advise me how much it scrolls when an image is clicked. I’ve linked the development site in the private content area. It just needs to be -30px different.

    Thanks in advance.

    #691110

    This is my custom css file

    
    	/* Set charset */
    	@charset 'UTF-8';
    	
    	html {
      		background: #d50080 !important;
    	}
    	
    	#header {
        position: relative;
        z-index: 501; /*(issues/769)*/
        width: 100%;
        background: transparent;
    	}
    	
    	#header_main {
    		width: 100%;
    		margin: 0px;
    		border-bottom-style: solid;
        	border-bottom-width: 1px;
        	z-index: 1;
    	}
    	
    	.main_menu ul:first-child > li > a{
    		font-size: 16px;
    
    	}
    	
    	.avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
        	background-color: #d50080;
    		color: #ffffff;
        	border-color: #d50080;
        }
    		
    	.header_main_wrapper {
    		max-width: 100%;
    		margin: 0px auto;
    		background: rgba(0,0,0,0.6);
    	}
    
    	
    	/* **************************************** */
    
    	#top .av_header_glassy.av_header_transparency #header_main {
        	background-color: rgba(0, 0, 0, 0.6) !important;
        }
        
        #advanced_menu_toggle, #advanced_menu_hide {
        	background-color: #000000;
        	color: #ffffff;
        	border-color: #000000;
    	}
    	
    	/* **************************************** */
    	
    	
    	div#header_main.container_wrap.container_wrap_logo {
    		background: transparent !important;
    	}
    	
    	
    	.html_header_top #top .av_header_stretch .container {
        	width: 96%;
       	 	padding: 0;
       	 	max-width: 1400px !important;
    	}
    	
    	.header_color .primary-background, .header_color .primary-background a,
    	 div .header_color .button, .header_color #submit, .header_color input[type='submit'],
    	.header_color .small-preview:hover, .header_color .avia-menu-fx,
    	.header_color .avia-menu-fx .avia-arrow, .header_color.iconbox_top .iconbox_icon,
    	.header_color .iconbox_top a.iconbox_icon:hover, .header_color .avia-data-table th.avia-highlight-col,
    	.header_color .avia-color-theme-color, .header_color .avia-color-theme-color:hover,
    	.header_color .image-overlay .image-overlay-inside:before, .header_color .comment-count,
    	.header_color .av_dropcap2, #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text,
    	.header_color .av-colored-style .av-countdown-cell-inner, .responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover,
    	#top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover {
        	background-color: #d50080;
        	color: #ffffff;
        	border-color: #b30060;
    	}
    	
    	::selection {
        	background-color: #d50080; !important
        	color: #ffffff; !important
    	}
    	
    	/* **************************************** */
    	
    	
    	#menu-item-search {
    		display: none;
    	}
    	
    	#clients_slider {
        height: 120px;
        margin: 0px;
        padding: 0px
    	
    	#scroll-top-link{
        background-color: #d50080;
    	}
    	
    	#scroll-top-link{
        color: #eeeeee;
        border: 1px solid #000000;
    	}
    	
    	#socket .copyright {
        float: right; !important
    	}
    	
    	
    	#socket {
        font-size: 11px;
        margin-top: -1px;
        z-index: 1;
        background: #d50080 !important;
        color: #eeeeee;
    	}
    • This reply was modified 9 years, 6 months ago by insanityNL. Reason: missed a space in the code
    #688086

    In reply to: Media Quries

    To your point 3 try this in quick css (you have to set up your own colors)

    @media only screen and (max-width: 767px) {
    .responsive #top .avia-post-nav { display: block }
    #top .avia-post-next {background:none repeat scroll 0 0 rgba(255,50,50,0.6);top: 65%}
    #top .avia-post-prev {background:none repeat scroll 0 0 rgba(50, 100, 255,0.6);top: 65%}
    #top .avia-post-nav {height: 60px;margin-top: -55px;padding: 15px}
    .avia-post-nav .entry-info-wrap {margin-top: -11px}
    .avia-post-nav .entry-info {height: 50px;width: 180px}
    .avia-post-nav .entry-image {height: 50px;width: 50px}
    .avia-post-nav .entry-info span {display: table-cell;font-size: 13px;line-height: 1.3em;vertical-align: middle}
    .avia-post-nav .entry-image img {display: block;height: auto;width: 50px}
    .avia-post-nav:hover .entry-info-wrap {width: 200px}
    }

    i did change the height too – because on mobile it looks strange if those navigations are on normal height.

    btw: if you want to change the direction (previous is to the left – next is to the right side) add this to child-theme functions.php:

    add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2); 
    function enfold_customization_postnav($entries, $settings) {
        $entries['prev'] = get_next_post($settings['same_category']);
        $entries['next'] = get_previous_post($settings['same_category']);
        return $entries;
    }
    #686152

    Hi Monica,

    Sure thing, he it is:

    [av_section min_height='100' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' scroll_down='aviaTBscroll_down' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='https://www.youtube.com/watch?v=Wq-DEL2ONGg' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.8' overlay_color='#4ecac2' overlay_pattern='' overlay_custom_pattern='']
    [av_three_fourth first]
    
    [av_headline_rotator before_rotating='EVERYTHING UNDER ONE ROOF! WE OFFER GREAT ' after_rotating='' multiline='aviaTBmultiline' interval='3' animation='' tag='h2' size='63' align='left' custom_title='#ffffff']
    [av_rotator_item title='MARKETING' link='' linktarget='' custom_title='#315e5b']
    [av_rotator_item title='USER EXPERIENCE' link='' linktarget='' custom_title='#315e5b']
    [av_rotator_item title='CUSTOMER SUPPORT' link='' linktarget='' custom_title='#315e5b']
    [av_rotator_item title='DESIGN SKILLS' link='' linktarget='' custom_title='#315e5b']
    [/av_headline_rotator]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#ffffff' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [/av_three_fourth][av_one_fourth]
    
    [av_hr class='invisible' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_font_icon icon='ue897' font='entypo-fontello' style='border' caption='' link='manually,https://vimeo.com/64927358' linktarget='' size='40px' position='center' color='#ffffff']
    Watch our Promo Video
    [/av_font_icon]
    
    [/av_one_fourth]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_heading tag='h1' padding='10' heading='We create <strong>high quality products</strong> that are used and loved by thousands of customers' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='70px' custom_margin_bottom='70px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_one_third first]
    
    [av_textblock size='' font_color='' color='']
    <h3>Lorem ipsum dolor sit amet</h3>
    Consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    
    <a href="#">Learn more...</a>
    [/av_textblock]
    
    [/av_one_third][av_one_third]
    
    [av_textblock size='' font_color='' color='']
    <h3>Lorem ipsum dolor sit amet</h3>
    Consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    
    <a href="#">Learn more...</a>
    [/av_textblock]
    
    [/av_one_third][av_one_third]
    
    [av_textblock size='' font_color='' color='']
    <h3>Lorem ipsum dolor sit amet</h3>
    Consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    
    <a href="#">Learn more...</a>
    [/av_textblock]
    
    [/av_one_third]
    [/av_section]
    
    [av_image_hotspot src='http://kriesi.at/themes/enfold-startup/files/2015/02/desat-gb_macbook.jpg' attachment='466' attachment_size='full' animation='fade-in' hotspot_layout='numbered' hotspot_tooltip_display='av-permanent-tooltip' hotspot_mobile='aviaTBhotspot_mobile']
    [av_image_spot tooltip_pos='av-tt-pos-above av-tt-align-right' tooltip_width='av-tt-large-width' tooltip_style='main_color' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='35.9,31.2']
    First of all select the "<strong>Enfold</strong>" option from your admin menu
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-top' tooltip_width='av-tt-default-width' tooltip_style='main_color' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='58.6,35.4']
    Open the demo import tab
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-right av-tt-align-centered' tooltip_width='av-tt-large-width' tooltip_style='main_color av-tooltip-shadow' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='65.1,52.6']
    Select the demo you like and click the <strong>import</strong> button
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-right av-tt-align-bottom' tooltip_width='av-tt-default-width' tooltip_style='main_color' link='' hotspot_color='custom' custom_bg='#4ecac2' custom_font='#ffffff' custom_pulse='' hotspot_pos='32.2,68']
    Save the page once you are done
    [/av_image_spot]
    [/av_image_hotspot]
    
    [av_button_big label='Learn more' description_pos='below' link='manually,http://' link_target='' icon_select='no' icon='ue800' font='entypo-fontello' custom_font='#ffffff' color='theme-color' custom_bg='#444444' color_hover='custom' custom_bg_hover='#444444'][/av_button_big]
    
    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    
    [av_heading heading='What our customers say about us' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_testimonials style='slider_large' columns='2' interval='5' font_color='' custom_title='' custom_content='#bcbcbc']
    [av_testimonial_single src='468' name='Markus Meyer' subtitle='CEO' link='#' linktext='Floorfilla Media']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_testimonial_single]
    [av_testimonial_single src='472' name='Susan Charice' subtitle='CTO' link='#' linktext='Mambajuice']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    [/av_testimonial_single]
    [/av_testimonials]
    
    [/av_section][av_section min_height='75' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='#f8f8f8' src='http://kriesi.at/themes/enfold-startup/files/2015/02/hipster-working.jpg' attachment='473' attachment_size='full' attach='parallax' position='center right' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.3' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
    [av_three_fifth first]
    
    [/av_three_fifth][av_two_fifth]
    
    [av_heading heading='Who are we? What do we do?' tag='h1' style='blockquote modern-quote' size='' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='10px' custom_margin_bottom='10px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_textblock size='' font_color='' color='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    
    <a href="#">Learn more...</a>
    [/av_textblock]
    
    [/av_two_fifth]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_heading heading='Developed with the <strong>best partners</strong> you can think of' tag='h1' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' custom_margin_top='40px' custom_margin_bottom='40px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_partner columns='5' heading='' size='no scaling' border='av-border-deactivate' type='slider' animation='slide' navigation='no' autoplay='true' interval='5']
    [av_partner_logo id='474'][/av_partner_logo]
    [av_partner_logo id='475'][/av_partner_logo]
    [av_partner_logo id='476'][/av_partner_logo]
    [av_partner_logo id='477'][/av_partner_logo]
    [av_partner_logo id='478'][/av_partner_logo]
    [av_partner_logo id='479'][/av_partner_logo]
    [av_partner_logo id='480'][/av_partner_logo]
    [av_partner_logo id='481'][/av_partner_logo]
    [av_partner_logo id='482'][/av_partner_logo]
    [av_partner_logo id='483'][/av_partner_logo]
    [/av_partner]
    [/av_section]
    
    [av_section min_height='75' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-startup/files/2015/02/desat-laptop.jpg' attachment='484' attachment_size='full' attach='parallax' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.5' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_heading tag='h1' padding='10' heading='Want to know when we got news on our latest product? <strong>Sign up for our newsletter now!</strong>' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#000000' size='40' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][av_one_third first]
    
    [/av_one_third][av_one_third]
    
    [av_contact email=' (Email address hidden if logged out) ' title='' button='Sign Up' on_send='redirect' sent='Your message has been sent!' link='page,18' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='']
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_three_fourth' multi_select=''][/av_contact_field]
    
    [/av_contact]
    
    [/av_one_third][av_one_third]
    
    [/av_one_third]
    [/av_section]
    

    Regards,
    Rikard

    #681490
    wunderdojo
    Participant

    I had a client who wanted infinite scroll for the articles on their site. Found a few posts related to Enfold and infinite scroll but nothing that was a concrete answer for what I wanted to do — using the Avia Template Builder I created a section page (it’s for a magazine) that has a blog posts content block at the bottom. I wanted that block to scroll. Turned out to be fairly simple to implement, posting this here in case it helps others.

    In your child theme’s — you are using one, right ;) — functions.php file add the following:

    
    /** 
     *  Add infinite scroll to section pages like Eat / Drink
     *  Uses https://github.com/pklauzinski/jscroll
     */
    
    add_action( 'wp_enqueue_scripts', 'load_jscroll' );
    
    function load_jscroll(){
        wp_enqueue_script('jscroll', get_stylesheet_directory_uri().'/js/jquery.jscroll.min.js', array( 'jquery')  );
    }
    
    function infinite_scroll() {
        global $avia_config;
            echo '<script type="text/javascript">
                jQuery( ".content" ).jscroll( {
                nextSelector: "span.current + a",
                contentSelector: ".article-grid",
                autoTrigger: true
            } )
            </script>';
    }
    add_action( 'wp_footer', 'infinite_scroll' );
    

    On your page insert your blog posts element with pagination enabled. I gave mine a custom CSS class of article-grid to make it easy to target that portion of the page. In the code above you see the contentSelector parameter — that’s an optional parameter that lets you select only a portion of a page to be appended by infinite scroll. Since my page has lots of items at the top that I don’t want being reloaded as I scroll I use the custom css class to only grab the next batch of articles.

    When you get to the last batch of articles you would normally see the pagination, which I didn’t want. A quick css rule takes care of that:

    
    /** hide navigation since we're using jQuery infinite scroll */
    nav.pagination{
        display:none;
    }
    

    This is a pretty bare bones example. I’m using infinite scroll everywhere so I didn’t limit this to specific pages or content types (which you could easily do by wrapping the infinite_scroll() function in some conditional checks. Ex: is_frontpage() if you only wanted this to apply to the homepage of your site.

    You can grab the js file here: github link as well as see the other options available to you.

    Hopefully that helps someone else get going. Works perfectly for our needs.

    #679353
    davidmartinserrano
    Participant

    Good afternoon,

    Maybe this question is not suitable at this forum, but I´m sure you could help me with this issue:
    I want to change the color of the button and the link of this Cookie message:

    This is the code we have right now:

    #cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
    }

    .cookie-notice-container {
    padding: 10px;
    }

    .cn-top {
    top: 0;
    }

    .cn-bottom {
    bottom: 0;
    }

    #cookie-notice .button {
    margin-left: 10px;
    }

    #cookie-notice .button.wp-default {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    }

    #cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
    background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
    border-color: #999999;
    color: #222222;
    }

    #cookie-notice .button.bootstrap {
    font-family: sans-serif;
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-right: 0.3em;
    margin-bottom: 0;
    *margin-left: .3em;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-style: normal;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #AB5D5C;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff0088cc’, endColorstr=’#ff0044cc’, GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 2px 10px;
    font-size: 12px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    }

    #cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    }

    ____________________________________________

    And I need to change to:
    Background of the full message: #444444
    Font of the message: #999999
    Font for links and font for the button: #8C4F4F
    Background of the button background: #222222

    Please, could you help me to modify this?

    thanks in advance

    #677367

    In reply to: Content Slider Example

    Hi webdesign,

    If you enable debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ you will be able to see shortcodes. Please paste the following shortcode to a new page, you can then see exactly how the elements are set up:

    [av_fullscreen size='extra_large' animation='fade' autoplay='false' interval='5' control_layout='' scroll_down='aviaTBscroll_down']
    [av_fullscreen_slide slide_type='image' id='548' position='center center' video='http://' mobile_image='' video_cover='' title='New spring edition for women and men now available' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button button-two' link='lightbox' link_target='' button_label='Women’s Collection' button_color='theme-color' link1='product_cat,13' link_target1='' button_label2='Men’s Collection' button_color2='dark' link2='product_cat,13' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    The new beautiful spring collection, created by star designer Konrad Kries is now available.
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='547' position='top left' video='http://' mobile_image='' video_cover='' title='Start with us into the new season!' custom_title_size='40' custom_content_size='18' caption_pos='caption_right' link_apply='button button-two' link='lightbox' link_target='' button_label='For Women' button_color='theme-color' link1='product_cat,12' link_target1='' button_label2='For Men' button_color2='dark' link2='product_cat,11' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    Those are the styles that you need for the next season. Make sure to grab your early bird coupon!
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='549' position='top left' video='http://' mobile_image='' video_cover='' title='Win a shopping trip<br/>with our styling experts' custom_title_size='40' custom_content_size='18' caption_pos='caption_center' link_apply='button' link='lightbox' link_target='' button_label='Sign up now!' button_color='dark' link1='page,76' link_target1='' button_label2='Click me' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_enable='aviaTBaviaTBoverlay_enable' overlay_opacity='0.6' overlay_color='#ffffff' overlay_pattern='' overlay_custom_pattern='']
    Fancy doing something a little different this autumn? Win this great shopping trip to London! We pay for everything! 
    All expenses including flight and a meal at a gourmet restaurant of your choice will be paid for!
    [/av_fullscreen_slide]
    [av_fullscreen_slide slide_type='image' id='551' position='center right' video='' mobile_image='' video_cover='' title='Winter Collection coming soon!' custom_title_size='40' custom_content_size='18' caption_pos='caption_left' link_apply='button' link='lightbox' link_target='' button_label='Yes, notify me!' button_color='dark' link1='manually,#sign-up' link_target1='' button_label2='' button_color2='light' link2='manually,http://' link_target2='' font_color='custom' custom_title='#2c2c2c' custom_content='#818181' overlay_opacity='0.1' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    Want to get notified once the new winter collection by Georgio Adriani is released?
    [/av_fullscreen_slide]
    [/av_fullscreen]
    
    [av_layout_row border='' min_height='0' color='main_color' mobile='av-flex-cells' id='collections']
    [av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/winter-girl-small-495x400.jpg' attachment='551' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product,66' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    NEW
    WINTER COLLECTION
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/couple-sitting-495x400.jpg' attachment='546' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,15' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    LATEST
    STREET CLOTHES
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/girls-shopping-desat-495x400.jpg' attachment='549' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,12' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FRESH
    SPORTSWEAR
    [/av_image]
    
    [/av_cell_one_fourth][av_cell_one_fourth vertical_align='top' padding='0px' padding_sync='true' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working-495x400.jpg' attachment='554' attachment_size='portfolio' align='center' animation='no-animation' styling='no-styling' hover='av-hover-grow' link='product_cat,10' target='' caption='yes' font_size='' appearance='' overlay_opacity='0.7' overlay_color='#6786a1' overlay_text_color='#ffffff']
    FUNKY
    ACCECCOIRS
    [/av_image]
    
    [/av_cell_one_fourth]
    [/av_layout_row]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_heading heading='Recent Top Sellers' tag='h3' style='blockquote modern-quote modern-centered' size='30' subheading_active='' subheading_size='15' padding='10' color='' custom_font=''][/av_heading]
    
    [av_productslider columns='4' items='8' offset='0' sort='0' autoplay='yes' interval='5']
    [/av_section]
    
    [av_layout_row border='' min_height='0' color='alternate_color' mobile='av-flex-cells' id='']
    [av_cell_one_half vertical_align='middle' padding='50px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_heading tag='h3' padding='10' heading='Lorem ipsum dolor sit amet, consectetuer adipiscing elit. ' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_textblock size='' font_color='' color='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_textblock]
    
    [av_productgrid columns='3' items='6' offset='0' sort='0' paginate='no']
    
    [/av_cell_one_half][av_cell_one_half vertical_align='top' padding='0px' padding_sync='true' background_color='#f8f8f8' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat']
    
    [av_image_hotspot src='http://kriesi.at/themes/enfold-shop/files/2015/03/lady-in-blue.jpg' attachment='556' attachment_size='full' animation='fade-in' hotspot_layout='numbered' hotspot_tooltip_display='av-permanent-tooltip' hotspot_mobile='aviaTBhotspot_mobile']
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,65' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='6.5,56.9']
    Hairdo by Roger Ramoni
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,257' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='19.8,53']
    Glasses by Victor Secreni
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-left av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,262' hotspot_color='custom' custom_bg='#6786a1' custom_font='#ffffff' custom_pulse='' hotspot_pos='38.9,58.4']
    Nail polish by Sandra Sounders
    [/av_image_spot]
    [av_image_spot tooltip_pos='av-tt-pos-below av-tt-align-centered' tooltip_width='av-tt-default-width' tooltip_style='main_color av-tooltip-shadow' link='product,495' hotspot_color='' custom_bg='' custom_font='' custom_pulse='' hotspot_pos='70,54.3']
    "Red Velvet" Dress by Varia Vereni
    [/av_image_spot]
    [/av_image_hotspot]
    
    [/av_cell_one_half]
    [/av_layout_row]
    
    [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue8b1' font='entypo-fontello' title='Worldwide delivery' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue8e2' font='entypo-fontello' title='Free shipping' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.
    [/av_icon_box]
    
    [/av_one_half][av_one_half first]
    
    [av_icon_box position='left_content' boxed='' icon='ue824' font='entypo-fontello' title='Secure Payment' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_icon_box]
    
    [/av_one_half][av_one_half]
    
    [av_icon_box position='left_content' boxed='' icon='ue8b9' font='entypo-fontello' title='24/7 Support' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='']
    enean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus.
    [/av_icon_box]
    
    [/av_one_half]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='sign-up' color='main_color' custom_bg='' src='http://kriesi.at/themes/enfold-shop/files/2015/03/hipster-girls-working.jpg' attachment='554' attachment_size='full' attach='parallax' position='top center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#6786a1' overlay_pattern='' overlay_custom_pattern='']
    
    [av_heading tag='h3' padding='10' heading='Want to stay up to date? Subscribe to our Newsletter!' color='custom-color-heading' style='blockquote modern-quote modern-centered' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class=''][/av_heading]
    
    [av_one_fifth first]
    
    [/av_one_fifth][av_three_fifth]
    
    [av_contact email=' (Email address hidden if logged out) ' title='' button='Subscribe' on_send='' sent='Thanks! You will receive an email soon!' link='page,74' subject='' autorespond='' captcha='' hide_labels='aviaTBhide_labels' color='av-custom-form-color av-light-form']
    [av_contact_field label='Name' type='text' options='' check='is_empty' width='element_third' multi_select=''][/av_contact_field]
    [av_contact_field label='E-Mail' type='text' options='' check='is_email' width='element_third' multi_select=''][/av_contact_field]
    [/av_contact]
    
    [/av_three_fifth][av_one_fifth]
    
    [/av_one_fifth][/av_section]

    Regards,
    Rikard

    #677196

    In reply to: integration problem

    the code i gave you was site-specific ! so if you take this one the rules will work for all code-block / iframes:

    .avia_codeblock {
        height: auto;
        padding-bottom: 65vh;
        position: relative;
        width: 100%;
    }
    
    .avia_codeblock iframe {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100% !important;
    }

    if you like to put the iframe in a widget use a text in the widget and place the iframe code in that container:

    <p class="iframe_container">
    <iframe src="http://www.novafriburgoacidadequequeremos.com.usrfiles.com/html/cee4aa_e5e645abd11a757393a6c5b9893d821b.html" width="100%" height="100%" scrolling="no"></iframe>
    </p>

    than you can place as allways:

    
    .iframe_container {
        position: relative;
        padding-bottom: 65vh;
        height: auto;
        width: 100%;
    }
    
    .iframe_container iframe {
        position: absolute;
        height: 100% !important;
        width: 100% !important;
        left: 0;
        top: 0;
    }

    see here: Link

    the reason why i did it in a text-block was the possibility to use widgets too

    bytheway : its because iframes are allways difficult.
    If you google to “is it good practice to use iframe”
    there are tonns of lists where this point is discussed. From the point of seo as well. Performance Reasons too!
    To have one or two the whole Site seems to be ok ( on youtube there is no other way)

    • This reply was modified 9 years, 7 months ago by Guenni007.
    #676737

    Hi,

    To reproduce the exact setup as the example link please enable debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and paste the below shortcode in the page.

    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='no-shadow' bottom_border='no-border-styling' id='' color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.5' overlay_color='' overlay_pattern='' overlay_custom_pattern='']
    [av_one_full first min_height='' vertical_alignment='av-align-top' space='' custom_margin='aviaTBcustom_margin' margin='-40px,0px' padding='0px' padding_sync='true' border='' border_color='' radius='0px' radius_sync='true' background_color='' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat']
    
    [av_feature_image_slider link='category,14,15' items='3' offset='enforce_duplicates' contents='title_read_more' slider_size='2:1' preview_mode='custom' image_size='extra_large' control_layout='av-control-minimal' animation='fade' autoplay='no' interval='5' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.3' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='']
    
    [/av_one_full]
    [/av_section]
    
    [av_blog blog_type='posts' link='category' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='1' offset='no_duplicates' paginate='no' conditional='is_subpage']
    
    [av_blog blog_type='posts' link='category' blog_style='blog-grid' columns='2' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='6' offset='no_duplicates' paginate='yes']
    

    Best regards,
    Vinay

    #676610

    Hi!

    Please add following code to Quick CSS as well

    .html_header_top.html_header_sticky .blog #header.header-scrolled {
        height: auto;
    }

    Best regards,
    Yigit

    #676099

    In reply to: integration problem

    the thing is that this is not the correct url.

    Try this :

    <iframe src="http://www.novafriburgoacidadequequeremos.com.usrfiles.com/html/cee4aa_e5e645abd11a757393a6c5b9893d821b.html" width="100%" height="100%" scrolling="no"></iframe>

    you can than use a little css trick to get a good height for you iframe.
    (i did the ifram in a 1/1 – text container) the 1/1 i gave a custom class: embed_iframe

    .embed_iframe .avia_textblock p {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        width: 100%;
        height: auto
    }
    
    .embed_iframe iframe {
        height: 100%;
        left: 0;
        position: absolute !important;
        top: 0;
        width: 100%;
    }

    see here: Link

    • This reply was modified 9 years, 7 months ago by Guenni007.
    #675824

    Hey TomaszCwil,

    If you like to have a scrollable list please enable custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    Add 1/4 and 3/4 column.
    Give a custom css class name “custom-height” to 3/4 column.

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .custom-height {
       max-height: 200px;
       overflow: auto;
    }
    

    Add your list items in 3/4 column.

    Best regards,
    Vinay

    #674680

    1) also: css Anweisungen für Container oder Klassen (# oder .) öffnen und schließen mit geschweiften Klammern! { }
    2) Bei den Klassen nicht die Punkte davor vergessen ( ich glaube das fehlen einige – manche habe ich gesetzt – bei media print zum Schluss denke ich ist es auch .small – weiss nicht ob es nicht sogar .small-units ist – Zeig mit mal die Stelle wo das zur Veränderung kommen sollte)
    3) innerhalb der geschweiften Klammern können bei den attributen dann rund Klammern stehen. Die letzten Anweisungen innerhalb der runden Klammern benötigen kein Semicolon am Ende – die anderen zur Trennung von den neuen Anweisugnen schon.
    4) Bitte Bindestriche nicht beliebig wegfallen lassen. font-size, font-weight, line-height etc.

    zur Deutlichkeit habe ich mal Absätze eingefügt

    .minitext {display: none!important}
    
    #text-9 {
    font-family: Lucida Grande ;
    font-size: 1.4em !important; 
    line-height: 1.4em
    }
    
    #news-headline {
    font-size: 20px;
    line-height:1.2em
    }
    
    .avia_combo_widget {
    font-size:1.4em; 
    line-height:1.8em
    }
    
    #mc_embed_signup .clear
    {display: block: 
    visibility: visible;
    height: auto; 
    width: auto}
    
    blockquote {
    background: #ffff99 repeat scroll O O; 
    border-color #c2OaOa
    }
    
    .image-overlay {visibility: hidden }
    
    /*hier musst du mir mal das zeigen was verändert werden soll */
    @media print (
    
    }

    noch etwas
    wenn ein div zum Beispiel zwei Klassen (kommt bei Enfold häufig vor) gleichzeitig hat, dann ist zwischen den Klassen keine Leerstelle
    z.B. bei den 1/2 1/2 Columns die Enfold macht ist zB:

    div .flex_column.av_one_half

    das combo widget bekommt je nachdem immer eine eigene ID #avia_combo_widget-2 und #avia_combo_widget-2 etc.
    die Teile haben alle die Klasse: .avia_combo_widget

    deshalb wenn alle geändert werden sollen kann man über die Klasse gehen.

    • This reply was modified 9 years, 7 months ago by Guenni007.
    #674649

    So sehen die aktuellen Einträge in meiner Quick css aus. Die letzte Einfügung steht oben:
    .minitext (display: none
    Hmportant}
    #text-9 (font-face: lucida; font
    size:1.4em!important; line
    height:13em:)
    #news-headline (font-size:2Opx;
    line-height:1.2em;)
    #avia_combo_widget {font
    size:1.4em: line-height:1.8em;)
    #mc_embed_signup .clear
    (display: block: visibility: visible;
    height: auto; width: auto;)
    blockquote (background: none
    repeat scroll O O
    #ffff99; border-color #c2OaOa;}
    image-overlay {visibility: hidden;)
    @media print (
    container .av-content
    small.units (
    width: 100%
    limportant:
    }
    }
    ———————-
    Meine Webseite wird über Wordfence Security gecacht. Diesen Cache habe ich eben geleert (und dabei noch erfreulicherweise ein paar Fehlermeldungen bereinigt).

    #672303

    Hi,

    To make the mega menu scrollable in small screens please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top #wrap_all .avia_mega_div, 
    #top #wrap_all .avia_mega_div ul, 
    #top #wrap_all .av-main-nav ul ul {
        overflow-x: auto;
    }
    

    Best regards,
    Vinay

    #670911

    Topic: auto scrolling

    in forum Enfold
    Ondrej
    Participant

    Hello,
    I realised web page by Enfold theme and the page is scrolling by self. One time up and one time down. Every 10 sec.. Can I fix it?
    Thanx Ondrej

    #670565

    In reply to: Iframe not responsive

    Hey Rikard,
    Thanks for the reply. When I view either tab on the phone, I have to scroll down to see the whole form, with a scroll bar… the form fields don’t automatically resize. It’s not intuitive. So, when you see it, does the form field reduce in size, so you don’t have to “scroll” over or down to see the whole form? On my end, it’s behaving like it would on a desktop. I’ve also checked it out in a mobile app view and get the same response. I would just like the content within the tabs to be responsive (the “iframes”). See below:

    #668601
    theresabrandstetter
    Participant

    Liebes Support-Team,

    wir haben folgende Anfragen bzw. Wünsche hinsichtlich der Menü-/ Blog-Einstellungen:

    • Wir hätten gerne den Menü-Punkt “Registrieren” gerne im Format “Button Style Colored”. Aber wenn wir das machen, haben wir folgendes Problem: Im transprenten Header haben Button und Font die gleiche Schriftfarbe (#2e3348), sodass der Text nicht zu lesen ist. Erst beim Runterscrollen wechselt die Schriftfarbe in weiß. Welche Einstellungen können wir vornehmen, dass die Schriftfarbe des Menü-Buttons auch im transparenten Menü weiß ist?
    • „Read more“, „by“, „Date“, etc. – Wir möchten auf unserer deutschsprachigen Website gerne die englischen Begriffe mit deutschen
    Begriffen austauschen. Für die englischsprachige Version unserer Website diese Begriffe aber gerne auf Englisch beibehalten. Wie lässt sich das umsetzen?
    • Momentan ist es so, dass Links und Bold-Texte die gleiche Font-Farbe nutzen (#96bdff). Wir möchten aber für die fettgeschriebenen Texte unser „Main Content font color“ (#2e3348) verwenden. Wie lässt sich das einstellen?
    • Kann die Länge des Excerpt-Textes pro Blog-Beitrag definiert werden?
    • Wir wollen die Excerpt-Texte nicht mit „…“ beenden – wie lässt sich das einstellen?
    • Blog-Beitrag: Kann man Exzerpt Texte nach eigenen Wünschen formatieren? Zum Beispiel statt einem Fließtext 3 Aufzählungszeichen als Excerpt anzeigen. Hier als Beispiel:
    Ich bin eine Headline
    • Aufzählung 1
    • Aufzählung 2
    • Aufzählung 3
    Mehr lesen (de-Website)/ Read more (en-Website)

    Wir hätten gerne folgenden Look für die Blog-Präsentation:
    Links vom Text ein Bild (1/4), das genauso hoch ist, wie der ganze Text-Absatz. Und rechts vom Bild der Text (3/4) mit Blog-Headline, Datum, Autor, 3 Aufzählungen und “Mehr lesen”-Hinweis.

    Momentan ist nur ein kleines Bild neben der Headline, ein von der Theme ausgewählte Text-Passage für das Exzerpt, am Ende des Exzerpts die 3 Pünktchen “…” und dann das “Read more” zu sehen.

    Bitte um baldiges Feedback. Vielen Dank!
    Liebe Grüße
    Mihaela

    #662435

    In reply to: logo size in header

    Hi,

    Try this CSS as well please:

    .header-scrolled strong.logo a {
        display: table !important;
        margin: 0 auto !important;
    }

    Thanks,
    Rikard

    #662352
    L-mobileGroup
    Participant

    Dear support

    since a few weeks we have the problem that our company mainpage changes “over night” from our our regular mainpage to a view where only header and footer is available and in main content: “registration closed”. We are using a Multisite wordpress installation with main domain and several subdomains.

    When I go in the backend to enfold settings and change “Frontpage settings” and change it back and save (after this clearing cache from gator cache) — regular mainpage is shown again.

    I enclosed a screenshot from the mainpage when problem occurs. Also source code of corrupted site. This problem always occurs between two days — I have a look to the page at the evening everything is fine — next morning page shows corrupted mainpage.

    • UPDATE: yesterday this problem occurs within the day – from one minute to another mainpage showed only “registration closed” within footer and header
    • main content missing
    • header and footer still there
    • CSS data is loaded
    • What issue could be the problem?

    Source code:

    <!DOCTYPE html>
    <html lang="de-DE" class="html_stretched responsive av-preloader-disabled av-default-lightbox  html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky html_header_shrinking_disabled html_header_topbar_active html_mobile_menu_tablet html_header_mobile_behavior html_header_searchicon html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_minimal_header html_minimal_header_shadow html_entry_id_66 ">
    <head>
    <meta charset="UTF-8" />
    
    <!-- mobile setting -->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    
    <!-- Scripts/CSS and wp_head hook -->
    <title>L-mobile macht Geschäftsprozesse mobil - L-mobile</title>
    <link rel="alternate" hreflang="de-DE" href="https://www.l-mobile.com/" />
    <link rel="alternate" hreflang="en-US" href="https://www.l-mobile.com/en/" />
    <link rel="alternate" hreflang="hu-HU" href="https://www.l-mobile.com/hu/" />
    
    <!-- This site is optimized with the Yoast SEO Premium plugin v3.3.3 - https://yoast.com/wordpress/plugins/seo/ -->
    <meta name="description" content="Am Anfang von L-mobile stand die Idee komplexe und starre Datenerfassungssysteme einfach und mobil - und damit transparenter und produktiver zu machen. "/>
    <meta name="robots" content="noodp"/>
    <link rel="canonical" href="https://www.l-mobile.com/" />
    <meta property="DC.date.issued" content="2015-12-03T14:50:53+02:00" />
    <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","url":"https:\/\/www.l-mobile.com\/","name":"L-mobile GmbH","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.l-mobile.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
    <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Organization","url":"https:\/\/www.l-mobile.com\/","sameAs":[],"name":"L-mobile GmbH","logo":"https:\/\/www.l-mobile.com\/wp-content\/uploads\/2015\/12\/L-mobile_Web.png"}</script>
    <!-- / Yoast SEO Premium plugin. -->
    
    <link rel="alternate" type="application/rss+xml" title="L-mobile &raquo; Feed" href="https://www.l-mobile.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="L-mobile &raquo; Kommentar-Feed" href="https://www.l-mobile.com/comments/feed/" />
    
    <!-- google webfont font replacement -->
    <link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Open+Sans:400,600' type='text/css' media='all'/> 
    		<script type="text/javascript">
    			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"https:\/\/www.l-mobile.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.5.3"}};
    			!function(a,b,c){function d(a){var c,d,e,f=b.createElement("canvas"),g=f.getContext&&f.getContext("2d"),h=String.fromCharCode;if(!g||!g.fillText)return!1;switch(g.textBaseline="top",g.font="600 32px Arial",a){case"flag":return g.fillText(h(55356,56806,55356,56826),0,0),f.toDataURL().length>3e3;case"diversity":return g.fillText(h(55356,57221),0,0),c=g.getImageData(16,16,1,1).data,d=c[0]+","+c[1]+","+c[2]+","+c[3],g.fillText(h(55356,57221,55356,57343),0,0),c=g.getImageData(16,16,1,1).data,e=c[0]+","+c[1]+","+c[2]+","+c[3],d!==e;case"simple":return g.fillText(h(55357,56835),0,0),0!==g.getImageData(16,16,1,1).data[0];case"unicode8":return g.fillText(h(55356,57135),0,0),0!==g.getImageData(16,16,1,1).data[0]}return!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i;for(i=Array("simple","flag","unicode8","diversity"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
    		</script>
    		<style type="text/css">
    img.wp-smiley,
    img.emoji {
    	display: inline !important;
    	border: none !important;
    	box-shadow: none !important;
    	height: 1em !important;
    	width: 1em !important;
    	margin: 0 .07em !important;
    	vertical-align: -0.1em !important;
    	background: none !important;
    	padding: 0 !important;
    }
    </style>
    <link rel='stylesheet' id='contact-form-7-css'  href='https://www.l-mobile.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2' type='text/css' media='all' />
    <link rel='stylesheet' id='dashicons-css'  href='https://www.l-mobile.com/wp-includes/css/dashicons.min.css?ver=4.5.3' type='text/css' media='all' />
    <link rel='stylesheet' id='my-calendar-reset-css'  href='https://www.l-mobile.com/wp-content/plugins/my-calendar/css/reset.css?ver=4.5.3' type='text/css' media='all' />
    <link rel='stylesheet' id='my-calendar-style-css'  href='https://www.l-mobile.com/wp-content/plugins/my-calendar/styles/twentyfourteen.css?ver=4.5.3' type='text/css' media='all' />
    <link rel='stylesheet' id='credit-tracker-plugin-styles-css'  href='https://www.l-mobile.com/wp-content/plugins/credit-tracker/css/ct-public.css?ver=1.1.9' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-wpml-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/config-wpml/wpml-mod.css?ver=4.5.3' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-grid-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/grid.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-base-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/base.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-layout-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/layout.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-scs-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/shortcodes.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-popup-css-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/js/aviapopup/magnific-popup.css?ver=1' type='text/css' media='screen' />
    <link rel='stylesheet' id='avia-media-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=1' type='text/css' media='screen' />
    <link rel='stylesheet' id='avia-print-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/print.css?ver=1' type='text/css' media='print' />
    <link rel='stylesheet' id='avia-dynamic-css'  href='https://www.l-mobile.com/wp-content/uploads/dynamic_avia/enfold_child.css?ver=578730a74c186' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-custom-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/custom.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-style-css'  href='https://www.l-mobile.com/wp-content/themes/enfold-child/style.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='layerslider-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/layerslider.css?ver=5.6.8' type='text/css' media='all' />
          <script>
          if (document.location.protocol != "https:") {
              document.location = document.URL.replace(/^http:/i, "https:");
          }
          </script>
          <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/credit-tracker/js/ct-public.js?ver=1.1.9'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/js/avia-compat.js?ver=2'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/greensock.js?ver=1.11.8'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var LS_Meta = {"v":"5.6.8"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.8'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.transitions.js?ver=5.6.8'></script>
    <meta name="generator" content="Powered by LayerSlider 5.6.8 - Multi-Purpose, Responsive, Parallax, Mobile-Friendly Slider Plugin for WordPress." />
    <!-- LayerSlider updates and docs at: https://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/ -->
    <link rel='https://api.w.org/' href='https://www.l-mobile.com/wp-json/' />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.l-mobile.com/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.l-mobile.com/wp-includes/wlwmanifest.xml" /> 
    <meta name="generator" content="WordPress 4.5.3" />
    <link rel='shortlink' href='https://www.l-mobile.com/' />
    <link rel="alternate" type="application/json+oembed" href="https://www.l-mobile.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.l-mobile.com%2F" />
    <link rel="alternate" type="text/xml+oembed" href="https://www.l-mobile.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.l-mobile.com%2F&format=xml" />
    
    <style type="text/css">
    <!--
    /* Styles by My Calendar - Joseph C Dolson http://www.joedolson.com/ */
    
    .mc-main .mc_allgemein .event-title, .mc-main .mc_allgemein .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_allgemein .event-title a:hover, .mc-main .mc_allgemein .event-title a:focus { background: #232121;}
    .mc-main .mc_projects .event-title, .mc-main .mc_projects .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_projects .event-title a:hover, .mc-main .mc_projects .event-title a:focus { background: #232121;}
    .mc-main .mc_warehouse .event-title, .mc-main .mc_warehouse .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_warehouse .event-title a:hover, .mc-main .mc_warehouse .event-title a:focus { background: #232121;}
    .mc-main .mc_trace .event-title, .mc-main .mc_trace .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_trace .event-title a:hover, .mc-main .mc_trace .event-title a:focus { background: #232121;}
    .mc-main .mc_service .event-title, .mc-main .mc_service .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_service .event-title a:hover, .mc-main .mc_service .event-title a:focus { background: #232121;}
    .mc-main .mc_industrie-4-0 .event-title, .mc-main .mc_industrie-4-0 .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_industrie-4-0 .event-title a:hover, .mc-main .mc_industrie-4-0 .event-title a:focus { background: #232121;}
    .mc-main .mc_crm-und-sales .event-title, .mc-main .mc_crm-und-sales .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_crm-und-sales .event-title a:hover, .mc-main .mc_crm-und-sales .event-title a:focus { background: #232121;}
    .mc-main .mc_infrastructure .event-title, .mc-main .mc_infrastructure .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_infrastructure .event-title a:hover, .mc-main .mc_infrastructure .event-title a:focus { background: #232121;}
    .mc-main .mc_production .event-title, .mc-main .mc_production .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_production .event-title a:hover, .mc-main .mc_production .event-title a:focus { background: #232121;}
    .mc-main .mc_l-mobile-hungary .event-title, .mc-main .mc_l-mobile-hungary .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_l-mobile-hungary .event-title a:hover, .mc-main .mc_l-mobile-hungary .event-title a:focus { background: #232121;}
    .mc-event-visible {
    display: block!important;
    }
    -->
    </style>
    <script type='text/javascript'>
    	jQuery('html').addClass('mcjs');
    	jQuery(document).ready( function($) { $('html').removeClass('mcjs') } );
    </script>
    <meta name="generator" content="WPML ver:3.4.1 stt:1,3,23;" />
    
    <style type="text/css">#lang_sel a, #lang_sel a.lang_sel_sel{color:#444444;}#lang_sel a:hover, #lang_sel a.lang_sel_sel:hover{color:#000000;}#lang_sel a.lang_sel_sel, #lang_sel a.lang_sel_sel:visited{background-color:#ffffff;}#lang_sel a.lang_sel_sel:hover{background-color:#eeeeee;}#lang_sel li ul a, #lang_sel li ul a:visited{color:#444444;}#lang_sel li ul a:hover{color:#000000;}#lang_sel li ul a, #lang_sel li ul a:link, #lang_sel li ul a:visited{background-color:#ffffff;}#lang_sel li ul a:hover{background-color:#eeeeee;}#lang_sel a, #lang_sel a:visited{border-color:#EEEEEE;} #lang_sel ul ul{border-top:1px solid #EEEEEE;}</style>
    
    <style type="text/css">#lang_sel img, #lang_sel_list img, #lang_sel_footer img { display: inline; }
    </style><link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="alternate" type="application/rss+xml" title="L-mobile RSS2 Feed" href="https://www.l-mobile.com/feed/" />
    <link rel="pingback" href="https://www.l-mobile.com/xmlrpc.php" />
    
    <style type='text/css' media='screen'>
     #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link{ height:70px; line-height: 70px; }
     .html_top_nav_header .av-logo-container{ height:70px;  }
     .html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:100px; } 
    </style>
    <!--[if lt IE 9]><script src="https://www.l-mobile.com/wp-content/themes/enfold/js/html5shiv.js"></script><![endif]-->
    <link rel="icon" href="https://www.l-mobile.com/wp-content/uploads/2015/12/favicon.ico" type="image/x-icon">
    <link rel='canonical' href='https://www.l-mobile.com/' />
    <meta name='robots' content='noindex,follow' />
    	<style type="text/css">
    		.mu_register { width: 90%; margin:0 auto; }
    		.mu_register form { margin-top: 2em; }
    		.mu_register .error { font-weight:700; padding:10px; color:#333333; background:#FFEBE8; border:1px solid #CC0000; }
    		.mu_register input[type="submit"],
    			.mu_register #blog_title,
    			.mu_register #user_email,
    			.mu_register #blogname,
    			.mu_register #user_name { width:100%; font-size: 24px; margin:5px 0; }
    		.mu_register #site-language { display: block; }
    		.mu_register .prefix_address,
    			.mu_register .suffix_address {font-size: 18px;display:inline; }
    		.mu_register label { font-weight:700; font-size:15px; display:block; margin:10px 0; }
    		.mu_register label.checkbox { display:inline; }
    		.mu_register .mu_alert { font-weight:700; padding:10px; color:#333333; background:#ffffe0; border:1px solid #e6db55; }
    	</style>
    	
    
    <!--
    Debugging Info for Theme support: 
    
    Theme: Enfold
    Version: 3.6.1
    Installed: enfold
    AviaFramework Version: 4.5.3
    AviaBuilder Version: 0.8
    - - - - - - - - - - -
    ChildTheme: Enfold Child
    ChildTheme Version: 1.0
    ChildTheme Installed: enfold
    
    ML:512-PU:23-PLA:1
    WP:4.5.3
    Updates: enabled
    -->
    
    <style type='text/css'>
    @font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
    src: url('https://www.l-mobile.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3');
    src: url('https://www.l-mobile.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix') format('embedded-opentype'), 
    url('https://www.l-mobile.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3') format('woff'), 
    url('https://www.l-mobile.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3') format('truetype'), 
    url('https://www.l-mobile.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello') format('svg');
    } #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; }
    </style><!-- WiredMinds eMetrics tracking with LeadLab V6.3 START -->
    <script type="text/javascript"><!--
    var wiredminds = [];
    wiredminds.push(["setTrackParam", "wm_custnum", "cd4beaad1ea6fe59"]);
    // Begin own parameters.
    wiredminds.push(["setTrackParam", "wm_campaign_key", "utm_campaign"]);
    var wmDynamicConf = [];
    wmDynamicConf.push(["wm_page_url",".*unternehmen-l-mobile/mitarbeiter/.*", ["setTrackParam", "wm_milestone", "Mitarbeiter"]]);
    wmDynamicConf.push(["wm_page_url",".*unternehmen-l-mobile/karriere/.*|.*unternehmen-l-mobile/jobs/.*", ["setTrackParam", "wm_milestone", "Karriere"]]);
    wmDynamicConf.push(["wm_page_url",".*unternehmen-l-mobile/standorte/.*", ["setTrackParam", "wm_milestone", "Standorte"]]);
    wmDynamicConf.push(["wm_page_url",".*referenzen/.*", ["setTrackParam", "wm_milestone", "Referenzen"]]);
    wmDynamicConf.push(["wm_page_url",".*partner/.*", ["setTrackParam", "wm_milestone", "Partner"]]);
    wmDynamicConf.push(["wm_page_url",".*kontakt/.*", ["setTrackParam", "wm_milestone", "Kontakt"]]);
    wiredminds.push(["setDynamicParams", wmDynamicConf]); 
    wiredminds.push(["setTrackParam", "wm_content_width", 1000]); // For centered layouts set content width
    wiredminds.push(["registerHeatmapEvent", "mousedown"]);
    // End own parameters.
    wiredminds.push(["count"]); 
    (function() {
    	function wm_async_load() {
    		var wm = document.createElement("script");
    		wm.type = "text/javascript";
    		wm.async = true;
    		wm.src = "//wm2.wiredminds.de/track/count.js";
    		var el = document.getElementsByTagName('script')[0];
    		el.parentNode.insertBefore(wm, el);
    	}
    	if (window.addEventListener) {
    		window.addEventListener('load', wm_async_load, false);
    	} else if (window.attachEvent){
    		window.attachEvent('onload', wm_async_load);
    	}
    })();
    // -->
    </script>
    <noscript>
    <div>
    <a href="http://www.wiredminds.de"><img
     src="//wm2.wiredminds.de/track/ctin.php?wm_custnum=cd4beaad1ea6fe59&nojs=1"
     alt="" style="border:0px;"/></a></div></noscript>
    <!-- WiredMinds eMetrics tracking with LeadLab V6.3 END -->
    
    <!-- Google Analytics START -->
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    
      ga('create', 'UA-68037290-1', 'auto');
      ga('require', 'linkid');
      ga('send', 'pageview');
    
    </script>
    <!-- Google Analytics END -->
    </head>
    
    <body id="top" class="home page page-id-66 page-template-default stretched open_sans " itemscope="itemscope" itemtype="https://schema.org/WebPage" >
    
    	
    	<div id='wrap_all'>
    
    	
    <header id='header' class='all_colors header_color light_bg_color  av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_tablet av_header_searchicon av_header_unstick_top_disabled av_seperator_small_border av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled '  role="banner" itemscope="itemscope" itemtype="https://schema.org/WPHeader" >
    
    <a id="advanced_menu_toggle" href="#" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a><a id="advanced_menu_hide" href="#" 	aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a>		<div id='header_meta' class='container_wrap container_wrap_meta  av_icon_active_right av_extra_header_active av_secondary_right av_phone_active_left av_entry_id_66'>
    		
    			      <div class='container'>
    			      <ul class='noLightbox social_bookmarks icon_count_2'><li class='social_bookmarks_xing av-social-link-xing social_icon_1'><a target='_blank' href='https://www.xing.com/company/l-mobile' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Xing'><span class='avia_hidden_link_text'>Xing</span></a></li></ul><nav class='sub_menu'  role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><ul id="avia2-menu" class="menu"><li id="menu-item-959" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-has-children menu-item-959"><a href="https://www.l-mobile.com/">L-mobile Produktportfolio ∇</a>
    <ul class="sub-menu">
    	<li id="menu-item-961" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-961"><a href="http://warehouse.l-mobile.com">L-mobile warehouse</a></li>
    	<li id="menu-item-965" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-965"><a href="http://trace.l-mobile.com">L-mobile trace</a></li>
    	<li id="menu-item-964" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-964"><a href="http://production.l-mobile.com">L-mobile production</a></li>
    	<li id="menu-item-963" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-963"><a href="http://industrie40.l-mobile.com">L-mobile industrie 4.0</a></li>
    	<li id="menu-item-966" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-966"><a href="http://crm-sales.l-mobile.com">L-mobile CRM & sales</a></li>
    	<li id="menu-item-962" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-962"><a href="http://service.l-mobile.com">L-mobile service</a></li>
    	<li id="menu-item-969" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-969"><a href="http://projects.l-mobile.com">L-mobile projects</a></li>
    	<li id="menu-item-967" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-967"><a href="http://infrastructure.l-mobile.com">L-mobile infrastructure</a></li>
    </ul>
    </li>
    </ul><ul class='avia_wpml_language_switch avia_wpml_language_switch_extra'><li class='language_de avia_current_lang'><a href='https://www.l-mobile.com/'>	<span class='language_flag'><img title='Deutsch' src='https://www.l-mobile.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/de.png' alt='Deutsch' /></span>	<span class='language_native'>Deutsch</span>	<span class='language_translated'>Deutsch</span>	<span class='language_code'>de</span></a></li><li class='language_en '><a href='https://www.l-mobile.com/en/'>	<span class='language_flag'><img title='English' src='https://www.l-mobile.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png' alt='English' /></span>	<span class='language_native'>English</span>	<span class='language_translated'>Englisch</span>	<span class='language_code'>en</span></a></li><li class='language_hu '><a href='https://www.l-mobile.com/hu/'>	<span class='language_flag'><img title='Magyar' src='https://www.l-mobile.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/hu.png' alt='Magyar' /></span>	<span class='language_native'>Magyar</span>	<span class='language_translated'>Ungarisch</span>	<span class='language_code'>hu</span></a></li></ul></nav><div class='phone-info with_nav'><span>Rufen Sie uns an <strong>+49 (0) 7193 93 12-0</strong></span></div>			      </div>
    		</div>
    
    		<div  id='header_main' class='container_wrap container_wrap_logo'>
    	
            <div class='container av-logo-container'><div class='inner-container'><strong class='logo'><a href='https://www.l-mobile.com/'><img height='100' width='300' src='https://www.l-mobile.com/wp-content/uploads/2016/01/L-mobile_Web.jpg' alt='L-mobile' /></a></strong><nav class='main_menu' data-selectname='Seite auswählen'  role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><div class="avia-menu av-main-nav-wrap"><ul id="avia-menu" class="menu av-main-nav"><li id="menu-item-151" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-has-children menu-item-top-level menu-item-top-level-1"><a href="https://www.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile Produktportfolio</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>
    
    <ul class="sub-menu">
    	<li id="menu-item-159" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://warehouse.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile warehouse</span></a></li>
    	<li id="menu-item-160" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://production.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile production</span></a></li>
    	<li id="menu-item-161" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://industrie40.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile industrie 4.0</span></a></li>
    	<li id="menu-item-162" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://trace.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile trace</span></a></li>
    	<li id="menu-item-163" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://service.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile service</span></a></li>
    	<li id="menu-item-164" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://crm-sales.l-mobile.com/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile CRM & sales</span></a></li>
    	<li id="menu-item-165" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://projects.l-mobile.com/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile projects</span></a></li>
    	<li id="menu-item-166" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://infrastructure.l-mobile.com/?" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile infrastructure</span></a></li>
    </ul>
    </li>
    <li id="menu-item-169" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-2"><a href="https://www.l-mobile.com/unternehmen-l-mobile/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Das Unternehmen</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>
    
    <ul class="sub-menu">
    	<li id="menu-item-172" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/unternehmensphilosophie/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Unternehmensphilosophie</span></a></li>
    	<li id="menu-item-190" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/auszeichnungen/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Auszeichnungen</span></a></li>
    	<li id="menu-item-1912" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/event-kalender/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Event Kalender</span></a></li>
    	<li id="menu-item-206" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/standorte/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Wo finden Sie L-mobile</span></a></li>
    	<li id="menu-item-223" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/mitarbeiter/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Mitarbeiter</span></a></li>
    	<li id="menu-item-248" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/karriere/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Karriere</span></a></li>
    	<li id="menu-item-332" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/jobs/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Jobbörse</span></a></li>
    </ul>
    </li>
    <li id="menu-item-448" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-3"><a href="https://www.l-mobile.com/referenzen/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Referenzen</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-469" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-4"><a href="https://www.l-mobile.com/partner/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Partner</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-466" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-5"><a href="https://www.l-mobile.com/kontakt/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Kontakt</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">
    							<a href="?s=" rel="nofollow" data-avia-search-tooltip="
    
    <form action=&quot;https://www.l-mobile.com/&quot; id=&quot;searchform&quot; method=&quot;get&quot; class=&quot;&quot;>
    	<div>
    		<input type=&quot;submit&quot; value=&quot;&quot; id=&quot;searchsubmit&quot; class=&quot;button avia-font-entypo-fontello&quot; />
    		<input type=&quot;text&quot; id=&quot;s&quot; name=&quot;s&quot; value=&quot;&quot; placeholder='Suche' />
    			</div>
    </form>" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Suche</span></a>
    	        		   </li></ul></div></nav></div> </div> 
    		<!-- end container_wrap-->
    		</div>
    		
    		<div class='header_bg'></div>
    
    <!-- end header -->
    </header>
    		
    	<div id='main' class='all_colors' data-scroll-offset='70'>
    
    	<div id="signup-content" class="widecolumn">
    <div class="mu_register wp-signup-container">
    Die Registrierung wurde deaktiviert.</div>
    </div>
    
    						<div class='container_wrap footer_color' id='footer'>
    
    					<div class='container'>
    
    						<div class='flex_column av_one_fourth  first el_before_av_one_fourth'><section id="text_icl-6" class="widget clearfix widget_text_icl"><h3 class="widgettitle">Praxis-Info</h3>        <div class="textwidget">Alles über mobile Geschäftsprozesse.<br/><a title="L-mobile Praxis-Info" target="_blank" href="http://praxis-info.l-mobile.com/f/16463-86716/">Anmelden</a> für die L-mobile Praxis-Info!</div>
    <span class="seperator extralight-border"></span></section><section id="text_icl-47" class="widget clearfix widget_text_icl"><h3 class="widgettitle">L-mobile downloadcenter</h3>        <div class="textwidget">Alle Dokumente im Überblick finden Sie im <a title="L-mobile downloadcenter" href="http://downloadcenter.l-mobile.com/">Downloadcenter</a>.</div>
    <span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_fourth  el_after_av_one_fourth  el_before_av_one_fourth '><section id="text_icl-4" class="widget clearfix widget_text_icl"><h3 class="widgettitle">Jobbörse</h3>        <div class="textwidget">Wir sind ständig auf der Suche nach neuen Kollegen.<br/><a title="L-mobile GmbH Jobbörse" target="_blank" href="https://www.l-mobile.com/unternehmen-l-mobile/jobs/">Hier zur Jobbörse</a></div>
    <span class="seperator extralight-border"></span></section><section id="avia_partner_widget-2" class="widget clearfix avia_partner_widget"><a target="_blank" href="http://www.kununu.com/de/bw/sulzbach-an-der-murr/it/l-mobile-solutions5" class="preloading_background  avia_partner1 link_list_item1 " ><img class="rounded" src="https://www.l-mobile.com/wp-content/uploads/2015/12/top_company.png" title="" alt=""/></a><a target="_blank" href="http://www.kununu.com/de/bw/sulzbach-an-der-murr/it/l-mobile-solutions5" class="preloading_background avia_partner2 link_list_item1 " ><img class="rounded" src="https://www.l-mobile.com/wp-content/uploads/2015/12/open_company.png" title="" alt=""/></a><span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_fourth  el_after_av_one_fourth  el_before_av_one_fourth '><section id="text_icl-30" class="widget clearfix widget_text_icl"><h3 class="widgettitle">Veranstaltungen</h3>        <div class="textwidget"><ul id='upcoming-events' class='upcoming-events'>
    <li class="future-event mc_crm-und-sales"><strong>26. Juli 2016</strong>, 10:00:<br/> <a title='CRM und sales Webcast' href='https://www.l-mobile.com/event-kalender/crm-und-sales-webcast-14/?mc_id=76'>CRM und sales Webcast</a><div style='height:5px'>&nbsp;</div></li>
    
    <li class="future-event mc_industrie-4-0"><strong>3. August 2016</strong>, 10:00:<br/> <a title='industrie 4.0 Webcast' href='https://www.l-mobile.com/event-kalender/industrie-4-0-webcast-13/?mc_id=68'>industrie 4.0 Webcast</a><div style='height:5px'>&nbsp;</div></li>
    
    <li class="future-event mc_projects"><strong>4. August 2016</strong>, 10:00:<br/> <a title='projects Webcast' href='https://www.l-mobile.com/event-kalender/projects-webcast-20/?mc_id=57'>projects Webcast</a><div style='height:5px'>&nbsp;</div></li>
    </ul></div>
    <span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_fourth  el_after_av_one_fourth  el_before_av_one_fourth '><section id="text_icl-2" class="widget clearfix widget_text_icl"><h3 class="widgettitle">L-mobile Online Präsentation</h3>        <div class="textwidget"><div class="teamviewer">
    
    <div class="link-exe">
    
    <a target="_blank" href="https://go.teamviewer.com/l-mobile" title="Online-Präsentation in der App">App für Windows</a>
    </div>
    <hr style="border:solid #fff 1px;margin:0 7px 0 70px;">
    <div class="link-browser">
    <a target="_blank" title="Online-Präsentation im Browser" href="https://go.teamviewer.com/v11/flash.aspx?lng=de">Im Browser starten</a>
    
    </div>
    
    <div class="link-beratung">
    
    <a target="_blank" title="Persönlichen Termin vereinbaren" href="https://www.l-mobile.com/online-praesentation-wie-sie-es-wuenschen/">Persönlichen Termin vereinbaren</a>
    </div>
    </div>
    
    </div>
    <span class="seperator extralight-border"></span></section></div>
    
    					</div>
    
    				<!-- ####### END FOOTER CONTAINER ####### -->
    				</div>
    
    	
    
    			
    
    			
    				<footer class='container_wrap socket_color' id='socket'  role="contentinfo" itemscope="itemscope" itemtype="https://schema.org/WPFooter" >
                        <div class='container'>
    
                            <span class='copyright'>© Copyright 2016 - L-mobile | mobile Softwarelösungen</span>
    
                            <nav class='sub_menu_socket'  role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><div class="avia3-menu"><ul id="avia3-menu" class="menu"><li id="menu-item-60" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-1"><a href="https://www.l-mobile.com/impressum/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Impressum</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-2027" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-2"><a href="https://www.l-mobile.com/datenschutzerklaerung/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Datenschutzerklärung</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    </ul></div></nav>
                        </div>
    
    	            <!-- ####### END SOCKET CONTAINER ####### -->
    				</footer>
    
    					<!-- end main -->
    		</div>
    		
    		<!-- end wrap_all --></div>
    
     <script type='text/javascript'>
     /* <![CDATA[ */  
    var avia_framework_globals = avia_framework_globals || {};
        avia_framework_globals.frameworkUrl = 'https://www.l-mobile.com/wp-content/themes/enfold/framework/';
        avia_framework_globals.installedAt = 'https://www.l-mobile.com/wp-content/themes/enfold/';
        avia_framework_globals.ajaxurl = 'https://www.l-mobile.com/wp-admin/admin-ajax.php?lang=de';
    /* ]]> */ 
    </script>
     
     <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var _wpcf7 = {"loaderUrl":"https:\/\/www.l-mobile.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","recaptchaEmpty":"Bitte best\u00e4tige, dass du nicht eine Maschine bist.","sending":"Senden ...","cached":"1"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.4.2'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/js/avia.js?ver=3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/js/shortcodes.js?ver=3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=2'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var mejsL10n = {"language":"de-DE","strings":{"Close":"Schlie\u00dfen","Fullscreen":"Vollbild","Download File":"Datei herunterladen","Download Video":"Video herunterladen","Play\/Pause":"Abspielen\/Pause","Mute Toggle":"Stumm schalten","None":"Keine","Turn off Fullscreen":"Vollbild ausschalten","Go Fullscreen":"Vollbild einschalten","Unmute":"Laut schalten","Mute":"Stumm","Captions\/Subtitles":"Untertitel"}};
    var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=2.18.1-a'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/comment-reply.min.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/wp-embed.min.js?ver=4.5.3'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var icl_vars = {"current_language":"de","icl_home":"https:\/\/www.l-mobile.com\/","ajax_url":"https:\/\/www.l-mobile.com\/wp-admin\/admin-ajax.php","url_type":"1"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/sitepress-multilingual-cms/res/js/sitepress.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/my-calendar/js/mc-grid.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/my-calendar/js/mc-list.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/my-calendar/js/mc-mini.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/my-calendar/js/mc-ajax.js?ver=4.5.3'></script>
    <a href='#top' title='Nach oben scrollen' id='scroll-top-link' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Nach oben scrollen</span></a>
    
    <div id="fb-root"></div>
    </body>
    </html>
    
    <!-- Gator Cached page on [2016-07-17 13:01:37] -->
    <!-- Served by Advanced Cache www.l-mobile.com -->
    #661206
    L-mobileGroup
    Participant

    Hallo Zusammen

    wir haben seit einiger Zeit das Problem das sich quasi über Nacht in unserer Firmen Multisite Installation die Startseite ändert… Dies geschieht tatsächlich jeweils über Nacht…. Wir bringen das Problem mit Enfold in Verbindung da sich hier in den Theme Einstellungen das Problem auch wieder beheben lässt, jedoch leider nur für kurze Zeit.

    Ich habe einen Screenshot angefügt um das Problem zu veranschaulichen. Wir erhalten gerade nahezu jeden Morgen die unerfreuliche Startseiten Ansicht “Die Registrierung wurde deaktiviert”.

    • Content der Startseite fehlt
    • Header und Footer sind da
    • CSS Dateien werden geladen

    Das Problem kann behoben werden in dem wir im wordpress Backend unter ENFOLD –> Enfold Child (DE) Optionen –> Frontpage Settings –> die Startseiten Auswahl abändern wieder zurückstellen und dann speichern –> wir leeren dann noch den Cache von Gator Cache –> Startseite wieder da……

    Gibt es da bekannte Ursachen/ mögliche Zusammenhänge für das Problem?

    Grüße und Danke für Eure Hilfe Marc Bracher

    Source code:

    
    <!DOCTYPE html>
    <html lang="de-DE" class="html_stretched responsive av-preloader-disabled av-default-lightbox  html_header_top html_logo_left html_main_nav_header html_menu_right html_custom html_header_sticky html_header_shrinking_disabled html_header_topbar_active html_mobile_menu_tablet html_header_mobile_behavior html_header_searchicon html_content_align_center html_header_unstick_top_disabled html_header_stretch_disabled html_minimal_header html_minimal_header_shadow html_entry_id_66 ">
    <head>
    <meta charset="UTF-8" />
    
    <!-- mobile setting -->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    
    <!-- Scripts/CSS and wp_head hook -->
    <title>L-mobile macht Geschäftsprozesse mobil - L-mobile</title>
    <link rel="alternate" hreflang="de-DE" href="https://www.l-mobile.com/" />
    <link rel="alternate" hreflang="en-US" href="https://www.l-mobile.com/en/" />
    <link rel="alternate" hreflang="hu-HU" href="https://www.l-mobile.com/hu/" />
    
    <!-- This site is optimized with the Yoast SEO Premium plugin v3.3.3 - https://yoast.com/wordpress/plugins/seo/ -->
    <meta name="description" content="Am Anfang von L-mobile stand die Idee komplexe und starre Datenerfassungssysteme einfach und mobil - und damit transparenter und produktiver zu machen. "/>
    <meta name="robots" content="noodp"/>
    <link rel="canonical" href="https://www.l-mobile.com/" />
    <meta property="DC.date.issued" content="2015-12-03T14:50:53+02:00" />
    <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","url":"https:\/\/www.l-mobile.com\/","name":"L-mobile GmbH","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.l-mobile.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
    <script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Organization","url":"https:\/\/www.l-mobile.com\/","sameAs":[],"name":"L-mobile GmbH","logo":"https:\/\/www.l-mobile.com\/wp-content\/uploads\/2015\/12\/L-mobile_Web.png"}</script>
    <!-- / Yoast SEO Premium plugin. -->
    
    <link rel="alternate" type="application/rss+xml" title="L-mobile &raquo; Feed" href="https://www.l-mobile.com/feed/" />
    <link rel="alternate" type="application/rss+xml" title="L-mobile &raquo; Kommentar-Feed" href="https://www.l-mobile.com/comments/feed/" />
    
    <!-- google webfont font replacement -->
    <link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Open+Sans:400,600' type='text/css' media='all'/> 
    		<script type="text/javascript">
    			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/72x72\/","ext":".png","source":{"concatemoji":"https:\/\/www.l-mobile.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.5.3"}};
    			!function(a,b,c){function d(a){var c,d,e,f=b.createElement("canvas"),g=f.getContext&&f.getContext("2d"),h=String.fromCharCode;if(!g||!g.fillText)return!1;switch(g.textBaseline="top",g.font="600 32px Arial",a){case"flag":return g.fillText(h(55356,56806,55356,56826),0,0),f.toDataURL().length>3e3;case"diversity":return g.fillText(h(55356,57221),0,0),c=g.getImageData(16,16,1,1).data,d=c[0]+","+c[1]+","+c[2]+","+c[3],g.fillText(h(55356,57221,55356,57343),0,0),c=g.getImageData(16,16,1,1).data,e=c[0]+","+c[1]+","+c[2]+","+c[3],d!==e;case"simple":return g.fillText(h(55357,56835),0,0),0!==g.getImageData(16,16,1,1).data[0];case"unicode8":return g.fillText(h(55356,57135),0,0),0!==g.getImageData(16,16,1,1).data[0]}return!1}function e(a){var c=b.createElement("script");c.src=a,c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i;for(i=Array("simple","flag","unicode8","diversity"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
    		</script>
    		<style type="text/css">
    img.wp-smiley,
    img.emoji {
    	display: inline !important;
    	border: none !important;
    	box-shadow: none !important;
    	height: 1em !important;
    	width: 1em !important;
    	margin: 0 .07em !important;
    	vertical-align: -0.1em !important;
    	background: none !important;
    	padding: 0 !important;
    }
    </style>
    <link rel='stylesheet' id='contact-form-7-css'  href='https://www.l-mobile.com/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.4.2' type='text/css' media='all' />
    <link rel='stylesheet' id='dashicons-css'  href='https://www.l-mobile.com/wp-includes/css/dashicons.min.css?ver=4.5.3' type='text/css' media='all' />
    <link rel='stylesheet' id='my-calendar-reset-css'  href='https://www.l-mobile.com/wp-content/plugins/my-calendar/css/reset.css?ver=4.5.3' type='text/css' media='all' />
    <link rel='stylesheet' id='my-calendar-style-css'  href='https://www.l-mobile.com/wp-content/plugins/my-calendar/styles/twentyfourteen.css?ver=4.5.3' type='text/css' media='all' />
    <link rel='stylesheet' id='credit-tracker-plugin-styles-css'  href='https://www.l-mobile.com/wp-content/plugins/credit-tracker/css/ct-public.css?ver=1.1.9' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-wpml-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/config-wpml/wpml-mod.css?ver=4.5.3' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-grid-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/grid.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-base-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/base.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-layout-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/layout.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-scs-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/shortcodes.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-popup-css-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/js/aviapopup/magnific-popup.css?ver=1' type='text/css' media='screen' />
    <link rel='stylesheet' id='avia-media-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=1' type='text/css' media='screen' />
    <link rel='stylesheet' id='avia-print-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/print.css?ver=1' type='text/css' media='print' />
    <link rel='stylesheet' id='avia-dynamic-css'  href='https://www.l-mobile.com/wp-content/uploads/dynamic_avia/enfold_child.css?ver=578730a74c186' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-custom-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/css/custom.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='avia-style-css'  href='https://www.l-mobile.com/wp-content/themes/enfold-child/style.css?ver=2' type='text/css' media='all' />
    <link rel='stylesheet' id='layerslider-css'  href='https://www.l-mobile.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/css/layerslider.css?ver=5.6.8' type='text/css' media='all' />
          <script>
          if (document.location.protocol != "https:") {
              document.location = document.URL.replace(/^http:/i, "https:");
          }
          </script>
          <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/credit-tracker/js/ct-public.js?ver=1.1.9'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/js/avia-compat.js?ver=2'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/greensock.js?ver=1.11.8'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var LS_Meta = {"v":"5.6.8"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.kreaturamedia.jquery.js?ver=5.6.8'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/js/layerslider.transitions.js?ver=5.6.8'></script>
    <meta name="generator" content="Powered by LayerSlider 5.6.8 - Multi-Purpose, Responsive, Parallax, Mobile-Friendly Slider Plugin for WordPress." />
    <!-- LayerSlider updates and docs at: https://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/ -->
    <link rel='https://api.w.org/' href='https://www.l-mobile.com/wp-json/' />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.l-mobile.com/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.l-mobile.com/wp-includes/wlwmanifest.xml" /> 
    <meta name="generator" content="WordPress 4.5.3" />
    <link rel='shortlink' href='https://www.l-mobile.com/' />
    <link rel="alternate" type="application/json+oembed" href="https://www.l-mobile.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.l-mobile.com%2F" />
    <link rel="alternate" type="text/xml+oembed" href="https://www.l-mobile.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.l-mobile.com%2F&format=xml" />
    
    <style type="text/css">
    <!--
    /* Styles by My Calendar - Joseph C Dolson http://www.joedolson.com/ */
    
    .mc-main .mc_allgemein .event-title, .mc-main .mc_allgemein .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_allgemein .event-title a:hover, .mc-main .mc_allgemein .event-title a:focus { background: #232121;}
    .mc-main .mc_projects .event-title, .mc-main .mc_projects .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_projects .event-title a:hover, .mc-main .mc_projects .event-title a:focus { background: #232121;}
    .mc-main .mc_warehouse .event-title, .mc-main .mc_warehouse .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_warehouse .event-title a:hover, .mc-main .mc_warehouse .event-title a:focus { background: #232121;}
    .mc-main .mc_trace .event-title, .mc-main .mc_trace .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_trace .event-title a:hover, .mc-main .mc_trace .event-title a:focus { background: #232121;}
    .mc-main .mc_service .event-title, .mc-main .mc_service .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_service .event-title a:hover, .mc-main .mc_service .event-title a:focus { background: #232121;}
    .mc-main .mc_industrie-4-0 .event-title, .mc-main .mc_industrie-4-0 .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_industrie-4-0 .event-title a:hover, .mc-main .mc_industrie-4-0 .event-title a:focus { background: #232121;}
    .mc-main .mc_crm-und-sales .event-title, .mc-main .mc_crm-und-sales .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_crm-und-sales .event-title a:hover, .mc-main .mc_crm-und-sales .event-title a:focus { background: #232121;}
    .mc-main .mc_infrastructure .event-title, .mc-main .mc_infrastructure .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_infrastructure .event-title a:hover, .mc-main .mc_infrastructure .event-title a:focus { background: #232121;}
    .mc-main .mc_production .event-title, .mc-main .mc_production .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_production .event-title a:hover, .mc-main .mc_production .event-title a:focus { background: #232121;}
    .mc-main .mc_l-mobile-hungary .event-title, .mc-main .mc_l-mobile-hungary .event-title a { background: #565454; color: #ffffff; }
    .mc-main .mc_l-mobile-hungary .event-title a:hover, .mc-main .mc_l-mobile-hungary .event-title a:focus { background: #232121;}
    .mc-event-visible {
    display: block!important;
    }
    -->
    </style>
    <script type='text/javascript'>
    	jQuery('html').addClass('mcjs');
    	jQuery(document).ready( function($) { $('html').removeClass('mcjs') } );
    </script>
    <meta name="generator" content="WPML ver:3.4.1 stt:1,3,23;" />
    
    <style type="text/css">#lang_sel a, #lang_sel a.lang_sel_sel{color:#444444;}#lang_sel a:hover, #lang_sel a.lang_sel_sel:hover{color:#000000;}#lang_sel a.lang_sel_sel, #lang_sel a.lang_sel_sel:visited{background-color:#ffffff;}#lang_sel a.lang_sel_sel:hover{background-color:#eeeeee;}#lang_sel li ul a, #lang_sel li ul a:visited{color:#444444;}#lang_sel li ul a:hover{color:#000000;}#lang_sel li ul a, #lang_sel li ul a:link, #lang_sel li ul a:visited{background-color:#ffffff;}#lang_sel li ul a:hover{background-color:#eeeeee;}#lang_sel a, #lang_sel a:visited{border-color:#EEEEEE;} #lang_sel ul ul{border-top:1px solid #EEEEEE;}</style>
    
    <style type="text/css">#lang_sel img, #lang_sel_list img, #lang_sel_footer img { display: inline; }
    </style><link rel="profile" href="http://gmpg.org/xfn/11" />
    <link rel="alternate" type="application/rss+xml" title="L-mobile RSS2 Feed" href="https://www.l-mobile.com/feed/" />
    <link rel="pingback" href="https://www.l-mobile.com/xmlrpc.php" />
    
    <style type='text/css' media='screen'>
     #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link{ height:70px; line-height: 70px; }
     .html_top_nav_header .av-logo-container{ height:70px;  }
     .html_header_top.html_header_sticky #top #wrap_all #main{ padding-top:100px; } 
    </style>
    <!--[if lt IE 9]><script src="https://www.l-mobile.com/wp-content/themes/enfold/js/html5shiv.js"></script><![endif]-->
    <link rel="icon" href="https://www.l-mobile.com/wp-content/uploads/2015/12/favicon.ico" type="image/x-icon">
    <link rel='canonical' href='https://www.l-mobile.com/' />
    <meta name='robots' content='noindex,follow' />
    	<style type="text/css">
    		.mu_register { width: 90%; margin:0 auto; }
    		.mu_register form { margin-top: 2em; }
    		.mu_register .error { font-weight:700; padding:10px; color:#333333; background:#FFEBE8; border:1px solid #CC0000; }
    		.mu_register input[type="submit"],
    			.mu_register #blog_title,
    			.mu_register #user_email,
    			.mu_register #blogname,
    			.mu_register #user_name { width:100%; font-size: 24px; margin:5px 0; }
    		.mu_register #site-language { display: block; }
    		.mu_register .prefix_address,
    			.mu_register .suffix_address {font-size: 18px;display:inline; }
    		.mu_register label { font-weight:700; font-size:15px; display:block; margin:10px 0; }
    		.mu_register label.checkbox { display:inline; }
    		.mu_register .mu_alert { font-weight:700; padding:10px; color:#333333; background:#ffffe0; border:1px solid #e6db55; }
    	</style>
    	
    
    <!--
    Debugging Info for Theme support: 
    
    Theme: Enfold
    Version: 3.6.1
    Installed: enfold
    AviaFramework Version: 4.5.3
    AviaBuilder Version: 0.8
    - - - - - - - - - - -
    ChildTheme: Enfold Child
    ChildTheme Version: 1.0
    ChildTheme Installed: enfold
    
    ML:512-PU:23-PLA:1
    WP:4.5.3
    Updates: enabled
    -->
    
    <style type='text/css'>
    @font-face {font-family: 'entypo-fontello'; font-weight: normal; font-style: normal;
    src: url('https://www.l-mobile.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3');
    src: url('https://www.l-mobile.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.eot?v=3#iefix') format('embedded-opentype'), 
    url('https://www.l-mobile.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3') format('woff'), 
    url('https://www.l-mobile.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.ttf?v=3') format('truetype'), 
    url('https://www.l-mobile.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.svg?v=3#entypo-fontello') format('svg');
    } #top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before{ font-family: 'entypo-fontello'; }
    </style><!-- WiredMinds eMetrics tracking with LeadLab V6.3 START -->
    <script type="text/javascript"><!--
    var wiredminds = [];
    wiredminds.push(["setTrackParam", "wm_custnum", "cd4beaad1ea6fe59"]);
    // Begin own parameters.
    wiredminds.push(["setTrackParam", "wm_campaign_key", "utm_campaign"]);
    var wmDynamicConf = [];
    wmDynamicConf.push(["wm_page_url",".*unternehmen-l-mobile/mitarbeiter/.*", ["setTrackParam", "wm_milestone", "Mitarbeiter"]]);
    wmDynamicConf.push(["wm_page_url",".*unternehmen-l-mobile/karriere/.*|.*unternehmen-l-mobile/jobs/.*", ["setTrackParam", "wm_milestone", "Karriere"]]);
    wmDynamicConf.push(["wm_page_url",".*unternehmen-l-mobile/standorte/.*", ["setTrackParam", "wm_milestone", "Standorte"]]);
    wmDynamicConf.push(["wm_page_url",".*referenzen/.*", ["setTrackParam", "wm_milestone", "Referenzen"]]);
    wmDynamicConf.push(["wm_page_url",".*partner/.*", ["setTrackParam", "wm_milestone", "Partner"]]);
    wmDynamicConf.push(["wm_page_url",".*kontakt/.*", ["setTrackParam", "wm_milestone", "Kontakt"]]);
    wiredminds.push(["setDynamicParams", wmDynamicConf]); 
    wiredminds.push(["setTrackParam", "wm_content_width", 1000]); // For centered layouts set content width
    wiredminds.push(["registerHeatmapEvent", "mousedown"]);
    // End own parameters.
    wiredminds.push(["count"]); 
    (function() {
    	function wm_async_load() {
    		var wm = document.createElement("script");
    		wm.type = "text/javascript";
    		wm.async = true;
    		wm.src = "//wm2.wiredminds.de/track/count.js";
    		var el = document.getElementsByTagName('script')[0];
    		el.parentNode.insertBefore(wm, el);
    	}
    	if (window.addEventListener) {
    		window.addEventListener('load', wm_async_load, false);
    	} else if (window.attachEvent){
    		window.attachEvent('onload', wm_async_load);
    	}
    })();
    // -->
    </script>
    <noscript>
    <div>
    <a href="http://www.wiredminds.de"><img
     src="//wm2.wiredminds.de/track/ctin.php?wm_custnum=cd4beaad1ea6fe59&nojs=1"
     alt="" style="border:0px;"/></a></div></noscript>
    <!-- WiredMinds eMetrics tracking with LeadLab V6.3 END -->
    
    <!-- Google Analytics START -->
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    
      ga('create', 'UA-68037290-1', 'auto');
      ga('require', 'linkid');
      ga('send', 'pageview');
    
    </script>
    <!-- Google Analytics END -->
    </head>
    
    <body id="top" class="home page page-id-66 page-template-default stretched open_sans " itemscope="itemscope" itemtype="https://schema.org/WebPage" >
    
    	
    	<div id='wrap_all'>
    
    	
    <header id='header' class='all_colors header_color light_bg_color  av_header_top av_logo_left av_main_nav_header av_menu_right av_custom av_header_sticky av_header_shrinking_disabled av_header_stretch_disabled av_mobile_menu_tablet av_header_searchicon av_header_unstick_top_disabled av_seperator_small_border av_minimal_header av_minimal_header_shadow av_bottom_nav_disabled '  role="banner" itemscope="itemscope" itemtype="https://schema.org/WPHeader" >
    
    <a id="advanced_menu_toggle" href="#" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a><a id="advanced_menu_hide" href="#" 	aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'></a>		<div id='header_meta' class='container_wrap container_wrap_meta  av_icon_active_right av_extra_header_active av_secondary_right av_phone_active_left av_entry_id_66'>
    		
    			      <div class='container'>
    			      <ul class='noLightbox social_bookmarks icon_count_2'><li class='social_bookmarks_xing av-social-link-xing social_icon_1'><a target='_blank' href='https://www.xing.com/company/l-mobile' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello' title='Xing'><span class='avia_hidden_link_text'>Xing</span></a></li></ul><nav class='sub_menu'  role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><ul id="avia2-menu" class="menu"><li id="menu-item-959" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-has-children menu-item-959"><a href="https://www.l-mobile.com/">L-mobile Produktportfolio ∇</a>
    <ul class="sub-menu">
    	<li id="menu-item-961" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-961"><a href="http://warehouse.l-mobile.com">L-mobile warehouse</a></li>
    	<li id="menu-item-965" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-965"><a href="http://trace.l-mobile.com">L-mobile trace</a></li>
    	<li id="menu-item-964" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-964"><a href="http://production.l-mobile.com">L-mobile production</a></li>
    	<li id="menu-item-963" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-963"><a href="http://industrie40.l-mobile.com">L-mobile industrie 4.0</a></li>
    	<li id="menu-item-966" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-966"><a href="http://crm-sales.l-mobile.com">L-mobile CRM & sales</a></li>
    	<li id="menu-item-962" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-962"><a href="http://service.l-mobile.com">L-mobile service</a></li>
    	<li id="menu-item-969" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-969"><a href="http://projects.l-mobile.com">L-mobile projects</a></li>
    	<li id="menu-item-967" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-967"><a href="http://infrastructure.l-mobile.com">L-mobile infrastructure</a></li>
    </ul>
    </li>
    </ul><ul class='avia_wpml_language_switch avia_wpml_language_switch_extra'><li class='language_de avia_current_lang'><a href='https://www.l-mobile.com/'>	<span class='language_flag'><img title='Deutsch' src='https://www.l-mobile.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/de.png' alt='Deutsch' /></span>	<span class='language_native'>Deutsch</span>	<span class='language_translated'>Deutsch</span>	<span class='language_code'>de</span></a></li><li class='language_en '><a href='https://www.l-mobile.com/en/'>	<span class='language_flag'><img title='English' src='https://www.l-mobile.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/en.png' alt='English' /></span>	<span class='language_native'>English</span>	<span class='language_translated'>Englisch</span>	<span class='language_code'>en</span></a></li><li class='language_hu '><a href='https://www.l-mobile.com/hu/'>	<span class='language_flag'><img title='Magyar' src='https://www.l-mobile.com/wp-content/plugins/sitepress-multilingual-cms/res/flags/hu.png' alt='Magyar' /></span>	<span class='language_native'>Magyar</span>	<span class='language_translated'>Ungarisch</span>	<span class='language_code'>hu</span></a></li></ul></nav><div class='phone-info with_nav'><span>Rufen Sie uns an <strong>+49 (0) 7193 93 12-0</strong></span></div>			      </div>
    		</div>
    
    		<div  id='header_main' class='container_wrap container_wrap_logo'>
    	
            <div class='container av-logo-container'><div class='inner-container'><strong class='logo'><a href='https://www.l-mobile.com/'><img height='100' width='300' src='https://www.l-mobile.com/wp-content/uploads/2016/01/L-mobile_Web.jpg' alt='L-mobile' /></a></strong><nav class='main_menu' data-selectname='Seite auswählen'  role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><div class="avia-menu av-main-nav-wrap"><ul id="avia-menu" class="menu av-main-nav"><li id="menu-item-151" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-has-children menu-item-top-level menu-item-top-level-1"><a href="https://www.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile Produktportfolio</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>
    
    <ul class="sub-menu">
    	<li id="menu-item-159" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://warehouse.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile warehouse</span></a></li>
    	<li id="menu-item-160" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://production.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile production</span></a></li>
    	<li id="menu-item-161" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://industrie40.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile industrie 4.0</span></a></li>
    	<li id="menu-item-162" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://trace.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile trace</span></a></li>
    	<li id="menu-item-163" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://service.l-mobile.com" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile service</span></a></li>
    	<li id="menu-item-164" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://crm-sales.l-mobile.com/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile CRM & sales</span></a></li>
    	<li id="menu-item-165" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://projects.l-mobile.com/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile projects</span></a></li>
    	<li id="menu-item-166" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://infrastructure.l-mobile.com/?" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">L-mobile infrastructure</span></a></li>
    </ul>
    </li>
    <li id="menu-item-169" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-top-level menu-item-top-level-2"><a href="https://www.l-mobile.com/unternehmen-l-mobile/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Das Unternehmen</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a>
    
    <ul class="sub-menu">
    	<li id="menu-item-172" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/unternehmensphilosophie/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Unternehmensphilosophie</span></a></li>
    	<li id="menu-item-190" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/auszeichnungen/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Auszeichnungen</span></a></li>
    	<li id="menu-item-1912" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/event-kalender/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Event Kalender</span></a></li>
    	<li id="menu-item-206" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/standorte/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Wo finden Sie L-mobile</span></a></li>
    	<li id="menu-item-223" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/mitarbeiter/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Mitarbeiter</span></a></li>
    	<li id="menu-item-248" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/karriere/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Karriere</span></a></li>
    	<li id="menu-item-332" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://www.l-mobile.com/unternehmen-l-mobile/jobs/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Jobbörse</span></a></li>
    </ul>
    </li>
    <li id="menu-item-448" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-3"><a href="https://www.l-mobile.com/referenzen/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Referenzen</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-469" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-4"><a href="https://www.l-mobile.com/partner/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Partner</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-466" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-5"><a href="https://www.l-mobile.com/kontakt/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Kontakt</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown">
    							<a href="?s=" rel="nofollow" data-avia-search-tooltip="
    
    <form action=&quot;https://www.l-mobile.com/&quot; id=&quot;searchform&quot; method=&quot;get&quot; class=&quot;&quot;>
    	<div>
    		<input type=&quot;submit&quot; value=&quot;&quot; id=&quot;searchsubmit&quot; class=&quot;button avia-font-entypo-fontello&quot; />
    		<input type=&quot;text&quot; id=&quot;s&quot; name=&quot;s&quot; value=&quot;&quot; placeholder='Suche' />
    			</div>
    </form>" aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Suche</span></a>
    	        		   </li></ul></div></nav></div> </div> 
    		<!-- end container_wrap-->
    		</div>
    		
    		<div class='header_bg'></div>
    
    <!-- end header -->
    </header>
    		
    	<div id='main' class='all_colors' data-scroll-offset='70'>
    
    	<div id="signup-content" class="widecolumn">
    <div class="mu_register wp-signup-container">
    Die Registrierung wurde deaktiviert.</div>
    </div>
    
    						<div class='container_wrap footer_color' id='footer'>
    
    					<div class='container'>
    
    						<div class='flex_column av_one_fourth  first el_before_av_one_fourth'><section id="text_icl-6" class="widget clearfix widget_text_icl"><h3 class="widgettitle">Praxis-Info</h3>        <div class="textwidget">Alles über mobile Geschäftsprozesse.<br/><a title="L-mobile Praxis-Info" target="_blank" href="http://praxis-info.l-mobile.com/f/16463-86716/">Anmelden</a> für die L-mobile Praxis-Info!</div>
    <span class="seperator extralight-border"></span></section><section id="text_icl-47" class="widget clearfix widget_text_icl"><h3 class="widgettitle">L-mobile downloadcenter</h3>        <div class="textwidget">Alle Dokumente im Überblick finden Sie im <a title="L-mobile downloadcenter" href="http://downloadcenter.l-mobile.com/">Downloadcenter</a>.</div>
    <span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_fourth  el_after_av_one_fourth  el_before_av_one_fourth '><section id="text_icl-4" class="widget clearfix widget_text_icl"><h3 class="widgettitle">Jobbörse</h3>        <div class="textwidget">Wir sind ständig auf der Suche nach neuen Kollegen.<br/><a title="L-mobile GmbH Jobbörse" target="_blank" href="https://www.l-mobile.com/unternehmen-l-mobile/jobs/">Hier zur Jobbörse</a></div>
    <span class="seperator extralight-border"></span></section><section id="avia_partner_widget-2" class="widget clearfix avia_partner_widget"><a target="_blank" href="http://www.kununu.com/de/bw/sulzbach-an-der-murr/it/l-mobile-solutions5" class="preloading_background  avia_partner1 link_list_item1 " ><img class="rounded" src="https://www.l-mobile.com/wp-content/uploads/2015/12/top_company.png" title="" alt=""/></a><a target="_blank" href="http://www.kununu.com/de/bw/sulzbach-an-der-murr/it/l-mobile-solutions5" class="preloading_background avia_partner2 link_list_item1 " ><img class="rounded" src="https://www.l-mobile.com/wp-content/uploads/2015/12/open_company.png" title="" alt=""/></a><span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_fourth  el_after_av_one_fourth  el_before_av_one_fourth '><section id="text_icl-30" class="widget clearfix widget_text_icl"><h3 class="widgettitle">Veranstaltungen</h3>        <div class="textwidget"><ul id='upcoming-events' class='upcoming-events'>
    <li class="future-event mc_crm-und-sales"><strong>26. Juli 2016</strong>, 10:00:<br/> <a title='CRM und sales Webcast' href='https://www.l-mobile.com/event-kalender/crm-und-sales-webcast-14/?mc_id=76'>CRM und sales Webcast</a><div style='height:5px'>&nbsp;</div></li>
    
    <li class="future-event mc_industrie-4-0"><strong>3. August 2016</strong>, 10:00:<br/> <a title='industrie 4.0 Webcast' href='https://www.l-mobile.com/event-kalender/industrie-4-0-webcast-13/?mc_id=68'>industrie 4.0 Webcast</a><div style='height:5px'>&nbsp;</div></li>
    
    <li class="future-event mc_projects"><strong>4. August 2016</strong>, 10:00:<br/> <a title='projects Webcast' href='https://www.l-mobile.com/event-kalender/projects-webcast-20/?mc_id=57'>projects Webcast</a><div style='height:5px'>&nbsp;</div></li>
    </ul></div>
    <span class="seperator extralight-border"></span></section></div><div class='flex_column av_one_fourth  el_after_av_one_fourth  el_before_av_one_fourth '><section id="text_icl-2" class="widget clearfix widget_text_icl"><h3 class="widgettitle">L-mobile Online Präsentation</h3>        <div class="textwidget"><div class="teamviewer">
    
    <div class="link-exe">
    
    <a target="_blank" href="https://go.teamviewer.com/l-mobile" title="Online-Präsentation in der App">App für Windows</a>
    </div>
    <hr style="border:solid #fff 1px;margin:0 7px 0 70px;">
    <div class="link-browser">
    <a target="_blank" title="Online-Präsentation im Browser" href="https://go.teamviewer.com/v11/flash.aspx?lng=de">Im Browser starten</a>
    
    </div>
    
    <div class="link-beratung">
    
    <a target="_blank" title="Persönlichen Termin vereinbaren" href="https://www.l-mobile.com/online-praesentation-wie-sie-es-wuenschen/">Persönlichen Termin vereinbaren</a>
    </div>
    </div>
    
    </div>
    <span class="seperator extralight-border"></span></section></div>
    
    					</div>
    
    				<!-- ####### END FOOTER CONTAINER ####### -->
    				</div>
    
    	
    
    			
    
    			
    				<footer class='container_wrap socket_color' id='socket'  role="contentinfo" itemscope="itemscope" itemtype="https://schema.org/WPFooter" >
                        <div class='container'>
    
                            <span class='copyright'>© Copyright 2016 - L-mobile | mobile Softwarelösungen</span>
    
                            <nav class='sub_menu_socket'  role="navigation" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement" ><div class="avia3-menu"><ul id="avia3-menu" class="menu"><li id="menu-item-60" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-1"><a href="https://www.l-mobile.com/impressum/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Impressum</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    <li id="menu-item-2027" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-top-level menu-item-top-level-2"><a href="https://www.l-mobile.com/datenschutzerklaerung/" itemprop="url"><span class="avia-bullet"></span><span class="avia-menu-text">Datenschutzerklärung</span><span class="avia-menu-fx"><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></span></a></li>
    </ul></div></nav>
                        </div>
    
    	            <!-- ####### END SOCKET CONTAINER ####### -->
    				</footer>
    
    					<!-- end main -->
    		</div>
    		
    		<!-- end wrap_all --></div>
    
     <script type='text/javascript'>
     /* <![CDATA[ */  
    var avia_framework_globals = avia_framework_globals || {};
        avia_framework_globals.frameworkUrl = 'https://www.l-mobile.com/wp-content/themes/enfold/framework/';
        avia_framework_globals.installedAt = 'https://www.l-mobile.com/wp-content/themes/enfold/';
        avia_framework_globals.ajaxurl = 'https://www.l-mobile.com/wp-admin/admin-ajax.php?lang=de';
    /* ]]> */ 
    </script>
     
     <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var _wpcf7 = {"loaderUrl":"https:\/\/www.l-mobile.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","recaptchaEmpty":"Bitte best\u00e4tige, dass du nicht eine Maschine bist.","sending":"Senden ...","cached":"1"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.4.2'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/js/avia.js?ver=3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/js/shortcodes.js?ver=3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js?ver=2'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var mejsL10n = {"language":"de-DE","strings":{"Close":"Schlie\u00dfen","Fullscreen":"Vollbild","Download File":"Datei herunterladen","Download Video":"Video herunterladen","Play\/Pause":"Abspielen\/Pause","Mute Toggle":"Stumm schalten","None":"Keine","Turn off Fullscreen":"Vollbild ausschalten","Go Fullscreen":"Vollbild einschalten","Unmute":"Laut schalten","Mute":"Stumm","Captions\/Subtitles":"Untertitel"}};
    var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=2.18.1-a'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/mediaelement/wp-mediaelement.min.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/comment-reply.min.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-includes/js/wp-embed.min.js?ver=4.5.3'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var icl_vars = {"current_language":"de","icl_home":"https:\/\/www.l-mobile.com\/","ajax_url":"https:\/\/www.l-mobile.com\/wp-admin\/admin-ajax.php","url_type":"1"};
    /* ]]> */
    </script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/sitepress-multilingual-cms/res/js/sitepress.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/my-calendar/js/mc-grid.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/my-calendar/js/mc-list.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/my-calendar/js/mc-mini.js?ver=4.5.3'></script>
    <script type='text/javascript' src='https://www.l-mobile.com/wp-content/plugins/my-calendar/js/mc-ajax.js?ver=4.5.3'></script>
    <a href='#top' title='Nach oben scrollen' id='scroll-top-link' aria-hidden='true' data-av_icon='' data-av_iconfont='entypo-fontello'><span class="avia_hidden_link_text">Nach oben scrollen</span></a>
    
    <div id="fb-root"></div>
    </body>
    </html>
    
    <!-- Gator Cached page on [2016-07-17 13:01:37] -->
    <!-- Served by Advanced Cache www.l-mobile.com -->
    
    • This topic was modified 9 years, 8 months ago by L-mobileGroup.
    #661067

    Hey!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 1200px) {
    
      .responsive .boxed #wrap_all { overflow: hidden; /*needed for mobile menu scrolling */ }
      .responsive #top { overflow-x: hidden; }
      .responsive .boxed#top, .responsive #top.boxed .stretch_full , 
      .responsive.html_boxed.html_header_sticky #header,
      .responsive.html_boxed.html_header_transparency div #header{ width: 100%; max-width: 100%; }
      .responsive #top .flex_column_table_cell{display: block;}
      .responsive #top .flex_column_table{display:block;}
    
      .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left:0;
        padding-right:0;
        float:none;
      }
      .responsive .units, .responsive .unit {
        margin: 0;
      }
    
      .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
      }
    
      .responsive #top #wrap_all .av-flex-cells .no_margin{
    	  display: block;
    	  margin: 0;
    	  height:auto !important;
    	  overflow: hidden;
    	  padding-left:8% !important;
    	  padding-right:8% !important;
      }
    
      .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner{
    	    width: 100%;
    		max-width: 100%;
    		margin: 0 auto;  
      }
    
      .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding{
    	  padding-left:0% !important;
    	  padding-right:0% !important;
      }
    
      .responsive #top #wrap_all .flex_column:empty{margin:0;}
    }

    Cheers! 
    Josue

Viewing 30 results - 691 through 720 (of 1,190 total)