Forum Replies Created

Viewing 30 posts - 8,401 through 8,430 (of 67,453 total)
  • Author
    Posts
  • in reply to: Content doesn’t save from time to time. #1404315

    Hey inlinks,

    Thank you for the inquiry.

    We modified the code in the functions.php file a bit and used a different filter called avf_font_manager_load_font to disable the icon fonts.

    add_filter('avf_font_manager_load_font', function($output) { 
        return '';
    }, 10, 1);   
    

    Best regards,
    Ismael

    in reply to: Top Bar #1404312

    Hey ballindigital,

    Thank you for the inquiry.

    There is no default options for custom elements such as the Trustpilot rating, but you can still add them in the header using widgets. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    All header and menu options can be adjusted in the Enfold > Main Menu and Enfold > Header panel.

    Best regards,
    Ismael

    in reply to: Problem with scrolling on UHD resolution #1404311

    Hey mvucic1,

    Thank you for the inquiry.

    We don’t see anything unusual in the site and we can’t replicate the same issue on a 13 inch 2k monitor. Unfortunately, we don’t have a monitor with the same resolution as yours, so we might not be able to replicate the issue. What is the actual specs of your computer? Please provide a short clip and post it using dropbox or imgur.

    Best regards,
    Ismael

    in reply to: cookie settings / page blur #1404310

    Hi,

    We will forward your request to our channel but we can’t assure you that it will be included in the upcoming releases.

    Best regards,
    Ismael

    in reply to: Z-index for column in grid row, not working on Ipad #1404309

    Hi,

    Thank you for the link.

    Adding this css code should help.

    @media only screen and (min-width: 768px) and (max-width: 989px) {
      .responsive #top #wrap_all .flex_cell.av-lf7wt7fc-cdec478c2ab1a0cf02d5be612ae1e6f3 {
        padding: 5% 0 0 0 !important;
        z-index: 9999 !important;
        position: relative;
        overflow: visible;
      }
    }
    

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

    Best regards,
    Ismael

    Hey Monika,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the section with the custom background images? We can’t find it anywhere in the home page. You can use imgur, savvyify or dropbox for the screenshot.

    Have you tried adding css media queries to adjust the style of the section on mobile view?

    // https://www.w3schools.com/css/css_rwd_mediaqueries.asp

    Best regards,
    Ismael

    in reply to: Looking strange on mobile phone #1404307

    Hey gfriend70,

    Thank you for the inquiry.

    The issue occurs because of this css code.

    .inner-container {
        height: 440px!Important;
    }

    Did you add it somewhere? Please try to remove the modification or add the following css code in the Quick CSS field or in the child theme’s style.css file to override it.

    #top #header .inner-container {
        height: 88px!Important;
    }
    

    Best regards,
    Ismael

    in reply to: Video Element Preview Picture is not showing. #1404306

    Hi,

    Thank you for the update.

    You may need to accept the cookies or the privacy options first in order to see the video. If you want the video to display immediately without interacting with the privacy options, you can set the Enfold > Privacy & Cookie > Cookie Handling > Default Cookie Behavior settings to the first or second option.

    Best regards,
    Ismael

    in reply to: Hide page from menu #1404305

    Hi,

    Great! Glad to know that you found the option. Please let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Layersliders won’t show on new install of my site #1404304

    Hi,

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

    Have a nice day.

    Best regards,
    Ismael

    Hey Ernie4President,

    Thank you for the inquiry.

    You have to set the left and right margin of the grid row container to auto. Please use this css code instead.

    .av-layout-grid-container {
        width: 85%;
        margin: 0 auto;
    }

    Best regards,
    Ismael

    in reply to: Disabling Entypo Fontello completely #1404301

    Hey eCharisma,

    Thank you for the inquiry.

    The builder still loads properly even after adding the filter in the functions.php file. What is the current version of the theme in your installation? Please make sure to update the theme to version 5.5.

    Best regards,
    Ismael

    in reply to: site logo is stretched and resized #1404186

    Hey virtualbis,

    Thank you for the inquiry.

    This is the actual image used for the logo. (see private field)

    Did you install an image compression plugin? Please delete the current logo, upload it again and make sure to select the full size version before inserting it as logo.

    Best regards,
    Ismael

    in reply to: Submenu Padding #1404185

    Hi,

    You are quite welcome! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: cookie settings / page blur #1404184

    Hey Sebastian,

    Thank you for the inquiry.

    There is no option for this, unfortunately. You may need to hire a freelance developer to adjust or extend the cookie & privacy features. Please check the link below.

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Endlos Website shows only cursive fonts #1404183

    Hi,

    Glad to know that the issue has been resolved. Please do not hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Übersetzungsfehler / Translation mistake #1404182

    Hi,


    @Blatze
    : You may need to modify themes/enfold/lang/de_DE.po file and adjust this translation around line 21147.

    #: includes/admin/register-portfolio.php:60
    #, fuzzy
    msgid "Portfolio Categories"
    msgstr "Portfolio Einträge"
    


    @ishish
    : You can add this in the functions.php file.

    // https://kriesi.at/support/topic/recaptcha-v2-wpml/#post-1374230
    add_filter('avf_google_recaptcha_apiurl_lang', function($lang, $context) {
    	if($context == 'frontend')
    	{
    		$lang = substr(get_locale(), 0, 2);
    	}
    
    	return $lang;
    }, 10, 2);
    

    Best regards,
    Ismael

    in reply to: Change number of blog posts in blog page grid #1404181

    Hey trevorwilson,

    Thank you for the inquiry.

    You can adjust the number of posts in the default blog page by editing the value of the Settings > Reading > Blog pages show at most field. Default value is 10.

    Best regards,
    Ismael

    Hi,

    Have you tried using the actual add to cart shortcode? Please check the link below for more info.

    // https://woocommerce.com/document/woocommerce-shortcodes/#add-to-cart

    Best regards,
    Ismael

    in reply to: Z-index for column in grid row, not working on Ipad #1404179

    Hi,

    Thank you for the update.

    We can’t find the same section shown in the screenshot. Did you remove it? Please provide the link to the actual page containing the section.

    Best regards,
    Ismael

    Hi,

    Great! Glad to know that the filter is working. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    Hey Johannes,

    Thank you for the inquiry.

    We may need to inspect the elements or see the site in order to provide the proper modifications. Please provide the site URL in the private field, and post a screenshot using imgur, savvyify or dropbox.

    Best regards,
    Ismael

    in reply to: Cell/Column CSS Overwrite? #1404176

    Hi,

    What specific changes are you attempting to make to the “.responsive #top #wrap_all .av-flex-cells .no_margin” element? Could you please provide an example of the desired CSS?

    It’s worth noting that you can override the styles of the element, even if some of its CSS properties have the “!important” rule. You can achieve this by adding the CSS code either in the Quick CSS field or the child theme’s “style.css” file. Before testing the page, please ensure that you temporarily disable the “Enfold > Performance > File Compression” settings and the “Autoptimize” plugin to regenerate the stylesheets.

    Best regards,
    Ismael

    in reply to: Using shortcodes in template files breaks layout #1404175

    Hi,

    The theme implements a few logic for the color section based on certain conditions that may affect the layout of the page such as adding an extra closing div, which might be the reason why it is breaking the page. Instead of using the shortcode, you can just try and extract the actual rendered output of the color section and place it in your templates. This way, the theme doesn’t have to interfere with your template modifications.

    Best regards,
    Ismael

    Hi,

    Thank you for sharing your experience. However, we are uncertain about the root cause of the issue. It is possible that it was a temporary glitch, but we cannot say for certain.

    Best regards,
    Ismael

    Hey simplycoding15,

    Thank you for the inquiry.

    Did you try adding the shortcode using a Text or Code block? Keep in mind that WooCommerce messages, such as “added to cart”, will only appear on default product templates or pages, such as the category or base shop page. These messages will not display on custom pages created using the Advanced Layout Builder.

    Best regards,
    Ismael

    Hey Angelo,

    Thank you for the inquiry.

    You can use this filter in the functions.php file to shuffle the slider items in random order.

    function avf_shuffle_assoc($my_array)
    {
        $keys = array_keys($my_array);
    
        shuffle($keys);
    
        foreach($keys as $key) {
            $new[$key] = $my_array[$key];
        }
    
        $my_array = $new;
    
        return $my_array;
    }
    
    add_filter('avf_avia_builder_slideshow_filter', function($data, $class) {
        $data['id_array'] = avf_shuffle_assoc($data['id_array']);
        return $data;
    }, 10, 2);
    

    Make sure to purge the cache before testing the page.

    Best regards,
    Ismael

    in reply to: Submenu Padding #1404089

    Hey dlambers,

    Thank you for the inquiry.

    You can try this css code instead.

    .av-main-nav > li > ul {
        margin-top: -30px;
    }
    

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

    Best regards,
    Ismael

    Hi,

    To change the thumbnail for a specific category, visit the link below. Additionally, you can customize the font color and banner overlay style.

    // http://site.com/wp-admin/term.php?taxonomy=product_cat&tag_ID=27&post_type=product

    Make sure to adjust the URL, using your own domain and adjust the value of the tag_ID parameter using the the actual ID of the category. Or just go to the Products > Categories panel and click the category manually, then look for the Thumbnail and Enfold Category Styling options.

    Best regards,
    Ismael

    Hi,

    Have you tried generating a different token? Also, please note that the private token is different from the app token. You have to go to the following link in order to generate the private or personal token.

    // https://build.envato.com/create-token/

    Only use the link below if you want to register an app token, which you won’t need to update the theme.

    // https://build.envato.com/register/

    Best regards,
    Ismael

Viewing 30 posts - 8,401 through 8,430 (of 67,453 total)