Forum Replies Created

Viewing 30 posts - 1,321 through 1,350 (of 34,859 total)
  • Author
    Posts
  • in reply to: Woopayments checkout page 2 card fields #1475031

    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: How do I place a photo next to text #1475030

    Hi,
    Thanks, I don’t know what the admin user name is, or the link to the test page is.
    Please include so I can login to the backend.

    Best regards,
    Mike

    in reply to: Woopayments checkout page 2 card fields #1475020

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper ~ .form-row.form-row-wide {
    	display: none;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: JS script in footer not showingI https://markpostlaw.com #1475019

    Hi,
    It works when I check, and works when I click it, see screenshot above.
    You could try disabling the options Disable jQuery Migrate & Load jQuery In Your Footer so the script will load.
    Screen Shot 2025 01 12 at 7.50.47 AM
    Perhaps your browser has a ad blocker enabled, blocking third party scripts.

    Best regards,
    Mike

    in reply to: “Assign a User” from the main Order page #1475018

    Hi,
    Thanks for your patience, but I don’t have the field “assigned user” on my site, so I assume that this is added by a third party plugin.
    Try disabling your plugins one at a time until you find which one is adding this and contact that plugin author for a solution.
    In my research I found this that might be helpful: User roles editor – Add, Assign and Switch user roles for WooCommerce

    Best regards,
    Mike

    in reply to: How do I place a photo next to text #1475016

    Hi,
    You would place this code in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field
    To create a table to display like in the screenshot above, try creating a duplicate test page and post a admin login for us, then after we make an example you can examine and copy the code to reuse. That maybe easier for you.

    Best regards,
    Mike

    in reply to: height of the flipbox grid element #1475015

    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: Image alignment in text box with captions #1474990

    Hi,
    Try editing the images that Guenni007 posted so the cans are not as wide but the same height:
    Screen Shot 2025 01 11 at 11.22.15 AM
    For them to be closer together, you’ll want the cans narrow and the kegs the same as they are now.
    Or try making one image with all of the cans and kegs layout as you wish with the text and post it instead.

    Best regards,
    Mike

    in reply to: JS script in footer not showingI https://markpostlaw.com #1474987

    Hi,
    I tested by adding a title to the widget “flRatingsBadge”
    Screen Shot 2025 01 11 at 10.46.34 AM
    and it shows on the frontend
    Screen Shot 2025 01 11 at 10.49.43 AM
    please check

    Best regards,
    Mike

    in reply to: Social media icons missing #1474986

    Hi,
    Thank you for your patience, I did not find a cause for this. I try checking your css, and tried adding some, and tried disabling some of your plugins.
    I tested on my site and couldn’t reproduce. I have asked the rest of the team for ideas and to check.

    Best regards,
    Mike

    in reply to: How do I place a photo next to text #1474985

    Hi,
    I see that your images are not the same size, most are 150px square, and some are smaller, it would be best if they were the same size.
    Then you could try this css:

    #after_section_1 .av_textblock_section ~ .avia-button-wrap {
    	margin-left: 158px;
    }
    #after_section_1 .av_textblock_section img {
    	width: 150px;
    	height: 150px;
    }

    Screen Shot 2025 01 11 at 9.46.33 AM
    The best approach may be to create a table in the text element and add the image to the left cell and the text and button to the right cell.

    Best regards,
    Mike

    in reply to: Align the icon box #1474983

    Hi,
    Guenni007’s css seems to work, please check:

    #av-layout-grid-2 .flex_cell .flex_column {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
    }

    Thanks Guenni007

    Best regards,
    Mike

    in reply to: Logo sliding option in bar #1474982

    Hi,
    I see that your Partner/Logo element in a column element with a Parallax option to move the element to the left as the page scrolls.
    Screen Shot 2025 01 11 at 9.04.37 AM
    Screen Shot 2025 01 11 at 9.05.42 AM
    I recommend disabling this first and we can help with some css to make the Partner/Logo element full width on the page. Otherwise it will always move to the left off the page as you scroll down.

    Best regards,
    Mike

    in reply to: Remove “Customer matched zone “United States” #1474981

    Hey bemodesign,
    I have not seen this before, but when I test this doesn’t occur so I’m not able to investigate.
    I tested on desktop and mobile.

    Best regards,
    Mike

    in reply to: H2 Not Staying the Right Size #1474979

    Hi,
    For H2 headings in text elements, the default font size is 28px, this is a different element that the “Special Heading”.
    I made the change for you in the Enfold Theme Options ▸ General Styling ▸ Typography ▸ Advanced Options: Customize Typography Settings
    Screen Shot 2025 01 11 at 8.01.48 AM
    adjust to suit, these are now 40px
    Screen Shot 2025 01 11 at 8.03.32 AM
    On your /hot-spring-spas-vigor-cold-plunge/ page that are all “Special Heading” elements or H3 and are correct from Ismael above.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: height of the flipbox grid element #1474976

    Hi,
    Try changing to this:

    #av_section_5 .av-align-middle {
        vertical-align: top;
    }
    #av_section_5 .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback {
        height: 500px;
    }
    #av_section_5 .avia-icon-grid-container .avia-icongrid-flipbox .avia-icongrid-wrapper .avia-icongrid-front.bg-img:before {
        background-size: cover !important;
    }

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

    Best regards,
    Mike

    in reply to: height of the flipbox grid element #1474943

    Hey Gianluca,
    Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #av_section_5 .av-align-middle {
        vertical-align: top;
    }
    .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-front, .avia-icongrid-flipbox .av-icon-cell-item .avia-icongrid-flipback {
        height: 500px;
    }
    .avia-icon-grid-container .avia-icongrid-flipbox .avia-icongrid-wrapper .avia-icongrid-front.bg-img:before {
        background-size: cover !important;
    }

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

    Best regards,
    Mike

    in reply to: home page config #1474900

    Hi,
    It looks like your wp-rocket plugin has a lazyload option enabled causing this issue, please disable and clear your cache.

    Best regards,
    Mike

    in reply to: Probleme mit Portfolio Raster #1474898

    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: How to adjust blog ingress mark amount? #1474897

    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: Mute button in Vimeo video #1474896

    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

    Hi,
    Thank you for your feedback, we understand that this doesn’t occur with the default editor, but in some cases it will occur with the Avia Builder and templates.
    Please publish your pages and view is a new tab for best results. This is related to the WordPress preview feature and we can not change this feature via the theme, thank you for your understanding.
    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 Rustum,
    Since this only occurs when you “preview” a draft it is related to the WordPress preview feature. When this is used WordPress doesn’t load all of the elements and scripts to show the page correctly. We don’t have a way to force this without changing the WordPress core files.
    We recommend publishing the page and view in a new tab as you work on it, if you want to hide the page as you work on it try adding a password to it so only you can view it.

    Best regards,
    Mike

    Hey coredesignsupport,
    Thank you for your patience, the blocks have a negative top margin so they show outside the color section with the ID “Service”
    Try removing this ID and add it to one of the blocks.

    Best regards,
    Mike

    in reply to: Line under color section #1474784

    Hey Uli,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .container_wrap {
        border-top-style: none;
    }

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

    Best regards,
    Mike

    in reply to: Color Section Glitch? #1474783

    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: Unusual incredibly low loading page speed #1474782

    Hi,
    Typically this is caused by a caching plugin that delays the fonts from loading until after the page loads, so in that first second the browser uses the brow default fonts and then when the fonts are loaded they are used. Try checking your plugin for a setting that may do this, or use the Enfold Theme Options > Page Preloading option to show the page after it is fully loaded.

    Best regards,
    Mike

    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

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:

    #top .fullsize .template-blog .post_delimiter {
        border-bottom-width: 3px;
    }

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

    Best regards,
    Mike

    in reply to: Custom CSS to hide image title #1474725

    Hey Renaud,
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    use wpcode php snippet and activate
    and ensure that it is activated, then add this code and save.

    function custom_script() { ?>
      <script>
    (function($){
      $('img').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'));
      }); 
      $('a').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', 'custom_script', 99 );

    Best regards,
    Mike

Viewing 30 posts - 1,321 through 1,350 (of 34,859 total)