Forum Replies Created

Viewing 30 posts - 7,171 through 7,200 (of 67,463 total)
  • Author
    Posts
  • in reply to: Automatically display author, excerpt and categories? #1421606

    Hi,

    Thank you for the update..

    Have you managed to make the shortcodes work? Let us know if you need more help, or if we can close the thread.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Have you tried recreating the page from scratch? You can also save the current content as template, then apply it to a newly created page. Let us know once the S/FTP access is available.

    Best regards,
    Ismael

    in reply to: fullscreen slider video not showing on mobile devices #1421602

    Hi,

    Sorry for the delay. Unfortunately, this is not possible without significant modification in the theme, and even if we managed to enable the videos, some devices will automatically block it for several reasons such as the speed of internet connection, network restrictions, device compatibility and policies etc. Again, one alternative is to use the Layer Slider element.

    Best regards,
    Ismael

    in reply to: Vimeo Popup: inline text anchor link does not work #1421599

    Hi,

    Glad to know that the changes are working. We will forward this thread to our channel in order to test the changes further. We will probably include it in the next patch. For now, please keep a backup of the modified file.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Can’t manual import demo #1421595

    Hi,

    Thank you for the info.

    For some reason, we can’t properly access the folders using the Bit File Manager plugin. The folder automatically closes and redirects to the root directory when we try to open any directories. Please provide the S/FTP details in the private field.

    Best regards,
    Ismael

    in reply to: Show only custom elements to editors. #1421593

    Hey ThorstenFB,

    Thank you for the inquiry.

    There is no option for this out of the box. You only can lock the builder elements for non-admins by enabling the Lock Advanced Layout Builder option in the Enfold > Layout Builder panel, but this will also affect the custom elements.

    Best regards,
    Ismael

    in reply to: Featured Image Preview Size in Blog Post #1421591

    Hi,

    We can adjust the filter above to set the size of the featured images of entries without a sidebar. Please replace the filter with the following code.

    add_filter( 'avf_modify_thumb_size', 'avf_modify_thumb_size_mod', 10, 1 );
    function avf_modify_thumb_size_mod( $size ) {
       $size['entry_with_sidebar'] = array('width'=>1600, 'height'=>9999);
       return $size;
    }

    If you require more assistance, please feel free to open another thread.

    Best regards,
    Ismael

    in reply to: contact form autoresponder with field entries #1421472

    Hi,

    Thank you for the update.

    1.) We can’t find the “Guten Tag name” part in the screenshot. Could you elaborate a bit?

    2.) You can try adding an inline style to the autoresponder message to adjust the line height.

    
    <div style="line-height: 1em;">Your message and other content here</div>
    

    Best regards,
    Ismael

    in reply to: remove cookies #1421471

    Hi,

    Thank you for the link.

    The scanner is detecting cookies from the Google Analytics script. To block these cookies, you can enable the cookie consent messages or privacy options within the “Privacy & Cookies > Cookie Handling > Enable cookie consent messages” settings. The privacy options automatically block cookies from external services and provide users with the option to manually refuse or accept cookies. For more info, please refer to the documentation below.

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

    Best regards,
    Ismael

    in reply to: Hover image reveal effects with Enfold theme #1421470

    Hi,

    Great! Glad to know that you’ve managed to find a solution. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    Did you remove or purge the cache? Please make sure to purge the cache and perform a hard refresh before testing the page. If the issue persists, please provide the details of an admin account in the private field so that we can test the modification.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: remove cookies #1421459

    Hi,

    Thank you for the update.

    I don’t know exactly which part I should make a printscreen of.

    We meant the result of the cookie scanner. Please provide a screenshot of the scan results or provide a link to the scanner so that we can run the test on our end.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    We created a post with link format, but we were not able to reproduce the same issue on our end. Please provide the WP and S/FTP details in the private field so that we can check the issue further.

    Best regards,
    Ismael

    in reply to: Theme will not display all posts #1421455

    Hey mason,

    Thank you for the inquiry.

    We have reset the options in Settings > Reading panel to default. To adjust the posts number, you have to edit the Blog page and reconfigure the Masonry element settings. We have adjusted the value of the Styling > Pagination > Post Number settings from 8 to 15.

    Best regards,
    Ismael

    in reply to: social share icon not linking #1421454

    Hi,

    Great! Glad to know that the issue has been fixed. Please let us know should you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Main Menu / Selected Element Color Bug #1421453

    Hi,

    Sorry for the delay. We are still investigating the cause of the issue, but you can apply a temporary fix by adding the following css code:

    .page-id-117 .header_color .main_menu ul:first-child > #menu-item-154.current-menu-item > a {
        color: #7f7e7e;
    }

    Is the issue occurring only for this specific menu item?

    Best regards,
    Ismael

    in reply to: social share icons displaying squeezed up #1421452

    Hey woogie07,

    Thank you for the inquiry.

    Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings and see if the issue gets fixed. If not, please add this css code.

    #top .av-share-box ul {
        display: flex;
        gap: 12px;
        justify-content: space-around;
    }
    
    #top .av-share-box ul li {
        flex: auto;
    }

    Best regards,
    Ismael

    in reply to: Hover image reveal effects with Enfold theme #1421451

    Hi,

    According to the article, the animations are created using Tweenmax.

    // https://greensock.com/docs/TweenMax

    Article: https://tympanus.net/codrops/2018/11/27/image-reveal-hover-effects/

    Best regards,
    Ismael

    in reply to: Hover image reveal effects with Enfold theme #1421450

    Hi,

    Unfortunately, this customization would require a significant amount of time and modifications to the theme, which is not covered by our support. We recommend hiring a freelance developer who can assist you with the customization. You can find freelancers who specialize in theme customization by visiting our customization page.

    If you have any other questions or require further assistance, please feel free to let us know.

    Best regards,
    Ismael

    in reply to: hyde ‘category product’ in ‘buy product button’ #1421449

    Hi,

    No problem! Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hey ilowelife,

    Thank you for the inquiry.

    Did you modify the file? Looks like there is an error around line 315. Please download the latest version of the theme, get a copy of the includes/helper-post-format.php then override the current file. Let us know if this helps.

    Best regards,
    Ismael

    in reply to: H3 heading not consistant #1421447

    Hey Fairbanks_Seeds,

    Thank you for the inquiry.

    Did you adjust the Heading Font Sizesoptions in the Styling > Font Sizes panel? The Content > Heading Style should be set to Modern prior.

    Best regards,
    Ismael

    in reply to: critical error when attempting to save page edits #1421446

    Hi,

    Thank you for the inquiry.

    The issue occurs because of the modified section.php file in the child theme. Please make sure to update the file using the latest version from the parent theme.

    This is the error.

    Warning: Undefined variable $content in /home/…./site.com/wp-content/themes/enfold-child/shortcodes/section.php on line 87

    Warning: Undefined variable $args in /home/…./site.com/wp-content/themes/enfold-child/shortcodes/section.php on line 95

    Best regards,
    Ismael

    in reply to: Pagination #1421445

    Hi,

    Glad to know that the issue has been resolved! And since there is no activity from the OP, we’ll just close this for now. Please feel free to open another thread should you have more questions regarding the theme.

    Have a nice day.

    Best regards,
    Ismael

    Hey willymagee,

    Thank you for the inquiry.

    The transparent header is disabled on mobile devices by default, and there is no built-in option to reactivate it. You can however adjust the style of the header on smaller screens using css. In the Enfold > General Styling > Quick CSS field, please add this code.

    @media only screen and (max-width: 989px) {
    
      /* Add your Mobile Styles here */
      .responsive #top .av_header_transparency #header_main {
        border-top: 0;
      }
    
      .responsive #top #wrap_all .av_header_transparency {
        position: absolute;
        background-color: transparent;
        border-color: transparent;
        border: 0;
      }
    }

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

    Best regards,
    Ismael

    in reply to: without main site #1421443

    Hey HulaSlim,

    Thank you for the inquiry.

    Are you trying to remove the language path or directory? By default, this is not possible, and even if it were, we wouldn’t recommend doing it because the language path is how the plugin distinguishes which language to display. However, you can designate a subdomain for each language or add the language name as a query parameter instead. Please go to the WPML > Languages section then look for the Language URL format settings.

    If you’re trying to append the language path for the default language, please try the instructions provided in the following documentation.

    // https://wpml.org/documentation/getting-started-guide/language-setup/language-url-options/#displaying-your-sites-default-language-in-a-directory

    Related thread: https://wpml.org/documentation/getting-started-guide/language-setup/directory-default-language/

    Best regards,
    Ismael

    in reply to: Can’t manual import demo #1421442

    Hi,

    We may have to access the site in order to check the issue further. Please provide the WP and S/FTP details in the private field.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Woocommerce Image sizes #1421441

    Hi,

    but it shrunk my Menu type size significantly and did not fix the two square images..

    The filter should not affect the menu but it will reactivate the options in the Appearance > Customize > Woocommerce > Product Images panel and override the default theme settings. Did you adjust the Thumbnail cropping settings to 1:1? Please try to set the cropping to Uncropped or Custom, then specify the desired aspect ratio. The images are probably displaying as square because the aspect ratio is set to 1:1.

    Best regards,
    Ismael

    in reply to: contact form autoresponder with field entries #1421439

    Hi,

    How / where Do I need to enter the first 3 entry fields “Herr/Frau” Vorname” “Nachname” in a way that they appear after the “Hello…” at the beginning of the return mail?

    Please replace the filter with the following code.

    add_filter("avf_contact_form_autoresponder_mail", function($mail_array, $new_post, $form_params, $class) { 
         $mail_array["Message"] = "Hello Herr/Frau " . $new_post["1_1"] . " " . $new_post["2_1"] . "!\n" . $mail_array["Message"];
    
         return $mail_array;
    }, 10, 4);
    

    Best regards,
    Ismael

    in reply to: Layer effect #1421438

    Hi,

    Thank you for the update.

    The point is that a text area (from the right) is partially placed over an image area.

    This can be done by placing two columns beside each other, place the image on the first and the text on the second column. You can then pull the second column towards the left by applying a negative left margin to it until it overlaps with the column containing the image. The css can be added in the Enfold > General Styling > Quick CSS field. If you need more assistance, please provide a test page in the private field.

    Best regards,
    Ismael

Viewing 30 posts - 7,171 through 7,200 (of 67,463 total)