Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHi,
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.
Result:
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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.
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelApril 10, 2025 at 5:09 am in reply to: After adding Captcha V3, we get “Token to validate form already expired.” #1481110Hi,
We removed any mention of the site from this thread and relocated the screenshot into the private field.
Best regards,
IsmaelHi,
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,
IsmaelHey kevinraposo7,
Thank you for the inquiry.
Did you set the Slide Animation > Slideshow Transition to Slide (sideways/up/down)? If so, you can add this css code to disable the initial fade-in transition of the slider.
#top .avia-slideshow-inner li { opacity: 1 !important; }
This will not work if Fade is selected for the Slideshow Transition.
Best regards,
IsmaelHi,
Thank you for the update.
We adjusted the Zeilen Einstellungen > Zeilenlayout > Vertikale Ausrichtung from Mitte to Oben. Please make sure to purge the cache before checking.
Best regards,
IsmaelHi,
Thank you for the update.
The menu is set to be below the logo, so this has be adjusted with css. To make sure that the search bar is still visible on mobile view and that the burger menu is correctly placed, please add this css code:
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ .responsive #header_main_alternate { display: block; } .responsive #top #header_main_alternate .av-main-nav .menu-item-avia-special { display: none !important; } .responsive #top #header .main_menu { width: auto !important; } }
Best regards,
IsmaelApril 9, 2025 at 8:41 am in reply to: After adding Captcha V3, we get “Token to validate form already expired.” #1481058Hi,
We cloned your site to our local installation, and the contact form with reCAPTCHA worked correctly. This is definitely an issue related to the server configuration.
Best regards,
IsmaelHi,
Glad it worked! Please feel free to open another thread if you have any more questions. Have a nice day.
Best regards,
IsmaelHey neuropetvet,
Thank you for the inquiry.
Which font did you select? We tried logging in but the default login URL redirects to a 404 page. Please include the custom login URL in the private field.
Best regards,
IsmaelHi,
We’ll forward the issue to our channel. Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the update.
You need to use the default Table element to see the default styling. The page contains a standard table added within a Text Block element. If you need to apply the alternating background color to this table, try adding this css code:
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra { background: #f5f5f5; }
Best regards,
IsmaelHi,
Thank you for the update.
Please provide the WP and FTP details in the private field so we can apply the modification. If FTP is not available, make sure that the Appearance > Theme File Editor is accessible.
Best regards,
IsmaelHey sitadi,
Thank you for the inquiry.
You can add this css code to align the burger menu with the logo.
.av-burger-menu-main.menu-item-avia-special { left: 0 !important; top: -70px; }
Best regards,
IsmaelHey bonsaimedia,
Thank you for the inquiry.
Both menu items are highlighted because the parent page of “service-support” is “kennis”, and its menu is also a child or submenu of “oplossingen”. You may need to unset the parent page of “service-support”, or add this css code:
.parent-pageid-29 #header .current-page-ancestor > a > .avia-menu-text { border: none; }
Best regards,
IsmaelHey rixi,
Thank you for the inquiry.
It’s possible that the sections below the gallery are not loading due to the number of images on the page. There are nearly 80 images in the gallery, and most of them are over 100KB in size, accumulating to almost 12MB in total, which is quite large. This could affect the script that triggers the animation for the elements. We recommend reducing the number of images or enabling the pagination or the “load more” button.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Did you set the Gallery element’s Advanced > Link Settings > Image Link option to ‘Use custom link (fallback is image link)’? When the custom link field is not set, it should default to the image link and open a lightbox if enabled.
Best regards,
IsmaelHi,
There are probably similar requests to this one, but as mentioned, it’s not possible without significant modifications to the sort_buttons function. You may need to use a plugin like FacetWP and a different masonry/grid element from another extension that is compatible with the filter/sorting plugin.
Best regards,
IsmaelApril 9, 2025 at 5:46 am in reply to: Article list format change when I open web on mobile phone. #1481040Hey consuegracta,
Thank you for the inquiry.
The Color Section containing the Magazine element has been hidden on mobile view and replaced with another Color Section containing the Blog Posts element. Please edit the Color Section and adjust the Advanced > Responsive > Element Visibility settings. You may also need to remove the other Color Section containing the Blog Posts element.
Best regards,
IsmaelHey mosaic,
Thank you for the inquiry.
Try to add this css code to adjust the aspect ratio of the thumbnails:
#top .av-related-style-full .related_image_wrap, #top .av-related-style-full .related_image_wrap img, #top .av-related-style-full .related_image_wrap .related_posts_default_image { object-fit: cover; }
Best regards,
IsmaelHi,
It is actually working, but the number of images affects the animation and loading speed. You can see it more clearly on the test page we created. (see private field)
Best regards,
IsmaelHi,
Yes, the builder elements should be translatable, but this doesn’t seem to be working due to the error mentioned above. Fixing the error should allow you to translate the content of the Text Block and place different versions of the wpbs shortcode for different languages.
Another option is to create a custom shortcode that wraps the wpbs shortcode and alters the id and language attribute based on the active WPML language. Please add this code in the functions.php file:
function av_wpbs_wpml_cb() { $lang = apply_filters('wpml_current_language', null); $id = 1; $language = 'en'; switch ($lang) { case 'nl': $id = 1; $language = 'nl'; break; case 'fr': $id = 2; $language = 'fr'; break; case 'de': $id = 3; $language = 'de'; break; default: $id = 1; $language = 'en'; break; } return do_shortcode('[wpbs id="' . esc_attr($id) . '" language="' . esc_attr($lang) . '" title="no" legend="yes" legend_position="side" display="1" year="0" month="0" start="1" dropdown="yes" jump="no" history="1" tooltip="1" highlighttoday="no" weeknumbers="no" show_first_available_date="no" form_id="1" form_position="bottom" auto_pending="yes" selection_type="multiple" selection_style="split" minimum_days="0" maximum_days="0" booking_start_day="0" booking_end_day="0" show_date_selection="no"]'); } add_shortcode('av_wpbs_wpml', 'av_wpbs_wpml_cb');
Instead of using the default shortcode, you can use this instead:
[av_wpbs_wpml]
Best regards,
IsmaelApril 9, 2025 at 4:50 am in reply to: Feature Request – Customize the “ALL” label in Masonry taxonomy filter #1481036Hi,
Yes, you can retrieve the label from a custom field.
add_filter('avf_masonry_sort_first_label', 'avf_masonry_sort_first_label_mod', 10, 1); function avf_masonry_sort_first_label_mod($first_item_name) { $page_id = get_queried_object_id(); $custom_label = get_post_meta($page_id, 'your_custom_field_name', true); $first_item_name = !empty($custom_label) ? $custom_label : 'Everything'; return $first_item_name; }
If you’re using ACF, you can do this:
add_filter('avf_masonry_sort_first_label', 'avf_masonry_sort_first_label_mod', 10, 1); function avf_masonry_sort_first_label_mod($first_item_name) { $page_id = get_queried_object_id(); $custom_label = get_field('custom_label', $page_id); $first_item_name = !empty($custom_label) ? $custom_label : 'Everything'; return $first_item_name; }
You can also extend the filters with native conditional functions or based on the masonry config.
Best regards,
IsmaelHey jonroot,
Thank you for the inquiry.
Where did you get the shortcode? Are you using a plugin? Please provide a link to the documentation or the page where you’re testing this so we can check the issue. We tried creating a test page with the shortcode, but it didn’t render correctly. (see private field)
Best regards,
Ismael -
AuthorPosts