Forum Replies Created

Viewing 30 posts - 9,511 through 9,540 (of 67,443 total)
  • Author
    Posts
  • in reply to: WPML – Flags in mobile version #1371611

    Hey Ramiro,

    Thank you for the inquiry.

    We can see both flags on tablet view. Would you mind providing a screenshot of the issue? You can use imgur, savvyify or dropbox for the screenshot. Thanks.

    Best regards,
    Ismael

    in reply to: Link to video is popping up in the window #1371610

    Hey schwabino,

    Thank you for the inquiry.

    You may need to apply the “noLightbox” class name to the button elements to prevent the lightbox from opening. Please edit the buttons, go to the Advanced > Developer Settings panel and place the “noLightbox” class name in the Custom CSS Class field. Let us know if this helps.

    Best regards,
    Ismael

    in reply to: Privacy and Cookies #1371609

    Hi Guenter!

    Thank you for the inquiry.

    Would you like the site to reload every time the user click any of the privacy toggles? The page will only reload once the user click the “accept” or “do not accept” buttons as explained in the previous thread.

    // https://kriesi.at/support/topic/cookie-switch-buttons/#post-1369509

    Regards,
    Ismael

    in reply to: Video background #1371606

    Hi,


    @DSRE-agency
    : Please open a new thread and provide a screenshot of the layout that you want to create. You can use imgur, savvyify or dropbox for the screenshot. We will close this thread for now. Thanks.

    Best regards,
    Ismael

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

    Hey Marina,

    Thank you for the inquiry.

    You can remove this condition from the filter to display the posts for non-logged-in users.

    if(is_user_logged_in()) 
    

    Let us know if this helps.

    Best regards,
    Ismael

    in reply to: Social Media Icons in header #1371298

    Hey schwabino,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the social icons in the top header.

    #top #header_meta .social_bookmarks li a {
        width: 60px;
        line-height: 60px;
        min-height: 60px;
        height: 100%;
        font-size: 20px;
    }
    
    #header_meta .container {
        min-height: 60px;
    }

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

    Best regards,
    Ismael

    in reply to: Styling the header with Transparency activated. #1371297

    Hey G4Design,

    Thank you for the inquiry.

    There is another option in the Header visibility and transparency settings called Transparent & Glassy Header, which should apply a semi-opaque background to the header.

    Best regards,
    Ismael

    in reply to: Custom Post template #1371296

    Hey asthyanax,

    Thank you for the inquiry.

    Have you tried editing the header.php file or use the ava_after_main_container hook instead? You can find the main tag in the header.php template.

    Please check the documentation below for more info about hooks.

    // https://developer.wordpress.org/plugins/hooks/actions/

    Best regards,
    Ismael

    in reply to: Mobile logo when using WP Super Cache #1371295

    Hey Marina,

    Thank you for the inquiry.

    The logo image is replaced with a picture tag with the class name sp-no-webp. Did you install a webp plugin? The plugin might be replacing the default logo tag with its own markup voiding the changes in the avf_logo filter.

    Best regards,
    Ismael

    in reply to: table individual cell size #1371180

    Hi,

    Thanks for the update.

    Try to use this css code instead.

    
    .responsive .page-id-4293 .main_color .avia-data-table.avia_pricing_minimal th {
        width: 12%;
    }
    
    .responsive .page-id-4293 .main_color .avia-data-table.avia_pricing_minimal th:nth-child(3) {
        width: 30%;
    }

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

    Best regards,
    Ismael

    in reply to: Shop category thumbnail images are suddenly the wrong size #1371178

    Hey Anne,

    Thank you for the inquiry.

    You can add this code in the functions.php file to adjust or replace the default thumbnail used in the shop catalogue.

    add_filter( 'avf_wc_before_shop_loop_item_title_img_size', 'avf_wc_before_shop_loop_item_title_img_size_mod', 10, 1 );
    function avf_wc_before_shop_loop_item_title_img_size_mod( $thumbnail_size ) {
        return 'woocommerce_thumbnail';
    }
    

    Please make sure to purge the cache and do a hard refresh after adding the filter.

    Best regards,
    Ismael

    Hey Nancy,

    Thank you for the inquiry.

    We adjusted the css code a bit. Please try it again.

    #header #avia-menu>li, #header .menu-item {
      display: none !important;
    }
    
    #avia-menu .av-burger-menu-main, .home #avia-menu .menu-item-search-dropdown {
      display: block !important;
    }
    

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

    Best regards,
    Ismael

    in reply to: Strange form title #1371176

    Hi,

    Thank you for the inquiry.

    Did you specify the title in the Content > Frontend > Form Title field? We may need to access the site in order check the issue. Please provide the login info in the private field.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    We checked the site on Chrome but we are not able to reproduce the same issue shown in your screencast. The document stays in place whenever we click the links. Please check the short clip below.

    Screencast: https://1drv.ms/u/s!AjjTfXSRbKTvyjf6pC5OL9lsNcqk?e=owCUQc

    Did you check the content for any duplicated anchors?

    Best regards,
    Ismael

    in reply to: Masonry Grid Image Overlay #1371172

    Hi,

    Happy to know that the suggestion is working. 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: Google Fonts #1371171

    Hey RGmbH,

    Thank you for the inquiry.

    The theme has its own Custom Fonts Manager which can be used to upload Google fonts to your server and load the font files locally. Please look for the font manager in the Enfold > Import/Export panel, and check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts

    Best regards,
    Ismael

    Hey jan,

    Thank you for the inquiry.

    Are you trying to prevent Google Fonts from loading without users’ consent? Have you tried enabling the privacy options in Enfold > Privacy & Cookies panel? Please check the documentation below for more info about the privacy options.

    // https://kriesi.at/documentation/enfold/privacy-cookies/

    Best regards,
    Ismael

    in reply to: Emojis suddenly gone #1371169

    Hey P3T3R_0ne,

    Thank you for the inquiry.

    It is possible that the emoji gets removed when the builder cleans up the input field including the tab section title. Have you tried using images instead of emojis? You can set it in the tab sections’ Content > Tab Symbol settings.

    Best regards,
    Ismael

    in reply to: Bulk licensing #1371168

    Hey tim brostrom,

    Thank you for the inquiry.

    Themeforest only offers two kinds of licenses for the theme, a single license which can be used for one domain, site or project and an extended license which can be used to create a single end product, which can then be sold separately. Please check the documentations below for more info about the licenses.

    // https://themeforest.net/licenses/terms/extended
    // https://themeforest.net/licenses/terms/regular

    Best regards,
    Ismael

    Hi,

    But unfortunatley that´s not a solution because this value is way to much for the smartphone view.

    You can add css media queries and adjust the minimum height value on different screen sizes. Again, the jump is not visible or noticeable when there are images in the slide because the document automatically scrolls to the active slider. Do you still see the jump when the slider images are present and after the document scrolls to the active slider?

    Best regards,
    Ismael

    Hey ColinWalton,

    Thank you for the inquiry.

    You might have added a filter that alters the search query and sets the postsnumber parameter to 1, which is why the results are nested and requires paginations. Please check the functions.php file or post the login details in the private field so that we can check the site further.

    Best regards,
    Ismael

    in reply to: Compatibility issues with Popup Maker 1.16.10 and newer #1371165

    Hey Jeannette,

    Thank you for the inquiry.

    Did you add the same triggers or links in the footer page? Please provide the site URL and a page containing a popup so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: Sub menu/banner with an offer #1371164

    Hi,

    Thank you for the info.

    That is the header_meta container which can be enabled in the Enfold > Extra Elements panel. Please note that this option is not available when using a transparent header. If you really need the container on a page with transparent header, you can directly modify the header.php or the includes > helper-main-menu.php file.

    Best regards,
    Ismael

    in reply to: Google Fonts: Lato #1371162

    Hey herbwood,

    Thank you for the inquiry.

    The Lato font is being loaded by the layer slider plugin. It can be disabled in the layer slider’s Settings > Google Fonts panel.

    Best regards,
    Ismael

    in reply to: Video Element Color Play button #1371161

    Hi,

    Thank you for the update.

    You can upload a custom svg file to the uploads folder or use the Media > Library to upload a media file, then use the following css code to adjust the style of the video controls.

    .mejs-button>button {
        background: transparent url(mejs-controls.svg);
        border: 0;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 20px;
        line-height: 0;
        margin: 10px 6px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-decoration: none;
        width: 20px;
    }

    Replace the value of the background property with the custom svg file.

    Best regards,
    Ismael

    in reply to: Possible to make lightbox dimensions larger? #1371160

    Hey Stephen,

    Thank you for the inquiry.

    You can use this css code to adjust the size of the lightbox container.

    .mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

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

    Best regards,
    Ismael

    in reply to: Plugin not working with enfold theme #1371018

    Hey Mikesestatesales,

    Thank you for the inquiry.

    The sticky banner is displaying correctly when we checked the site, please check the screenshot below.

    Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvyThyZW3F_-1TT6ka?e=MsBK3m

    Would you mind providing a short clip of the issue? You can use imgur, savvyify or dropbox for the screenshot. Thanks.

    Best regards,
    Ismael

    in reply to: Masonry Grid Image Overlay #1371017

    Hey nV15OoBtg21iTn5z,

    Thank you for the inquiry.

    You can use this css code to add an overlay above the masonry images to make the caption more readable.

    #top .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
        background: rgba(0,0,0,0.5);
    }
    

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

    Best regards,
    Ismael

    in reply to: Cookie handling options missing (SOLVED) #1371014

    Hey ThomasN001,

    Thank you for the inquiry.

    1.) You have to add another button that opens the privacy modal popup which contains the privacy toggles by default, or a button that redirects to the privacy policy page. This gives the user the option to toggle other privacy options (analytics, maps, videos etc) using the privacy toggles. Only privacy toggles that are enabled will be accepted when the user click the accept button.

    2.) There is actually an auto refresh option in the Cookie Handling > Advanced Options panel. Please look for the Auto Reload Page settings.

    Best regards,
    Ismael

    Hi,

    How does someone know that it has the option?

    You can add a note about the slider or video player controls for the users in the caption field, which we can reposition using css.

    You can also add the following elements in the caption field to create a custom play/pause controls.

    
    <div class='av-play-controls'>
        <span class='play'>Play</span>
        <span class='pause'>Pause</span></div>
    

    Add this css code to reposition the controls and toggle them based on the playback status of the video.

    .av-play-controls {
        position: absolute;
        right: 50px;
        bottom: 50px;
    }
    
    .av-video-playing .av-play-controls .play {
        display: none;
    }
    
    .av-video-paused .av-play-controls .pause {
        display: none;
    }
    

    The control text (play/pause) can be replaced with a custom image or icon.

    Best regards,
    Ismael

Viewing 30 posts - 9,511 through 9,540 (of 67,443 total)