Forum Replies Created

Viewing 30 posts - 9,961 through 9,990 (of 67,443 total)
  • Author
    Posts
  • in reply to: Titles font instable #1364848

    Hi,

    Thank you for the info.

    We can’t really reproduce the issue on our end. Please temporarily disable the Enfold > Performance > File Compression settings while editing the site so that you can see any style changes immediately.

    Would you mind providing a screenshot of the heading on desktop, tablet, and mobile view? You can use imgur, savvyify or dropbox for the screenshot. We will check the site again once the screenshots are available. Thanks.

    Best regards,
    Ismael

    in reply to: Background Video Color Section #1364847

    Hey envapk2,

    Thank you for the inquiry.

    This is possible but you have to directly modify the enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js > _prepareSlides function and adjust the condition located around line 215.

    if( this.isMobile )
    

    To check a tablet device, you can use the snippets provided in the following links.

    // https://stackoverflow.com/questions/50195475/detect-if-device-is-tablet
    // https://css-tricks.com/working-with-javascript-media-queries/

    Best regards,
    Ismael

    in reply to: Problematic resolution in image dimensions preview #1364846

    Hi Natacha,

    Thank you for the update.

    You can enable the file compression back once you’re done editing the site, just to make sure that you will always see the scripts and css changes. Did the changes fix the slider issue?

    Best regards,
    Ismael

    in reply to: Critical error #1364845

    Hi,

    Thank you for the info.

    The cpanel is not accessible for some reason. Please ask your hosting provider to generate an FTP account and provide it here in the private field. We will access the site and check the error once the FTP account is available.

    Best regards,
    Ismael

    in reply to: Page Icon Popping up Near Logo #1364843

    Hi,

    Thank you for the screenshot.

    It is the logo for the transparent header. Please check the Enfold > Header > Transparency Options > Transparency Logo and make sure that the selected image actually exists.

    Best regards,
    Ismael

    in reply to: Icon/Flipbox Grid: Elements Overlapping on the Left Side #1364842

    Hey StrategyDriven,

    Thank you for the inquiry.

    The icons are displaying correctly when we checked the site. We provided a screenshot below. Did you find the issue? Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache.

    Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvxA8DOkP_jz0CSJ_M?e=TRdKCP

    Best regards,
    Ismael

    in reply to: Role="menu" missing after theme update #1364841

    Hey hressl,

    Thank you for the inquiry.

    The role=”menu” attribute has been added to the ul.av-main-nav element. You can find it in the includes > helper-main-menu.php file around line 63.

    $args = array(
    										'theme_location'	=> $avia_theme_location,
    										'menu_id'			=> $avia_menu_class,
    										'container_class'	=> $avia_menu_class,
    										'items_wrap'		=> '
    <ul role="menu" class="%2$s" id="%1$s">%3$s</ul>
    ',
    										'fallback_cb'		=> '',
    										'container'			=> '',
    										'echo'				=> false
    			                );
    
    			                $nav = wp_nav_menu( $args );
    

    Best regards,
    Ismael

    in reply to: Soft Edges on Pictures #1364839

    Hi,

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

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Fatal Error php-memory (maybe after WP-Update 6.0.2) #1364838

    Hi,

    Thank you for the update.

    Would you mind posting the latest error from the log? Do you get the same E_COMPILE_ERROR error after uploading an image in the library? We can’t check the error logs because we don’t have access to your file server.

    Best regards,
    Ismael

    in reply to: Abstand Textboxen auf kleinen Screens falsch #1364837

    Hi,

    Thank you for the update.

    To add some space or margins between the first and second item, please try to add this css code.

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .flex_column:first-child {
            margin: 0;
            margin-bottom: 20px;
        }
    }
    

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

    Best regards,
    Ismael

    in reply to: Add or Remove Links From Footer #1364836

    Hey Samuel,

    Thank you for the inquiry.

    You can modify the footer widgets in the Appearance > Widgets panel, just look for the Footer – Column X widget areas. To insert additional links, you can use the Navigation Menu widget or manually add them using a Text or HTML widget.

    To adjust the links in the socket, go to the Appearance > Menus panel and edit the Footer menu.

    Best regards,
    Ismael

    Hi,

    Glad to know that this has been resolved. Regarding the product gallery, you can try the Gallery element from the Media Elements tab, set the Styling > Gallery Style to the second option (Big image with thumbnails below), then adjust the Thumbnail Columns.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    in reply to: Bullet points font larger than rest of paragraph #1364691

    Hey larademartino,

    Thank you for the inquiry.

    Looks like the font of the text in the list is set to 13px by default. To adjust it, please add this css code.

    #top ul li {
        font-size: 10px;
    }
    

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

    Best regards,
    Ismael

    in reply to: advanced Layer Slider #1364690

    Hi,

    Thank you for the update.

    We tried to access the site but the login account above seems to be invalid. Please check the login info or provide another login account.

    Did you add any html in the page? Please make sure that all tags are closed properly, else it can break the builder shortcodes and remove parts of the content.

    Best regards,
    Ismael

    in reply to: Icon list #1364688

    Hi,

    Glad to know that the suggestions above worked. Please feel free to open 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: Fatal Error php-memory (maybe after WP-Update 6.0.2) #1364687

    Hey bernhardk3,

    Thank you for the inquiry.

    The site is asking for an .htaccess authentication. Please provide it in the private field along with the WordPress login info. We will check the issue again once the info is available. For the meantime, please enable the debug mode and the error log so that we can check for more errors.

    // https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging

    Best regards,
    Ismael

    in reply to: Enfold Color Section Background Image Resizing on Tablet #1364685

    Hi,

    We have checked the site on an iPad Pro simulator, which should emulate the actual device, but we are not able to reproduce the issue. The background image of the color section is resizing correctly and it seems sharp enough for the tablet screen. Please check the screenshot below.

    Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvxA6vbwv_rTZc61Gj?e=nE7MlV

    What is the actual model of the tablet device where you are testing this?

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Video background #1364682

    Hi,

    Thank you for the update.

    Have you tried adjusting the top and left position of the iframe element in this css rule?

    .flex_cell.av-with-video .flex_cell_inner .avia-video .avia-iframe-wrap iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
    }
    

    You can also adjust the value of the translate function in the transform property.

    // https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/translate

    Best regards,
    Ismael

    in reply to: Problem with the images #1364680

    Hey kreativeseite,

    Thank you for the inquiry.

    Looks like both the single post and blog overview page are using the same thumbnail, which is 1030x1030px in size. Did you remove the other registered thumbnails? The default thumbnail for the single post page should be 845x321px in size but this thumbnail doesn’t get applied for some reason.

    Best regards,
    Ismael

    in reply to: Problematic resolution in image dimensions preview #1364678

    Hey HulaSlim,

    Thank you for the inquiry.

    Did you add this css code?

    .avia-fullscreen-slider .avia-slideshow>ul>li {
        background-size: 100vw 100vh !important;
        background-repeat: no-repeat !important;
    }
    

    The css forces the slides to inherit the width of the browser screen, which distorts the images. Please remove the css code, then toggle or temporarily disable the Enfold > Performance > File Compression settings. Purge the cache, then hard refresh the page.

    Best regards,
    Ismael

    in reply to: Titles font instable #1364677

    Hey HulaSlim,

    Thank you for the inquiry.

    You can globally set the body and heading font in the Enfold > General Styling > Fonts panel. Which font are you trying to use? The heading is currently set to Open Sans when we checked.

    Best regards,
    Ismael

    in reply to: Place Order Button Freezes at Checkout #1364675

    Hi,

    Thank you for the update.

    We got the same result when we tested the checkout page on an Apple laptop using a Chrome browser, got a few errors from the Stripe API but it might not be related to the issue at all. Please check the screenshot below.

    Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvxA2Op-vNsA1Q23T6?e=0RPWm2

    These are the errors from the Stripe API.

    api.stripe.com/v1/sources:1          Failed to load resource: the server responded with a status of 400 ()
    api.stripe.com/v1/sources:1          Failed to load resource: the server responded with a status of 400 ()
    

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

    Best regards,
    Ismael

    in reply to: "Hi, xyz" #1364673

    Hi,

    Thank you for the update.

    As instructed above, you have to access the Users panel from the dashboard, edit the admin account or the account that you are currently using, look for the Toolbar section, then toggle or unchecked the “Show toolbar when viewing site checkbox” option. This will hide the WordPress bar in the frontend even when you’re logged in.

    Best regards,
    Ismael

    in reply to: Modify woocommerce form #1364671

    Hi,

    Thank you for the update.

    You can use this filter to change the placeholder and label values of the order comments field.

    function avf_custom_woocommerce_checkout_fields( $fields ) 
    {
        $fields['order']['order_comments']['placeholder'] = 'Commentaires concernant votre commande: ex. informations ou demandes spéciales concernant votre visite guidées';
        $fields['order']['order_comments']['label'] = 'Notes de commande (facultatif)';
    
        return $fields;
    }
    add_filter( 'woocommerce_checkout_fields', 'avf_custom_woocommerce_checkout_fields' );
    

    Place the code or filter in the functions.php file.

    Best regards,
    Ismael

    in reply to: Foreign elements in sitemnap #1364670

    Hi,

    As Rikard mentioned above, only web crawlers require sitemaps specially when the site is large. For users, they can always use the main navigation if they got lost, which is very unlikely. You can also add more links in the footer and sidebar widgets if necessary.

    Please check this link for more info about sitemaps.

    // https://developers.google.com/search/docs/advanced/sitemaps/overview

    Best regards,
    Ismael

    in reply to: Timeout after 5 min. on page change #1364403

    Hi,

    When you write «we are able to reproduce the issue there», do you mean on your own test site?

    We tested everything in the dev site that you provided above but we forgot to provide a link. Did you remove the private test page above? It redirects to 404 and we can’t find the test page that we created earlier.

    Have you tried recreating the page from scratch, adding a single element and updating each time? This is a bit inconvenient but this will allow you to catch the offending element if there is any. We still don’t know why youtube is posting those requests though. Is this only happening in this page?

    {“@type”:”ImageObject” I don’t know if this can cause YouTube requests:

    Those are schema objects added by Yoast which should not generate the requests.

    Best regards,
    Ismael

    in reply to: Uncaught Error: Syntax error, unrecognized expression #1364402

    Hi,

    Thank you for the update.

    The error is generated because the URL in the menu item Online Shop contains an invalid query. (see private field)

    Best regards,
    Ismael

    in reply to: Video background #1364400

    Hey James Barrell,

    Thank you for the inquiry.

    This is still possible with the Grid Row element and a Video element. Edit the cell containing the video element, apply a custom css class name to it (e.g “av-with-video”), then add this css code to resize the cell and expand the video in order to cover the cell completely.

    
    .flex_cell.av-with-video {
      padding: 0;
    }
    
    .flex_cell.av-with-video .flex_cell_inner {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
    }
    
    .flex_cell.av-with-video .flex_cell_inner .avia-video, .flex_cell.av-with-video .flex_cell_inner .avia-video .avia-iframe-wrap {
      width: 100%;
      height: 100%;
      display: block;
    }
    
    .flex_cell.av-with-video .flex_cell_inner .avia-video {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
    }
    
    .flex_cell.av-with-video .flex_cell_inner .avia-video .avia-iframe-wrap iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
    }
    

    Best regards,
    Ismael

    in reply to: Putting Button in Logo Area #1364398

    Hey edgeofcinema!

    Please continue here: https://kriesi.at/support/topic/move-logo-and-add-text/

    Best regards,
    Ismael

    in reply to: Move Logo and Add Text #1364397

    Hey!

    Thank you for the update.

    The subtext is already there but it is right below the logo outside the header container. To adjust its position, please add this css code.

    
    span.subtext.avia-standard-logo-sub {
        position: absolute;
        display: block;
        opacity: 1;
        top: 100px;
        left: 200px;
    }
    

    Regards,
    Ismael

Viewing 30 posts - 9,961 through 9,990 (of 67,443 total)