Forum Replies Created

Viewing 30 posts - 9,751 through 9,780 (of 67,443 total)
  • Author
    Posts
  • in reply to: Replace cart counter with icon #1368206

    Hi,

    Thank you for the update.

    The icon is not visible because it has the same color as the background. Please add this css code to adjust the color of the cart icon and make it visible.

    .header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link, #top .header_color p.order-info mark {
        color: red;
    }

    Best regards,
    Ismael

    in reply to: "font-awesome" in functions.php? #1368205

    Hi,

    Thanks for the info @Guenni007.


    @hugogimenez
    : Are you using the Layer Slider? If not, you can disable it by adjusting the Enfold > Layout Builder > Layerslider Options as @Guenni007 suggested above.

    Best regards,
    Ismael

    in reply to: Small Feature Request #1367926

    Hi,

    Thank you for the update.

    Looks like the slider breaks when there is another link or button inside the caption container. It does work but the layout of the slider is no longer correct. Please remove the button or link shortcode from the caption field and activate the slider buttons instead.

    And to apply a custom link to the slide, add this span element in the caption field instead.

    <span class="av-slider-link hidden" data-link="http://kriesi.at"></span>
    

    We will add the custom slide link in the data-link attribute, then add this code in function.php file to redirect the page to the specified data-link when the slide is clicked.

    // apply custom link to the slide image
    function ava_custom_script_slideshow_link()
    {
        ?>
        <script type="text/javascript">
            (function($) {
                $('.avia-slideshow-slide').on('click', function() {
                    var sliderlink = $(this).find('.av-slider-link');
                    window.location.href = sliderlink.attr('data-link');
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action( 'wp_footer', 'ava_custom_script_slideshow_link', 9999 );
    
    

    Best regards,
    Ismael

    in reply to: Breadcrumb repeated info / no active page title on left #1367924

    Hi,

    Glad to know that this has been resolved. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Thank you for following up.

    1.) You can use css to pull the combo widget upwards and position it closer to the widget title. Each widget has its own unique ID which can be used to style them.

    2.) You don’t have to keep the file compression disabled forever, only while editing the site. We actually increase the size of the text, default is 0.85em. Please try this again.

    #top .news-content {
        font-size: 0.5em;
    }
    

    OR

    #top .news-content {
        font-size: 11px;
    }
    

    Best regards,
    Ismael

    Hi,

    Sorry for the delay. We were able to reproduce the issue, but we’re not yet sure what is causing it. The issue happens regardless of the active editor ( Classic or Block ). We tried to update and deactivate the plugins but the issue still occurs. There might be a code somewhere which hooks (before_delete_post, after_delete_post) into the wp_delete_post function and adjusts the status of the ALB pages. You might want to refrain from deleting trashed posts for the meantime.

    Does it happen when you use a plugin for bulk deleting posts or pages?

    // https://wordpress.org/plugins/bulk-delete/
    // https://wordpress.org/plugins/wp-bulk-delete

    You can also use the hooks mentioned above to manually activate the ALB pages again after deletion.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    1.) Above the combo widget, you can add another text or html widget and use it as the title of the widget below.

    2.) Which fonts or text? The font size of the text inside the combo widget is actually quite small. You can adjust it with this css code if you like.

    #top .news-content {
        padding: 7px 0 3px 0;
        line-height: 1.7em;
        position: relative;
        overflow: hidden;
        font-size: 1em;
        display: block;
        clear: both;
        margin: 0;
    }

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    This info displays in the console whenever we try to open the lightbox, which suggests that another script is blocking or is in conflict with the lightbox script.

    `Selected text **
    responsivevoice.js?source=wp-plugin&key=omitted&ver=6.0.2:452

    Do you have an idea which plugin is using the responsivevoice.js script?

    Best regards,
    Ismael

    in reply to: Google fonts local #1367913

    Hi,

    Thank you for the update.

    One of the fonts is coming from the Layer Slider plugin, so we edited the layer slider settings and disabled Google Fonts. The default Dosis font was also selected for the elements in the Enfold > Advanced Styling panel, which we adjusted. The site should now pass the google font checker.

    Best regards,
    Ismael

    Hey savvyone,

    Thank you for the inquiry.

    Someone else edited the page while we are inspecting it. Did you login just now?

    Please note that the events countdown element relies on the events taxonomies or categories. You will not be able to display any events if there are no events taxonomies. Please make sure that the events that you want to display in the events countdown element belong to at least one category.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.


    @Highlander-2013
    : Please try the suggestion above, just let us know if you need more help.

    Thanks @Guenni007!

    Best regards,
    Ismael

    in reply to: problem with Fullwidth Easy Slider #1367907

    Hi,

    Glad to know that this issue has been resolved. Thanks to @Rikard. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Last easy problems #1367904

    Hi,

    Thank you for the update.

    You can use this css code to adjust the width of the featured image.

    .single .fullsize .template-blog .big-preview img {
        width: 50%;
        margin: 0 auto;
    }
    

    To remove the border of the search tooltip or field, try this css.

    .avia-search-tooltip {
        box-shadow: none;
        border: 0;
    }

    Would you mind providing a screenshot of the border so just we can confirm that we are inspecting the correct element? You can use imgur, savvyify or dropbox for the screenshot. Thanks.

    Best regards,
    Ismael

    in reply to: Creating a comparison table #1367901

    Hey woogie07,

    Thank you for the inquiry.

    You can actually add limitless number of rows in the Table element. Have you tried it yet? Would you mind providing a screenshot of the layout that you’re after? You can use imgur, savvyify or dropbox for the screenshot. Thanks.

    Best regards,
    Ismael

    in reply to: Font Color in Ajax Search #1367770

    Hi,

    Thank you for the update.

    We added the css code again and disabled the Enfold > Performance > File Compression settings but the css modification is still not loading correctly. The css works when we apply it directly in the browser.

    Did you install any cache or compression plugins? Please disable them temporarily.

    // https://1drv.ms/u/s!AjjTfXSRbKTvyTGrV4GuWZO9B9Jv?e=RnIVwz

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    You can actually use the Advance Layout Builder (ALB) to create various layouts for your products, but some features (e.g variation image switch) may not work when the builder is active. You can also edit the product templates directly or use the available template hooks.

    Best regards,
    Ismael

    in reply to: remove the googleapi from html code forever #1367761

    Hi,

    Thank you for the inquiry.

    Did you select the Roboto font in the Enfold > General Styling > Fonts panel, or did you add a layer slider? if there is a layer slider in the page, you can disable the Google Fonts in the layer slider settings. We were not able to check the page above because it is private and requires a password.

    Best regards,
    Ismael

    Hey Jan,

    Thank you for the inquiry.

    You can lazy load the iframe and only load it on user interaction. The example below loads a youtube video on click.

    
    function av_enable_iframe_on_interaction()
    {
        ?>
        <script type="text/javascript">
            (function($) {
                $(function() {
                    $('.av-enable-frame').click(function() {
                        var _this = $(this),
                            iframe = $('.av-custom-frame');
    
                        iframe.attr('src','https://www.youtube.com/embed/' + _this.attr('data-url'));
                    });
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action( 'wp_footer', 'av_enable_iframe_on_interaction', 9999 );
    
    function av_enable_iframe_on_interaction_cb( $atts )
    {
        $frame  = '<div class="av-iframe-container">';
        $frame .= '<a class="av-enable-frame" href="#" data-url="hMxGhHNOkCU">Enable Iframe</a>';
        $frame .= '<iframe class="av-custom-frame" src="" width="560" height="315" frameborder="0" allowfullscreen></iframe>';
        $frame .= '</div>';
    
        return $frame;
    }
    add_shortcode( 'av_enable_iframe_on_int', 'av_enable_iframe_on_interaction_cb' );
    

    You can use this shortcode in a code or text block.

    [av_enable_iframe_on_int]
    

    Best regards,
    Ismael

    in reply to: Footer Columns Issues #1367745

    Hi,

    No worries. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Breadcrumb repeated info / no active page title on left #1367744

    Hey Tilman,

    Thank you for the inquiry.

    You can use this css code to hide the page title.

    .page:not(.home) .title_container .main-title {
        display: none;
    }
    

    To disable the breadcrumb in the home page, go to the editor and look for the Layout > Title Bar Settings, then select Hide Both.

    Best regards,
    Ismael

    in reply to: avia_lang_setup (hook: action:after_setup_theme) #1367743

    Hey valorum,

    Thank you for the inquiry.

    The avia_lang_setup just set the lang folder or directory and load the corresponding .mo file or the translated strings, which is required by multilang plugins such as WPML or Polylang.

    Have you tried disabling the Performance > File Compression settings? Are you still editing the site? Please also try to deactivate the plugins temporarily and observe the site.

    Best regards,
    Ismael

    in reply to: avia_lang_setup (hook: action:after_setup_theme) #1367742

    Hey valorum,

    Thank you for the inquiry.

    The avia_lang_setup just set the lang folder or directory and load the corresponding .mo file or the translated strings, which is required by multilang plugins such as WPML or Polylang.

    Have you tried disabling the Performance > File Compression settings? Are you still editing the site? Please also try to deactivate the plugins temporarily and observe the site.

    Best regards,
    Ismael

    in reply to: Logo / header not sticky on mobile #1367738

    Hi,

    Glad to know that the modification is working. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: image overlays text on mobile #1367737

    Hi,

    Thank you for the screenshot.

    You can try this css code to adjust the vertical position of the image on mobile view.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .avia-image-container.av-l6ukxndc-bb3b9200aa11837647f17aa41fa13969 {
        position: relative;
        top: 50px;
        z-index: 2;
      }
    }

    Best regards,
    Ismael

    in reply to: Page locked, can't get in anymore #1367736

    Hi,

    We tried logging in to the cpanel above using the account above but it seems to be invalid. Please ask your hosting provider to check the login info or ask them to create an FTP account for the site.

    Did you set the WP_DEBUG_DISPLAY to true in your wp-config.php file? Please set it so that we can see the errors in the backend.

    // https://wordpress.org/support/article/debugging-in-wordpress/#wp_debug_display

    Best regards,
    Ismael

    Hey Jaro,

    Thank you for the inquiry.

    Are you using the default Recent Comments widget? Have you tried using the Enfold Combo Widget instead? This widget contains multiple tabs which display popular posts, recents posts, tags and recent comments. The theme doesn’t have a dedicated widget for comments but we can modify the combo widget so that it only displays latest comments.

    Best regards,
    Ismael

    in reply to: Extending background image when using a page as footer #1367730

    Hi Thomas,

    No problem. Glad we could be of help. It is always nice to be a noob at something because you tend to learn a lot. Please do not hesitate to ask if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Google fonts local #1367729

    Hey Soulshakin,

    Thank you for the inquiry.

    Where do you see the google font embed? All font files are being retrieved directly from your own server when we checked the site. Please check the screenshot below.

    Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvyTCAV4WX9yjvEjnz?e=kIhshW

    Best regards,
    Ismael

    in reply to: How to make buttons alignment in columns #1367727

    Hey Emmygraph,

    Thank you for the inquiry.

    The position of the button will depend on the height or size of the featured image and length of the excerpt and the title. To make sure that the read more buttons will align with each other, you have to control the image size and the size of the excerpt.

    You can try this css code but we don’t recommend it because it will require adjustments on different screen sizes.

    .slide-entry-wrap {
        display: flex;
        overflow: hidden;
        grid-auto-rows: 1fr;
    }
    
    .slide-entry {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 70px;
    }
    
    .slide-content {
        min-height: 500px;
        position: relative;
    }
    
    .avia-content-slider .read-more-link {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    
    footer.entry-footer {
        position: absolute;
        bottom: 0;
    }

    Best regards,
    Ismael

    in reply to: INSTAGRAM WIDGET DOESN´T WORK 2022 #1367726

    Hi,

    Thank you for the update.

    We also added a note below that statement, which recommends the other plugin if the default widget is not working as expected. This usually happens on shared servers.

    Due to limitations of Instagram API on shared servers, you might receive “Instagram has returned invalid data” error when using default Instagram widget. If that happens to be the case, please use Smash Balloon instead.

    Best regards,
    Ismael

Viewing 30 posts - 9,751 through 9,780 (of 67,443 total)