Forum Replies Created

Viewing 30 posts - 26,161 through 26,190 (of 34,339 total)
  • Author
    Posts
  • 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

    Hey Moondreamer21,
    Try adding another social icon called “thumbs-up” from fontello.com
    2018-06-21_231155
    You can then create any link for it.
    Here’s how to add custom social icons

    Best regards,
    Mike

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

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

    #top.home div.av_three_fifth.avia-builder-el-5 {
        margin-left: 0% !important; 
        margin: auto !important; 
        float: none !important;
    }

    Best regards,
    Mike

    in reply to: Social Icons not Showing Up on Mobile? #976084

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

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
        display: block !important; 
    }
    }
    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
        display: block !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Make columns equal height #976082

    Hey navindesigns,
    Try this code in the General Styling > Quick CSS field, it covers the 3 screen sizes most used:

    @media only screen and (min-width: 1080px) { 
    #top.page-id-734 .avia-builder-el-21 .avia-icon-list li {
        padding: 0 0 9% 0!important; 
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 1023px) { 
    #top.page-id-734 .avia-builder-el-21 .avia-icon-list li {
        padding: 0 0 20% 0!important; 
    }
    }
    @media only screen and (min-width: 1024px) and (max-width: 1079px) { 
    #top.page-id-734 .avia-builder-el-21 .avia-icon-list li {
        padding: 0 0 12% 0!important; 
    }
    }
    

    Best regards,
    Mike

    in reply to: Ajax pagination on blog posts #976080

    Hey navindesigns,
    Sorry this would involve quite a change in the core files, Please feel free to request – or vote if already requested – such feature on Enfold feature request form.

    Best regards,
    Mike

    in reply to: Media Library URLs #976079

    Hi,
    While I was looking into your image issue I reviewed your other posts, and I believe that you wanted to have the image of the home to link to the realtor site.
    So I added the link to the column:
    2018-06-21_214254
    Feel free to remove if it is not what you wanted.

    Best regards,
    Mike

    in reply to: Media Library URLs #976078

    Hi,
    Thank you for the login, I found that your settings at “WordPress > Settings > Media >
    Store uploads in this folder” was incorrect causing your uploaded images to be stored in a folder that WordPress was not using. I corrected the setting and uploaded two new images and added them to your page.
    They show now, and I expect that you wont have any future issues.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Show image slider on mobile and hide video #975797

    Hi,
    You seem to have a js error with the masonry:

    jquery-masionary.js?ver=3.2.0:12 Uncaught Error: No layout mode: packery

    It seems to be coming from the pintrest plugin, Try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    If this doesn’t help can we try disabling your plugins and scripts to find the error?
    I ask because sometimes disabling them will mean you would have to set them up again, not always, just sometimes.

    Best regards,
    Mike

    in reply to: Media Library URLs #975771

    Hi,
    I see the on your page /open-houses/ the images are producing 404 errors, I tried to login with the link you posted earlier, but It must have expired, please post a new login link or include a admin login in the private content area so we can take a closer look.
    If I understand correctly from your earlier post these images show as gray boxes in your WordPress media folder, so please include a link to these two images via dropbox in the Private Content area.
    I really would like to see your file structure via ftp to investigate what happened, but I understand you might not know how to post this access, so please post your webhost cPanel login in the Private Content area, if you feel comfortable with that.
    (if you post this access, you won’t need to add the files to dropbox, as I can get them from your server)

    Best regards,
    Mike

    in reply to: masonry landscape tag #975758

    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: How to create a pop-up content on button click? #975757

    Hi,
    When I test your site I don’t see the strike though links:
    2018-06-21_054034
    I tested in Chrome, Firefox, Edge & IE11
    Please try clearing your browser cache.

    Best regards,
    Mike

    in reply to: Second language, subdomain/errors in URL structure #975741

    Hi,
    We will leave this open while you try this solution, let us know if we can be of more assistance.

    Best regards,
    Mike

    in reply to: Enfold Fullwidth Easy Slider caption positioning #975738

    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,
    Unless there is anything else we can assist with, shall we close this then?

    Best regards,
    Mike

    Hi,
    Glad Victoria 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

    in reply to: Changing h1 class main-title entry-title #975636

    Hi,
    Using the advanced styling option for the H1 as pointed out above by Elliott is the GUI option. You may find that using custom CSS will offer a better solution if you wish it to be unique from the rest of your H1’s

    Best regards,
    Mike

    in reply to: Custom Social Icon Not Working #975631

    Hey Veronica,
    Can you please include a admin login in the private content area so we can take a closer look.
    I don’t see the pencil icon for the error, so I assume you have disabled it for right now and it should be appearing next to the NGLCC icon?

    Best regards,
    Mike

    in reply to: Problems with tab containers #975626

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

    Best regards,
    Mike

Viewing 30 posts - 26,161 through 26,190 (of 34,339 total)