Forum Replies Created

Viewing 30 posts - 26,671 through 26,700 (of 34,867 total)
  • Author
    Posts
  • in reply to: Site still showing Layerslider needs updating #977024

    Hi,
    Sorry this was not meant to be funny, I believe this plugin works on the layerslider.
    But ok, I can understand that you don’t want to use it.

    I remember when I posted the other code it didn’t work in the child theme, hence the suggestion to edit the files, but I went to take another look now, but because I have Enfold v4.4.1 installed the layerslider is not giving the update nag.
    Which version are you using?
    I will install a older version and investigate, I do note though, that my posted code has curry quotes in the code, could that be why it didn’t work for you?

    Best regards,
    Mike

    in reply to: Problem using advance styling #977018

    Hi,
    I believe you are saying this is solved now and we can close it, is this correct?

    Best regards,
    Mike

    in reply to: 2 column mobile view with columns #977017

    Hey ehdavies,
    Thank you for the login, I first found that your Enfold Theme Options > General Styling > Quick CSS field had a great deal of errors in it. I corrected these for you and linked to a file with the before and after code, for you to review.
    Basically please don’t add a * to every line you want to comment out, add /* before & */ after the code block, or lines of codes.
    Also if you want to add “!important;” to a rule, please remove the ; before the “!important;”
    I hope this makes since :)

    For your 4 column section that you want to show as 2 columns on tablets, the issue is that “equal height” columns will break the code, so I switched them to all “individual height”
    This resulted in a new issue, 2 of your columns don’t have images to retain their height, so I added a custom class to them and this css to solve this issue:

    .eqheight {
    height: 118px;
    min-height: 118px;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Cant Change Font on my menu !! #976965

    Hi,
    We can help you with some css to achieve this, but your site seems to be down, unless you have a new url.
    Basically adding this code in the General Styling > Quick CSS field will make the changes:

    .av-main-nav>li>a span.avia-menu-text {
    letter-spacing: 1px !important; 
    font-weight: bolder !important; 
    }

    but your font-weight depends on the font, most fonts offer light, normal, & bold, but extra light & bold may not be available for all fonts.

    Here is our Enfold feature request form.

    Best regards,
    Mike

    in reply to: Google Analytics tracking code not working #976946

    Hey YongyanLi,
    I didn’t find any Google Analytics tracking code on your page, how did you add it? 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: anomolies with link settings on images #976945

    Hey bauchope,
    I added this code to your Enfold Theme Options > General Styling > Quick CSS field to remove the hover circle from your icons, but still show the arrow in orange on the homepage:

    #top.home .main_color .image-overlay .image-overlay-inside:before {
        background-color: transparent !important;
        color: #ef6530 !important; 
        border-color: transparent !important;
    }

    Then to ensure all of the icons show the same arrow, I also added this css:

    #top.home .image-overlay .image-overlay-inside:before {
        content: '\E832' !important; 
        font-family: 'entypo-fontello';
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Site still showing Layerslider needs updating #976935

    Hi,
    Please try this plugin instead: Disable All WordPress Updates

    Best regards,
    Mike

    in reply to: Avia layout builder not displaying #976927

    Hey woahsy,
    Can you please include a admin login in the private content area so we can take a closer look.
    It appears you are using version 3.1.3, please consider updating to v4.4.1 Did this happen after you updated to PHP v7?

    Best regards,
    Mike

    in reply to: Remove Boarder Header #976920

    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: Image full width on ONE side of the content #976919

    Hi,
    Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    Hi,
    unless there is anything else we can help with, shall we close this then?

    Best regards,
    Mike

    in reply to: social media icon #976915

    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: move breadcrumbs under title bar #976842

    Hey rudtek,
    To move the breadcrumbs out of the title bar and below it, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function move_breadcrumb_below_title() {
    	?>
    		<script type="text/javascript">
    		(function($) {
    			function a() {
    				$('#main .avia-breadcrumbs').detach().insertAfter('.title_container');
    			}
    	
    			a();
    		})(jQuery);
    		</script>
    	<?php
    	}
    add_action('wp_footer', 'move_breadcrumb_below_title');

    Since it is now out of the title bar you will need to add some css to style it to your liking.

    Best regards,
    Mike

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

    #top.page-id-418 .slide-content .slide-entry-excerpt {
        margin-top: -40px !important; 
    }

    adjust to suit.

    Best regards,
    Mike

    in reply to: Page Element inside another element #976838

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

    Best regards,
    Mike

    in reply to: Problem using advance styling #976837

    Hey elames,
    Please clear any cache plugin and your browser cache and check.
    If this doesn’t help, 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: Contact form dissapeared #976836

    Hey sammybotz,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Removing the Separation Borders in the Header #976835

    Hey acelam714,
    Please try changing the color to transparent, this should hide even on hover.
    If this doesn’t work please Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: Remove Boarder Header #976834

    Hi,
    Glad Jordan was able to help, unless there is anything else we can help with, shall we close this then?

    Best regards,
    Mike

    in reply to: Image full width on ONE side of the content #976833

    Hey Mireya,
    Please try adding the image as a background to the column:
    2018-06-22_212704
    Be sure to choose equal height in the left column so the image shows.
    2018-06-22_213433
    There will still be some padding between the columns, unless you choose no space between columns:
    2018-06-22_213805
    and there will also be some padding on the edge of your page, depending on your layout choice and page max width.

    Best regards,
    Mike

    in reply to: social media icon #976832

    Hi,
    I added this code to your Enfold Theme Options > General Styling > Quick CSS field
    Please clear your browser cache and check.

    @media only screen and (max-width: 988px) { 
    .av_extra_header_active .noLightbox.social_bookmarks.icon_count_3{
    display:block!important;
    }
    }
    @media only screen and (min-width: 478px) { 
    .main_menu ul.noLightbox.social_bookmarks.icon_count_3{
    display:none!important;
    }
    }
    @media only screen and (max-width: 989px) {
    .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside {
        border-right-style: none !important; 
        border-right-width: 1px !important; 
        padding-right: 0px; !important; 
    }
    .avia-menu.av_menu_icon_beside {
        padding-right: 0px !important; 
        margin-right: 0px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: How can I delete old posts here? :) #976831

    Hi,
    We have removed these, unless there is anything else we can help with shall we close this then?

    Best regards,
    Mike

    in reply to: Multiple image sizes for every image in uploads #976525

    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: social media icon #976523

    Hi,
    Which icons do you want to show, above the header, or next to the header?
    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: change font color of blog title in footer #976521

    Hi,
    Glad Jordan was able to help, unless there is anything else we can help with this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Sticky or fixed element #976514

    Hi,
    Thanks for the image, but 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: Media Library URLs #976513

    Hi,
    We are glad to help, the reason the photos were in a different folder was because the setting was incorrect. But it’s solved now, so that’s the important thing :)
    As for the “spinning wheel” error, I checked a few pages & had no issues, but I did see a error in the console that pointed to a 404 at “/plugins/wordpress-seo/css/dist/inside-editor-761.min.css”
    I believe this is the Yoast plugin. Try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    Otherwise remove the plugin and reinstall.
    Try checking if you can edit the pages better with all the plugins disabled. Please ensure to clear your browser cache, even try inconnedto mode (in private mode)
    If none of this helps, please link to a page that you are having editor issues with and give us permission to disable everything so we can test.

    Best regards,
    Mike

    in reply to: Text/Column does not get centred #976312

    Hi,
    I added a custom class to the column “center_column” by enabling Enfold Theme Options > Layour Builder > Show element options for developers
    and changed the css to this:

    #top.home .center_column {
        margin-left: 0% !important;
        margin: auto !important;
        float: none !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Sticky or fixed element #976301

    Hey Monique,
    *Edit* I have tested your page and found that this script works after adding the correct class for your image, please try adding this code to the end of your functions.php file in Appearance > Editor:

    function add_sticky_script(){
    ?>
    <script type="text/javascript">
    (function($){
      function a() {
          $(window).scroll(function(e){
            var $sticky = $('.sticky_element');
            var position = ($sticky.css('position') == 'fixed');
            if ($(this).scrollTop() > 350 && !position){
              $sticky.css({'position': 'fixed', 'top': '50px', 'width' : $sticky.innerWidth() });
              $sticky.next().css('float', 'right');
              $sticky.addClass('fixed_element_style');
            }
            if ($(this).scrollTop() < 350 && position)
            {
              $sticky.css({'position': 'static', 'top': '0px', 'width' : '' });
              $sticky.next().css('float', 'left');
              $sticky.removeClass('fixed_element_style');
            }
          });
      }
    
      a();
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_sticky_script');

    Another option: you could try the plugin Sticky Menu (or Anything!) on Scroll
    I tested this and it seems to work good with a easy to use options panel.

    Best regards,
    Mike

    in reply to: Make columns equal height #976089

    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,671 through 26,700 (of 34,867 total)