Forum Replies Created

Viewing 30 posts - 121 through 150 (of 65,499 total)
  • Author
    Posts
  • in reply to: GALLERY OUTLINE and #1481347

    Hi,

    Thank you for the info. Did you change the login URL? We tried using the default login or admin URL but they just redirect to maintenance page. Please include the custom login info in the private field.

    Best regards,
    Ismael

    Hey keeslamper,

    Thank you for the inquiry.

    How do you retrieve the $woning->fotos? It’s not shown in the provided code. The site is also in maintenance mode, so we’re not able to check the galleries. Please provide the login info in the private field and further elaborate on how the gallery images are being retrieved.

    For this kind of modification, we also recommend hiring a freelance developer or try to contact our partner, Codeable.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    You will need to switch to the Advanced Layout Builder to use the Product Grid element on the product page, or use the element’s shortcode in one of the template hooks.

    Example:

    add_action( 'woocommerce_after_single_product_tabs', 'av_woocommerce_after_single_product_tabs_mod', 100 );
    
    function av_woocommerce_after_single_product_tabs_mod() {
        echo do_shortcode("[av_productgrid select_type='' categories='' link='' term_rel='' wc_prod_visible='' wc_prod_hidden='' wc_prod_featured='' wc_prod_sale='' wc_prod_additional_filter='' sort='dropdown' prod_order='' offset='0' page_element_filter='' columns='3' image_size='shop_catalog' items='9' paginate='yes' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' alb_description='' id='' custom_class='' template_class='' element_template='' one_element_template='' show_locked_options_fakeArg='' av_uid='' sc_version='1.0']
    ");
    }
    

    For this type of modification, we recommend hiring a freelance developer or contact Codeable.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: GALLERY OUTLINE and #1481287

    Hey Sandra,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. The site is also on maintenance mode. Please provide the login info in the private field.

    Best regards,
    Ismael

    in reply to: Mobile is not responsive. #1481286

    Hey wesdorman,

    Thank you for the inquiry.

    There might be a slight difference between the desktop and mobile views due to their aspect ratios, especially with the background image. For the font size, make sure to define a specific size for smaller screens. We tried logging into the site, but it’s asking for .htaccess authentication. Please provide the login info in the private field.

    Best regards,
    Ismael

    in reply to: Theme fonts not updating #1481285

    Hi,

    Great! Glad to know that the issue has been resolved. Please feel free to open another thread if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: 404 Not Found #1481284

    Hey djtroymichael,

    Thank you for the inquiry.

    Would you mind providing a screenshot of the notifications and the list of pages showing 404 errors? Also, please go to Enfold > Theme Options > Custom Error 404 Page and make sure that no page is currently selected.

    Best regards,
    Ismael

    in reply to: Booking System shortcode #1481176

    Hi,

    Glad to know it’s working correctly now. As for the button, it seems to be translated correctly on our end.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Show burger menu to the left of the centered logo #1481175

    Hi,

    We adjusted the css code a bit. Please try it again.

    Best regards,
    Ismael

    in reply to: Disabling Fade Animations on Elements with Sliders #1481174

    Hi,

    Thank you for the update.

    To disable the animation of the slider caption, please include this css code:

    .avia_transform .av_slideshow_full .active-slide .avia-caption-title,
    .avia_transform .av_fullscreen .active-slide .avia-caption-title,
    .avia_transform .av_slideshow_full .active-slide .avia-caption-content,
    .avia_transform .av_fullscreen .active-slide .avia-caption-content {
      visibility: visible;
      animation: none;
    }

    Best regards,
    Ismael

    in reply to: button not responding #1481173

    Hey satucker,

    Thank you for the inquiry.

    Looks like you have already managed to make this work. If not, please edit the button, set the Content > Link Settings or File Download > Button Type to File Download Button, and then Select a File for Download. Let us know how it goes.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Parts of the webpage are not loading #1481172

    Hi,

    That is the default behavior of the pagination, which is why it’s recommended to place all post elements at the very top of the page. If you need the document to scroll to the appropriate section on load, you can try this modification.

    https://kriesi.at/support/topic/pagination-to-open-at-the-same-anchor-point-and-not-at-the-beginning-of-the-page/#post-1476867

    Best regards,
    Ismael

    in reply to: SVG icons missing #1481171

    Hi,

    We may need access to the dashboard to properly check the issue. Please create a site backup, confirm that a restore point has been created, and then provide the login details in the private field.

    Best regards,
    Ismael

    in reply to: Hide Controller in embed YOUTUBE Videos #1481170

    Hi,

    Thank you for the update.

    You can disable the hover animation of the Image element by adjusting the Advanced > Animation > Image Hover Effect settings. You can also add the following css code but it will affect all Image elements in the site.

    .avia-image-container .avia_image, .avia-image-container .avia-image-overlay-wrap {
        transition: none;
    }
    
    .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
        transform: none;
    }

    Best regards,
    Ismael

    in reply to: z position #1481169

    Hey limedrop,

    Thank you for the inquiry.

    Edit the Grid Row element, go to the Advanced > Developer Settings, then place the value “av-layout-grid-overflow” in the Custom CSS Class field. In the Enfold > General Styling > Quick CSS field, add this css code to put the grid above the layer slider:

    #top #wrap_all .av-layout-grid-overflow {
        z-index: 1000;
    }

    Best regards,
    Ismael

    in reply to: Masonry Gallery load fade in #1481168

    Hi,

    Yes, it is working on the page above: https://streamable.com/jzv6u3

    Best regards,
    Ismael

    Hey ericdkolb,

    Thank you for your inquiry. This has been answered in the previous thread: https://kriesi.at/support/topic/significant-site-slowdown-caused-by-avia_deep_decode-function-in-enfold-theme/#post-1480265

    Best regards,
    Ismael

    Hey AndrewRice71,

    Thank you for the inquiry.

    It is possible to use the Advanced Layout Builder for the default shop page, but it is not recommended, as it may limit the default functionality and may be incompatible with third-party extensions. If you want to proceed, please refer to the documentation below.

    https://kriesi.at/documentation/enfold/woocommerce-shop/#custom-woocommerce-shop-overview-with-advanced-layout-editor

    Best regards,
    Ismael

    in reply to: Themeforest Theme Issue: Frontend Not Updating #1481165

    Hey jessicaventuri,

    Thank you for the inquiry.

    The site contains a very old version (5.6.3) of the theme. You have to download the latest version (7.0.1) from your Themeforest account, then update the theme manually via FTP. Please refer to the documentation below.

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

    Best regards,
    Ismael

    in reply to: Theme fonts not updating #1481121

    Hi,

    Thank you for the info.

    The required font files are not loading. Did you modify any template files in the child theme? Please make sure those files are also updated to the latest version. We tried to check but the Appearance > Theme File Editor is missing. If you can provide the FTP details, we’ll check the issue further.

    Best regards,
    Ismael

    in reply to: Popup changes width main menu #1481120

    Hey Marieke Braamskamp,

    Thank you for the inquiry.

    We can’t reproduce the issue on our end. Would you mind providing a screenshot? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: SVG icons missing #1481119

    Hey Daniel,

    Thank you for the inquiry.

    It might be an issue with the compression or the cache plugin. Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings, then deactivate the cache plugin. Let us know the result. If the issue persists, please provide the site URL and login details in the private field.

    Best regards,
    Ismael

    in reply to: Booking System shortcode #1481118

    Hi,

    Thank you for the update.

    The error doesn’t occur when the Multilingual Tools plugin is disabled. And according to the following documentation, the booking form fields need to be translated manually using the translation option in the backend — WPML will not translate the fields automatically.

    https://www.wpbookingsystem.com/documentation/translations/

    To test this, we translated the first field Familienaam to Family Name.

    View post on imgur.com

    Result:

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Website not updating – using Enfold theme #1481115

    Hi,

    Thank you for the update.

    We may need to login to the site in order to check the issue properly. Please provide a direct link to the pages with the issue and post the login details in the private field — screenshots will also help.

    Best regards,
    Ismael

    in reply to: Bilder überlagern / Overlay Images #1481114

    Hi,

    Great! Glad to know that you’ve found a working solution. Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

    in reply to: Issue with Events Calendar Pro and categories #1481113

    Hi,

    Thank you for the update.

    The issue doesn’t occur when the Tela – Burials plugin is disabled. We have kept the plugin disabled for you to check.

    View post on imgur.com

    Best regards,
    Ismael

    in reply to: Make Links NOT underline #1481112

    Hi,

    Glad to know it’s working! We’ll forward this thread to our channel. Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

    in reply to: Parts of the webpage are not loading #1481111

    Hi,

    Thank you for the update.

    You can use this css code to adjust the style of the pagination:

    #top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-right: 6px;
        box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
        font-size: 18px;
    }
    
    #top .main_color .pagination a {
        background-color: #f2f1ef;
        color: #000000;
    }
    
    #top .main_color .pagination .current {
        background-color: #d5d5d5;
    }
    

    Best regards,
    Ismael

    Hi,

    We removed any mention of the site from this thread and relocated the screenshot into the private field.

    Best regards,
    Ismael

    in reply to: Masonry Gallery load fade in #1481109

    Hi,

    The items fade in one at a time when we checked. If you really need to copy the animation from the other site, you may need to hire a freelance developer or contact Codeable.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

Viewing 30 posts - 121 through 150 (of 65,499 total)