Forum Replies Created

Viewing 30 posts - 10,771 through 10,800 (of 67,443 total)
  • Author
    Posts
  • in reply to: GRID element and background images #1351469

    Hey Magdalena,

    Thank you for the inquiry.

    Are you referring to the padding surrounding the image? Please try to add this css to remove the default padding of the cells. Make sure to add the code inside the existing css media query for mobile view.

    .responsive #top #wrap_all .av-flex-cells .no_margin {
        padding: 0 !important;
    }
    

    Best regards,
    Ismael

    in reply to: Can't change the breakpoint for my website #1351467

    Hi,

    You’re quite welcome! 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: Gallery captions not visible #1351466

    Hi,

    Thank you for the inquiry.

    The tooltip text are not visible because the font color is the same as the background. Adding this css code should help.

    .avia-tooltip {
        color: orangered;
    }
    

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

    Best regards,
    Ismael

    in reply to: entypo-fontello.woff2 #1351465

    Hi,

    Thank you for the update.

    The filter above should be enough to satisfy the pagespeed insight tool and remove the text or font visibility warning. If it doesn’t work, try to replace block with swap.

    Best regards,
    Ismael

    in reply to: SVG-Logo – not showing #1351464

    Hi,

    You can use any svg files from this site.

    // https://freesvg.org/

    Do you have the latest version of the theme (4.9.2.3)? Please feel free to update us once the site is live.

    Best regards,
    Ismael

    in reply to: Exclude Code-Block content from site search #1351463

    Hey Knutnik,

    Thank you for the inquiry.

    How can I exclude the content of the whole code block from the search?

    Could you elaborate further? Unfortunately, it is not possible to exclude a specific content or element from search engines. You can only instruct search engines whether to index a page or not, but you cannot exclude or hide a specific area or element in that page.

    Best regards,
    Ismael

    in reply to: Video without preload #1351462

    Hi,

    You can do all of the above except this one.

    – does not load data before a user clicks on “play”
    

    The autoplay can be disabled but the locally stored video will still be preloaded.

    Best regards,
    Ismael

    in reply to: "Coming Soon" for Subpage? #1351461

    Hi,

    There is no predefined templates for a maintenance page out of the box, but you can simply create one using the Advance Layout Builder (ALB). Start by creating a new page, switch to the advance layout builder, set the Template to “Blank – No header, no footer” to disable the header and the footer for that particular page, then add any content using the ALB.

    Best regards,
    Ismael

    in reply to: Image sizes in Masonry blog element #1351460

    Hey InSilentio,

    Thank you for the inquiry.

    The option is for users who requires sharper images for masonry items, or for users who wants to display a custom image size. To display the full size version of the image, select the first option in the Image Size settings and play around with the Size Settings. We recommend using the Flexible Masonry to display the images as actual image elements instead of them rendering as the masonry items’ background.

    Best regards,
    Ismael

    in reply to: Portfolio masonry objectlinks #1351456

    Hey Johann,

    Thank you for the inquiry.

    You can edit the portfolio item and set a custom link in the Additional Portfolio Settings > Overwrite Portfolio Link settings, which is located right below the text editor. Select the second option (Define custom link) and place the custom URL in the Link portfolio item to external URL field.

    Best regards,
    Ismael

    Hi,

    Sorry for the confusion. You should not disable the Smash Balloon plugin, just replace the current instagram widget with the Enfold Instagram (Smash Balloon) version of the widget and make sure to configure the smash balloon settings as described in the documentation.

    // https://kriesi.at/documentation/enfold/instagram/#setup

    Please note that there are two versions of the instagram widget in the theme, the default instagram widget and the the smash balloon version of the widget.

    Best regards,
    Ismael

    in reply to: Masonry, but SEO-friendly, please! #1351454

    Hey InSilentio,

    Thank you for the inquiry.

    Have you tried using a special heading or a text block to add an h2 element in the page? If you want to change the heading of the masonry title instead, please add this filter in the functions.php file.

    function avf_customize_heading_settings_mod( array $args, $context, array $extra_args = array()){
      if( $context == 'avia_masonry' ){
        $args['heading'] = 'h2';              
      }
      return $args;
    }
    add_filter( 'avf_customize_heading_settings', 'avf_customize_heading_settings_mod', 10, 3 );
    

    You can also use the is_page conditional function if you need to only apply this modification for specific pages.

    Best regards,
    Ismael

    in reply to: transparent areas on webside #1351453

    Hey rixi,

    Thank you for the inquiry.

    You can use the Advance Layout Builder to manually create this kind of layout, but we can also adjust the style of the default template with css.

    #top #main {
        background-color: transparent;
    }
    
    #top #main .container_wrap.container_wrap_first.main_color.sidebar_right {
        background-color: transparent;
    }
    
    #top #main .sidebar {
        border-left-width: 0;
    }
    
    #top #main .sidebar .inner_sidebar {
        background-color: #ffffff;
        padding: 20px;
    }
    
    #top #main main.template-page.content.av-content-small.alpha.units {
        background-color: #ffffff;
        margin-top: 50px;
        padding: 20px;
        margin-bottom: 50px;
    }

    Best regards,
    Ismael

    in reply to: Slow loading time #1351452

    Hi,

    Thank you for the update.

    Could you be more specific about the issues? There are many Enfold sites out there without loading or performance issues including the demo, and most users who reported problems about site performance eventually solved it by optimizing their site or by following the recommendations in the articles above. Upgrading the server should also help.

    Best regards,
    Ismael

    in reply to: Footer page does not display #1351134

    Hi,

    Thank you for the inquiry.

    Did you create a copy of the footer.php file in the child theme directory? Please provide the login details in the private field so that we can check the issue further.

    Best regards,
    Ismael

    Hey Marina,

    Thank you for the inquiry.

    You can try this css code in the Quick CSS field to hide the consent bar on smaller screens, but please note that this will prevent mobile users from accepting the cookies, which may prevent certain features (map, fonts etc) from working correctly.

    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      .avia-cookie-consent-wrap {
        display: none;
      }
    }
    

    Best regards,
    Ismael

    Hey jaimemerz,

    Thank you for the inquiry.

    It might be an issue with the post css files. You may need to refrain from enabling the file compression settings while configuring the site, or just keep it disabled and use a different compression plugin that is compatible with the theme. We usually recommend Autoptimize, BWP Minify or the default file compression settings included in the WP Super Cache plugin.

    Best regards,
    Ismael

    in reply to: Formatting #1351127

    Hey advteksol,

    Thank you for the inquiry.

    That is the default border of a generic section. Try to move the elements below the grid row element inside another color section and adjust the Styling > Border > Section Top Border Styling / Section Bottom Border Styling options.

    Best regards,
    Ismael

    in reply to: Refund #1351125

    Hey Aleksej Domovec,

    Sorry for the troubles. Unfortunately, we do not handle refund inquiries or requests in this forum. You will have to contact Themeforest and ask them again for the refund. We will try to tag Kriesi.

    Best regards,
    Ismael

    in reply to: WooCommerce add quantity counter #1351119

    Hey NThiem,

    Thank you for the inquiry.

    You can use this code in the functions.php file to add the quantity buttons to the product overview page.

    add_filter( 'woocommerce_loop_add_to_cart_link', function( $html, $product ) {
        if ( $product && $product->is_type( 'simple' ) && $product->is_purchasable() && $product->is_in_stock() && ! $product->is_sold_individually() ) {
            $html = '<form action="' . esc_url( $product->add_to_cart_url() ) . '" class="avia-quantity-button" method="post" enctype="multipart/form-data">';
            $html .= woocommerce_quantity_input( array(), $product, false );
            $html .= '<button type="submit" class="button alt">' . esc_html( $product->add_to_cart_text() ) . '</button>';
            $html .= '</form>';
        }
        return $html;
    }, 10, 2 );
    

    Please make sure that the Enfold > Shop Options > Product layout on overview pages is set to Default or the very first option.

    Best regards,
    Ismael

    Hi,

    Sorry for the troubles. You may need to create a copy or a clone the site that is still using the Enfold theme so that we can check the issues properly. Which SMS plugin are you using? Please contact the plugin authors for additional assistance.

    Best regards,
    Ismael

    Hey navindesigns,

    Thank you for the inquiry.

    The widget gets covered by the main navigation on smaller screens. Try to adjust the z-index value of the header widget.

    #top #header #header_main .widget {
        z-index: 1000;
    }
    

    Best regards,
    Ismael

    in reply to: Text links not working on Full Screen Sliders #1351113

    Hey ColinWalton,

    Thank you for the inquiry.

    Try to replace the content of the enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js file with the code below.

    // https://pastebin.com/Z3qQCVfg

    Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings after adjusting the JS file.

    Best regards,
    Ismael

    in reply to: Correct update method #1351111

    Hi,

    Thank you for the update.

    Yes, that is what the plugin does. For some reason, the default update process in the theme options doesn’t work on some servers, which is why we recommend the plugin. You can always update the theme manually via FTP if both processes are not working.

    Best regards,
    Ismael

    in reply to: Theme General Styling CSS #1351110

    Hi,

    Thank you for the info.

    Do you actually see the custom class name of the new buttons right after applying it? The HTML compression of the cache plugin is probably enabled, which is why the new class name for the new buttons or elements are not getting applied immediately and the reason why you only see the changes after purging the cache.

    Best regards,
    Ismael

    in reply to: Slow loading time #1351109

    Hey Leoning,

    Thank you for the inquiry.

    Looks like you haven’t done any performance optimization to the site, yet There is a cache plugin installed but it is currently disabled and there is no image compression plugin. According to Gtmetrix, the initial server response time is bit too long (22.1s). Where are you hosting the site?

    This is the performance test from gtmetrix: https://gtmetrix.com/reports/cartujaoposiciones.es/UlIubzIo/

    Please check the following articles for more info about site optimization.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    Best regards,
    Ismael

    Hi,

    Thanks for the info.

    Have you tried using the Smash Balloon plugin and the other version of the Instagram widget? Please try to install and configure the Smash Balloon Social Photo Feed plugin, then insert the Enfold Child Instagram (Smash Balloon) widget.

    Best regards,
    Ismael

    Hi,

    Alright! Please feel free to post another thread if you have more questions about the theme. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Failed to Load Plugin #1351103

    Hi,

    Thank you for the update.

    It might had been a cache issue. Please make sure to toggle or to temporarily disable the cache and compression plugins while doing site maintenance or during an update. If a new version of the theme is available and you don’t see it in the theme options or the dashboard, try to manually update the theme via FTP.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    Best regards,
    Ismael

    in reply to: select box #1351102

    Hi,

    Thank you for the inquiry.

    As @guenni007 pointed out above, the issue occurs because of the current value of the background-position property. Adjusting the background-position of the select element should fix the issue.

    Best regards,
    Ismael

Viewing 30 posts - 10,771 through 10,800 (of 67,443 total)