Forum Replies Created

Viewing 30 posts - 511 through 540 (of 66,017 total)
  • Author
    Posts
  • in reply to: filter: avf_dynamic_css_after_vars #1483273

    Hey Guenter,

    Thank you for the inquiry.

    We can’t find the enfold-font-size-content-font variable anywhere in the theme — only enfold-font-size-theme-content. Where did you see the enfold-font-size-content-font variable?

    Best regards,
    Ismael

    in reply to: Fullwidth easy slider not responsive on mobile #1483272

    Hey dryo1,

    Thank you for the inquiry.

    Have you tried adjusting the Styling > Font Sizes settings? You can set different values for different screen sizes.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Ansicht der Kategorieseite im Blog #1483271

    Hey agentur2c,

    Thank you for the inquiry.

    You can change the layout of the archive or category page by adjusting the Enfold > Blog Layout > Blog Styling and Blog Layout settings. Please check the screenshot below:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Issue with tabs #1483270

    Hey pbouquet,

    Thank you for the inquiry.

    It might be due to the iframe inside tab 14. It’s possible that it has a built-in script that forces the document to scroll to the iframe once it loads.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We don’t really see any issues when the grid breaks onto a second line — that’s how the grid is supposed to display on smaller screens. Would you mind providing a screenshot? The clip above doesn’t clearly show the issue you described.

    Best regards,
    Ismael

    Hi,

    As mentioned above, this is not possible without significant modification. You may need to create a script to adjust the position of the ajax_search_response container on scroll. You can try the following css code, but it will also adjust the position of the search results container even when the page has not been scrolled.

    .ajax_search_response {
        top: 136.5px !important;
    }

    Best regards,
    Ismael

    in reply to: Navigation Bar search widget SVG image #1483267

    Hey GWS,

    Thank you for the inquiry.

    Did you add the following css code somewhere? The previous css code should not have affected the default search field because it was specific to the search form inside the #chsearchbox container.

    #top #searchsubmit, .ajax_load {
        width: 62px;
        height: 100%;
        line-height: 40px;
        position: absolute;
        right: auto;
        top: 0px;
        z-index: 2;
        min-width: 40px;
        left: 8%;
        padding: 0px;
        margin: 0px;
        border-radius: 0px;
        background: url("https://riseandshine.childrensnational.org/wp-content/uploads/2017/07/ch-search-icon.png") center center / contain no-repeat;
        background-position: center center;
    }

    Best regards,
    Ismael

    in reply to: Show Password Icon missing #1483265

    Hi,

    We’ll forward the thread to our channel. Thank you for the fix!

    Best regards,
    Ismael

    in reply to: Grid Blog Post Padding #1482623

    Hey a_edemirci,

    Thank you for the inquiry.

    Have you tried adjusting the padding of the Color Secetion containing the Blog Posts element?

    View post on imgur.com

    If this is not what you’re looking, provide the site URL in the private field so we can check.

    Best regards,
    Ismael

    in reply to: easy slider caption background fullwidth #1482613

    Hi,

    You can try this css code:

    .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {
        padding-left: calc((100vw - 1200px) / 2 + 50px) !important;
        padding-right: calc((100vw - 1200px) / 2 + 50px) !important;
    }

    View post on imgur.com


    Best regards,
    Ismael

    in reply to: Website not updating – using Enfold theme #1482612

    Hi,

    Great! Please make sure your html tags are valid and properly closed. Let us know if the issue persists.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: going crazy withe text aling #1482611

    Hey Gianluca,

    Thank you for the inquiry.

    What happens when you remove this css code?

    .responsive .container {
        max-width: 1500px;
    }

    This overrides the Maximum Container Width value in the Enfold > General Layout > Dimensions panel.

    Best regards,
    Ismael

    in reply to: Templates Not Supported in Enfold 7.1? #1482606

    Hey twdf,

    Thank you for the inquiry.

    Are you referring to this Template button?

    View post on imgur.com

    Please provide the site URL and login details in the private field so we can check.

    Best regards,
    Ismael

    in reply to: Button row is stacking instead of side by side. #1482593

    Hey ricedean,

    Thank you for the inquiry.

    What happens when you toggle or temporarily disable the Enfold > Performance > File Compression settings? To temporarily fix the issue, try adding this code in the Quick CSS field.

    #top .avia-buttonrow-wrap {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
    }

    Best regards,
    Ismael

    in reply to: Layout Question For Grid Row Element #1482576

    Hi,

    Thank you for the kind words! Glad to know that you find LayerSlider useful in this case. If you have any more questions, feel free to open another thread.

    Have a nice day.

    Best regards,
    Ismael

    Hey sitadi,

    Thank you for the inquiry.

    This is possible, but it will require modifications that are beyond the scope of support. The position of the search results is calculated based on the current position of the search field, but there is no function that recalculates it on scroll. For additional assistance, you can contact Codeable.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    Hi,

    You need to add the code to the functions.php file. It will only affect pages that use the av_textblock shortcode or the Text Block element. As mentioned earlier, you can replace the Blog Posts element with the Product Grid element, but you’ll need to install WooCommerce and create products first.

    Best regards,
    Ismael

    in reply to: Partner Logo slider for Mobile devices #1482564

    Hey manchust,

    Thank you for the inquiry.

    Did you add another logo slider for mobile view? Make sure that the Styling > Slider or Grid > Column count is set to 4, then add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .slide-entry {
        width: 24%;
        margin-left: 2%;
      }
    }

    Best regards,
    Ismael

    in reply to: easy slider caption background fullwidth #1482563

    Hi,

    Have you tried adjusting the padding value? You can also use calc function to correctly adjust the padding based on the screen width.

    https://www.w3schools.com/cssref/func_calc.php

    Best regards,
    Ismael

    in reply to: SVG icons missing #1482562

    Hi,

    Have you tried checking for the URL? Just replace the $logo_url with the actual URL of the logo image.

    Best regards,
    Ismael

    in reply to: arrow to go back up for mobile and viewing testimonials #1482561

    Hey MAJO_Agency,

    Thank you for the inquiry.

    1.) The scroll-to-top button is hidden by default on mobile view because most mobile devices have built-in ways to navigate to the top. If you like to display it again, add the following css:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #scroll-top-link {
        display: block;
      }
    }

    2.) We may need to inspect the site to better understand the issue. Please provide the site URL and login details in the private field.

    Best regards,
    Ismael

    in reply to: WPML language switcher arrow not showing #1482558

    Hey envis,

    Thank you for the inquiry.

    That is the default style of the language switcher in the theme. If you need to add the submenu indicator, try to add this css code.

    #top #header .menu-item-language .dropdown_available {
        content: "";
        display: inline-block;
        margin-left: 0.6em;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 6px solid rgb(201, 201, 201);
        margin-top: 0.2em;
    }

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    We adjusted the code in the Quick CSS field a bit and temporarily disabled the Performance > File Compressions settings.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
        font-size: 32px;
        line-height: 0.5em;
      }
    
      #top #wrap_all #header #av-burger-menu-ul>li.av-active-burger-items {
        opacity: 1;
        top: 0;
        left: 0;
        padding: 0.2em 0;
      }
    }

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Layer Slider wrong/not scaling in Google Chrome #1482119

    Hi,

    Thank you for the update.

    We’re still investigating the cause of the issue, but as a temporary fix, we have edited the layers in the slide and set the Size > Width to 100%.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Themeforest Theme Issue: Frontend Not Updating #1482106

    Hi,

    We can’t find the “Go to Project” anywhere in the page, front or backend. This is the screenshot of the editor.

    View post on imgur.com

    We edited the page again, added a color section with background image, a heading element and another image.

    View post on imgur.com

    Please try using a different browser or device.

    Best regards,
    Ismael

    in reply to: SVG icons missing #1482101

    Hi,

    This is the complete filter.

    $no_inline = apply_filters( 'avf_no_inline_svg', false, attachment_id, $url );
    

    You can check the value of $url or $attachment_id. If it matches the logo, return true; otherwise, return false.

    Example:

    function no_inline_svg($inline, $attachment_id, $url) {
        $logo_id = 123; // logo id here
        $logo_url = wp_get_attachment_url($logo_id);
    
        if (($attachment_id && $attachment_id == $logo_id) || ($url && $url == $logo_url)) {
            return true;
        }
    
        return $inline;
    }
    add_filter('avf_no_inline_svg', 'no_inline_svg', 10, 3);
    
    

    Best regards,
    Ismael

    in reply to: Emoji’s turned into Question Marks? #1482100

    Hi,

    Have you tried editing them again? What happens when you disable html minification or completely turn off the cache/performance plugin?

    Best regards,
    Ismael

    in reply to: Issue with Events Calendar Pro and categories #1482098

    Hi,

    It may take some time for the changes to propagate — try disabling the plugin, then wait a few minutes before checking the page as a non-admin user.

    View post on imgur.com

    We also kept the Admin Menu Editor Pro and User Switching plugins disabled.

    Best regards,
    Ismael

    Hi,

    We’ll keep the thread open — don’t forget to create a site backup before proceeding.

    Best regards,
    Ismael

    in reply to: Website not updating – using Enfold theme #1482095

    Hi,

    The invalid html are still there when we checked.

    < strong >great opportunities!
    

    Please review the page again.

    Best regards,
    Ismael

Viewing 30 posts - 511 through 540 (of 66,017 total)