Forum Replies Created

Viewing 30 posts - 14,521 through 14,550 (of 35,007 total)
  • Author
    Posts
  • Hi,
    I didn’t find a similar solution but you could try adding this code to the end of your functions.php file in Appearance > Editor:

    function meta_custom_href_remove(){
    ?>
    <script>
    (function($){
      $(document).ready(function(){
      $('.blog-tags.minor-meta a').contents().unwrap();
      $('.blog-categories.minor-meta a').contents().unwrap();
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'meta_custom_href_remove');

    Best regards,
    Mike

    Hi,
    Thank you for your patience and the links to your site, the portfolio size images on the archive pages is set by line 190 in the enfold/functions.php file
    2021-07-17_001.jpg
    I didn’t find an easy way to adjust the image size on the archive page so I would recommend changing the portfolio size from array('width'=>495, 'height'=>400 ); to mmatch the magazine size array('width'=>710, 'height'=>375 ); and then you will need to regenerate your thumbnails and then check.
    This would also change any other use of the portfolio thumbnails on your site, but it doesn’t look like this would be an issue for you.

    Best regards,
    Mike

    in reply to: Unable to preview homepage #1310483

    Hi,
    Sorry for the late reply, unfortunately, it doesn’t look like we have come across this before but I may have an idea you could try. Try Enabling the Avia Layout Builder Debugger and copy the Advanced Layout Builder shortcode for the page to a new page and then save. Then set this page as your new frontpage/homepage and then try making a change to this page and preview, I believe you will see the correct page going forward.

    Best regards,
    Mike

    in reply to: Unable to log in to the admin panel #1310389

    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

    in reply to: Media library // Caption details #1310280

    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: Horizontal Gallery cropped on mobile #1310279

    Hi,
    Yes, I have requested that someone with an iPhone check this, typically they will respond directly to this thread, but I will also reply should I hear anything.

    Best regards,
    Mike

    in reply to: Insert Fontello icon in Contact Form 7 button #1310275

    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: Vimeo video links don't work any more (black screen) #1310270

    Hi,

    @tzaddik
    please open a new thread so we can investigate your issue since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area.

    Best regards,
    Mike

    in reply to: Portfolio Grid #1310263

    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: Social media symbols in sec menu #1310260

    Hi,
    Glad we were able to help, I deleted the Twitter one, 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,
    I checked your page but I don’t see that the css above is activate, but I do see that my error was avia-builder-el-15 should have been avia-builder-el-16
    So to use a custom class with this solution we will add the custom class daimler to the grid cell that has the video element and use the css:

    @media only screen and (max-width: 767px) { 
    .responsive #top #wrap_all #main .av-flex-cells .daimler.no_margin {
    padding: 0 15px !important;
    }
    }
    

    I added this to your Quick CSS, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold is compatible with Plugin Brizy #1309952

    Hey Wagner Henrique Rabelo,
    While we have not tested the page builder plugin, I would recommend not using it with Enfold, as Enfold has a built-in custom page builder other page builders typically cause conflicts.

    Best regards,
    Mike

    in reply to: Portfolio Grid #1309948

    Hi,
    Thank you for your patience and thank you for the login, I have examined your page and see that you have the portfolio grid element set to 3 columns, but your custom css in your WordPress > Customize > Additional CSS field has change the item widths to 15% instead of 33% needed to create 3 columns:

    /*Adjust the width of the newsletter posts*/
    #top .no_margin.av_one_third
    {
    	width: 15%;
    }

    so you will need to remove this and any other adjustment you made for the 3 columns to show and be centered.
    Your pagination will not show because you only have 6 portfolio items and the element is set to show 12, so you need to add at least 7 more items for the pagination to show, or you can change the number of items shown to fewer than 6.

    Best regards,
    Mike

    in reply to: Mobile device display order #1309944

    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

    in reply to: Media library // Caption details #1309943

    Hi,
    Thank you for your patience and the link to your site, the .avia-tooltip.avia-tt is used for many elements and it’s color & it’s arrow can be adjusted basically like this:

    .avia-tooltip.avia-tt,
    .avia-tooltip.avia-tt .avia-arrow { 
    	background: rgba(211, 147, 52, 0.8);
    }

    but unless you want to set the color for your whole site I would recommend adding a body class or page ID because the element is created on mouse-over and appened to the body, that is, it is outside the gallery element at the bottom of the page.
    So for example you can target the one page like this:

    #top.page-id-182 .avia-tooltip.avia-tt,
    #top.page-id-182 .avia-tooltip.avia-tt .avia-arrow { 
    	background: rgba(211, 147, 52, 0.8);
    }

    or you can target all of the /schmuck/ child pages like this:

    #top.parent-pageid-2 .avia-tooltip.avia-tt,
    #top.parent-pageid-2 .avia-tooltip.avia-tt .avia-arrow { 
    	background: rgba(211, 147, 52, 0.8);
    }

    Please give this a try and adjust the color to suit and after applying the css, clear your browser cache and check.

    Best regards,
    Mike

    in reply to: #fb-root Issue on Portfolio Sites #1309928

    Hi,
    Thank you for pointing out that we need a super wide screen to see the layout my 23″ Monitor was not showing it. So the space at the bottom is odd and I would like to login to see what is going on but there is something wrong with your recaptcha plugin, please disable so I can login, and also disable the Jet Pack plugin, to rule out any of it’s typical issues.
    2021-07-13_001.jpg
    Then I can login and investigate further.

    Best regards,
    Mike

    in reply to: Display the image caption in the Horizontal Gallery #1309914

    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: Column anchor links not working on home page only #1309912

    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: Jquery Script is Hiding DropDown Navigation #1309911

    Hi,
    Very good, if you have any problems please link to a test page that we can check.

    Best regards,
    Mike

    in reply to: Copyright field on Masonry Gallery #1309904

    Hi,
    The dev team wrote back that there is not a quick way to include the copyright field right now but that I could submit a feature request for this. I did and perhaps we will hear back soon but sometimes this takes a while, I will reply again when I hear more, thank you for your patience.

    Best regards,
    Mike

    in reply to: deactivate the image overlay effect #1309794

    Hi,
    It looks like this css:

    .widefat * {
        word-wrap: break-word;
    }

    from: \wp-admin\css\common.css which seems to be a WordPress core file, but I’m not sure why it’s not effecting my install? You could try disabling your plugins and cache and see if that helps, if so enable one at a time to find when the error starts, or I think I could write a script for your functions.php to override, but we are both using the same WordPress & Enfold version so I don’t know what the “real” cause is.

    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: Horizontal Gallery cropped on mobile #1309787

    Hi,
    Yes, I see the screenshot but it doesn’t look like that for me, I will ask the team to check with an iPhone and see if they can help, thank you for your patience.

    Best regards,
    Mike

    in reply to: #fb-root Issue on Portfolio Sites #1309782

    Hi,
    I don’t see an empty space, actually, your whole page is a single column and not a grid as in your screenshot.

    Best regards,
    Mike

    in reply to: deactivate the image overlay effect #1309777

    Hi,
    I would need to login to the backend to examine the error.

    Best regards,
    Mike

    in reply to: Masonry alignment #1309774

    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

    Hi,
    Thank you for the feedback, I found that this script is changing the quantity div:
    /wp-content/plugins/yith-woocommerce-request-a-quote-premium/assets/js/frontend.min.js
    when the script is blocked the quantity plus & minus are there:
    2021-07-12_003.jpg
    when the script is used the quantity plus & minus are removed:
    2021-07-12_004.jpg
    There is not much we can do for a third-party plugin removing divs, try checking with the plugin author.

    Best regards,
    Mike

    in reply to: Horizontal Gallery cropped on mobile #1309745

    Hi,
    Yes, it looks ok for me, but I don’t have an iPhone, is that what you are using, did you fully clear the cache?

    Best regards,
    Mike

    in reply to: Unable to preview homepage #1309743

    Hi,
    I will ask the rest of the team if they have any ideas, thank you for your patience.

    Best regards,
    Mike

    in reply to: #fb-root Issue on Portfolio Sites #1309742

    Hi,
    Sorry I do not understand what is at the bottom of your page, the “footer”?
    You can disable this on a per page basis with the Layout > Footer Settings:
    2021-07-12_001.jpg
    or in the Enfold Theme Options > Footer > Default Footer & Socket Settings:
    2021-07-12_002.jpg

    Best regards,
    Mike

Viewing 30 posts - 14,521 through 14,550 (of 35,007 total)