Forum Replies Created

Viewing 30 posts - 6,421 through 6,450 (of 67,597 total)
  • Author
    Posts
  • in reply to: Color Section Background Image Responsive Design #1431365

    Hi,

    You’re quite welcome! 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: Different effects on image links #1431364

    Hi,

    Yes, that should be possible. You can apply a custom css class name or ID to the element, then adjust your css rule accordingly.

    .my-custom-class-name .image-overlay { display: none !important; }
    

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    Hi!

    Did you create a backup or a restore point? We want to make sure that you can restore the site in case anything goes wrong.

    Best regards,
    Ismael

    in reply to: Enfold – Responsive Multi-Purpose Theme #1431362

    Hey antonella,

    Thank you for your interest in the Enfold theme.

    The theme is compatible with the latest WordPress version 6.4.2, and our team continuously works on updates to ensure the theme functions correctly with newer versions. You can expect ongoing support and enhancements to keep your experience with Enfold smooth and up-to-date.

    If you encounter any issues, our team is ready to assist you in resolving them.

    Best regards,
    Ismael

    in reply to: Zoom effect on Main Slider images #1431361

    Hi,

    Thanks @Guenni007!


    @bemodesign
    : You can try the modification @Guenni007 provided above. You can also recreate the effect using the Layer Slider. Edit the options in Slide > Effects > Ken Burns section.

    Best regards,
    Ismael

    Hi,

    The server cache is still active when we checked the site, and the site is still using the merged or compressed stylesheets even after disabling the Enfold > Performance > File Compression settings. The changes that we made are not reflecting in the frontend. Can we deactivate the plugins temporarily?

    Best regards,
    Ismael

    in reply to: ajax portfolio on mobile bigger tab column #1431354

    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

    in reply to: Woocommerce product tabs missing #1431353

    Hi,

    But thats new, or why does it work in the older version?

    Sorry for the confusion. That has been the default behavior since the beginning. You might have switched to the Advanced Layout Builder just recently. The hook doesn’t work when ALB is active because the page is rendered using a different template file instead of the default product templates.

    Best regards,
    Ismael

    in reply to: aviajs.aviaplugin error #1431352

    Hi,

    Thank you for the info.

    It seems to be an issue with the merged scripts. Please upgrade the theme to version 5.6.9, then temporarily disable the Enfold > Performance > File Compression settings. Let us know if this helps resolve the issue.

    Best regards,
    Ismael

    in reply to: Blog post, formatted excerpt, false representation #1431351

    Hi,

    Thank you for the inquiry.

    Did you add strong tags to the post content? The text is bold because it is wrapped in strong tags, and these tags are further wrapped in another strong tag for some reason.

    < strong >< strong >Ein Märchen des dänischen Schriftstellers Hans Christian Andersen
    Der Puppenspieler Matthias Kuchta mit seinem Figurenensemble Lile Kartofler</ strong >< /strong >
    

    Best regards,
    Ismael

    in reply to: Row settings mailchimp signup form #1431349

    Hi,

    Thank you for the update.

    We placed the code in the Enfold > General Styling > Quick CSS field and temporarily disabled the Performance > File Compression settings. Please make sure to purge the cache and do a hard refresh before checking the page.

    Best regards,
    Ismael

    in reply to: Critical error can’t load backend #1431347

    Hi,

    and get a new error:

    Did you add any modifications to the functions.php file? To get rid of the new error, please delete the wp-content/advanced-cache.php file.

    Best regards,
    Ismael

    in reply to: Open Lightbox directly #1431346

    Hi,

    Thank you for the clarification.

    You can use this css code to revert the mouse pointer to default when closing the lightbox.

    .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        cursor: -moz-pointer;
        cursor: -webkit-pointer;
        cursor: pointer;
    }

    Best regards,
    Ismael

    in reply to: Color Section Background Image Responsive Design #1431345

    Hi,

    Thank you for the update.

    You can use this css code to adjust the contact page’s parallax background on mobile view.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .avia-section.av-lrfgstj8-d90cf1bdec885f1188a897a4eb2d5556 .av-parallax .av-parallax-inner {
        background-repeat: no-repeat;
        background-image: url(https://images.pexels.com/photos/719396/pexels-photo-719396.jpeg);
        background-position: 100% 50%;
        background-attachment: scroll;
      }
    }

    To adjust the parallax background in your home page, include this code in the css media query above.

    .avia-section.av-lrf9exbr-b8fbcc7cb10afbd7f5f66906d01bd637 .av-parallax .av-parallax-inner {
        background-repeat: no-repeat;
        background-image: url(https://hauptwerk-zt.at/wp-content/uploads/2024/01/IMG_0759.png);
        background-position: 50% 0%;
        background-attachment: scroll;
    }

    Best regards,
    Ismael

    Hey dcarlsondesign,

    Thank you for the inquiry.

    We may need login to the staging site in order to properly inspect the issue. Please provide the login details in the private field. Have you tried disabling the plugins temporarily?

    Best regards,
    Ismael

    in reply to: Zoom effect on Main Slider images #1431341

    Hi,

    Thank you for the update.

    The Layer Slider plugin is available in the theme out of the box. You can insert the element slider using the Advance Layout Builder.

    Best regards,
    Ismael

    Hi,

    thank you i just posted the issue :)

    Did you create a new thread? Please provide the thread URL in the private field.

    Best regards,
    Ismael

    in reply to: Error searching with Enfold child #1431286

    Hi,

    Thank you for the update.

    What happens when you remove the pre_get_posts filter or the whole include_cpt_search function? It seems to be altering the default search query.

    add_filter( ‘pre_get_posts’, ‘include_cpt_search’ );
    

    Best regards,
    Ismael

    in reply to: Open Lightbox directly #1431285

    Hey Antonio,

    Thank you for the inquiry.

    e Lightbox there are a magnifying magnifying glass t

    What do you mean by “magnifying glass”? Would you mind providing a screenshot of the issue? 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: use avia with plugin passster’s content #1430808

    Hi,

    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: customer reviews – align the text at the top #1430807

    Hi,

    Thank you for the screenshot.

    You can try this css code to adjust the alignment of the testimonial items.

    #kundenempfehlungen .avia-testimonial-row-1 {
        height: 100%;
        display: flex !important;
        flex-direction: column;
    }
    
    #kundenempfehlungen .avia-testimonial-content {
        flex-grow: 1;
    }

    Best regards,
    Ismael

    in reply to: aviajs.aviaplugin error #1430804

    Hi,

    Thank you for the update.

    The pages seem to be rendering correctly when we checked them. In which page can we actually reproduce the issue? We list a few of the pages that we checked in the private field.

    Best regards,
    Ismael

    in reply to: How to round corners with enfold theme #1430799

    Hi,

    Thank you for the screenshot.

    You can add this css code to apply rounded corners to the columns described in the screenshot.

    .av-jn0d28qj-15603c59030066aa0cbd6af9e5a0610c .flex_column {
        border-radius: 30px;
    }
    

    Best regards,
    Ismael

    in reply to: Full Size featured image in blog posts #1430793

    Hey Phil,

    Thank you for the inquiry.

    To adjust the size of the blog post thumbnail, you can add this code in the functions.php file.

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

    After adding the filter, you can use the following plugin to regenerate the thumbnails.

    // https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: ajax portfolio on mobile bigger tab column #1430792

    Hey mediafacto,

    Thank you for the inquiry.

    The ajax portfolio container doesn’t resize correctly on mobile view because of this css code.

    .page-id-4808 .portfolio-preview-content {
        width: 66.6%;
      }
    

    To fix this, please replace the css with this code.

    @media only screen and (min-width: 989px) {
    
      /* Add your Desktop Styles here */
      .page-id-4808 .portfolio-preview-content {
        width: 66.6%;
      }
    }
    

    Best regards,
    Ismael

    in reply to: Critical error can’t load backend #1430791

    Hi,

    Thank you for the info.

    On the frontend, we can see the following notice or error:

    Warning: Constant WP_MEMORY_LIMIT already defined in
    

    Did you add the WP_MEMORY_LIMIT constant elsewhere? It’s possible that this is overriding the declaration in the wp-config.php file.

    To resolve this error temporarily, try to disable the W3TC plugin.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    We tested the site again on Chrome and Firefox but were not able to reproduce the issue. In the meantime, you might want to improve the site loading speed to avoid the “flash of unstyled text”, which could be causing the menu to shift a little on load. Please check the articles below.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    Best regards,
    Ismael

    in reply to: Woocommerce product tabs missing #1430788

    Hey donillo,

    Thank you for the inquiry.

    The hook above should work as intended, but only for products that do not utilize the Advanced Layout Builder (ALB). For products created with the builder, you’ll need to manually recreate the product tabs using the available elements in the ALB.

    Best regards,
    Ismael

    in reply to: Table edit #1430787

    Hey sophiasbiti,

    Thank you for the inquiry.

    Did you add any html tags in the table? It’s possible that there were invalid html tags, which caused the table layout or the table shortcode to break. You may need to recreate the table from scratch. We recommend saving the content of the page as template so that you can restore it if necessary.

    Best regards,
    Ismael

    in reply to: Zoom effect on Main Slider images #1430786

    Hey bemodesign,

    Thank you for the inquiry.

    This option is not available in the default sliders, but you can use the Layer Slider element to create advanced slider animations, including the zoom effect.

    // https://layerslider.com/sliders/

    Best regards,
    Ismael

Viewing 30 posts - 6,421 through 6,450 (of 67,597 total)