Forum Replies Created

Viewing 30 posts - 631 through 660 (of 33,013 total)
  • Author
    Posts
  • in reply to: Drop down menu in left side bar menu #1461108

    Hi,
    Please see our documentation for the Child Theme.

    Best regards,
    Mike

    in reply to: Enfold Child Theme Update? #1461107

    Hey webdev128,
    Thanks for your question, the child theme is not updated only the parent theme, this way you will not lose any customizations.

    Best regards,
    Mike

    in reply to: Masonry layout #1461105

    Hi,
    When you land on the page the small space that you see is normal and set by the Tab Section ▸ Content Padding
    I disabled your Classic Editor which is not needed because this is a built-in theme setting, and I don’t see the issue of a “large gap” now please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: HEAD request for .webm and .ogv fallbacks #1461103

    Hi,
    When I check your page I’m not finding any video .webm and .ogv requests, only mp4, please see the details below.

    Best regards,
    Mike

    in reply to: Masonry layout #1460847

    Hi,
    Thanks, when I check your page now the “Meubles” is the default to load and the error doesn’t occur.
    I notice that you also have a javascript error for “cf7a_download_button”, have you tested this with the plugins disabled?

    Best regards,
    Mike

    in reply to: How can i add a row with text above an image? #1460695

    Hi,
    Shall we close this thread then?

    Best regards,
    Mike

    in reply to: How to add a border around an text with image element? #1460692

    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 can i add a row with text above an image? #1460691

    Hi,
    You should upload each and then you will have a option for each.

    Best regards,
    Mike

    Hi,
    Please remove the last css rule:
    Enfold Support 6251

    Best regards,
    Mike

    in reply to: How can i add a row with text above an image? #1460683

    Hi,
    I’m not sure what css you are using for “bolder” but I see you have this in place:

    .avia-image-container.blue-info .av-image-caption-overlay-center {
        color: #222222 !important;
        font-weight: bold !important;
    }

    this element is the same custom font that doesn’t seem to support “bolder”
    bold = 700 is the most you can use with the font ZenKakuGothicNew
    you could try installing the ZenKakuGothicNew-Black it supports 900 (bolder)

    Best regards,
    Mike

    Hi,
    You still have the old css:

    #top.page-id-502 #av_section_1 .flex_column.av_one_half {
    	border: 1px solid #cccccc;
    }

    and not this new one:

    #top.page-id-502 #av_section_1 .flex_column.av_one_half:not(.avia-builder-el-9) {
    	border: 1px solid #cccccc;
    }

    please check again

    Best regards,
    Mike

    in reply to: Video muted on autoplay #1460676

    Hi,
    No, it doesn’t matter where the videos are hosted, the browsers do not allow auto play with sound.

    Best regards,
    Mike

    in reply to: Video muted on autoplay #1460673

    Hey Stefan,
    Unfortunately you can not have a video that auto plays with sound, the browsers will not allow this, it is a requirement of the browsers for many years now to reduce video spam.

    Best regards,
    Mike

    in reply to: How to add a second title to the footer? #1460672

    Hi,
    use this code in your functions.php instead:

    function custom_script() { ?>
      <script>
    document.addEventListener("DOMContentLoaded", function() {
        var titleText = document.querySelector(".subtext.avia-standard-logo-sub").textContent;
        var footerTitleDiv = document.createElement("div");
        footerTitleDiv.id = "footer-title";
        footerTitleDiv.textContent = titleText;
        document.getElementById("socket").appendChild(footerTitleDiv);
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    Best regards,
    Mike

    in reply to: How can i add a row with text above an image? #1460671

    Hi,
    I assume you mean the “SELF CONTAINED” at the top of the page, you can use this css:

    #top #wrap_all .all_colors h1 {
    	font-weight: bold;
    }

    but your font doesn’t seem to support “bolder”

    Best regards,
    Mike

    Hi,
    #1: has an extra divs around the text that none of the other do, I assume this is an error, check your code in the text block in the “text” tab in instead of “visual”
    Enfold Support 6247
    all of the other ones are two H2 tags like this:
    Enfold Support 6249
    #2: this is a div column like all of the others, only it has no text block in it, I assume you will be adding one?
    If not use this css instead to exclude it:

    #top.page-id-502 #av_section_1 .flex_column.av_one_half:not(.avia-builder-el-9) {
    	border: 1px solid #cccccc;
    }

    Best regards,
    Mike

    Hi,
    It looks like in your custom enfold_child_en.css the H tag line-heights are set to 5em
    Enfold Support 6245
    On the German pages the standard line-height: 1.1em; is used with no custom css used.

    Best regards,
    Mike

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

    #top.page-id-502 #av_section_1 .flex_column.av_one_half {
    	border: 2px solid;
    }
    #top.page-id-502 #av_section_1 .flex_column.av_one_half h2:nth-child(2) {
    padding-right: 20px;
    }

    you may need to adjust the image in the middle one, it is adding white space, perhaps the image is not wide enough? All of the other images look good.

    Best regards,
    Mike

    in reply to: How to move title to left and menue to right #1460651

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

    .responsive #header_main .container {
    	max-width: 100%;
    }

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

    Best regards,
    Mike

    in reply to: How to hide the autoscrolling arrow? #1460649

    Hey Jak73,
    Edit your color section and disable the Scroll Down Arrow
    Enfold Support 6243

    Best regards,
    Mike

    in reply to: Real Estate Pro plugin compatibility with Enfold #1460648

    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 can i add a row with text above an image? #1460647

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

    .avia-image-container.blue-info .av-image-caption-overlay-center {
        color: #222222;
    }

    Best regards,
    Mike

    in reply to: How to add a second title to the footer? #1460646

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

    #footer-title {
    font-size: 38px;
    font-weight: bold;
    font-family: arial;
    color: #222;
    float: right;
    top: -38px;
    position: relative;
    left: -10%;
    }

    Then add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    document.addEventListener("DOMContentLoaded", function() {
        var titleText = document.querySelector("h1.av-special-heading-tag").textContent;
        var footerTitleDiv = document.createElement("div");
        footerTitleDiv.id = "footer-title";
        footerTitleDiv.textContent = titleText;
        document.getElementById("socket").appendChild(footerTitleDiv);
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    This is the expected result:
    Enfold Support 6241

    Best regards,
    Mike

    in reply to: How can i add a row with text above an image? #1460642

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

    .blue-info .av-image-caption-overlay {
        border-top: 0px;
        border-bottom: 0px;
    }
    #top .blue-info .avia-image-overlay-wrap .av-caption-image-overlay-bg {
      opacity: 1 !important;
      background-color: #c8ebf8 !important;
    }

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

    Best regards,
    Mike

    in reply to: Change font-size of text menu #1460639

    Hi,
    Do you have this sorted out now, shall we close this thread then?

    Best regards,
    Mike

    in reply to: Real Estate Pro plugin compatibility with Enfold #1460638

    Hey oblax,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_filter( 'avf_enqueue_wp_mediaelement', 'avia_always_load_mediaelement', 10, 2);
    function avia_always_load_mediaelement($condition, $options)
    {
    	$condition = true;
    	return $condition;
    }

    Best regards,
    Mike

    Hi,
    Seems to work when I try:
    Enfold Support 6235
    see the link below. But see Guenni007 post about using Transfonter here where he points out that the Font Kit Generator from FontSquirrel does not support the font family option.

    Best regards,
    Mike

    Hi,
    There is no link to polyfill.io in the theme, the theme only uses wp-polyfill, that is the built-in WordPress polyfill file at /wp-includes/js/dist/vendor, so even if the theme didn’t have this reference the WordPress core still does, so I believe this will still be an issue until WordPress removes it.
    You can see the open issue here, it is open to the public.

    Best regards,
    Mike

    in reply to: Postslider javascript #1460628

    Hi,

    When switching to enfold als current theme (instead of the child) it is not happening, simply because the postslider is not sliding at that point. It just shows the items (correct).

    I’m not understanding what you mean, your postslider looks the same as our demo, have you customized the element somehow? Perhaps this is the issue?

    Best regards,
    Mike

    in reply to: Main photo rotate with same look as now #1460625

    Hi,
    Typically you would drag the elements into the LayerSlider where you want to see them, try checking the free LayerSlider templates for one similar to what you want to achieve:
    LayerSlider template free sliders
    Also note that typically you will need to create two sliders, one for desktop and one for mobile because the desktop screen is landscape and the mobile screen is portrait.

    Best regards,
    Mike

Viewing 30 posts - 631 through 660 (of 33,013 total)