Forum Replies Created

Viewing 30 posts - 91 through 120 (of 33,621 total)
  • Author
    Posts
  • 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

    in reply to: Move Small Bar Above Menu #1474680

    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: Widget with the content of a page #1474675

    Hi,
    I don’t expect the short code in a header widget to add the breadcrumbs, perhaps as Guenni007 posted the original breadcrumbs are hidden by padding or margin from the widget or they are disabled on the page. We would need to login to see.
    I don’t see any breadcrumbs on your example site link.

    Best regards,
    Mike

    in reply to: Logo mobile menu #1474674

    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 your understanding and using Enfold.

    Best regards,
    Mike

    in reply to: Color Section Glitch? #1474673

    Hi,
    Thanks for your patience, when I edit your footer page color section I see a 403 server error for your admin-ajax.php
    When I copy your footer page to my test site it works correctly with no error.
    This could be many server issues, first I would look at your low server settings for:
    PHP max input variables
    PHP time limit
    Max input time
    :
    Screen Shot 2025 01 05 at 9.37.18 AM
    try updating to these:
    Screen Shot 2025 01 05 at 9.39.12 AM
    There are other possible issues for a 403 error on admin-ajax.php, such as server Mod_Security or custom rules in your .htaccess file, which you have:
    Screen Shot 2025 01 05 at 9.46.25 AM

    Best regards,
    Mike

    in reply to: Logo mobile menu #1474671

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

    .av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap {
    	margin-right: 30px;
    }

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

    Best regards,
    Mike

    in reply to: Easy Slider image description #1474670

    Hey a-l-p,
    Thank you for your patience, this is not a easy solution in the Easy slider, please consider the LayerSlider where you can add text to the bottom of the slide with a text element in the slide.

    Best regards,
    Mike

    in reply to: Logo mobile menu #1474668

    Hi,
    I did not find a horizontal gallery on your site, but the element has three options, no gap, 1px gap, large gap:
    Screen Shot 2025 01 05 at 9.01.04 AM
    If large gap is not enough, please explain further and create a test page for us to examine.

    Best regards,
    Mike

    in reply to: Logo mobile menu #1474663

    Hi,
    It looks like you have this custom css:

    .logo img {
        position: relative;
        top: 20px;
    }

    change to this:

    @media only screen and (min-width: 768px) { 
    	.logo img {
        position: relative;
        top: 20px;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 91 through 120 (of 33,621 total)