Forum Replies Created

Viewing 30 posts - 11,191 through 11,220 (of 67,602 total)
  • Author
    Posts
  • in reply to: Youtube Video doesnt run #1348040

    Hi,

    Thank you for the update.

    The site or the script stores a lot of cookies in the site when we click the accept button but the modal window doesn’t close and we are still not allowed to play the video. Did you install the usercentrics (UC) plugin? Is it working correctly when the plugin is disabled?

    Best regards,
    Ismael

    in reply to: Gewählte Schriften wird nicht korrekt angezeigt #1348039

    Hi,

    Thank you for the info.

    The privacy & cookie option is actually blocking the Google fonts or preventing it to load because of the selected option in the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior settings. Users have to accept the cookies first and manually allow external services including the fonts using the privacy toggles in the modal popup window. If you want the fonts to load immediately without the user consent, you can set the Default Cookie Behavior settings to the first or second option.

    Best regards,
    Ismael

    in reply to: Enfold 'Advanced Layout Builder' is crashing #1348038

    Hey PaulSkelton,

    Thank you for the inquiry.

    The site contains a very old version of the theme which is no longer compatible with the current version of WordPress. You have to update the theme manually to version 4.9.2.1. Please check this documentation for more info on how to manually update the theme via FTP.

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

    Best regards,
    Ismael

    in reply to: Load more issues #1348037

    Hey slsmart,

    Thank you for the inquiry.

    The content of the loaded items contain a lot of line breaks or br tags for some reason and the shaking is due to the load more button, which has been fixed in later versions of the theme. The site is currently using a very old one. Please update the theme from version 4.7.4 to the latest version 4.9.2.1, and make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    in reply to: Portfolio Category in Sidebar Pages #1348036

    Hey Reina,

    Thank you for the inquiry.

    You may need to manually add the new portfolio category item in the Portfolio Categorieën menu within the Appearance > Menus panel. (see private field)

    Best regards,
    Ismael

    in reply to: SEO issue using duplicate content for mobile responsive #1348034

    Hey jaimemerz,

    Thank you for the inquiry.

    We would recommend removing the duplicates since Google already detects and is probably asking you to remove them. You will have to apply some css modifications and add css media queries to adjust the layout of the existing elements on mobile view. Currently, there is no way to hide those elements from Google or a way to tell them to exclude certain elements on a specific device.

    These documentation and guidelines might help.

    // https://developers.google.com/search/docs/advanced/guidelines/hidden-text-links

    Best regards,
    Ismael

    in reply to: Enfold 'Advanced Layout Builder' #1348032

    Hi,

    Thank you for the info.

    We are able to login to the site but we always get redirected to a 2-Factor authentication setup page. Unfortunately, we cannot continue with this because we don’t have access to the email address used for this account. WordPress will probably send the authentication or confirmation in that email if we continue. Please disable the 2-Factor authentication plugin temporarily or just provide the administrator account that you are currently using.

    Best regards,
    Ismael

    in reply to: Einstellungen für die Tablet-LAyouts, Responsiv #1348031

    Hey patrikbeneke,

    Thank you for the inquiry.

    This is possible but it will require significant amount of css or style changes, and it will also depend on the current content of the page or of the site. Which specific elements are you trying to adjust on tablet view? We may have to inspect the site directly in order to provide a possible solution.

    Best regards,
    Ismael

    in reply to: How to match Author page layout to Blog page layout #1348030

    Hi,

    Thank you for the update.

    To adjust the size of the featured images, please look for this code around line 40 in the same loop-author.php file..

    $current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], $size);
    

    .. and replace it with:

    $current_post['slider'] = get_the_post_thumbnail($current_post['the_id'], "entry_with_sidebar");
    

    We adjusted the size parameter of the get_the_post_thumbnail function and made sure that it displays the “entry_with_sidebar” thumbnail.

    Best regards,
    Ismael

    in reply to: Images Not Appearing for Some Visitors #1348029

    Hey WebThings,

    Thank you for the inquiry.

    The images are perfectly visible on our end. You may have to ask your clients to remove the cache or history on their browser, or tell them to check the site on incognito mode. You can also send this screenshot (https://imgur.com/5Iszxb2) to your clients.

    Best regards,
    Ismael

    in reply to: How to change dark background value #1348028

    Hey Randy,

    Thank you for the inquiry.

    The plugin might be detecting the default background of the html element which is currently set to #282b2e. You can override it by using this code in the Quick CSS field or in the child theme’s style.css file.

    html, #scroll-top-link, #av-cookie-consent-badge {
    	background-color: #ffffff;
    }

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

    Best regards,
    Ismael

    in reply to: Clickable image on button #1348027

    Hey finchkelsey,

    Thank you for the inquiry.

    Have you tried using the Button element in the builder? You can set the image URL in the Content > Link Settings > Button Link? field and it will automatically open inside a lightbox on click.

    Best regards,
    Ismael

    in reply to: WPML – First steps problems #1348026

    Hi,

    Thank you for the update.

    You have to install the extension WPML String Translations and use the default WPML Translation Editor option, and avoid duplicating the page. Please check the following link for more info about translations using WPML and the Advance Layout Builder.

    // https://wpml.org/documentation/theme-compatibility/enfold/

    Best regards,
    Ismael

    in reply to: GA4 not working #1348025

    Hey yattsu,

    Thank you for the inquiry.

    We can reproduce the issue on our end but we are not yet sure what is causing it. We thought that it is due to the privacy settings, but the analytics script still doesn’t load when we temporarily disable the consent bar. We also disabled the file compression settings and removed the cache.

    Have you tried disabling the plugins temporarily? Is there a staging or a development version of the site?

    Best regards,
    Ismael

    in reply to: Image Sizes Not Matching #1348023

    Hi,

    Glad this is sorted. Please feel free to open another thread if you have more questions regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Did you save the info as a custom field of the page or post? You have to use the update_post_meta or the add_post_meta function in order to save the info as custom field.

    // https://developer.wordpress.org/reference/functions/update_post_meta/
    // https://developer.wordpress.org/reference/functions/add_post_meta/

    Best regards,
    Ismael

    in reply to: Filtering products with WC shortcodes #1347901

    Hi,

    We will also need FTP access because we have to edit the files. Please include the FTP details in the private field.

    Best regards,
    Ismael

    in reply to: Image Sizes Not Matching #1347900

    Hey advteksol,

    Thank you for the inquiry.

    The first image is actually larger than the other images. Its size is 1000x430px, compare to the other two, which is only 845x321px. Please check the link in the private field.

    Best regards,
    Ismael

    in reply to: IOS issue with my website #1347899

    Hey ced23,

    Thank you for the inquiry.

    We can see a script error in the console but we are not yet sure where it is coming from. This error might be causing issues on iOS devices.

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings, disable the cache plugin, then make sure to upgrade the theme to version 4.9.2.1. Let us know if this helps.

    Best regards,
    Ismael

    in reply to: New Updates Not Being Discovered #1347897

    Hey renita01,

    Thank you for the inquiry.

    This might be server-related or a cache issue. Disabling the cache plugin and removing old database transients might help but it is not guaranteed. You can use the following plugin to remove the database transients.

    // https://wordpress.org/plugins/delete-expired-transients/

    You can find more info in this link.

    // https://mainwp.com/how-to-delete-all-transients-in-your-sites-database/

    After doing the steps above, try to refresh the page and check for updates again.

    Best regards,
    Ismael

    in reply to: Add_Filter issues #1347896

    Hey Design,

    Thank you for the inquiry.

    You may need to use the pre_get_posts action hook in order to adjust the posts query. Please check the following link for more info and code examples.

    // https://developer.wordpress.org/reference/hooks/pre_get_posts/

    Best regards,
    Ismael

    Hey Jorge,

    Thank you for the inquiry.

    The custom field _aviaLayoutBuilder_active has to be attached to the post in order to enable the Advance Layout Builder. You can set that manually after saving the post using the wp_insert_post hook.

    // https://developer.wordpress.org/reference/functions/wp_insert_post/

    Best regards,
    Ismael

    in reply to: Change responsive behavoir footer widgets? #1347894

    Hi,

    Thank you for the update.

    Do you know why I have to set max width to 1050px to get 2 columns side by side on a landscape iPad?

    It depends on the actual model of the iPad, its size and native screen resolution. Some iPads or tablets have larger screens and higher screen resolution, so you have to adjust css media query a bit in order to cover those devices. You can check the most common css media queries for iPad devices in the following link.

    // https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Best regards,
    Ismael

    in reply to: Edit Contact Form Autoresponder Fields #1347893

    Hi,

    Thank you for the info.

    Can we have access to the site? We have to inspect the contact form in order to provide a proper solution. Please post the WordPress and S/FTP account details in the private field.

    Best regards,
    Ismael

    in reply to: Lightbox with photo swipe? #1347890

    Hey Alwin,

    Thank you for the inquiry.

    A lot of users have requested this feature and the devs are currently looking into it. Hopefully, it will get included in the next version of the theme. If you are looking for a plugin, please check the link below.

    // https://wordpress.org/plugins/search/swipe+slider/

    Best regards,
    Ismael

    in reply to: SVG logo not loading #1347889

    Hi,

    Thank you for the update.

    It works fine when we upload a different SVG image or logo (see private field). Where did you create the SVG file? Please try to open it using on any image editor, resave it, then upload it again.

    We also disabled some of the plugins temporarily including Imagify and SVG Support. Please enable them back once the new logo has been uploaded.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    What should happen once the yith_wccl_product_gallery_loaded event is triggered? You may need to ask the plugin developer for additional assistance about this because we are not sure what is supposed to happen once the event is fired. Additional info from the plugin developers will help.

    Best regards,
    Ismael

    Hey jpa6,

    Thank you for the inquiry.

    Is it working correctly when you upload flag images in jpg or png format? The impact of using svg for the flags is quite minimal if you are just trying to decrease the page size or improve the loading speed.

    Please try to add this code in the functions.php file to limit the size of the flags in theme options panel.

    
    add_action('admin_head', 'ava_admin_head_styles');
    function ava_admin_head_styles() {
      echo '<style>
        .avia_cur_lang, .avia_cur_lang svg, .avia_cur_lang img {
            max-height: 12px;
            max-width: 18px;
        }
      </style>';
    }
    

    Best regards,
    Ismael

    in reply to: How to match Author page layout to Blog page layout #1347886

    Hey WebDevDept,

    Thank you for the inquiry.

    You have to modify the includes > loop-author.php file and look for this code around line 128.

    //echo the post title
    					echo $title;
    

    Above the line, just add this code to display the featured images.

    echo '<div class="big-preview ' . $blog_style . '" ' . avia_markup_helper( array( 'context' => 'image', 'echo' => false ) ) . '>' . $slider . '</div>';
    

    Best regards,
    Ismael

    in reply to: WPML and ENFOLD problem #1347885

    Hi,

    When cheking this page in the front it show me a completly different content!

    Did try disabling the cache plugin temporarily? You might be looking on a cached version of the page. Please post the login details in the private field so that we can test the translations.

    Best regards,
    Ismael

Viewing 30 posts - 11,191 through 11,220 (of 67,602 total)