Forum Replies Created

Viewing 30 posts - 9,901 through 9,930 (of 34,918 total)
  • Author
    Posts
  • 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

    in reply to: Easy Slider title – no transformation #1373490

    Hey spavli2,
    Thanks for your question, to change the case Please try this code in the General Styling ▸ Quick CSS field

    #top div .slideshow_caption h2 {
        text-transform: capitalize;
    }

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

    Best regards,
    Mike

    in reply to: Phone number above logo when main menu placed in a sidebar #1373487

    Hi,
    Glad Rikard 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: Standard Blog Layout #1373486

    Hi,
    That is a good idea, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Blog grid icon overlay on permanently #1373484

    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: background Vimeo video on homepage #1373443

    Hi,
    I didn’t see the YouTube watermark, but your other option is to upload the video to your site and host it yourself.

    Best regards,
    Mike

    Hi,
    On the page that you have linked to the video is in a WordPress block editor element, so I assume that the page is created with the WordPress block editor and not the Enfold Advanced Layout Builder like the other page.

    Best regards,
    Mike

    in reply to: Blog grid icon overlay on permanently #1373428

    Hey Richard,
    Thanks for the link to your site try adding this css:

    .image-overlay.overlay-type-video {
    	 top: 0px;
    }

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

    Best regards,
    Mike

    in reply to: Mailchimp newsletter modul not working #1373426

    Hi,
    Thank you for the login, I only tested the second site because I found the error.
    While you had your Mailchimp API in the theme settings correctly, you didn’t choose the list to use in the Mailchimp element in the footer page.
    Please choose the list and you will see all of your fields will show instead of just the email field. Please check the one I fixed for you.

    Best regards,
    Mike

    in reply to: Pagination in Portfolios gives a 404 #1373418

    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: Burger menu doesn't show #1373417

    Hi,
    Thanks for the login, I see that you are using the YellowPencil plugin, I don’t have any experience with this plugin, but when I deactivate it the mobile menu works correctly, so I assume it has been used to customize the menu.
    Please try deactivating yourself to see that the mobile menu works correctly and then try to un-do any customization it did, otherwise it would seem that it is conflicting with the theme.

    Best regards,
    Mike

    in reply to: Burger menu doesn't show #1373416

    Hi,
    Thanks for the login, I see that you are using the YellowPencil plugin, I don’t have any experience with this plugin, but when I deactivate it the mobile menu works correctly, so I assume it has been used to customize the menu.
    Please try deactivating yourself to see that the mobile menu works correctly and then try to un-do any customization it did, otherwise it would seem that it is conflicting with the theme.

    Best regards,
    Mike

    in reply to: Standard Blog Layout #1373377

    Hi,
    You can also use one of these presets, try these codes in your child theme functions.php, only one at a time and then check your category page:

    //change category page layout to blog single small style

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-small';
    return $layout;
    }

    //change category page layout to blog single big style

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'single-big';
    return $layout;
    }

    //change category page layout to blog grid style

    add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); 
    function avia_change_category_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'blog-grid';
    return $layout;
    }

    //change category page layout to bloglist excerpt

    add_filter('avf_blog_style','avia_change_archive_blog_layout', 10, 2); 
    function avia_change_archive_blog_layout($layout, $context){
    if($context == 'archive') $layout = 'bloglist-excerpt';
    return $layout;
    }

    Best regards,
    Mike

    in reply to: Standard Blog Layout #1373374

    Hi,
    Please choose from one of the 3 options at Enfold Theme Options ▸ Blog Layout
    Or you can manually edit the archive.php file, but you would need to know advanced PHP there is not an easy way to do this.

    Best regards,
    Mike

    in reply to: Fonts keep on changing #1373365

    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 Chrilles,
    Thanks for your question, is this because you are still creating your site or because of the nature of your site that you expect to always be making a lot of changes?
    I recommend disabling your server cache until you are done with your site, it sounds like that is the main issue.
    You can also disable your cache plugin and the Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression if you are still struggling.

    Best regards,
    Mike

Viewing 30 posts - 9,901 through 9,930 (of 34,918 total)