Forum Replies Created

Viewing 30 posts - 22,051 through 22,080 (of 34,223 total)
  • Author
    Posts
  • in reply to: Make the Menu Overlay Transparent #1068065

    Hi,
    Please include the url to the page in question so we can take a closer look. What color do you want the sub-menu links?

    Best regards,
    Mike

    in reply to: Tab Section – increase space for tab title #1068063

    Hi,
    When I check it’s working for me, but as I tried to explain earlier, the “Home” item for the page always has the class for the highlighting because it is the parent of the page, technically you are always on that page. So I did a lot of css to adjust the menu item color so that it would not be highlighted when the others are highlighted.

    So now I wrote this script that will remove the class or add it to the “Home” menu item, based on how far the page has scrolled, it is set to 100px, and then I adjusted your css.

    function custom_current_menu_item(){
      ?>
      <script>
    (function ($) { 
    $(window).scroll(function() {    
        var scroll = $(window).scrollTop();
        if (scroll >= 100) {
            $(".menu-item-5246").removeClass('current_page_item');
            $("#menu-item-5721").removeClass('current_page_item');
        } else {
            $(".menu-item-5246").addClass('current_page_item');
            $("#menu-item-5721").addClass('current_page_item');
        }
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_current_menu_item');

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Zoom on mobile devices #1068048

    Hi,
    Try going to your header.php on line 65, and find this:

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';

    and replace with this:

    if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">';

    Best regards,
    Mike

    in reply to: tap page link on picture #1068044

    Hi,
    Happy to help, I assume we can close this now, but I like to ask. Shall we close this then?

    Best regards,
    Mike

    in reply to: Make the Menu Overlay Transparent #1068043

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

    #top .av_header_transparency #avia-menu li a span.avia-menu-text {
    color: #fff !important;
    }
    #top #avia-menu li a span.avia-menu-text {
    color: #000 !important;
    }

    Best regards,
    Mike

    in reply to: Website content no longer viewable #1068040

    Hi,
    The child theme is free, Read here about the Child Theme
    If you have it installed then you should be able to go to WordPress > Appearance > Themes and choose it as the activated theme.
    Did you have a site created, or were you working on one?
    Perhaps it would be better to include a admin login in the Private Content area so we can look.

    Best regards,
    Mike

    in reply to: Theme Customization #1068034

    Hey Antonios Zarafonitis,
    Enfold works with the version of WordPress that you would install on your server, from wordpress.org, but not with wordpress.com
    Here is a list of free webhosts that you can install WordPress on, and then use Enfold with.
    While installing WordPress on a localhost makes testing on your computer easy, we are not able to login and assist if you are having trouble.

    Best regards,
    Mike

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

    #top .comment_container textarea,#top .comment_container .form-submit input#submit {
    font-family: 'Lobster', cursive !important; 
    }

    Please adjust the font to suit, and Then clear your browser cache and any cache plugin, and check.
    Please note that if you are using a font that is not already displaying on the same page, you should upload it to Enfold Theme Options > Import/Export > Custom Font Manager to force it to display.

    Best regards,
    Mike

    in reply to: show titel on masonry gallery #1068002

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

    .avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content {opacity: 1 !important; }
    .avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content .av-masonry-entry-content {
    display: none !important;
    }
    
    .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-masonry-entry-title {
    display: none !important;
    }
    .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content .av-masonry-entry-content {
    display: block !important;
    }
    

    Then clear your browser cache and any cache plugin, and check.
    expected results:
    2019-02-17-140008

    Best regards,
    Mike

    in reply to: Image disappears when menu at full size #1067971

    Hey graemejardin,
    Thanks for the login, I found that your transparent logo url was pointing to a 404, I corrected and now you have a logo.
    Please clear your browser cache and check.
    2019-02-17-130322

    Best regards,
    Mike

    in reply to: header menu dots #1067968

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

    #avia-menu > li a:after{
    	content: "";
    	width: 3px;
    	height: 3px;
    	background: #bbb;
    	-webkit-border-radius: 50%;
    	-moz-border-radius: 50%;
    	-ms-border-radius: 50%;
    	-o-border-radius: 50%;
    	border-radius: 50%;
    	display: inline-block !important; 
    	margin: 0 0 0 20px;
    	vertical-align: middle;
    }
    #avia-menu > li#menu-item-search a:after{
    	content: "";
    	width: 0px;
    	height: 0px;
            background: transparent !important;
    }

    The last bit of code is to hide the dot after the search icon, please adjust the color to suit, then clear your browser cache and check.
    expected results:
    2019-02-17-125631

    Best regards,
    Mike

    in reply to: Website content no longer viewable #1067963

    Hey bigcon6_wp,
    I took a look at your page and was able to view your content, Please see the screenshot in Private Content area.
    What are you seeing, a blank white screen?

    Best regards,
    Mike

    in reply to: When using 3 columns the center coloumn is bigger #1067958

    Hi,
    Glad to help, let us know if you need additional help with this or if we can close this.

    Best regards,
    Mike

    in reply to: Zoom on mobile devices #1067952

    Hi,
    Just to ensure we are talking about the same thing in regards to zoom, I created a video on my mobile device while I was zooming.
    Please see the video in the Private Content area.

    Best regards,
    Mike

    in reply to: Make the Menu Overlay Transparent #1067939

    Hi,
    If I understand correctly, you would like the mobile menu overlay black, but after scroll you would like it to be gray. So do you have your mobile header fixed, so it always shows?
    Please include the url to the page in question so we can take a closer look.
    I’m not sure I understand this statement:

    I setted it in gray but when the menu is in overlay i can see it.

    Perhaps a screenshot would help, try uploading to https://postimg.cc/ and posting the links here.

    Best regards,
    Mike

    in reply to: Avia Layout Builder crashed site #1067925

    Hi,
    Thank you for letting us know, but it looks like something escaped the shortcode in your page. I will keep a lookout for this, can you tell us which plugins you were using and if you had any custom jQuery scripts installed in the functions.php?

    Best regards,
    Mike

    in reply to: When using 3 columns the center coloumn is bigger #1067922

    Hi,
    I tried to recreate your page on my localhost, at the top I placed a grid row with the images in each grid at full size:
    2019-02-17-110349
    and below that I placed 3 columns with zero padding and used “Equal Height” with the images at full size:
    2019-02-17-110645
    the result was that all images were the same size and the lined up nicely without any additional css or tricks:
    2019-02-17-110030
    Try Enabling Avia Layout Builder Debugger and paste this shortcode in the paser at the bottom of the page:
    2019-02-17-111222

    [av_layout_row border='' min_height_percent='' min_height='0' color='main_color' mobile='av-flex-cells' id='' av_element_hidden_in_editor='0' mobile_breaking='' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av_uid='av-agpo17']
    
    [av_cell_one_third vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' linktarget='' link_hover='' mobile_display='' av_uid='av-8q2frf' custom_class='']
    
    [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/1.png' attachment='3165' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93dghn' custom_class='' admin_preview_bg=''][/av_image]
    
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' linktarget='' link_hover='' mobile_display='' av_uid='av-6ua8jf' custom_class='']
    
    [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/2.png' attachment='3166' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93e2oe' custom_class='' admin_preview_bg=''][/av_image]
    
    [/av_cell_one_third][av_cell_one_third vertical_align='top' padding='0px' padding_sync='true' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_attachment='scroll' background_position='top left' background_repeat='no-repeat' link='' linktarget='' link_hover='' mobile_display='' av_uid='av-63fl5n' custom_class='']
    
    [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/3.png' attachment='3167' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93f1id' custom_class='' admin_preview_bg=''][/av_image]
    
    [/av_cell_one_third][/av_layout_row][av_one_third first min_height='av-equal-height-column' vertical_alignment='av-align-top' space='no_margin' margin='0px' margin_sync='true' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' highlight_size='1.1' border='' border_color='' radius='0px' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-js939ne0' custom_class='']
    [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/1.png' attachment='3165' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93fgfx' custom_class='' admin_preview_bg=''][/av_image]
    [/av_one_third]
    
    [av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' highlight='' highlight_size='' border='' border_color='' radius='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-40fm2z']
    [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/2.png' attachment='3166' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93fxiy' custom_class='' admin_preview_bg=''][/av_image]
    [/av_one_third]
    
    [av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' highlight='' highlight_size='' border='' border_color='' radius='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-arsrv']
    [av_image src='https://127.0.0.1/2017demo1/wp-content/uploads/2019/02/3.png' attachment='3167' attachment_size='full' align='center' styling='' hover='' link='' target='' caption='' font_size='' appearance='' overlay_opacity='0.4' overlay_color='#000000' overlay_text_color='#ffffff' copyright='' animation='no-animation' av_uid='av-js93gave' custom_class='' admin_preview_bg=''][/av_image]
    [/av_one_third]

    you may need to replace the images as mine are on my localhost, but you should get the columns setup as I do.

    Best regards,
    Mike

    in reply to: Zoom on mobile devices #1067916

    Hi,
    Nice phone, but what browser are you using, the built-in stock browser, or Chrome, or a custom installed browser?
    I’m using a older LG phone and I can zoom in easily, I wonder if it’s a hardware issue because I have not seen any other reports about zooming.

    Best regards,
    Mike

    in reply to: Tab Section – increase space for tab title #1067910

    Hi,
    OK, I corrected, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Top Menu all contents are not showing. #1067909

    Hi,
    Yes

    Best regards,
    Mike

    Hi,
    I tested your site on a Mac, and found that Chrome worked as expected, but Safari did not.
    I did some research on the plugin with Safari and found that the developer suggests increasing the “delay for scrolling to target on page load” to 300 milliseconds, I did this and tested again and now the targets land correctly on Safari.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Zoom on mobile devices #1067836

    Hi,
    What are you using for a mobile?

    Best regards,
    Mike

    in reply to: Enfold 4.5.4 Widgets with Shortcodes not visible #1067833

    Hey westefan,
    Thank you for pointing this out I was able to confirm and will bring this to the attention of the dev team.
    What version of php are you using?
    Do you mind including admin login in the Private Content area so the dev team can take a look if they want?

    Best regards,
    Mike

    in reply to: Avia Layout Builder crashed site #1067828

    Hey deeennis90,
    From your screenshot it looks like you shortcode is escaped with the backslashes, here is how the shortcode should look:
    2019-02-16-152724
    did you try disabling your plugins? What version of PHP are you using?
    Can we see this, or have you already reset the site?

    Best regards,
    Mike

    in reply to: Custom Link in Menu to Hidden Color Section not working? #1067827

    Hey cateringequipment,
    Your function doesn’t include the name of the function for the “add action” to trigger, add it doesn’t close the PHP before adding the jQuery script. Assuming that you are creating a link to fire the class “inline_popup” then try replacing your function with this one in your functions.php:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
      jQuery('.inline_popup').magnificPopup({
        type:'inline',
        midClick: true
      });
    });
    </script>
    <?php }
    
    add_action('wp_head', 'popup_inline');

    If this doesn’t help, please include a admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: anchor links in menu #1067818

    Hey Mjurnique,
    You have a jQuery error on your first page:

    Uncaught Error: Syntax error, unrecognized expression: #Aufn%C3%A4her

    We would need a admin login to try to track down this error.

    Best regards,
    Mike

    in reply to: When using 3 columns the center coloumn is bigger #1067809

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

    #av-layout-grid-1 .avia-image-container img {
    height: 425.688px !important;
    max-height: 425.688px !important;
    }
    
    #av_section_1 .avia-image-container img {
    height: 311.188px !important;
    max-height: 311.188px !important;
    }

    This will adjust all of the images on your test page, to apply this for other pages please assign a unique custom class or ID for the image and replace the ID in the begining of the code.
    Please see the custom ID option at Enfold Theme Options > Layout Builder > Show element options for developers
    Please let us know if you need some assistance with this.

    Best regards,
    Mike

    in reply to: Zoom on mobile devices #1067796

    Hey Anj27,
    There is no certain setting for zoom on a mobile, I have found no issues in doing so on our demo with a Android mobile device. Can you explain what is not zooming for you on the demo?

    Best regards,
    Mike

    in reply to: Titles and breadcrumbs not looking right #1067785

    Hey Takara22,
    To make your breadcrumbs white and increase your title_container font size, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-breadcrumbs span a,.title_container h1.entry-title a {
    color: #fff !important;
    }
    .title_container h1.entry-title a { 
    font-size: 30px !important;
    }

    Best regards,
    Mike

    in reply to: disable showing old posts (events) in post slider #1067784

    Hey JantienM,
    Sorry for the late reply, perhaps we can include the Event Calendar solution for past events. Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

Viewing 30 posts - 22,051 through 22,080 (of 34,223 total)