Forum Replies Created

Viewing 30 posts - 12,301 through 12,330 (of 34,988 total)
  • Author
    Posts
  • Hey josk-design,
    Thank you for your question, for your mobile logo please try this css:

    @media only screen and (max-width: 767px) {
    .responsive #header_main .logo img, .responsive #header_main .logo svg {
        margin-top: 40px;
    }
    }

    As for your anchor links #ueber_mich and #contact you have two sections for each of these IDs so the browser wants to go to the first one but it has the display none applied. You cannot have more than one element with the same id in an HTML document.
    You actually have #ueber_mich as an ID three times on your page. Anyways this would cause an issue because there is not an easy way to change your menu anchor links based on the screen size, but I came up with a script that will change the section IDs if the html class avia_mobile is present on the burger menu click. This way the mobile menu items will work, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function change_duplicate_hidden_ids_on_mobile() { ?>
        <script>
    (function($){ 
    $('.avia_mobile').on('click', '.av-burger-menu-main', function() {
      var ueberMich = $('#ueber_mich.av-small-hide');
      var ueberMichtwo = $('#ueber_mich.av_two_third');
      var contact = $('#contact.av-small-hide');
      $('#main').find( ueberMich ).prop('id', 'new_ueber_mich');
      $('#main').find( ueberMichtwo ).prop('id', 'new_ueber_mich_two');
      $('#main').find( contact ).prop('id', 'new_contact');
    });
    }(jQuery));
    </script>
        <?php
    }
    add_action('wp_footer', 'change_duplicate_hidden_ids_on_mobile');

    Best regard
    Mike

    in reply to: is it possible to get this layout? #1347076

    Hey Jonas,
    Thank you for your question, I was able to get pretty close to your mockup using columns with background images and custom css.
    This is the desktop view:
    2022-04-03_003.jpg
    notice that most are 1/3 square with the top left one being 2/3 square taking up 4 spaces, and in the middle right is one 1/3 tall being 2 blocks tall.
    on tablet, 768px, they retain their ratios but are narrow:
    2022-04-03_004.jpg
    and on mobile they all become full width and equal height:
    2022-04-03_005888e6c4891c7b78c.jpg
    So each of the columns has a custom class to create this and the one-third-tall & one-third-under have been set with top & clear to place them were they are. You will probably need to take care with how much content you add to these to not change their height.
    You can remove the special-heading elements and the display: flex; align-items: center; from the css, as it was to center the special-heading.
    If you Enable the Avia Layout Builder Debugger on your site you can add this page shortcode to test on your site:

    [av_two_third first min_height='' vertical_alignment='av-align-top' space='' row_boxshadow_color='' row_boxshadow_width='10' margin='0px' margin_sync='true' mobile_breaking='' mobile_column_order='' min_col_height='' padding='' padding_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' border='' border_style='solid' border_color='' radius='' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='https://savvyify.com/enfold/wp-content/uploads/2015/07/portfolio-1.jpg' attachment='866' attachment_size='full' background_position='top left' background_repeat='no-repeat' highlight_size='1.1' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='two-thirds' template_class='' aria_label='' av_uid='av-l1jjt2et' sc_version='1.0']
    
    [av_heading heading='Two Thirds' tag='h3' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-l1jm7hat' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [/av_two_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' row_boxshadow_color='' row_boxshadow_width='10' margin='0px' margin_sync='true' mobile_breaking='' mobile_column_order='' min_col_height='' padding='' padding_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' border='' border_style='solid' border_color='' radius='' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='https://savvyify.com/enfold/wp-content/uploads/2015/07/portfolio-2.jpg' attachment='862' attachment_size='full' background_position='top left' background_repeat='no-repeat' highlight_size='1.1' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='one-third' template_class='' aria_label='' av_uid='av-l1jjtztc' sc_version='1.0']
    
    [av_heading heading='One Third' tag='h3' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-l1jm81hx' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [/av_one_third][av_one_third first min_height='' vertical_alignment='av-align-top' space='' row_boxshadow_color='' row_boxshadow_width='10' margin='0px' margin_sync='true' mobile_breaking='' mobile_column_order='' min_col_height='' padding='' padding_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' border='' border_style='solid' border_color='' radius='' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='https://savvyify.com/enfold/wp-content/uploads/2015/07/portfolio-4.jpg' attachment='863' attachment_size='full' background_position='top left' background_repeat='no-repeat' highlight_size='1.1' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='one-third' template_class='' aria_label='' av_uid='av-2xo2xi' sc_version='1.0']
    
    [av_heading heading='One Third' tag='h3' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-74tlzq' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' row_boxshadow_color='' row_boxshadow_width='10' margin='0px' margin_sync='true' mobile_breaking='' mobile_column_order='' min_col_height='' padding='' padding_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' border='' border_style='solid' border_color='' radius='' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='https://savvyify.com/enfold/wp-content/uploads/2015/07/portfolio-5.jpg' attachment='868' attachment_size='full' background_position='top left' background_repeat='no-repeat' highlight_size='1.1' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='one-third' template_class='' aria_label='' av_uid='av-l1jjusx8' sc_version='1.0']
    
    [av_heading heading='One Third' tag='h3' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-5yz9li' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' row_boxshadow_color='' row_boxshadow_width='10' margin='0px' margin_sync='true' mobile_breaking='' mobile_column_order='' min_col_height='' padding='' padding_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' border='' border_style='solid' border_color='' radius='' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='https://savvyify.com/enfold/wp-content/uploads/2015/07/isometric-1.jpg' attachment='447' attachment_size='full' background_position='top left' background_repeat='no-repeat' highlight_size='1.1' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='one-third-tall' template_class='' aria_label='' av_uid='av-l1jjwv99' sc_version='1.0']
    
    [av_heading heading='One Third Tall' tag='h3' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-l1jm8ztq' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [/av_one_third][av_one_third first min_height='' vertical_alignment='av-align-top' space='' row_boxshadow_color='' row_boxshadow_width='10' margin='0px' margin_sync='true' mobile_breaking='' mobile_column_order='' min_col_height='' padding='' padding_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' border='' border_style='solid' border_color='' radius='' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='https://savvyify.com/enfold/wp-content/uploads/2015/07/portfolio-9.jpg' attachment='865' attachment_size='full' background_position='top left' background_repeat='no-repeat' highlight_size='1.1' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='one-third' template_class='' aria_label='' av_uid='av-l1jjz118' sc_version='1.0']
    
    [av_heading heading='One Third' tag='h3' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-4p5yli' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' row_boxshadow_color='' row_boxshadow_width='10' margin='0px' margin_sync='true' mobile_breaking='' mobile_column_order='' min_col_height='' padding='' padding_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' border='' border_style='solid' border_color='' radius='' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='https://savvyify.com/enfold/wp-content/uploads/2015/07/portfolio-1.jpg' attachment='866' attachment_size='full' background_position='top left' background_repeat='no-repeat' highlight_size='1.1' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='one-third' template_class='' aria_label='' av_uid='av-l1jjv7wz' sc_version='1.0']
    
    [av_heading heading='One Third' tag='h3' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-365q0m' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [/av_one_third][av_one_third min_height='' vertical_alignment='av-align-top' space='' row_boxshadow_color='' row_boxshadow_width='10' margin='0px' margin_sync='true' mobile_breaking='' mobile_column_order='' min_col_height='' padding='' padding_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' border='' border_style='solid' border_color='' radius='' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='https://savvyify.com/enfold/wp-content/uploads/2015/07/portfolio-5.jpg' attachment='868' attachment_size='full' background_position='top left' background_repeat='no-repeat' highlight_size='1.1' animation='' link='' linktarget='' link_hover='' title_attr='' alt_attr='' mobile_display='' mobile_col_pos='0' id='' custom_class='one-third-under' template_class='' aria_label='' av_uid='av-l1jjzvnn' sc_version='1.0']
    
    [av_heading heading='One Third Under' tag='h3' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' headline_padding='' headline_padding_sync='true' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-l1jm9z90' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [/av_one_third]

    This is where my example is.
    This is the css for the page:

    @media only screen and (min-width: 768px) { 
    .one-third-tall {
    	height: 819px;
    	clear: initial;
    	top: -436px;
        float: right!important;
        background-position: 50% 50% !important;
    	display: flex;
        align-items: center;
    }
    .one-third {
    	height: 385px;
        background-position: 50% 50% !important;
    	display: flex;
        align-items: center;    
    }
    .two-thirds {
    	height: 819px;
    	background-size: cover !important;
    	display: flex;
        align-items: center;    
    }
    .one-third-under {
    	height: 385px;
    	top: -436px;
        background-position: 50% 50% !important;
    	display: flex;
        align-items: center;    
    }
    }
    @media only screen and (max-width: 767px) { 
    	.one-third,
    	.one-third-under,
    	.one-third-tall,
    	.two-thirds {
    		height: 361px;
    		display: flex;
            align-items: center;
    	}
    	
    }
    .av-special-heading {
    	background-color: rgb(255 255 255 / 75%);
    }

    Best regards,
    Mike

    PS. I see that you have asked this through our PreSaleRequest Contact form, for further questions please login to the support forum and create a new thread so we can help you and other users can benefit from the solutions. Thank you for using Enfold.

    in reply to: Blog Post Layout Issues #1347073

    Hey damon129,
    Thank you for the link to your site, I see that your title bar is showing on the post, the bar that says “blog”, if you don’t want this to show on any of your post then choose “hide both” from the Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs option.
    2022-04-03_001.jpg
    As for your sidebar widgets, I see that your Sidebar Blog has no widgets so the demo page navigation is showing, if you add a widget to the Sidebar Blog then the navigation will not show.
    2022-04-03_002.jpg

    Best regards,
    Mike

    Hey gattringerot,
    Bitte überprüfen Sie, ob Sie eine footer.php oder header.php in Ihrem Child-Theme haben, wenn ja, aktualisieren Sie diese bitte mit der aktuellen footer.php oder header.php aus dem Parent-Theme. Wenn dies nicht der Fall ist, fügen Sie bitte den Administrator-Login in den Bereich Private Inhalte ein, damit wir Ihnen weiterhelfen können.

    — Translated with Google —

    Please check if you have an footer.php or header.php in your child theme, if so please update these with the current footer.php or header.php from the parent theme. If this is not the case then please include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Footer verschwunden nach Update #1347068

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Help with position of cart icon and search icon #1347065

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Please try this to center the buttons:

    @media only screen and (min-width: 1224px) { 
    #full_slider_1 .avia-slideshow-button {
    	-ms-transform: translateX(75%);
      transform: translateX(75%)
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Hide image title, etc. on hover #1347051

    Hi,
    Glad we were able to help, and special thanks to Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Header Opacity Issue with Logo #1347027

    Hi,
    Thanks for your screenshots but there is no overlay over your logo or header, please note that your menu items are white and show correctly.
    This is because the opacity:0.1; is applied under the logo container on header_bg div, you can test this by Yigit’s suggestion of choosing to display transparent header instead of the glassy transparent option, or test with this css:

    #top #wrap_all .av_header_glassy.av_header_transparency .header_bg {
        background-color: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    and you will see that the color of the logo doesn’t change.
    Below I have linked to your logo directly, if you open it in a new browser tab you will see that the text “senior care” is actually #FCFCFC and not white so if you adjust the image it should solve this.

    Best regards,
    Mike

    in reply to: mobile versionn with app feel #1347026

    Hey virtualbis,
    Thanks for your question, we don’t have an “app” looking demo, perhaps the Knowledgebase Demo would be the closest with large elements and buttons, but woocommerce will not carry this same look as it has it’s own layout.
    I have not looked for this in other plugins so I’m not sure if it is available, I imagine your best option would be to create a mockup of what you are looking for and then try to create this with the available elements.

    Best regards,
    Mike

    Hi,
    Thanks for sharing your solution, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Preview in fullwidth (masonry portfolio) #1347024

    Hey opificioilgranello,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .mfp-content img.mfp-img,
    .mfp-image-holder .mfp-content {
        width: 90%;
        height: 90%;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Formatting Issue #1347023

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Icon Grid display error in Google Chrome #1347020

    Hi,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .avia-chrome.avia-chrome-100 .av-row-with-3-cells.av-cell-1 {
    	clear: both;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: section full width #1347019

    Hi,
    I couldn’t find the page you took the screenshots from so I tried adding the elements to the test page and it seems to work well, please check.
    This element really wasn’t designed to work with the layout that you are trying to achieve, as you recall at the beginning of this thread we wrote a script to try to achieve this, but since you are having such trouble with this, perhaps a different layout is in order?

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Custom Header Widget alignmnet #1347014

    Hi,
    The following css will place the #text-26 below and center the logo on mobile (screenshot 1), it will remain centered below the logo on tablet because there is not enough room next to the logo (screenshot 2), then at 991px and above it moves up in-line with the logo (screenshot 3).

    @media only screen and (max-width: 990px) {
    #header #header_main {
    	display: flex;
    	flex-wrap: wrap;
    }
    #header #header_main #text-26 {
    	order: 2;
        position: relative;
        right: unset;
        top: unset;
        margin: auto;
        padding: 0;
    }
    #header #header_main .av-logo-container {
    	order: 1;
    }
    #header #header_main_alternate {
    	order: 3;
    }
    }
    @media only screen and (min-width: 991px) and (max-width: 1210px) {
    	.responsive #header_main > .container.av-logo-container {
    		max-width: 499px;
    		margin: 0;
    	}
    	.responsive #header_main > #text-26 {
        right: 20px;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hey goch,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .single-product .av-woo-purchase-button > .product_meta {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Table headline #1347010

    Hi,
    Thanks for the link to your site and the screenshot, please try this code in the General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .avia-table-1 td:nth-of-type(1):before {
        color: #d20a11;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to display portfolio items in modal box #1347008

    Hi,
    Thank you for sharing your solution, hopefully this will help other users.
    If you have any further solutions or questions please feel free to create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Google Chrome #1347007

    Hi,
    Thanks for the links and screenshots but I’m not able to reproduce this on the latest versions:
    Windows Chrome v100.0.4896.60 (Official Build) (64-bit)
    Mac Chrome v100.0.4896.60 (Official Build) (x86_64)

    I’m not sure why your version number is different, are you sure you’re not using version 99.0.4844.84?

    Best regards,
    Mike

    Hi,
    Please try as I have described above.

    Best regards,
    Mike

    Hi,
    How did you move it, did you overwrite the live site (v4.8.6.2) with the staging site (v4.9.2)?
    This can cause errors, try removing the v4.8.6.2 directory via ftp and then add the v4.9.2 directory.

    Best regards,
    Mike

    Hey ryhan,
    I have compared your staging site and your live site and I don’t see any difference, but I do note that your live site is not up-to-date, it is using Version: 4.8.6.2
    so if you moved the header from your staging site which is using Version: 4.9.2 to your live site that could be the issue, please update your live site.

    Best regards,
    Mike

    in reply to: Help with position of cart icon and search icon #1346999

    Hi,
    On your temp site that you originally linked to the cart is moved just before the social icons as your request, please see the screenshots above.
    On your new domain you have this added css that moves the cart to the other side of the page:

    .html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
        right: 750px;
    }

    please remove this css and it will be like in the screenshot above.
    On your original site the cart icon clicks to the cart, but on your new domain you have mixed content warnings so try the plugin Really Simple SSL to correct.

    Best regards,
    Mike

    in reply to: inline_popup_enabler #1346997

    Hey nicoletaenache00,o
    Thanks for the login, you had the Disable jQuery Migrate option disabled in Enfold Theme Options ▸ Performance ▸ Change WordPress defaults jQuery Migrate needs to be active, I enabled, please check.

    Best regards,
    Mike

    in reply to: video controls #1346991

    Hey sitibus,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #mep_0 .mejs-controls * {
        background: transparent !important;
        opacity: 0 !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: YouTube video and audio autoplay #1346987

    Hey Marco,
    Thank you for your question, you can not have an auto-playing video with sound, the video must have the sound off or not auto-play. This rule has been put in place by the major browsers, Safari & Chrome, and we follow it.
    Some plugins try to hack around this and the browsers try to break these with each update, so you could try one of these, but it is outside our support.
    You could also try using the layerslider with a video in it, at one time this worked, but note that eventually it will not.

    Best regards,
    Mike

Viewing 30 posts - 12,301 through 12,330 (of 34,988 total)