Forum Replies Created

Viewing 30 posts - 9,421 through 9,450 (of 67,443 total)
  • Author
    Posts
  • in reply to: Fixing socket after 5.2.1 update #1372880

    Hey jaimemerz,

    Thank you for the inquiry.

    Are you trying to adjust the background of the space below the socket? Please try to use this css code.

    .html_stretched #wrap_all {
        background-color: #999999;
    }
    
    #socket {
        height: 100px !important;
        z-index: 9999;
        position: relative;
        background: #999 url(//siliconvalleyandbeyond.com/wp-content/uploads/footer-2021.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 94%;
    }
    

    This should adjust the background color of the main wrapper and adjust the size of the #socket’s background image.

    Best regards,
    Ismael

    in reply to: woocommerce in enfold #1372879

    Hey onziemeart,

    Thank you for the inquiry.

    Yes, you can use the Advance Layout Builder to create custom layouts for the products and insert custom elements in shop page. However, please note that certain features of the products or of the plugin may not work when the Advance Layout Builder is active, so we do not recommend it if you want to have access to those functionalities. Please check this documentation for more info about the custom shop page.

    // https://kriesi.at/documentation/enfold/woocommerce-shop/#custom-woocommerce-shop-overview-with-advanced-layout-editor

    Best regards,
    Ismael

    in reply to: background color block homepage #1372878

    Hey mvanstee,

    Thank you for the inquiry.

    Have you tried using the Color Section element? Insert the element color section at the location where the Product List element is currently situated, just above or below the product element, then move the product element inside the color section. You can then modify the color section and apply a background color to it by adjusting the settings in the Styling > Background Colors toggle. Let us know if this is what you looking for.

    Best regards,
    Ismael

    in reply to: Mobile menu above viewport #1372876

    Hey maspohl,

    Thank you for the inquiry.

    Did you add any css modifications recently? Please make sure that all tags are closed properly, check if there are missing curly braces or any invalid syntax. You can use this tool to check for css errors.

    // http://csslint.net/

    To fix the issue temporarily, please add the following css code, then temporarily disable the Enfold > Performance > File Compression settings.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .av-main-nav>li {
        display: none;
      }
    
      .av_minimal_header #header_main .container, .av_minimal_header .main_menu ul:first-child>li a {
        height: 90px !important;
        line-height: 90px !important;
      }
    }

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    Which icon fonts are you trying to upload? Please note that not every icons in the flaticon site can be uploaded using the Iconfont Manager, only monocolored icon sets as described in the uploader section.

    You can upload additional Iconfont Packages generated with Fontello or use monocolored icon sets from Flaticon. Those icons can then be used in your Layout Builder.

    Best regards,
    Ismael

    in reply to: Blog left images right text #1372873

    Hey MarcusEls,

    Thank you for the inquiry.

    That specific blog style will only be activated if the page contains a sidebar. The page above is set to fullwidth but it looks like you are trying to emulate a sidebar container by using columns. What you can do is enable the sidebar for that particular page by adjusting the Layout settings, then manually select a widget area without any widgets if you don’t want to display the default sidebar. Let us know if this helps.

    Best regards,
    Ismael

    in reply to: Headline rotator Typewriter – could I make it faster? #1372872

    Hi,

    Thank you for the inquiry.

    The speed of the typewriter effect is adjustable but you will have to modify it by editing the enfold/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.js file directly. Please look for this code around line 112.

    var speed = 50; /* The speed/duration of the effect in milliseconds */
    

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

    Best regards,
    Ismael

    in reply to: different styles in a headline #1372868

    Hey Monika,

    Thank you for the inquiry.

    You can insert span or any formatting elements (i, strong, small, em etc) with unique class names inside a heading tag to control the style of a word or a set of characters inside the heading.

    Examples:

    ===

    
    <h1>The <i>quick</> brown fox jumps over the lazy <span class="av-classic-text-style">dog</span></h1>
    

    ===

    
    <h2 class="av-unique-text-style">Lorem ipsum <em>dolor</em> sit amet, <strong>consectetuer</strong> adipiscing elit.</h2>
    

    The styling for the heading and formatting elements can look like this.

    .av-unique-text-style em {
        text-decoration: underline;
        font-style: italic;
    }
    
    .av-unique-text-style strong {
        text-decoration: line-through;;
        font-weight: 700;
    }

    Best regards,
    Ismael

    in reply to: Headline Rotator / not vertically centered #1372866

    Hey Monika,

    Thank you for the inquiry.

    Have you tried using a larger or wider column, or decreasing the size of the rotator text? The text wraps to the next line because the line can no longer contain the characters. Decreasing the text size or using a wider column should ensure that the whole sentence can be contained in the same line. You can adjust the position of the rotator element in the Styling > Font Sizes toggle.

    To adjust the style of the rotator text, please try this css code.

    .av-rotator-text {
        font-family: inherit;
        font-weight: 300;
    }
    

    Let us know if there’s anything else we can help you with.

    Best regards,
    Ismael

    in reply to: accessibility mobile navigation #1372865

    Hey Vera,

    Thank you for the inquiry.

    The screenshot above is not accessible on our end. Would you mind using imgur or dropbox for the screenshot? A link to the site will also help. Please provide the info in the private field.

    Best regards,
    Ismael

    in reply to: post title above gallery #1372863

    Hey Munford,

    Thank you for the inquiry.

    This is actually an old issue with the gallery element which has been fixed in the latest version of the theme. Please try to upgrade the theme from version 4.8.9 to version 5.2.1, toggle or temporarily disable the Enfold > Performance > File Compression settings, purge the cache, then test the page again. Let us know if the issue persist after the upgrade.

    Best regards,
    Ismael

    Hey StevenBi,

    Thank you for the inquiry.

    Looks like the product gallery is set to use the default gallery style instead of the plugin’s. You may need to set the Enfold > Shop Options > Product gallery settings to the second option (Woocommerce 3.0) in order to enable the default plugin gallery and make the swatches work again. Let us know if this helps.

    Best regards,
    Ismael

    in reply to: Schrift in Kommentaren besser lesbar #1372861

    Hey diefleischerei,

    Thank for the question.

    You can try this css code to adjust the style of the comments including the font size.

    #top .comment_text {
        clear: both;
        font-size: 1.3em;
        padding: 0 0 15px 0;
        border: none;
    }

    Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings after adding this modification.

    Best regards,
    Ismael

    in reply to: Saving didnt work! #1372739

    Hey claugutierrezt,

    Thank you for the inquiry.

    Looks like you have installed an SSL certificate but forgot to switch the WordPress and site address from http to https. This causes issues with the AJAX requests or the admin-ajax.php file. You may need to review the following article in order to properly switch your WordPress installation from http to https.

    // https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/

    Best regards,
    Ismael

    in reply to: Display private posts in blog masonry for admin #1372611

    Hi,

    Sorry for the delay. The private posts are displaying correctly in the blog page when we checked the site again. How did you fix the issue?

    Best regards,
    Ismael

    in reply to: Rank Math crashes Enfold Editor #1372609

    Hi,

    @Sozo: Thank you for the confirmation.

    Best regards,
    Ismael

    Hi Colin,

    We can see the site but we can’t get in to the dashboard using the same credentials. Please create an admin account for the staging site so that we can check the issue further.

    Thank you for your patience.

    Best regards,
    Ismael

    Hey mlubimow,

    Thank you for the inquiry.

    Which of the buttons are you trying to remove? Would you mind providing a screenshot? You can use imgur, savvyify or dropbox. We may need to access the dashboard as well. Please provide the login details in the private field. Thanks.

    Best regards,
    Ismael

    in reply to: Rank Math crashes Enfold Editor #1372605

    Hey TT2495,

    Thank you for the inquiry.

    Where can we check the issue? Please create a staging or a development version of the site so that we can check the issue properly, and provide the login details in the private field. Screenshots of the issue will also help.

    Best regards,
    Ismael

    in reply to: Others mobile optimization #1372604

    Hey cuccarini,

    Thank you for the inquiry.

    1.) This is possible but you have to display 4 items for each row on desktop view, then use this css code to adjust the width of the items on smaller screens.

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #main .avia-content-slider .slide-entry-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
      }
    }
    

    Again, you have to display the items in 4 columns instead of 3 in order for this modification to work correctly.

    2.) This is possible but it will require modification that is beyond the scope of support. You may need to edit the single.php or the includes > loop-index.php template in order to achieve the same layout shown in your screenshot. For starters, you can use this css code to split the featured image and the content into separate columns.

    
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #main .avia-content-slider .slide-entry {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
      }
    
      .responsive #top #wrap_all #main .avia-content-slider .slide-entry .slide-content {
        flex-grow: 1;
        width: 60%;
        flex-shrink: 0;
        margin-left: 4%;
      }
    
      h3.slide-entry-title.entry-title {
        text-align: left;
        font-size: 20px !important;
      }
    }
    

    Best regards,
    Ismael

    in reply to: diagonal section breaks on wide screens #1372603

    Hey Siracher,

    Thank you for the inquiry.

    You can try this css code to adjust the size of the diagonal container on wider screens.

    @media only screen and (min-width: 2040px) {
    
      /* Add your Desktop Styles here */
      .avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner {
        top: 450px;
      }
    
      .avia_transform .av-extra-border-element.border-extra-diagonal {
        height: 450px;
        margin-top: -250px;
      }
    }
    

    Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvy2VVHOVV-tvi8X0i?e=mK27Um

    What is the actual screen resolution of your monitor? We don’t have a 35″ monitor, so we just zoomed the browser out to emulate a larger screen resolution.

    Best regards,
    Ismael

    in reply to: Usage of technologies #1372601

    Hey Marc,

    Thank you for the inquiry.

    The theme has a Google reCaptcha integration but you have to enable it first in the Enfold > Google Services panel using your own API keys. The option is not enabled by default and will not load without the API keys.

    Best regards,
    Ismael

    in reply to: Widgets/ filters on shop page is not working #1372600

    Hey Margrubi,

    Thank you for the inquiry.

    The filters are not displaying because there are no variable products in the shop page. You have to create a few product attributes and create product variations based on the attributes. For more info, please check the following documentation.

    // https://woocommerce.com/document/variable-product/

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    It is not working because the hash is incomplete. You have to append the suffix _sort to the anchor or hash.

    Example:

    https://site.de/#b2c_sort
    

    Please make sure to adjust the URL accordingly.

    Best regards,
    Ismael

    in reply to: Remove Enfold Language Flags WPML #1372597

    Hi,

    Thank you for the update.

    Have you tried disabling the flags from the Enfold > Header > Extra Elements panel? Please look for the Enfold WPML Language Flags (Global Setting) and adjust it accordingly.

    this code: is not working.

    You can try this instead.

    add_action('after_setup_theme','avia_remove_main_menu_flags', 9999);
    function avia_remove_main_menu_flags() {
    	remove_filter( 'wp_nav_menu_items', [ avia_WPML(), 'handler_append_lang_flags' ], 9999, 2 );
    	remove_filter( 'avf_fallback_menu_items', [ avia_WPML(), 'handler_append_lang_flags' ], 9999, 2 );
    }
    

    Or as we mentioned above, the flag settings can be adjusted from the Extra Elements panel.

    Best regards,
    Ismael

    in reply to: show fetured image source copyright under image #1372595

    Hey makeck,

    Thank you for the inquiry.

    You can add this css code to display the copyright field below the featured image.

    small.avia-copyright {
        display: inline-block;
    }

    Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the css.

    Best regards,
    Ismael

    in reply to: Align Read More Buttons at the bottom #1372478

    Hey navindesigns,

    Thank you for the inquiry.

    You can add this script in the functions.php file to adjust the height of grid content based on tallest item.

    
    // adjust grid height
    function ava_custom_script_grid_height()
    {
        ?>
        <script type="text/javascript">
            (function($) {
                function adjustGridHeight() {
                    var maxHeight = -1;
    
                    $('.grid-sort-container').each(function() {
                        var content = $(this).find('.grid-content');
                        content.css('height', 'auto');
                        maxHeight = maxHeight > content.height() ? maxHeight : content.height();
                        content.height(maxHeight + 20);
                    });
                }
    
                $(window).on('debouncedresize', function() {
                    adjustGridHeight();
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action( 'wp_footer', 'ava_custom_script_grid_height', 9999 );
    

    Then add this css code to align the read more buttons at the bottom of the grid content container.

    .excerptReadMore {
        position: absolute;
        bottom: 20px;
    }
    
    .grid-content {
        padding-bottom: 70px;
    }
    

    Best regards,
    Ismael

    in reply to: Show Portfolio Categories #1372477

    Hi!

    Thanks for the update.

    We corrected the above modification for the portfolio.php file. Please try it again. https://kriesi.at/support/topic/show-portfolio-categories-2/#post-1372024

    Cheers!
    Ismael

    in reply to: Sidebar on bottom of one page #1372474

    Hi,

    No problem! Glad we could be of help. 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: Main Menu #1372473

    Hi,

    Thank you for the update.

    You can use this css code to adjust the vertical position of the phone number.

    #header_main .phone_number a {
        top: -10px;
        position: relative;
    }
    

    Also I edited the size but it is not reflecting. Did I do something wrong?

    Did you adjust the font-size value in this css rule?

    #header_main .phone_number a p {
        font-size: 64px;
    }
    

    Best regards,
    Ismael

Viewing 30 posts - 9,421 through 9,450 (of 67,443 total)