Forum Replies Created

Viewing 30 posts - 25,021 through 25,050 (of 35,061 total)
  • Author
    Posts
  • in reply to: Menu background color on sub pages #1019317

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Menu issues #1019315

    Hi,
    To do this I had to make the mobile image not parallax, but your desktop image is parallax.
    But your desktop image already looks full size, so I don’t see how this would help, especially when you will lose the parallax?
    Which image isn’t sharp, they both look sharp to me?

    Best regards,
    Mike

    in reply to: Lightbox Image Sizing #1019306

    Hi,
    I tried to login to assist but the password is not working for me, please check.
    Ok, so I thought it though a little more and think we should add a class to the image on click so we can target the one image with the css. This works in my tests.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function add_menu_img_class(){
      ?>
      <script>
    (function($){
    $(document).click(function() {
      $("img[src*=LargeMenuSept19_OL-web-ready-update]").addClass("LargeMenu");
      });
    })(jQuery);
    </script>
      <?php
      }
    add_action('wp_footer', 'add_menu_img_class');

    then add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    img.mfp-img.LargeMenu {
        width: 1200px !important; 
        max-width: 1200px !important;  
        height: 1976px !important;
        max-height: 1976px !important;
    }

    This will add a class to only the one image so the css can target just the one image. If you change the image you will need to change the script. You can also use this to model for your other menu, you will need to change the function, script, and css to the other image.

    Best regards,
    Mike

    in reply to: LayerSlider update banner #1019299

    Hi,
    To update the bundled layerslider, either the child theme, or as the parent theme, no api key is needed.
    I took another look at the “How to update LayerSlider” link, but I don’t see a api key posted there.
    If you found one there it was not intend.

    Best regards,
    Mike

    in reply to: Contact form does not work #1019298

    Hi,
    When I tested before I copied your contact form element and tried different changes to it until it was working with my email, this is why I thought it was the html tags the title field. We have also seen this issue with other title fields in other elements.
    So this time I tried making changes to your original contact form element, and it seems once I deactivated all of your mandated fields and then mandated them again your form began to work again.
    Please try your form now.

    Best regards,
    Mike

    in reply to: Problems with Demo layouts #1019293

    Hi,
    I tried to recreate this issue on my localhost, I installed the Law Demo and then when to Import / Export and saved the theme settings file, then I went to General Styling and choose a predefined color scheme “Elegant Red” which gave me this on the homepage:
    2018-10-08_203428
    Then I went to Enfold Theme Options and used the “reset all options” button at the bottom, which removed the demo styling:
    2018-10-08_205034
    Then I used the Import Theme Settings File to upload the theme settings file, and saved the theme settings one more time to rebuild the merged files, and the demo was restored after clearing my browser cache:
    2018-10-08_203907
    I did this twice so I could get the screenshots, and on my second attempt the “Save all changes” button in the theme options panel was not activated, so I added a blank space in the Quick CSS field to activate the “Save all changes” button, and then clicked it, and cleared my browser cache.
    Please try these steps.

    Best regards,
    Mike

    in reply to: Remove hover text cloud above image in gallery #1019290

    Hi,
    Thank you, please include a link to your gallery so we can ensure it will work for you and your classes. Will this be for one gallery, or the whole site?

    Best regards,
    Mike

    Hi,
    Thank you for sharing your zip file, I found the file is not correct, it doesn’t contain any fonts, here is your file:
    2018-10-08_072955
    This is a correct file:
    2018-10-08_073230
    Please go to fontello.com and drag your svg images into the “Custom Icons” at the top to create the correct file, I tested a few of your images and it worked fine: (Please note that after you drag them, you will also need to click them to activate them)
    2018-10-08_074047

    Best regards,
    Mike

    in reply to: Contact Form & Newsletter Form integration #1018968

    Hi,
    Sorry, the Enfold contact form is not connected to the Mailchimp service, perhaps the Mailchimp service offers a contact form with the option to allow a checkbox for the Mailchimp newsletter.
    Please see if you can create a dual form at Mailchimp, and then use the Mailchimp element instead of the Enfold contact form.

    Best regards,
    Mike

    in reply to: Aligning textblock elements inside color section #1018965

    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
    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: Contact form does not work #1018964

    Hi,
    Thanks for the login, I took another look and believe it’s the html in the title field of the last check box, once I removed the link to your privacy page and the email address the mail was sent & received correctly. Please try this.

    Best regards,
    Mike

    in reply to: Text lines get too mutch spaces between words on mobile #1018721

    Hey Mike,
    It looks like you have the text alignment set to justify, which adds spaces to the text. Please try setting to left or right.
    If this doesn’t help please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: LayerSlider update banner #1018718

    Hey gatehealing,
    The layerslider is updated with the theme updates, as it’s a bundled plugin.
    Please see our documentation: How to update LayerSlider

    Best regards,
    Mike

    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
    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: Center content and show breadcrumbs #1018711

    Hi,
    The white bar is your title container, to remove please add this css:

    .title_container {display: none !important;}

    Best regards,
    Mike

    in reply to: Lightbox Popup fails #1018699

    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
    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 & ftp access. I reset your site and installed the “2017 Demo” and all is working good now.
    Please check your settings such as email, site title, etc to ensure it’s correct.

    Best regards,
    Mike

    in reply to: sub navigation left position #1018692

    Hey DianaLoola73,
    This was because the position for the sub-menu was relative, it should be absolute, like this:

    .av-main-nav li#menu-item-3423 ul.sub-menu {
            left: 0px !important;
            top: 20px !important; 
            position: absolute !important;      
    }
    .av-main-nav li#menu-item-3424 ul.sub-menu {
            left: 0px !important;
            top: 20px !important; 
            position: absolute !important;      
    }

    Best regards,
    Mike

    in reply to: Adding Site Name and Title Tag to Header #1018688

    Hey alexcouto11,
    Sorry for the late reply,
    1: to add the Site Name and Title Tag below the Logo, please see Image logo with subtext
    2: The breakpoints could be adjusted with css, are you referring to the menu or column grid?
    3: the typography is responsive when using “em” instead of “px” were you having trouble with a certain text element?
    4: to use a different logo on mobile please see this documentation
    5: you can use the screen options of most elements to hide or show on different elements.
    2018-10-07_132302

    Best regards,
    Mike

    in reply to: additional button #1018687

    Hey MarcusEls,
    If I understand correctly, you would like a button to reset the form after it’s been submitted so it can be used again. To do this we will create a button that will reload the page, please enter this code in a code block element:

    <script>
    jQuery('.reload').click(function() {
        location.reload();
    });
    </script>
    [av_button label='Refresh' link='manually, link_target='' size='medium' position='center' label_display='' icon_select='yes' icon='ue88f' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-76dew' custom_class='reload' admin_preview_bg='']

    and place the code block under your form.

    Best regards,
    Mike

    in reply to: Preview button makes changes go live #1018683

    Hi,
    Sorry for the late reply, I took a look at your page and found that previewing the changes without saving resulted in a change.
    Yet when I preform this same action on a new install, on my localhost, previewing doesn’t result in a change.
    Perhaps this is a result of a plugin?

    Best regards,
    Mike

    in reply to: Remove hover text cloud above image in gallery #1018680

    Hey Daniel,
    Sorry for the late reply, can you re-upload the image, it’s not showing from your link.

    Best regards,
    Mike

    Hey erkuto,
    To change the background color for mobile only, Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .responsive #top .av_header_transparency #header_meta {
    background-color:  rgba(0, 0, 0, 0.6) !important;
    }
    }

    To change the color of the text for mobile only, try this css:

    @media only screen and (max-width: 767px) { 
    .responsive #top .av_header_transparency #header_meta span,.responsive #top .av_header_transparency #header_meta span a {
    color:  #000 !important;
    }
    }

    Best regards,
    Mike

    Hi,
    I have seen you have another thread open for assistance to install a demo, I have offered there.
    This demo doesn’t include all of the demo files, I recommend using the “2017 Demo”

    Best regards,
    Mike

    in reply to: Aligning textblock elements inside color section #1018677

    Hey Enis,
    Thank you for the login, I took a look at you homepage and found the section was at the top of your site.
    So there is a 98px top padding pushing your text blocks down, to adjust Please try this code in the General Styling > Quick CSS field:

    .html_header_transparency #top.home .avia-builder-el-0 .container {
        padding-top: 40px !important; 
    }

    this will cut the padding about in half, but feel free to adjust to suit.

    Best regards,
    Mike

    Hey maxxqf,
    We can try to assist, can we reset your site and try again?
    Might I suggest using the 2017 Demo, because the basic demo doesn’t include all of the demo files?
    2018-10-07_105834
    Please include FTP access in the Private Content area so we can upload the images manually.

    Best regards,
    Mike

    in reply to: 2 Buttons in AJAX PORTFOLIO? #1018669

    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
    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: Move Thumbnail next to excerpt just like in our demo #1018667

    Hi,
    Good point @Guenni007, it looks like the single author small blog layout without the sidebar.
    If you want to use the layout without the sidebar, please try Guenni007’s solution, or this solution.

    Best regards,
    Mike

    in reply to: Fixed socket position only when the user scrolls down #1018665

    Hey StormWebDesign,
    Sorry for the late reply, I believe what you would like is to show the socket only on scroll, and when not scrolling to fadeout.
    I used this CodePen for the function.
    I added this css to your Quick CSS:

    #socket {
        position: fixed;
        z-index: 99999;
        bottom: 0;
        display: none;
        width: 100%;
        background-color: #ffffff;
        cursor: pointer;
    }
    .show, #socket:hover {
        display: block;
    }

    But I was unable to add the script needed to your functions.php:

    function custom_socket_script(){
      ?>
      <script>
    $(window).scroll(function(event) {
    	function socket()
        {
            var scroll = $(window).scrollTop(); 
            if(scroll > 50)
            { 
                $("#socket").fadeIn("slow").addClass("show");
            }
            else
            {
                $("#socket").fadeOut("slow").removeClass("show");
            }
            
            clearTimeout($.data(this, 'scrollTimer'));
            $.data(this, 'scrollTimer', setTimeout(function() {
                if ($('#socket').is(':hover')) {
    	        	socket();
        		}
                else
                {
                	$("#socket").fadeOut("slow");
                }
    		}, 2000));
        }
        socket();
    });
    </script>
      <?php
      }
      add_action('wp_footer', 'custom_socket_script');

    Try adding this code to the end of your functions.php file in Appearance > Editor via ftp or your webhost file manager.

    Best regards,
    Mike

    in reply to: Layerslider not working as before #1018660

    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
    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 - 25,021 through 25,050 (of 35,061 total)