Forum Replies Created

Viewing 30 posts - 5,131 through 5,160 (of 67,469 total)
  • Author
    Posts
  • Hey Ryan,

    Thank you for the inquiry.

    Did you add the code in the functions.php file? Please provide the login details in the private field so that we can check the modification. Make sure that the Appearance > Theme File Editor is accessible.

    Best regards,
    Ismael

    in reply to: urgent : problème de pages #1443592

    Hey jetsaveurs.com,

    Thank you for the inquiry.

    The plugins were disabled when we checked the site. Please activate the necessary plugins, then provide the link to the category pages with the pagination issue.

    Best regards,
    Ismael

    in reply to: Envato purchase/update key is invalid. #1443560

    Hi,

    Looks like you’ve tried to update the theme using the purchase code instead of the personal token. Please review the links that we provided above on how to properly generate a personal token, which can be used to update the theme via the dashboard. If you’re unable to generate a token, you can still update the theme manually via S/FTP.

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

    Best regards,
    Ismael

    in reply to: Envato purchase/update key is invalid. #1443559

    Hey JLJF-Janet,

    Thank you for the inquiry.

    According to the errors above, the private or personal token lacks the required permissions. Please try generating the token again and ensure that the required scopes or permissions are checked. For more info, please review the documentation below:

    // https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token

    These are the required permissions:

    - View and search Envato sites (checked by default) (Required)
    - View the user’s Envato Account username
    - View the user’s email address
    - View the user’s account profile details
    - Download the user’s purchased items (Required)
    - Verify purchases of the user’s items
    - List purchases the user has made (Required)
    

    Best regards,
    Ismael

    in reply to: How to enable MailChimp? #1443556

    Hi,

    Thank you for the inquiry.

    What do you mean by “scanning the widgets”? Once you’ve entered and validated the API key, you can immediately insert the subscription form widget or use the Mailchimp Signup element in the Advanced Layout Builder.

    Best regards,
    Ismael

    in reply to: Timeline Navigation #1443555

    Hey Diana,

    Thank you for the inquiry.

    You can use this css code to adjust the position of the nav arrows:

    @media only screen and (min-width: 990px) {
    
      /* Add your Desktop Styles here */
      .avia-slideshow-arrows.avia-slideshow-controls.av-timeline-nav {
        width: calc(100% + 100px);
        overflow: visible;
      }
    
      #top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows.av-visible-prev>a.prev-slide {
        left: 50px;
        top: 10px;
        position: absolute;
      }
    
      #top .avia-timeline-container.av-slideshow-ui .avia-slideshow-arrows>a.next-slide {
        right: 0;
        left: auto;
        position: absolute;
        top: 10px;
      }
    
      #top ul.avia-timeline.avia-timeline-horizontal.av-milestone-placement-top.avia-timeline-.avia_animate_when_almost_visible.avia-timeline-animate.avia_start_animation {
        margin-left: 50px;
      }
    }

    Best regards,
    Ismael

    in reply to: Options for Managing Page Templates #1443553

    Hi,

    In the upcoming major release (6.0) of the theme, there will be a new feature called “Custom Page Layout”, which is almost the same as the Page Content element; the only difference is that it will display the content of items in a custom post type (CPT). This should allow you to easily manage custom layouts for pages and templates. However, we don’t have an estimated release date yet.

    Best regards,
    Ismael

    in reply to: 2 new Avia-JS-errors after Enfold update #1443552

    Hi,

    Thank you for the info.

    Where do you check for these errors? We don’t get the same errors in the browser console when we check the home page. Please provide a screenshot of the error using platforms like Savvyify, Imgur, or Dropbox.

    Best regards,
    Ismael

    in reply to: Page modify problem #1443551

    Hi,

    Thank you for the info.

    We get this error when we try to edit one the pages.

    guten_blocks_restriction.js?ver=8.6.2:4 Uncaught ReferenceError: lodash is not defined
    

    The error is generated from a script in the “private-content” plugin.

    /plugins/private-content/js/guten_blocks_restriction.js?ver=8.6.2
    

    Please try to deactivate the plugin temporarily, purge the cache, then test the page again.

    Best regards,
    Ismael

    in reply to: menu mobile error #1443550

    Hey wordpress60,

    Thank you for the inquiry.

    We noticed that the site contains an older version (4.7.4) of the theme, which is likely why the mobile menu is not displaying as expected. Please create a clone of the site, update the theme to version 5.7.1, and fix the errors before transferring it to the live site. You may need to update the theme manually via S/FTP. Please check the link below:

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

    Best regards,
    Ismael

    in reply to: Change Previous & Next Arrows For Posts #1443546

    Hey engage24,

    Thank you for the inquiry.

    You can reverse the post navigation using the following filter. The arrows will stay in the same position, but the sorting of the posts will be reversed.

    add_filter( 'avf_post_nav_entries', 'avf_post_nav_entries_mod_reverse', 10, 3);
    
    function avf_post_nav_entries_mod_reverse($entries, $settings, $queried_entries)
    {
    
        $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); 
        $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    
        return $entries;
    }
    

    Best regards,
    Ismael

    in reply to: Fill the left and right gaps with a 1310px layout #1443544

    Hi,

    I have only one doubt, if the screen were to be much larger than the one I normally use, would you see white areas on the left and right?

    You can check how the site will display on screens with larger resolutions by zooming the browser out. When we tried this, the background image resized automatically and still covered the whole area.

    Best regards,
    Ismael

    in reply to: Weird Browser Issue #1443543

    Hi,

    We checked the site again today, and it displayed without issue. We tested it a few times. However, we did notice that the SSL certificate has expired. You might want to ask your hosting provider to renew the certificate.

    You can also try disabling the Enfold > Performance > File Compression settings temporarily and the cache plugin to see if the issue persists.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The map displays properly when we removed the “jotform” script inside the code block element. Please check the password-protected test page in the private field.

    Best regards,
    Ismael

    in reply to: Problem mit Firefox | Akkordeon | Enfold #1443387

    Hi,

    Thank you for the update.

    The file compression is still enabled when we checked the site. Did you add any custom scripts? Please provide the login details in the private field so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: How to enable MailChimp? #1443386

    Hi,

    Thank you for the inquiry.

    The subscription form or widget is working correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    in reply to: Full width easy slider loading animation #1443384

    Hi,

    Would you mind providing a screenshot of the element that you’d like to remove? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    in reply to: Options for Managing Page Templates #1443357

    Hey NicomIT,

    Thank you for the inquiry.

    Aside from the Templates option, you can also use the Page Content element to display the content of another page, which can be utilized as templates that can be updated globally. Another option is the Custom Elements Template (CET), which are builder elements that can be customized and added to different areas of the site. Once added, all instances of the CET can be updated in a single place. Please check the links below for more info:

    // https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Ismael

    in reply to: Weird Browser Issue #1443355

    Hi,

    Thank you for the screenshots.

    The site loads fine when we checked it on Chrome, Edge, and Firefox. What is the version of your Android OS? Please note that versions 11 and older are no longer supported. We recommend using the latest version, 12 to 14, or using a major browser such as Chrome or Firefox.

    Best regards,
    Ismael

    Hey TobiasLutzi,

    Thank you for the inquiry.

    By default, the theme displays the whole excerpt, and you cannot use the read more tag to control it. However, you can use the following filter if you need to adjust the excerpt length:

    function avia_excerpt_length_mod($length) {
        return 200; 
    }
    add_filter('excerpt_length', 'avia_excerpt_length_mod');
    

    Best regards,
    Ismael

    in reply to: Page modify problem #1443353

    Hi,

    Thank you for the screenshots.

    We may need to access the dashboard in order to properly check the issue. Please provide the login details in the private field. Have you tried disabling the plugins temporarily? Also, make sure that the theme is updated to version 5.7.1.

    Best regards,
    Ismael

    Hi,

    The older version (5.1.1) is still active when we checked the dashboard. Please create a backup of the site and then activate version 5.7.1. However, we recommend cloning the site to a staging environment and performing the update there before migrating it to the live site.

    Best regards,
    Ismael

    in reply to: How to enable MailChimp? #1443351

    Hi,

    Thank you for the update.

    Where did you insert the Mailchimp API Key? Please provide the login details in the private field so that we can check the issue further. In the meantime, you can review the documentation below:

    // https://kriesi.at/documentation/enfold/mailchimp-signup/#finding-and-entering-your-api-key

    Best regards,
    Ismael

    in reply to: Portfolio breadcrumb issue #1443350

    Hi,

    Thank you for the info.

    We added this filter in the functions.php file to fix the breadcrumb trail:

    add_filter('avia_breadcrumbs_trail', 'avia_breadcrumbs_trail_mod', 20, 2);
    
    function avia_breadcrumbs_trail_mod($trail, $args)
    {
        if (is_singular('portfolio')) {
            $home = $trail[0];
            $last = array_pop($trail);
    
            // Get the first term from the taxonomy 'portfolio_entries'
            $terms = get_the_terms(get_the_ID(), 'portfolio_entries');
    
            if (!empty($terms) && !is_wp_error($terms)) {
                $term = array_shift($terms);
                $link = '<a href="' . get_term_link($term) . '">' . $term->name . '</a>';
                $link = preg_replace('!rel=".+?"|rel=\'.+?\'|!', "", $link);
                $link = str_replace('<a ', '<a rel="v:url" property="v:title" ', $link);
                $link = '<span typeof="v:Breadcrumb">' . $link . '</span>';
    
                $trail[1] = $link;
                array_push($trail, $last);
            }
        }
        return $trail;
    }
    

    Best regards,
    Ismael

    in reply to: Problem mit Firefox | Akkordeon | Enfold #1443347

    Hey herbstkind,

    Thank you for the inquiry.

    This issue with the accordion element has been fixed in the latest version of the theme. Please update to version 5.7.1, then toggle the compression and purge the cache. Let us know if the issue persists.

    Best regards,
    Ismael

    Hey jetsaveurs.com,

    Thank you for the inquiry.

    We are redirected to a blank page when we try to log in to the dashboard. Regarding the issue, please try temporarily deactivating the plugins and toggling or temporarily disabling the Enfold > Performance > File Compression settings. Make sure to purge the cache afterwards. Please inform us of the result.

    Best regards,
    Ismael

    in reply to: Page modify problem #1443226

    Hi,

    Thank you for the update.

    Please provide the login details in the private field, or use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    in reply to: How to enable MailChimp? #1443224

    Hey MORTULGAAH,

    Thank you for the inquiry.

    You can insert the Enfold Mailchimp widget in any of the Footer – Column widget areas. Let us know if you need more help.

    Best regards,
    Ismael

    in reply to: Portfolio breadcrumb issue #1443223

    Hi,

    The category of the portfolio will not be included in the URL by default, only the Portfolio Items Base and the Portfolio Categories Base. Did you set “Components” as the value of either the Portfolio Items Base or the Portfolio Categories Base field in the Settings > Permalinks panel?

    Please provide the login details in the private field. We may need to access the dashboard in order to properly understand the issue.

    Best regards,
    Ismael

    in reply to: Full width easy slider loading animation #1443220

    Hi,

    Thank you for the inquiry.

    To completely hide the preloader, you can disable the Page Preloading option in the Enfold > Theme Options panel. Or use this css code:

    #top .av-siteloader-extra, #top .av-preloading-logo { 
       display: none !important;
    }

    Best regards,
    Ismael

Viewing 30 posts - 5,131 through 5,160 (of 67,469 total)