Viewing 30 results - 991 through 1,020 (of 16,891 total)
  • Author
    Search Results
  • #1427081

    Fehler-Details
    ==============
    Ein Fehler vom Typ E_COMPILE_ERROR wurde in der Zeile 75 der Datei /home/httpd/vhosts/dorfgeschichte.li/httpdocs/wp-content/themes/enfold-child/functions.php verursacht. Fehlermeldung: Cannot redeclare ava_after_main_container_mod() (previously declared in /home/httpd/vhosts/dorfgeschichte.li/httpdocs/wp-content/themes/enfold-child/functions.php:66)

    #1427061

    Hi,
    Are you using a child theme with any customized files like a header.php or footer.php
    This is typically the top reason for errors after updating, if so try removing these.
    Are you using a outdated PHP version like 5.6, WordPress now requires a minimum of v7.4
    Have you tried disabling all of your plugins and/or customizations to isolate the conflict?
    I imagine that your goal would be to get up to date and not be locked into a old version of the theme, so it would be a better use of time to find the error, considering there are 48 versions between 4.7.6.4 and now.
    I recommend checking these steps and if you need further help finding the error on your site, please open a new thread from your support account and include a admin login and explain in detail what error you are seeing.
    Please don’t reply to this email thread as it was created with our contact form and doesn’t go to our support channel, it will be easier for us to help you in our support channel, Thank you for your patience and understanding and we hope to help you get your site up-to-date.

    Best regards,
    Mike

    #1426994

    Thanks for your prompt response.
    I just updated my theme successfully.
    I also updated my PHP to version 8.0. (The old version was 7.4)
    My WordPress version is: Current version: 6.4.1
    Theme: latest version! (5.6.8)

    My website is still not keeping the changes. Once I reload, the changes disappears

    Error log:
    [02-Dec-2023 17:13:10 UTC] PHP Warning: Creating default object from empty value in /home2/ab1501/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28

    [02-Dec-2023 17:15:11 UTC] PHP Warning: Creating default object from empty value in /home2/ab1501/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28

    #1426989

    Hey myprodesign,
    Thanks for the link to your site, but the login is not working, I see that you are using the version 4.5.6, this is quite old and I don’t know what PHP version you are using which is what your error above is about. I believe that you can safely manually update with the instructions below, nonetheless are you able to make a full server backup on your webhost?
    If you are, please do so or ask your webhost support to make a full backup including the databases and then update with these steps:
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    myprodesign
    Participant

    How do I update my current website with the latest enfold theme? I don’t want to override my current contents. I have enfold theme installed about 5 years ago. I just bought the latest update now.

    Reason behind purchasing 6 months support/update is because:
    I have been trying to update my site recently but the update is not reflecting. If I make an update and save it, once I reload the page, the update disappears. (this is at my backend, of course the changes are not reflection on my front end)

    Here is the error log from my “public_html” folder

    [02-Dec-2023 17:15:11 UTC] PHP Warning: Creating default object from empty value in /home2/ab1501/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28

    #1426971

    In reply to: Custom Menu-bar Shape

    Hi Monika,

    In your child theme please do the following:
    1. Create includes folder.
    2. Copy helper-main-menu.php from (parent theme) wp-content/themes/enfold/includes/ and paste it to wp-content/themes/enfold-child/includes/ folder.
    3. Edit helper-main-menu.php (child theme) and scroll to the bottom, find this line of code:
    <!-- end header -->
    Above it put this code:

    <div class="avia-divider-svg avia-divider-svg-mountains avia-divider-svg-bottom avia-svg-original"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
    	<path opacity="0.33" d="M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z"></path>
    	<path opacity="0.66" d="M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z"></path>
    	<path d="M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z"></path>
    </svg></div>

    4. Save.

    In your WordPress Dashboard, do the following:
    1. Go to Enfold > General Styling
    2. In Quick CSS, add this CSS code:

    #top #header {
        padding-bottom: 30px;
    }
    
    #top #header_main {
        background-color: #ceecfe;
        border-bottom: 0;
    }
    
    #top #header .header_bg {
        background-color: transparent;
    }
    
    #top #header .avia-divider-svg {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    #top #header .avia-divider-svg-bottom svg {
        fill: #ceecfe;
        height: 30px;
        transform: translate(-50%) rotate(180deg);
    }

    Hope this helps.

    Regards,
    Nikko

    …and I am sorry to say that it is not working for me as well :-(

    Here is the code I’ve customized (the ID of my page is the one below, I’ve double checked it).

    function randomize_bg_image() {
    if(is_page(11318)){ 
    ?>
    <script type="text/javascript">
    (function($){
    	    var images = ['img(1).jpg','img(2).jpg','img(3).jpg','img(4).jpg','img(5).jpg','img(6).jpg','img(7).jpg','img(8).jpg'];
    	    $('#randomized').css({
    	    	'background-image': 'url(/wp-content/uploads/sfondimobile/' + images[Math.floor(Math.random() * images.length)] + ')'
    	    });
    })(jQuery);
    </script>
    <?php
    }
    }
    add_action( 'wp_footer', 'randomize_bg_image' );

    Images are here:
    https://imgur.com/a/tu7Qy05
    let me highlight that I’ve copied the images DIRECTLY TO THE FTP SITE, I did not use the Media Library… can this be the reason?

    #randomized is correctly set:

    https://imgur.com/ELYntMF

    But when you open my website in mobile mode, the background is frozen to the original one:

    https://www.sentierigressoney.it


    @Guenni007
    , I hope you’ll find some time to give my some hints :)

    #1426956

    Hi,
    When I test the filter that Ismael posted above on my test site child theme functions.php and test a masonry element for a specific category, and set all of the items to “draft” the masonry element is not included in the page source code and it shows no items until I publish one of the posts for the specific category.

    add_filter('avf_masonry_query_no_entries_fallback', function($fallback) {
        return false;
    }, 10, 1);

    So this filter seems to be working correctly, when I examine your site you seemed to also be tring to show posts in a masonry element, but you didn’t have a category selected:
    Enfold_Support_4009.jpeg
    thus on the frontend the masonry element showed some “pages” instead of “posts”
    Enfold_Support_4011.jpeg
    so I selected the category in the masonry element:
    Enfold_Support_4013.jpeg
    and now on the frontend the masonry doesn’t show any items:
    Enfold_Support_4015.jpeg
    the title and button show because they are separate elements:
    Enfold_Support_4017.jpeg
    Please check.

    Best regards,
    Mike

    #1426921

    you now got under the folder: config-templatebuilder two folders ( one for legacy case – and a default one )
    you now find those files under:
    /enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php ( the lines are : 1244 ff)
    and
    /enfold/config-templatebuilder/avia-shortcode-legacy/av-helper-masonry.php ( lines : 978ff )

    don’t know if it is needed to edit both – i think it will be enough to edit only the first one.

    #1426900

    Hey mehwishxperia,

    Please enable debug mode under Enfold->Layout Builder->Show advanced options->Debug mode. Then you can paste this shortcode into the shortcode window in a new page:

    [av_section min_height='' min_height_px='500px' padding='large' 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_uid='av-flk2a2']
    [av_heading tag='h1' padding='15' heading='Our Services' color='custom-color-heading' style='blockquote modern-quote' custom_font='#000000' size='40' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av_uid='av-fjbr2q'][/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' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-fczdmi']
    
    [av_one_half first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-f6oc0i']
    
    [av_textblock size='' font_color='' color='' av_uid='av-eykr3m']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href="#">parturient montes</a>, nascetur ridiculus mus.
    
    Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.
    [/av_textblock]
    
    [/av_one_half][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-etbavu']
    
    [av_textblock size='' font_color='' color='' av_uid='av-elfvya']
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.
    
    Cras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.
    [/av_textblock]
    
    [/av_one_half]
    [/av_section]
    
    [av_tab_section transition='av-tab-slide-transition' padding='large' tab_pos='av-tab-above-content' tab_padding='none' initial='5' id='Plugins' av_element_hidden_in_editor='0' av_admin_tab_active='6' bg_color='#ffffff' color='#919191' av_uid='av-eekvz6']
    
    [av_tab_sub_section tab_title='Product Photography' vertical_align='middle' icon_select='icon_top' icon='ue80f' font='entypo-fontello' tab_image='' tab_image_style='' color='#35383c' background_color='#35383c' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-e94tc2']
    
    [av_three_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-e4rdwa']
    
    [av_heading tag='h1' padding='0' heading='Photography' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-dywjma'][/av_heading]
    
    [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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-drfolu']
    
    [av_textblock size='' font_color='custom' color='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-dmdbsi']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et <strong>magnis</strong> dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla <strong>consequat</strong> massa quis enim.
    
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. <strong>Nullam</strong> dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.
    [/av_textblock]
    
    [/av_three_fifth][av_two_fifth min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-dfnwfm']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/features-5-845x684.jpg' attachment='354' attachment_size='gallery' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-dd63eq'][/av_image]
    
    [/av_two_fifth][/av_tab_sub_section][av_tab_sub_section tab_title='Amazing Support' vertical_align='middle' icon_select='icon_top' icon='ue8b9' font='entypo-fontello' tab_image='' tab_image_style='' color='#35383c' background_color='#35383c' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-d3pdz6']
    
    [av_two_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-cz9zju']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/features-1-845x684.jpg' attachment='350' attachment_size='gallery' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-crt282'][/av_image]
    
    [/av_two_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-cpgqqa']
    
    [av_heading tag='h1' padding='0' heading='Amazing Support' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-cih7y2'][/av_heading]
    
    [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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-cbkzzm']
    
    [av_textblock size='' font_color='custom' color='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-c7alci']
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. <strong>Nullam</strong> dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    
    Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.
    
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et <strong>magnis</strong> dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla <strong>consequat</strong> massa quis enim.
    [/av_textblock]
    
    [/av_three_fifth][/av_tab_sub_section][av_tab_sub_section tab_title='Professional Web Design' vertical_align='middle' icon_select='icon_top' icon='ue8ab' font='entypo-fontello' tab_image='' tab_image_style='' color='#35383c' background_color='#35383c' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-bxv0t6']
    
    [av_three_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-bv5clu']
    
    [av_heading tag='h1' padding='0' heading='Web Design' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-bopqn6'][/av_heading]
    
    [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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-bfptdm']
    
    [av_textblock size='' font_color='custom' color='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-bcarle']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et <strong>magnis</strong> dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla <strong>consequat</strong> massa quis enim.
    
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. <strong>Nullam</strong> dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    
    Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.
    [/av_textblock]
    
    [/av_three_fifth][av_two_fifth min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-b58fqa']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/features-3-845x684.jpg' attachment='352' attachment_size='gallery' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-aye57u'][/av_image]
    
    [/av_two_fifth][/av_tab_sub_section][av_tab_sub_section tab_title='Project Planing' vertical_align='middle' icon_select='icon_top' icon='ue84b' font='entypo-fontello' tab_image='' tab_image_style='' color='#35383c' background_color='#35383c' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-audymq']
    
    [av_two_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-aoipoy']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/features-4-845x684.jpg' attachment='353' attachment_size='gallery' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-ajeasy'][/av_image]
    
    [/av_two_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-aauvoa']
    
    [av_heading tag='h1' padding='0' heading='Planing' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-a4n7z6'][/av_heading]
    
    [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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-a0i8ju']
    
    [av_textblock size='' font_color='custom' color='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-9s8mte']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et <strong>magnis</strong> dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla <strong>consequat</strong> massa quis enim.
    
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. <strong>Nullam</strong> dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    [/av_textblock]
    
    [/av_three_fifth][/av_tab_sub_section][av_tab_sub_section tab_title='SEO Basic Optimization' vertical_align='middle' icon_select='icon_top' icon='ue803' font='entypo-fontello' tab_image='' tab_image_style='' color='#35383c' background_color='#35383c' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-9nmtoi']
    
    [av_three_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-9krmei']
    
    [av_heading tag='h1' padding='0' heading='Search Engine Optimization' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-9bwzq2'][/av_heading]
    
    [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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-x7yii']
    
    [av_textblock size='' font_color='custom' color='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-8zg0wy']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et <strong>magnis</strong> dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla <strong>consequat</strong> massa quis enim.
    
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. <strong>Nullam</strong> dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.
    [/av_textblock]
    
    [/av_three_fifth][av_two_fifth min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-8tpgyi']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/features-5-845x684.jpg' attachment='354' attachment_size='gallery' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-8pml5e'][/av_image]
    
    [/av_two_fifth][/av_tab_sub_section][av_tab_sub_section tab_title='Reliable Print Design' vertical_align='middle' icon_select='icon_top' icon='ue838' font='entypo-fontello' tab_image='' tab_image_style='' color='#35383c' background_color='#35383c' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-8imp8y']
    
    [av_two_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-8bl1ay']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/features-6-845x684.jpg' attachment='355' attachment_size='gallery' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-86kya2'][/av_image]
    
    [/av_two_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-82lvte']
    
    [av_heading tag='h1' padding='0' heading='Print Design' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-7wao16'][/av_heading]
    
    [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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-7mwtzu']
    
    [av_textblock size='' font_color='custom' color='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-7jowdu']
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. <strong>Nullam</strong> dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et <strong>magnis</strong> dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla <strong>consequat</strong> massa quis enim.
    [/av_textblock]
    
    [/av_three_fifth][/av_tab_sub_section][av_tab_sub_section tab_title='Cloud Service' vertical_align='middle' icon_select='icon_top' icon='ue82f' font='entypo-fontello' tab_image='' tab_image_style='' color='#35383c' background_color='#35383c' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-7es4yi']
    
    [av_two_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-76e1yi']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/features-1-845x684.jpg' attachment='350' attachment_size='gallery' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-72up2y'][/av_image]
    
    [/av_two_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-6w94m2']
    
    [av_heading tag='h1' padding='0' heading='Cloud Service Setup' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-6oi5ei'][/av_heading]
    
    [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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-6km0ne']
    
    [av_textblock size='' font_color='custom' color='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-6bbct6']
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. <strong>Nullam</strong> dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    
    Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.
    
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et <strong>magnis</strong> dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla <strong>consequat</strong> massa quis enim.
    [/av_textblock]
    
    [/av_three_fifth][/av_tab_sub_section][av_tab_sub_section tab_title='PHP Development' vertical_align='middle' icon_select='icon_top' icon='ue855' font='entypo-fontello' tab_image='' tab_image_style='' color='#35383c' background_color='#35383c' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-68g1oa']
    
    [av_three_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-lthia']
    
    [av_heading tag='h1' padding='0' heading='PHP Development' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-5ts3i2'][/av_heading]
    
    [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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-5ro80q']
    
    [av_textblock size='' font_color='custom' color='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-5kjlle']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et <strong>magnis</strong> dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla <strong>consequat</strong> massa quis enim.
    
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. <strong>Nullam</strong> dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    
    Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.
    [/av_textblock]
    
    [/av_three_fifth][av_two_fifth min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-5gcyr6']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/features-3-845x684.jpg' attachment='352' attachment_size='gallery' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-576glu'][/av_image]
    
    [/av_two_fifth][/av_tab_sub_section][av_tab_sub_section tab_title='Social Media Setup' vertical_align='middle' icon_select='icon_top' icon='ue8f1' font='entypo-fontello' tab_image='' tab_image_style='' color='#35383c' background_color='#35383c' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-50ivlu']
    
    [av_two_fifth first min_height='av-equal-height-column' vertical_alignment='av-align-middle' space='' margin='0px' margin_sync='true' 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' animation='' mobile_display='' av_uid='av-4vesai']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/features-4-845x684.jpg' attachment='353' attachment_size='gallery' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' animation='no-animation' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-4nsxhu'][/av_image]
    
    [/av_two_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-g94jm']
    
    [av_heading tag='h1' padding='0' heading='Social Media Managment' color='custom-color-heading' style='blockquote modern-quote' custom_font='#ffffff' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-4ci24a'][/av_heading]
    
    [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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-47moui']
    
    [av_textblock size='' font_color='custom' color='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-3zhtmy']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et <strong>magnis</strong> dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla <strong>consequat</strong> massa quis enim.
    
    Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. <strong>Nullam</strong> dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    [/av_textblock]
    
    [/av_three_fifth][/av_tab_sub_section][/av_tab_section][av_section min_height='' min_height_px='500px' padding='large' 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_uid='av-3vjl9m']
    [av_one_half first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-3pe0ey']
    
    [av_heading heading='Our Workflow...' tag='h2' style='blockquote modern-quote' size='40' subheading_active='' subheading_size='15' padding='0' color='' custom_font='' admin_preview_bg='' av_uid='av-3mibe2'][/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' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-3f04je']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-39i6rm']
    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_one_half][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-31o2wi']
    
    [av_heading heading='What you need to provide...' tag='h2' style='blockquote modern-quote' size='40' subheading_active='' subheading_size='15' padding='0' color='' custom_font='' admin_preview_bg='' av_uid='av-2uusnm'][/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' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-2szhte']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-2jn5si']
    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_textblock]
    
    [/av_one_half]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='huge' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='' src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2017/02/banner-news-alt.jpg' attachment='1057' attachment_size='full' attach='fixed' position='center center' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='0.7' overlay_color='#000000' overlay_pattern='' overlay_custom_pattern='' av_element_hidden_in_editor='0' av_uid='av-2gjbk2']
    [av_one_fifth first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-26ybsy']
    
    [/av_one_fifth][av_three_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-238a6q']
    
    [av_heading heading='Lorem ipsum dolor...' tag='h2' style='blockquote modern-quote modern-centered' size='40' subheading_active='' subheading_size='15' padding='20' color='custom-color-heading' custom_font='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-1udvzu'][/av_heading]
    
    [av_textblock size='' font_color='custom' color='#ffffff' admin_preview_bg='rgb(34, 34, 34)' av_uid='av-1t6no2']
    <p style="text-align: center;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis disies nec, pellentesque eu, pretium quis, sem.</p>
    [/av_textblock]
    
    [/av_three_fifth][av_one_fifth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display='' av_uid='av-1lbuca']
    
    [/av_one_fifth]
    [/av_section]
    
    [av_section min_height='' min_height_px='500px' padding='large' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' id='' color='main_color' custom_bg='#f8f8f8' 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_element_hidden_in_editor='0' av_uid='av-1eqt5u']
    [av_heading tag='h2' padding='0' heading='What others say about us...' color='' style='blockquote modern-quote modern-centered' custom_font='' size='40' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='' av_uid='av-18etlm'][/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='50px' custom_margin_bottom='50px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-119rqq']
    
    [av_testimonials style='grid' columns='2' interval='5' font_color='' admin_preview_bg='' av_uid='av-xd3p6']
    [av_testimonial_single src='1961' name='Martha M. Masters' subtitle='Marketing' link='http://www.wikipedia.com' linktext='WikiTravel' av_uid='av-sj97m']
    Nulla consequat massa quis enim. Donec pede justo, frinnec, vulputate eget, arcu. In enim juerdiet a, venenatis vitae, justo.
    [/av_testimonial_single]
    [av_testimonial_single src='1959' name='Anna Vandana' subtitle='CEO' link='http://www.wikipedia.com' linktext='Media Wiki' av_uid='av-k4q0a']
    In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    [/av_testimonial_single]
    [av_testimonial_single src='1960' name='Maxi Milli' subtitle='Public Relations' link='http://www.wikipedia.com' linktext='Max Mobilcom' av_uid='av-gpbvm']
    Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
    [/av_testimonial_single]
    [av_testimonial_single src='1958' name='Dr. Dosist' subtitle='Dean of Medicine' link='http://www.wikipedia.com' linktext='Doom Inc' av_uid='av-864gq']
    In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.
    [/av_testimonial_single]
    [/av_testimonials]
    [/av_section]
    

    Best regards,
    Rikard

    #1426853
    doshacen1
    Participant

    Hey guys, how are you? Today I bought Enfold theme because I thought that, with this new Enfold version, I could update language PHP from 7.4.33 to 8.2.13 but when I do this update, my site falls down. If I return to 7.4.33 version, all works perfectly.
    I’ve deactivated all my plugins thinking it was the error but It still doesn’t work. I will appreciate any guide and help you give to me.
    Thank you so much!
    (I work on WordPress 6.4.1 and PHP 7.4.33 perfectly)

    #1426684

    Hi,

    We edited functions.php file and adjust the following line a bit. Please make sure to purge the cache before testing the page.

     var logo = $('.logo a img'); 
                var logo_alt = $('<img src="https://jamesj173.sg-host.com/wp-content/uploads/2023/11/Griegos_Branch_BLK.png" class="av-logo-on-scroll" height="100" width="300" alt="Griegos Farms" title="">').appendTo(logo.parent('a')).hide();
    

    Best regards,
    Ismael

    #1426683

    Hey xaviero7,

    Thank you for the inquiry.

    Why did you replace the name of the toggle shortcode? If you intend to override an element or shortcode in the child theme, you should create a folder called “shortcodes”, copy the shortcode files inside that folder, and then add this code to the functions.php file.

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }
    

    For more info, please check the documentation below.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    Best regards,
    Ismael

    #1426588

    i’m so sorry – i pasted only the function above that i tested on the demo pages with developer tools.
    i forgot to wrap it as Mike said for the child-theme functions.php.
    ________

    See how a test on dev tools work with script :
    Just open the console and enter the function you like to test. Return – and test

    click the gif to see the video:

    #1426569

    Hi,
    Please try wrapping Guenni007 code in a function if you are adding it to your child theme functions.php like this:

    function custom_shrinking_sidebar_menu_script() { ?>
      <script>
    (function($) {
      $(document).ready(function () {
          if (window.innerWidth > 989) {
              var header = $('#header');
              var main = $('#main');
              var burger = $('.html_header_sidebar #top div .av-burger-menu-main');
              var footer = $('.html_header_sidebar.html_header_left .av-curtain-footer.av-curtain-activated .av-curtain-footer-container');
              var menu = $('.responsive.html_header_sidebar #header .av-main-nav > li').not('.av-burger-menu-main, .av-active-burger-item');
    
              $(window).scroll(function () {
                if ($(this).scrollTop() > 200) {
                  burger.show();
                  menu.hide();
                  header.css({'width': '120px', 'transition': 'all 1s ease'});
                  main.css({'margin-left': '120px', 'transition': 'all 1s ease'});
                  footer.css({ 'width': 'calc(100% - 120px)', 'margin-left': '121px'  });
                } else {
                  menu.show();
                  burger.hide();
                  header.css({'width': '300px', 'transition': 'all 1s ease'});
                  main.css({'margin-left': '300px', 'transition': 'all 1s ease'});
                  footer.css({ 'width': 'calc(100% - 300px)', 'margin-left': '301px'  });
                }
              });
          } 
        });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_shrinking_sidebar_menu_script', 99);

    In my test this is working, thanks for sharing Guenni007!

    Best regards,
    Mike

    #1426562

    Thank you Guenni007,

    I know just enough about this to break things (which is how I learn best).

    When I try to use your code, I receive the following error message:

    Your PHP code changes were not applied due to an error on line 55 of file wp-content/themes/enfold-child/functions.php. Please fix and try saving again.
    syntax error, unexpected ‘$’, expecting variable (T_VARIABLE)

    ballindigital
    Participant

    Hi – I’m getting this error on my website?

    Can you please help?

    Warning: include(/home/customer/www/olliepearce.com/public_html/wp-content/uploads/avia_fonts/flaticon-sports/charmap.php): failed to open stream: No such file or directory in /home/customer/www/olliepearce.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 660

    Warning: include(): Failed opening ‘/home/customer/www/olliepearce.com/public_html/wp-content/uploads/avia_fonts/flaticon-sports/charmap.php’ for inclusion (include_path=’.:/usr/local/php74/pear’) in /home/customer/www/olliepearce.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 660

    #1426400

    Hey Diana,
    Thank you for the link to your site and the screenshots, some of them didn’t work, so as I understand this text link on your homepage is not landing correctly for you:
    Enfold_Support_3974.jpeg
    it is meant to land on a empty color section:
    Enfold_Support_3976.jpeg
    when I test it lands correctly, the blue in this screenshot is your empty color section:
    Enfold_Support_3978.jpeg
    I tested with Windows in Chrome & Edge and Mac in Safari & Chrome, and all worked correctly, only Firefox on both Windows & Mac didn’t work correctly, I’m not sure why firefox is having an issue, but to try to adjust for the firefox error I added this code to your functions.php:

    
    function custom_smooth_scroll_to_id_for_firefox_script() { ?>
      <script>
    function slowScrollToAnchor() {
      var urlHash = window.location.hash;
    
      if (urlHash) {
        var target = document.querySelector(urlHash);
        if (target) {
          var targetPosition = target.offsetTop;
          var startPosition = window.pageYOffset;
          var distance = targetPosition - startPosition;
          var duration = 1000;
          var startTime = null;
    
          function scrollAnimation(currentTime) {
            if (startTime === null) startTime = currentTime;
    
            var timeElapsed = currentTime - startTime;
            var scrollY = easeInOutQuad(timeElapsed, startPosition, distance, duration);
            window.scrollTo(0, scrollY);
    
            if (timeElapsed < duration) {
              requestAnimationFrame(scrollAnimation);
            }
          }
          function easeInOutQuad(t, b, c, d) {
            t /= d / 2;
            if (t < 1) return c / 2 * t * t + b;
            t--;
            return -c / 2 * (t * (t - 2) - 1) + b;
          }
    
          requestAnimationFrame(scrollAnimation);
        }
      }
    }
    
    window.addEventListener('load', slowScrollToAnchor);
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_smooth_scroll_to_id_for_firefox_script', 99);

    and after clearing your site cacke and my browser caches for all of my test browsers the anchor link is now correct, even in Firefox. Most of my tests landed correctly even on firefox, but in one case on firefox the script scrolled the page backwards to land in the land place. So the script shows to correct the issue.
    If you want to adjust the one second delay you can change var duration = 1000; to a higher or lower number 1000 equals one second, it seem to work good just the way it is.

    BTW – your Header Footer Code Manager plugin don’t seem to allow PHP snippets, so if you are not going to use a child theme I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets.

    Best regards,
    Mike

    #1426393

    Hi,

    Thank you for the info.

    Did you enable the .htpassword? We can’t access the site because it is requiring another authentication. Please provide the info in the private field and try to add the filter again in the functions.php file.

    add_filter('avf_masonry_query_no_entries_fallback', function($fallback) {
        return false;
    }, 10, 1);
    

    Best regards,
    Ismael

    Hey FW,

    Thank you for the inquiry.

    Have you tried using the avf_load_google_recaptcha_api_prohibited filter as described in the previous thread? Please check the link below.

    // https://github.com/KriesiMedia/enfold-library/blob/a2a93f0004d530dedaa1576ae63a3f2915ac407d/actions%20and%20filters/External%20Services/avf_load_google_recaptcha_api_prohibited.php

    Best regards,
    Ismael

    #1426180

    Topic: PHP extensions for CGI

    in forum Enfold
    CESCI
    Participant

    Hi Everyone,

    I’m using 5.6.6 version of Enfold in 6.3.2. WordPress with 7.4.33 PHP version. Everything worked fine till yesterday afternoon, when I lost my PHP settings and all of the PHP extensions for CGI became disabled.
    I enabled some of the PHP extensions, so my website seems to work (the website loads, I can see the pages, posts), but on the wp admin site I see some issues. I can’t edit and save a post/page in Avia Layout Builder. I also can’t edit the settings of the Enfold and I can’t update any plugin.

    Can you help me with which extensions should be enabled? Or any other idea why I have these issues?
    Thanks a lot!

    Viki

    #1426067

    Topic: PHP Update

    in forum Enfold
    Chrisxx1982
    Participant

    Hi,

    are there certain things to consider with the current PHP version? I currently still have 7.4.33 running.

    Now I tried an update to a higher version 8. Unfortunately that doesn’t work.

    I have now deactivated all plugins. Only Woocommerce is activated, but it still doesn’t work.

    Is there anything Enfold needs to consider or set beforehand?

    Best regards
    Christian

    #1426042
    dlott
    Participant

    When activating Enfold v5.6.5 in a cPanel with PHP 8, the website crashes and “There has been a critical error on this website.” displays.

    Error Log:
    [20-Nov-2023 06:08:54 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 662
    [20-Nov-2023 06:12:14 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 618
    [20-Nov-2023 06:12:15 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 601
    [20-Nov-2023 06:58:08 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 662
    [20-Nov-2023 07:11:01 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 643
    [20-Nov-2023 07:17:46 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 590
    [20-Nov-2023 07:21:22 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 590
    [20-Nov-2023 07:21:55 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 590
    [20-Nov-2023 07:25:13 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 662
    [20-Nov-2023 07:31:50 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 643
    [20-Nov-2023 07:45:07 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 226
    [20-Nov-2023 07:45:15 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 226
    [20-Nov-2023 07:48:19 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 77
    [20-Nov-2023 07:48:27 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 235
    [20-Nov-2023 07:48:28 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 226
    [20-Nov-2023 07:48:31 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 234
    [20-Nov-2023 07:48:32 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 226
    [20-Nov-2023 07:50:50 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 233
    [20-Nov-2023 07:50:51 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 77
    [20-Nov-2023 07:54:30 UTC] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 5242880 bytes) in /home/betagchtravis/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.php on line 64

    Suggestions?

    #1426018
    Leland Dieno
    Guest

    Hello!
    I am working on a clients website: https://danimackenzie.com/
    as soon as I upgrade PHP to 8.0 from 7.4 the site breaks and it appears to be a theme error.
    Are you able to provide details on your themes support for php 8.0?

    We are using enfold

    #1426017

    Hey navindesigns,
    Thank you for the link to your site and your example, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_single_post_banner() { ?>
      <script>
    (function($) {
      $(function() {
      	var postTitle = $('.single-post h1.post-title').detach().text();
      	var postBanner = $('<div class="banner"><h1>'+ postTitle +'</h1></div>');
         $('.single-post .big-preview.single-big').detach().insertBefore('.container_wrap_first');
         $(postBanner).insertAfter('.single-post .big-preview.single-big img');
      });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_single_post_banner', 99);
    

    and this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.single-post #wrap_all .all_colors .big-preview.single-big .banner h1 {
    	font-size: 18px;
    }
    .single-post .big-preview.single-big .banner {
    	top:18%;
    	padding:0 5%;
    }
    }
    
    .single-post .big-preview.single-big {
        padding: 0;
    	pointer-events:none;
    }
    .single-post .big-preview.single-big .banner {
    	top:30%;
    	position:absolute;
    	z-index:4;
    	padding:0 10%;
    	color:#000;
    }
    .single-post .banner h1 {
    	background-color: rgba(255,255,255,71%);
    }
    
    @media only screen and (min-width: 1440px) { 
    .single-post .big-preview.single-big {
    	max-height: 450px;
    }
    .single-post .big-preview.single-big a img {
    	transform: translateY(-20%);
    }
    .single-post .big-preview.single-big a {
    	max-height: 450px;
    }
    .single-post .big-preview.single-big .banner {
    	top:36%;
    	padding:0 15%;
    }
    }

    it will take the single post feature image and title from the default layout like this:
    Enfold_Support_3956.jpeg
    and create a full width banner with the title in it like this:
    Enfold_Support_3953.jpeg
    On mobile it should look like this:
    Enfold_Support_3958.jpeg
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1425984

    In reply to: problem

    Hi,
    Thanks for the host login, it looks like your Enfold theme is v4.6.3.1 which is very old and will noy work with PHP v8.2
    So first try to downgrade your PHP to v7.4 to get your site back online, then manually update to v5.6.8, then you can change your PHP back to v8.2
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    Hi,
    Thank you for your patience, it seems that the issue is the flex css we used to change the position of the menu items equally across the header, the position of the mega-menu sub-menu is determined by javascript based on the screen width and the calculation was for before the css moves the item. I didn’t find a way to adjust the precious css to correct or a way to correct with more css because the value is dynamic.
    I was able to correct with the following javascript and I added it to your child theme functions.php

    function adjust_mega_menu_submenu_for_aboutus_item_to_be_on_screen() { ?>
      <script>
    document.addEventListener('DOMContentLoaded', function() {
      const menuItem = document.querySelector('#menu-item-287');
      const subMenu = document.querySelector('#menu-item-287 .avia_mega3');
    
      function adjustSubMenuPosition() {
        const viewportWidth = window.innerWidth;
        const subMenuRect = subMenu.getBoundingClientRect();
        const offScreenRight = subMenuRect.right - viewportWidth;
        if (offScreenRight > 0) {
          subMenu.style.left = -${offScreenRight}px;
        } else {}
      }
    
      menuItem.addEventListener('mouseenter', function() {
        subMenu.style.display = 'block';
        adjustSubMenuPosition();
      });
    
      menuItem.addEventListener('touchstart', function() {
        subMenu.style.display = 'block';
        setTimeout(adjustSubMenuPosition, 200);
      });
    
      menuItem.addEventListener('mouseleave', function() {
        subMenu.style.display = 'none';
      });
    
      menuItem.addEventListener('touchend', function() {
        subMenu.style.display = 'none';
      });
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'adjust_mega_menu_submenu_for_aboutus_item_to_be_on_screen', 99);

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1425904

    Hi Ismael,

    I followed your new instructions:

    1. I created a back up / restore point
    2. I Disabled CSS file merging and compression (Enfold > Performance > File Compression settings)
    3. I added the code provided to functions.php file (At the bottom)
    4. I Deactivated to speed optimiser plug-in provided by SiteGround
    5. I manually deleted the whole dynamic_avia folder & contents (bc time-consuming selecting 1000’s of individual files)
    6. I changed one of the theme options (in this case blog post layout – from elegant to modern)
    7. I saved changes
    8. It looks like it worked! I can see the dynamic_avia folder has been recreated & contains 3 new files

    Thank you for your support and for what I think is possibly the best theme on the available

    I thought it appropriate to post this here as others may find it useful

    Sincerely

    Philip

    #1425859
    ballindigital
    Participant

    Hi,

    I’ve just randomly started getting this error on my site:

    Warning: include(/home/customer/www/drivercitysolutions.com/public_html/wp-content/uploads/avia_fonts/justice/charmap.php): failed to open stream: No such file or directory in /home/customer/www/drivercitysolutions.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 660

    Warning: include(): Failed opening ‘/home/customer/www/drivercitysolutions.com/public_html/wp-content/uploads/avia_fonts/justice/charmap.php’ for inclusion (include_path=’.:/usr/local/php74/pear’) in /home/customer/www/drivercitysolutions.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-font-manager.php on line 660

    How do I fix this?

    #1425858

    Updating this reply.

    Hey Nikko
    “How much memory is allowed to you by your hosting provider based on the package you purchased/subscribed?”
    memory_limit is set to the max of 896M.

    —————————
    Original response below.
    ————-

    When editing a WooCommerce product using Enfold Avia Layout Editor I am seeing these dev console errors.
    My example is going to edit this product. https://labhuset.no/wp-admin/post.php?post=1722&action=edit&classic-editor

    Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
    at Dl (react-dom.min.js?ver=18.2.0:10:96134)
    at e (react-dom.min.js?ver=18.2.0:10:45699)
    at fr (react-dom.min.js?ver=18.2.0:10:54784)
    at js (react-dom.min.js?ver=18.2.0:10:120956)
    at wl (react-dom.min.js?ver=18.2.0:10:88659)
    at bl (react-dom.min.js?ver=18.2.0:10:88587)
    at yl (react-dom.min.js?ver=18.2.0:10:88450)
    at fl (react-dom.min.js?ver=18.2.0:10:85607)
    at Nn (react-dom.min.js?ver=18.2.0:10:32474)
    at al (react-dom.min.js?ver=18.2.0:10:82721)
    ar @ react-dom.min.js?ver=18.2.0:10

    Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘call’)
    at i (index.js?ver=8.3.0:2:431624)
    at 65792 (5792.js:1:2426)
    at Function.i (index.js?ver=8.3.0:2:431624)
    maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true:1

    Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
    editor.min.js?ver=6.4.1:2

    Uncaught TypeError: Cannot read properties of undefined (reading ‘getSelection’)
    at editor.min.js?ver=6.4.1:2:2280
    at n (editor.min.js?ver=6.4.1:2:3384)
    at HTMLDocument.<anonymous> (editor.min.js?ver=6.4.1:2:248)
    at C (tinymce.min.js?ver=49110-20201110:2:10800)
    at HTMLDocument.d (tinymce.min.js?ver=49110-20201110:2:10946)
    at Object.trigger (jquery.min.js?ver=3.7.1:2:70435)
    at HTMLButtonElement.<anonymous> (jquery.min.js?ver=3.7.1:2:70726)
    at Function.each (jquery.min.js?ver=3.7.1:2:3129)
    at e.<computed>.each (jquery.min.js?ver=3.7.1:2:1594)
    at e.<computed>.trigger (jquery.min.js?ver=3.7.1:2:70701)
    plugin.min.js?ver=49110-20201110:1 Deprecated TinyMCE API call: <target>.onChange.add(..)
    editor.min.js?ver=6.4.1:2

    Uncaught TypeError: Cannot read properties of undefined (reading ‘getSelection’)
    at editor.min.js?ver=6.4.1:2:2280
    at n (editor.min.js?ver=6.4.1:2:3384)
    at HTMLDocument.<anonymous> (editor.min.js?ver=6.4.1:2:248)
    at C (tinymce.min.js?ver=49110-20201110:2:10800)
    at HTMLDocument.d (tinymce.min.js?ver=49110-20201110:2:10946)
    at Object.trigger (jquery.min.js?ver=3.7.1:2:70435)
    at HTMLButtonElement.<anonymous> (jquery.min.js?ver=3.7.1:2:70726)
    at Function.each (jquery.min.js?ver=3.7.1:2:3129)
    at e.<computed>.each (jquery.min.js?ver=3.7.1:2:1594)
    at e.<computed>.trigger (jquery.min.js?ver=3.7.1:2:70701)

    Failed to load resource: the server responded with a status of 503 (Service Unavailable) admin-ajax.php:1

    POST https://labhuset.no/wp-admin/admin-ajax.php 500 (Internal Server Error)
    send @ jquery.min.js?ver=3.7.1:2
    ajax @ jquery.min.js?ver=3.7.1:2
    (anonymous) @ jquery-migrate.min.js?ver=3.4.1:2
    e.<computed> @ jquery-migrate.min.js?ver=3.4.1:2
    l @ heartbeat.min.js?ver=6.4.1:2
    (anonymous) @ heartbeat.min.js?ver=6.4.1:2
    setTimeout (async)
    m @ heartbeat.min.js?ver=6.4.1:2
    (anonymous) @ heartbeat.min.js?ver=6.4.1:2
    c @ jquery.min.js?ver=3.7.1:2
    fireWith @ jquery.min.js?ver=3.7.1:2
    l @ jquery.min.js?ver=3.7.1:2
    (anonymous) @ jquery.min.js?ver=3.7.1:2
    load (async)
    send @ jquery.min.js?ver=3.7.1:2
    ajax @ jquery.min.js?ver=3.7.1:2
    (anonymous) @ jquery-migrate.min.js?ver=3.4.1:2
    e.<computed> @ jquery-migrate.min.js?ver=3.4.1:2
    l @ heartbeat.min.js?ver=6.4.1:2
    (anonymous) @ heartbeat.min.js?ver=6.4.1:2
    setTimeout (async)
    m @ heartbeat.min.js?ver=6.4.1:2
    (anonymous) @ heartbeat.min.js?ver=6.4.1:2
    c @ jquery.min.js?ver=3.7.1:2
    fireWith @ jquery.min.js?ver=3.7.1:2
    l @ jquery.min.js?ver=3.7.1:2
    (anonymous) @ jquery.min.js?ver=3.7.1:2
    load (async)
    send @ jquery.min.js?ver=3.7.1:2
    ajax @ jquery.min.js?ver=3.7.1:2
    (anonymous) @ jquery-migrate.min.js?ver=3.4.1:2
    e.<computed> @ jquery-migrate.min.js?ver=3.4.1:2
    l @ heartbeat.min.js?ver=6.4.1:2
    (anonymous) @ heartbeat.min.js?ver=6.4.1:2
    setTimeout (async)
    m @ heartbeat.min.js?ver=6.4.1:2
    d @ heartbeat.min.js?ver=6.4.1:2
    p @ heartbeat.min.js?ver=6.4.1:2
    (anonymous) @ heartbeat.min.js?ver=6.4.1:2
    dispatch @ jquery.min.js?ver=3.7.1:2
    v.handle @ jquery.min.js?ver=3.7.1:2

    • This reply was modified 2 years, 4 months ago by SHR Design. Reason: Updating reply to answer question
Viewing 30 results - 991 through 1,020 (of 16,891 total)