Forum Replies Created

Viewing 30 posts - 26,791 through 26,820 (of 34,572 total)
  • Author
    Posts
  • in reply to: Add and center images in socket area #965039

    Hi,
    I tried a different approach, I added this to your functions.php:

     function move_socket_logos(){
      ?>
      <script>
    jQuery(window).load(function(){
      jQuery( '#socket .container' ).each(function() {
      jQuery( this ).find( 'span.socket-logos' ).insertAfter( jQuery(this).find('span.copyright') );
      });
      });
      </script>
      <?php
      }
      add_action('wp_footer', 'move_socket_logos');

    and replaced the above css with this in the Quick CSS:

    @media only screen and (min-width: 676px) {
    #socket .copyright {
        float: none!important; 
        width: auto;
    }
    #socket .social_bookmarks {
        float: none!important; 
        margin: -10px 0 0 0!important; 
        width: auto!important; 
        display: inline-block!important; 
    }
    #socket .socket-logos {
        float: none!important; 
        width: auto !important;
        margin-left: 0!important; 
    }
    #socket .container {
        display: flex !important; 
        justify-content: center !important; 
    }
    }
    @media only screen and (min-width: 1340px) { 
    #socket .social_bookmarks {
        margin-left: 28%!important; 
    }
    #socket .socket-logos {
        margin-left: 25%!important; 
    }
    }
    @media only screen and (min-width: 676px) and (max-width: 1339px) { 
    #socket .social_bookmarks {
        margin-left: 8%!important; 
    }
    #socket .socket-logos {
        margin-left: 5%!important; 
    }
    }
    @media only screen and (max-width: 675px) {
    #socket .copyright,#socket .socket-logos,#socket .social_bookmarks {
        display: flex !important; 
        justify-content: center !important; 
        float: none !important; 
        margin-left: 0 !important; 
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Footer cuts off bottom of page – but only on mobile #964771

    Hi,
    Try this code in the General Styling > Quick CSS field:

    
    @media only screen and (max-width: 767px) { 
    #top.home #full_slider_2 .avia-caption-content p {
    font-size: 80% !important;
    line-height: 12px !important; 
    padding: 0 5px !important;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 1023px) { 
    #top.home #full_slider_2 .avia-caption-content p {
    font-size: 80% !important;
    line-height: 16px !important; 
    padding: 5px 5px !important;
    }
    #top.home #full_slider_2 .slideshow_caption {
    padding: 40px 5px !important;
    }
    }
    @media only screen and (min-width: 1024px) and (max-width: 1064px) { 
    #top.home #full_slider_2 .avia-caption-content p {
    padding: 5px 5px !important;
    }
    #top.home #full_slider_2 .slideshow_caption {
    padding: 40px 5px !important;
    }
    }

    This is meant for the single testimony slider on the home page, if this element is also on another page please let up know so we can adjust the code.

    Best regards,
    Mike

    in reply to: Change h3 to h5 in footer #964764

    Hey YTM_Filip,
    Are you referring to a text widget in the footer or a different widget? Would changing the tag font size via css be ok, or do you really need the actual H tag to be changed?

    Best regards,
    Mike

    in reply to: Demo Import not working #964759

    Hey justeyer2,
    We can assist with a manual demo import, which demo do you which to use, which webhost are you using, Please include FTP access in the Private Content area.

    Best regards,
    Mike

    in reply to: Theme is Broken since update #964755

    Hey Sam,
    Sorry for the late reply, I logged in and your site seems to be working correctly and I don’t see the error message.
    Although I see your child theme is not being used right now, your parent theme is activate.
    Please advise.

    Best regards,
    Mike

    in reply to: feature image caption / Beitragsbild mit Quellenangabe #964736

    Hi,
    I see that you are using the Advanced Layout Builder for your posts, it has been created to give you the most design choices, and doesn’t show some things automatically like the default WordPress editor like the excerpts. You will need to create your own excerpts by going to the top of your post page and clicking “Screen Options” and then checking the box “excerpts”, in your language it’s “abstract”. I did this to the first post to show you, and here is a screenshot:
    2018-05-31_050919
    This is also why your featured image is not displaying at the top of your post, please use a image element to add one. You will notice the post “SCHNELLER LAUFEN DURCH RUMPFSTABILISATION” is using the WordPress default editor and it shows the featured image and the excerpt.
    I hope this explains well.

    In testing I removed my code in the functions.php and the copyright seems to be staying correct, but I not sure if this is a caching issue, we can add the functions.php code back in later if need be.
    I recommend disabling your caching plugin while you are developing, when you are done the caching plugin will be a good idea. I also note that the buttons for the caching plugin seem off a little as if there is a conflict with another plugin
    2018-05-31_053723
    I recommend disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    —–
    Can I ask if you have registered for support yet? This thread looks different to us than a regular support thread, most likely because you started it before as a contact form request. We would like to start using the regular support threads for your future questions, I hope this makes sense and you understand.

    If you have not done so yet, please register here kriesi.at/support/register with your item purchase code .

    Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.

    Example: https://kriesi.at/support/enfold

    Scroll to the bottom of the page to open a new ticket.

    Best regards,
    Mike

    in reply to: Header text widget positioning #964716

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Mobile version – Text of slide under logo area #964714

    Hi,
    Glad Jordan was able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Thank you for the login, I have taken a look and believe I have found a solution. First I changed your copyright link a little and include the word “Foto” inside the first link so you will not have a line brake, like this:

    <a href="https://flic.kr/p/nnkLZL" target="_blank" rel="noopener">Foto: "Stròlic Furlàn - Davide Gabino"</a>, lizenziert unter <a href="https://creativecommons.org/licenses/by-nd/2.0/" target="_blank" rel="noopener">CC BY-ND 2.0</a>.

    Then I added this function to your child theme functions.php:

    function move_copyright(){
    	?>
    	<script>
      jQuery(window).load(function(){
    	jQuery( '.slide-entry' ).each(function() {
    	jQuery( this ).find( '.avia-copyright' ).insertAfter( jQuery(this).find('.slide-image') );
    	});
    	});
    	</script>
    	<?php
    	}
    	add_action('wp_footer', 'move_copyright');

    This solved the extra line issue, I then added this css to WordPress > Customize > Additional CSS to give your copyright a smaller line height and to give the link a light black color, you can remove this if your wish, I just thought you might like it.

    .avia-copyright a {
        color: #383838!important; 
    }
    .avia-copyright {
        line-height: 14px !important; 
    }

    Please clear your cache and check.

    Best regards,
    Mike

    in reply to: Unable to update theme #964604

    Hi,
    That is strange, do you mind if I try? Please include FTP access and WordPress admin access in the Private Content area.

    Best regards,
    Mike

    in reply to: Bugs on my home page #964603

    Hi,
    Sounds like you have figured it out. I’m in the USA.
    Is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

    Hi,
    Thank you for the login, I first tested if deactivating your plugins would solved, and it seemed to have no change. This I tried re-saving your cookie options by placing a empty space in the cookie message which allowed the “save all changes” button to be clickable. This seems to have solved, I also tested your site the Firefox browser, and both buttons work correctly.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Google maps element not working #964594

    Hi,
    Glad Nikko could help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Problem við Insert Image and Add/edit Gallery #964592

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Cookie Consent Dismiss Adds # To URL #964590

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    Sorry I followed your steps:
    2018-05-30_201321

    Best regards,
    Mike

    in reply to: Problem with Internet Explorer #964587

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Missing menu – Screenwidth between 990 and 1180 px #964586

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    This error is from Strato webhost, when working with other members we have found that their PHP Boost is a issue and it also seems that they are blocking the demo files IP address, but we are not 100% sure on this because Strato has not been helpful in solving this.
    There are a few ways to manually import the demo from a localhost that you would need to create on your computer. If you feel comfortable working with a localhost environment then I would be happy to explain the steps, otherwise if you wish to change your demo I would be happy to assist again.
    Note that anyway to install a demo you will lose your current content and settings, typically someone will only install a new demo when they wish to reset their site.
    If you wish to get sections from the different demos to see how they work or apply a certain page to your site, then installing a localhost and Enable Avia Layout Builder Debug to copy the shortcode to your live site works very well.

    Best regards,
    Mike

    in reply to: How to add a custom web font? #964162

    Hi,
    Thanks for sharing your font, I tested adding to a folder and then zipping & zipping the font directly and uploading and in both cases it worked for me.
    I believe your issue may be that you don’t have the PHP ZipArchive Extension enabled, please check by going to Layerslider WP > Options > System Status > Server Settings
    see if you have a green mark next to PHP ZipArchive Extension
    2018-05-30_060829
    If not please ask your webhost to enable.

    Best regards,
    Mike

    in reply to: Lightbox Modal Window #964149

    Hi,
    I have found two similar posts, where one was solved by updating the php version from v5.4, and the other was using the “Speed up images and photos” option in Jetpack.

    @Tflores87
    if neither of these apply to you, Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Lightbox Problems #964128

    Hi,
    Please try deactivating Jetpack, it has the “Speed up images and photos” option which is serving your images on i2.wp.com and adding ?zoom=1.25&fit=300%2C225&ssl=1 to the end of their url’s

    Best regards,
    Mike

    Hi,
    Thank you for sharing that, my understanding is that you can use the plugin, the only inconvenience is that to add a return you must do so in the visual tab of the editor.

    Best regards,
    Mike

    in reply to: privacy policy message login forms not showing #964107

    Hi,
    Please see this solution

    Best regards,
    Mike

    in reply to: Prival Policy – Cookie Consent Message and button #964104

    Hi,
    Please try disabling the plugin “popup-builder-analytics” it is throwing 6 different js errors.
    I would recommend disabling all plugins and then try enabling one at a time, often the one causing the problems is not showing any errors.

    Best regards,
    Mike

    in reply to: Help me rebuild elements from the Enfold 2017 demo #964032

    Hi,
    This is built with the tab section element:
    2018-05-29_234119
    Here is the debug code from the demo for you to test on your site, although you may not get all of the images:

    [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='9' bg_color='#f1f1f1' color='#919191' av_uid='av-g4ml7q']
    [av_tab_sub_section tab_title='bbPress Forums' vertical_align='middle' icon_select='image_top' icon='ue800' font='entypo-fontello' tab_image='3004' tab_image_style='' color='#333333' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-fwq2xi']
    
    [av_one_half 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-fquroe']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/bbpress-ipad.jpg' attachment='541' attachment_size='full' align='center' styling='no-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-fkap7y'][/av_image]
    
    [/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-fi4t7i']
    
    [av_heading tag='h1' padding='0' heading='Easily build and manage your community with the bbPress forum plugin' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-fcczq6'][/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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-f3zdpa']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-f0v41a']
    <strong>bbPress</strong> is a forum software with a twist from the creators of WordPress. Easily setup discussion forums inside your WordPress powered site.
    [/av_textblock]
    
    [av_hr class='invisible' height='20' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' 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-eraeba']
    
    [av_button label='Learn more about bbPress' link='manually,https://bbpress.org/' link_target='_blank' size='large' position='left' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue80b' font='entypo-fontello' color='custom' custom_bg='#8dc770' custom_font='#ffffff' admin_preview_bg='' av_uid='av-eohj52']
    
    [/av_one_half][/av_tab_sub_section][av_tab_sub_section tab_title='Yoast SEO for WP' vertical_align='middle' icon_select='image_top' icon='ue800' font='entypo-fontello' tab_image='3012' tab_image_style='' color='#333333' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-egxeue']
    
    [av_one_half 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-eb1xf2']
    
    [av_heading tag='h1' padding='0' heading='Optimize your site for search engines with Yoast SEO for WordPress' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-e4t3a6'][/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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-e1y1em']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-dsnfvq']
    <strong>Yoast SEO</strong> allows you to easily optimize your WordPress site with one plugin for all search engines. It allows for real time content analysis of your blog entries and has many more features to streamline your site. A premium version of the plugin is also available.
    [/av_textblock]
    
    [av_hr class='invisible' height='20' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' 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-dpclby']
    
    [av_button label='Learn more about Yoast SEO' link='manually,https://yoast.com/wordpress/plugins/seo/' link_target='_blank' size='large' position='left' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue803' font='entypo-fontello' color='custom' custom_bg='#0075b3' custom_font='#ffffff' admin_preview_bg='' av_uid='av-1cp9fy']
    
    [/av_one_half][av_one_half 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-dbfcku']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/yoast-ipad.jpg' attachment='548' attachment_size='full' align='center' styling='no-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-d6vt8e'][/av_image]
    
    [/av_one_half][/av_tab_sub_section][av_tab_sub_section tab_title='Gravity Forms' vertical_align='middle' icon_select='image_top' icon='ue800' font='entypo-fontello' tab_image='3007' tab_image_style='' color='#333333' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-d0qro6']
    
    [av_one_half 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-crwb5y']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/gravity-ipad.jpg' attachment='543' attachment_size='full' align='center' styling='no-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-cn1v2m'][/av_image]
    
    [/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-cjmu26']
    
    [av_heading tag='h1' padding='0' heading='Build great forms with GravityForms' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-cb4umm'][/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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-c6v7ri']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-179idi']
    Although Enfold has a great and simple form builder for everyday contact forms, sometimes what you need is something more sophisticated with a lot more options. Thats where <strong>GravityForms</strong> shines!
    [/av_textblock]
    
    [av_hr class='invisible' height='20' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' 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-bwn6ja']
    
    [av_button label='Learn more about GravityForms' link='manually,https://woocommerce.com/?ref=84' link_target='_blank' size='large' position='left' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue849' font='entypo-fontello' color='custom' custom_bg='#365666' custom_font='#ffffff' admin_preview_bg='' av_uid='av-boa0pq']
    
    [/av_one_half][/av_tab_sub_section][av_tab_sub_section tab_title='Slider Revolution' vertical_align='middle' icon_select='image_top' icon='ue800' font='entypo-fontello' tab_image='3009' tab_image_style='' color='#333333' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-bianmm']
    
    [av_one_half 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-ba6otq']
    
    [av_heading tag='h1' padding='0' heading='Use Slider Revolution for beautiful slides' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-b4nw6u'][/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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-b18812']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-atk0cu']
    Although the plugin is not included as part of the theme (other than the Layerslider Plugin, which is) the theme will show an extra template builder element for the Slider Revolution Plugin for easier integration with our layouts. No Matter with Layer Based Slider you prefer, we got you covered!
    [/av_textblock]
    
    [av_hr class='invisible' height='20' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' 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-aquxra']
    
    [av_button label='Learn more about Slider Revolution' link='manually,https://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380?ref=Kriesi' link_target='_blank' size='large' position='left' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue891' font='entypo-fontello' color='custom' custom_bg='#c50000' custom_font='#ffffff' admin_preview_bg='' av_uid='av-aj4gam']
    
    [/av_one_half][av_one_half 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-aaumue']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/revslider-ipad.jpg' attachment='546' attachment_size='full' align='center' styling='no-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-a6u352'][/av_image]
    
    [/av_one_half][/av_tab_sub_section][av_tab_sub_section tab_title='Woo Commerce' vertical_align='middle' icon_select='image_top' icon='ue800' font='entypo-fontello' tab_image='3010' tab_image_style='' color='#333333' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-a12fty']
    
    [av_one_half 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-9upf8e']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/woo-ipad.jpg' attachment='522' attachment_size='full' align='center' styling='no-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-9prbyu'][/av_image]
    
    [/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-9kmhna']
    
    [av_heading tag='h1' padding='0' heading='Open your own WooCommerce Online Store' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-9ane6e'][/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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-94562u']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-8y5zxq']
    <strong>WooCommerce</strong> is now the most popular eCommerce platform on the web, so you can rest assured you're in good company. Build beautiful and functional stores without any hassle by using our Enfold Theme in conjunction with WooCommerce.
    [/av_textblock]
    
    [av_hr class='invisible' height='20' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' 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-8vbby6']
    
    [av_button label='Learn more about WooCommerce' link='manually,https://woocommerce.com/?ref=84' link_target='_blank' size='large' position='left' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue859' font='entypo-fontello' color='custom' custom_bg='#a46497' custom_font='#ffffff' admin_preview_bg='' av_uid='av-v97vi']
    
    [/av_one_half][/av_tab_sub_section][av_tab_sub_section tab_title='Layer Slider Plugin' vertical_align='middle' icon_select='image_top' icon='ue800' font='entypo-fontello' tab_image='3008' tab_image_style='' color='#333333' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-8kmnye']
    
    [av_one_half 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-8eayfa']
    
    [av_heading tag='h1' padding='0' heading='Use LayerSlider for amazing custom animations. The plugin is the only one included in the theme' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-85rjam'][/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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-817fvy']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-7v0bha']
    Our goto slider when it comes to complex layer-based animation sliders. The Plugin is included as part of the theme but no worries, if you don't use we wont load it, to take care of your server resources.
    [/av_textblock]
    
    [av_hr class='invisible' height='20' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' 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-7my1mu']
    
    [av_button label='Learn more about the LayerSlider' link='manually,https://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin/1362246?ref=Kriesi' link_target='_blank' size='large' position='left' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue84e' font='entypo-fontello' color='custom' custom_bg='#312853' custom_font='#ffffff' admin_preview_bg='' av_uid='av-7jeceu']
    
    [/av_one_half][av_one_half 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-7e8whi']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/layerslider-ipad.jpg' attachment='544' attachment_size='full' align='center' styling='no-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-77l9xy'][/av_image]
    
    [/av_one_half][/av_tab_sub_section][av_tab_sub_section tab_title='Mailchimp Newsletter' vertical_align='middle' icon_select='image_top' icon='ue800' font='entypo-fontello' tab_image='3005' tab_image_style='' color='#333333' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-72gtie']
    
    [av_one_half 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-6tk1o6']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/mailchimp-ipad-1.jpg' attachment='545' attachment_size='full' align='center' styling='no-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-6olnlq'][/av_image]
    
    [/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-6irbue']
    
    [av_heading tag='h1' padding='0' heading='Mailchimp Newsletter Integration' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-mp8om'][/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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-m4tce']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-62pb7a']
    Not technically a plugin but only the most popular newsletter service there is. And Enfold allows you to create subscription forms out of the box. Just enter your <strong>Mailchimp</strong> API key and start collecting subscribers!
    [/av_textblock]
    
    [av_hr class='invisible' height='20' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' 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-5vxhfa']
    
    [av_button label='Learn more about Mailchimp' link='manually,https://mailchimp.com' link_target='_blank' size='large' position='left' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue836' font='entypo-fontello' color='custom' custom_bg='#f58eac' custom_font='#ffffff' admin_preview_bg='' av_uid='av-5qh2fq']
    
    [/av_one_half][/av_tab_sub_section][av_tab_sub_section tab_title='The Events Calendar' vertical_align='middle' icon_select='image_top' icon='ue800' font='entypo-fontello' tab_image='3006' tab_image_style='' color='#333333' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-5i88ha']
    
    [av_one_half 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-jh3cu']
    
    [av_heading tag='h1' padding='0' heading='Manage and organize events with this amazing plugin' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-1vhxy'][/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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-hyz1y']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-4vj31i']
    A solid, feature-rich calendar and events management suite that’s scalable from soup to nuts. Also comes with a Pro version and a ton of extensions. Definitely check it out!
    [/av_textblock]
    
    [av_hr class='invisible' height='20' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' 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-4s3r86']
    
    [av_button label='Learn more about the Evens Calendar' link='manually,http://mbsy.co/6cr37' link_target='_blank' size='large' position='left' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue84e' font='entypo-fontello' color='custom' custom_bg='#1173b3' custom_font='#ffffff' admin_preview_bg='' av_uid='av-4k48x2']
    
    [/av_one_half][av_one_half 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-4d9gnq']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/events-ipad.jpg' attachment='542' attachment_size='full' align='center' styling='no-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-47ubyu'][/av_image]
    
    [/av_one_half][/av_tab_sub_section][av_tab_sub_section tab_title='Multi Language' vertical_align='middle' icon_select='image_top' icon='ue800' font='entypo-fontello' tab_image='3011' tab_image_style='' color='#333333' background_color='' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' av_uid='av-41xzoe']
    
    [av_one_half 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-3v2h6m']
    
    [av_image src='https://test.kriesi.at/enfold-2017/wp-content/uploads/sites/24/2015/07/wpml-ipad.jpg' attachment='547' attachment_size='full' align='center' styling='no-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-3pgcy6'][/av_image]
    
    [/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-3mx4zy']
    
    [av_heading tag='h1' padding='0' heading='Create sites with multiple languages with Enfold and WPML' color='' style='blockquote modern-quote' custom_font='' size='30' subheading_active='' subheading_size='15' custom_class='' admin_preview_bg='rgb(255, 255, 255)' av_uid='av-3ffqp2'][/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='30px' custom_margin_bottom='30px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' admin_preview_bg='' av_uid='av-39izqu']
    
    [av_textblock size='' font_color='' color='' admin_preview_bg='' av_uid='av-308lxq'] WPML allows running fully multilingual websites with WordPress, making it easy to translate WordPress pages, posts, tags, categories and themes. And since our Themes are optimised for <strong>WPML</strong> the whole experience gets even better!
    [/av_textblock]
    
    [av_hr class='invisible' height='20' shadow='no-shadow' position='left' custom_border='av-border-fat' custom_width='50px' custom_border_color='#000000' 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-ad5su']
    
    [av_button label='Learn more about WPML' link='manually,http://bit.ly/kwpml' link_target='_blank' size='large' position='left' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue859' font='entypo-fontello' color='custom' custom_bg='#307a9b' custom_font='#ffffff' admin_preview_bg='' av_uid='av-2oatpq']
    
    [/av_one_half][/av_tab_sub_section]
    [/av_tab_section]
    
    

    Best regards,
    Mike

    Hi,
    Thank you for the login, I believe I was on the correct page, but I was unable to reproduce your issue. I tried with many different screen sizes in Chrome browser.
    Please see screenshot in Private Content area.
    Please tell us which browser are you using, and what screen size so we can reproduce.
    Also if you are not using Chrome browser, please try to see if you still have the issue.

    Best regards,
    Mike

    in reply to: Footer #964029

    Hi,
    If I recall correctly, with Polylang you can choose different options with each language, have you tried creating a different footer page for each language?

    Best regards,
    Mike

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top #wrap_all .av-main-nav ul > li > a,.header_color .main_menu ul ul {
            background-color: transparent!important; 
    }
    .header_color ul,.header_color span,.header_color div,#top .av_header_transparency #header_meta li,.header_color a {
        border-color: transparent !important;
    }

    Best regards,
    Mike

    in reply to: Text der cookie bar von Englisch auf Deutsch ändern #964020

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 30 posts - 26,791 through 26,820 (of 34,572 total)