Forum Replies Created

Viewing 30 posts - 9,961 through 9,990 (of 34,993 total)
  • Author
    Posts
  • in reply to: Possible to make lightbox dimensions larger? #1373747

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: Make the thumb recent post bigger #1373746

    Hi,
    Thanks for the feedback, the image srcset options are 36px, 80px, & 180px
    so to use the 80px size image add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_news_thumb_size() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    $('.newsbox .news-thumb img.size-widget').attr('width', '80px');
    $('.newsbox .news-thumb img.size-widget').attr('height', '80px');
    $('.newsbox .news-thumb img.size-widget').attr('sizes', '(max-width: 80px) 100vw, 80px');
    $('.newsbox .news-thumb').css({'height': '80px','width': '80px'});
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_news_thumb_size');

    and then change your css to this:

    .news-thumb {
        padding: 0;
        height: 80px;
        width: 80px;
        border: 0;
    }
    
    .news-thumb img {
        width: 80px;
        height: 80px;
    }

    If you want to use the 180px size, just adjust the code to suit.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: background of a png image is displaying black #1373696

    Hi,
    When I test the images on my demo install they are transparent, see my text page below.
    Try removing your plugin and see if that corrects.
    If not try creating a test install on a new WP install with no plugins and see if it works like on my install, don’t make a clone of your site because you don’t want to carry the error over.

    Best regards,
    Mike

    in reply to: Mailchimp newsletter modul not working #1373681

    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: LayerSlider7 timeline issue #1373671

    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: Mailchimp newsletter modul not working #1373670

    Hi,
    The error that I see is: Please make sure that your fields are filled in correctly
    this is from MailChimp and relates to the logic of your required fields, so please check your fields in MailChimp.
    If you have trouble try removing the required from all fields, or create a new one with only the email address and test it, then add fields one at a time testing them until you get the message again, and then check the MailChimp documentation about that field or ask the MailChimp support about the logic.
    I tested my MailChimp API and it worked correctly.

    Best regards,
    Mike

    in reply to: Facebook widget for mobile version #1373647

    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: Facebook widget for mobile version #1373642

    Hey troupdim,
    Thanks for your question, it will show if you disable your browser AD blocker.

    Best regards,
    Mike

    Hey John,
    Thanks for the login, each image that you upload should create a few different thumbnail sizes to use, for you image most are missing, see the list below.
    I also notice that most of the images in your media library are missing, notice the blank images:
    2022-11-23_005.jpeg
    I’m not sure why this occurred but those images have been deleted, I recommend disabling all of your plugins then delete your “blank” images from the media library, and then try uploading that image again with a different file name and see if it then works correctly. If not leave all of your plugins deactivated and let us know so we can check.

    Best regards,
    Mike

    in reply to: LayerSlider7 timeline issue #1373638

    Hey dimarok1,
    Thanks for the login, I reviewed slide #14 and it looks like the ending transition was not set, I enabled this at Transition ▸ Ending Transition
    2022-11-23_003.jpeg
    then enable it for each slide and then save:
    2022-11-23_004.jpeg
    please review slide #14 and then try this for your other sliders

    Best regards,
    Mike

    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: Changing Breadcrumbs navigation #1373629

    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: Changing Breadcrumbs navigation #1373627

    Hi,
    Ok, I added this code:

    add_filter('avia_breadcrumbs_args', 'avia_change_pre_text_breadcrumb', 10, 1);
    function avia_change_pre_text_breadcrumb($args){
    $args['before'] = '<span class="breadcrumb-title">' . __( 'Βρίσκεστε εδώ:', 'avia_framework' ) . '</span>';
    return $args;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Changing Breadcrumbs navigation #1373621

    Hi,
    I have removed the filter for you, please include FTP access so we can apply it again.
    What did you want the You are here text to say?

    Best regards,
    Mike

    in reply to: background of a png image is displaying black #1373588

    Hi,
    This image is a proper PNG ▸ t-and-r-logo-white-1.png
    your preloader is not ▸ trustedblue.png
    If you don’t have a backup of it then try recreating it.
    If you do and it still doesn’t work then upload a copy to DropBox or such so I can check that it is properly working.

    Best regards,
    Mike

    in reply to: background Vimeo video on homepage #1373586

    Hi,
    Sorry, I’m not recommending the app, I’m recommending that you try converting it to ensure it is correct, in my experience Safari typically plays mp4 so the error must be pointing to an error in the video.

    Best regards,
    Mike

    in reply to: Removing/hiding alt titles of all images #1373583

    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: change color section breakpoints #1373581

    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: Removing/hiding alt titles of all images #1373566

    Hey Hurricane,
    Thank you for the link to your site, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function hide_title_attribute_on_hover() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    	$('a').hover(function(e){
          $(this).attr('data-title', $(this).attr('title'));
          $(this).removeAttr('title');
      },
      function(e){
          $(this).attr('title', $(this).attr('data-title'));
      }); 
      $('img').hover(function(e){
          $(this).attr('data-title', $(this).attr('title'));
          $(this).removeAttr('title');
      },
      function(e){
          $(this).attr('title', $(this).attr('data-title'));
      }); 
       $('a.av-masonry-entry').hover(function(e){
          $(this).attr('data-title', $(this).attr('title'));
          $(this).removeAttr('title');
      },
      function(e){
          $(this).attr('title', $(this).attr('data-title'));
      }); 
      $('.av-masonry-image-container').hover(function(e){
          $(this).attr('data-title', $(this).attr('title'));
          $(this).removeAttr('title');
      },
      function(e){
          $(this).attr('title', $(this).attr('data-title'));
      }); 
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'hide_title_attribute_on_hover');

    This code it based on some shared by Guenni007 thanks 🙂.

    Best regards,
    Mike

    in reply to: Error on website #1373560

    Hi,
    Glad Ismael could help, Please toggle the Enfold > Performance > File Compression settings after adding the css.
    means to turn it off and then back on if you had it on, but since the css is working for you, you won’t need to do this.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: background Vimeo video on homepage #1373558

    Hi,
    I see, unfortunately, I don’t have access to Safari today as I’m on Windows, please review the “unsupported file type” error that you got from Safari and change to a file type that is supported by Safari.
    When I check the video on Windows it looks like it is a mp4, according to this article the video could be in a malformed codec and you should try converting it to a proper mp4.
    In my experience Safari typically plays mp4

    Best regards,
    Mike

    in reply to: background of a png image is displaying black #1373557

    Hi,
    Thanks for the login, I reviewed your preloader image, and while it has the PNG extension if you paste the url into a new tab and try to save it, it saves as a WEBP image:
    2022-11-22_003.jpeg
    so I believe that the image was converted by one of your plugins when you uploaded it and broke the transparency
    Try uploading your preloader image again in the PNG format with a different name and see if works while all of your plugins are disabled.
    If not please link to your transparent preloader below, but not the one in your media library as it is no longer transparent.

    Best regards,
    Mike

    Hi,
    When I check this one in footer 4 doesn’t look set:
    2022-11-22_002.jpeg
    and so if no widget is set the default widget will show.

    Best regards,
    Mike

    in reply to: Changing Breadcrumbs navigation #1373518

    Hey troupdim,
    Thanks for the link to your site, I assume you want to change the You are here text
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    $('.breadcrumb-title').text(function(index, text) {
        	return text.replace('You are here', 'Your New Text');
    	});
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_script');

    and adjust the Your New Text to suit.

    Best regards,
    Mike

    in reply to: Transparent Header in Tables/mobile sizes #1373513

    Hey xela,
    Thank you for the link to your site please try this code in the General Styling ▸ Quick CSS field

    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
        background-color: transparent;
        color: #000000;
        border-color: transparent;
    }
    .responsive #top #main,
    .responsive.html_mobile_menu_tablet.html_header_top #top #main {
        margin-top: -99px;
    }
    }
    

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hey willbaer,
    Thanks for the screenshot, to make the text wider on mobile we could reduce the left and right padding, what would you like 10px of padding? Are you looking to center the icon and title above the text?
    Please link to your page so we can examine the elements and write some CSS for your specific situation that will meet your expectations.

    Best regards,
    Mike

    in reply to: product slider formatting on mobile #1373505

    Hey navindesigns,
    Thanks for the login and the test page, I cloned your element and made one only visible on desktop and the second only visible on mobile, for that one I changed the number of columns form 4 to 2 so one mobile only 2 show at a time, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Can I remove deafult padding between elements? #1373501

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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: Easy Slider title – no transformation #1373499

    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

    Hey willbaer,
    Thanks for your question can you create a text page with the image that doesn’t show on mobile so we can investigate the difference between the two pages.
    An easy way to clone the page is to Enable the Avia Layout Builder Debugger
    This will add a box under the Advanced Layout Builder that shows the page shortcode, you can copy this and create a new ALB page and paste the code in the debugger box and then save.

    Best regards,
    Mike

Viewing 30 posts - 9,961 through 9,990 (of 34,993 total)