Forum Replies Created
-
AuthorPosts
-
Hey Michael,
Thank you for the inquiry.
Are you referring to an email address linked to a contact form? If yes, you can use spam protection plugins like Akismet or Antispam Bee, or consider using advanced contact form plugins like Contact Form 7 or WPForms with their respective security extensions.
Best regards,
IsmaelHi,
Thank you for following up.
Please check the documentation that we linked above. You can add more icons from fontello and monocolored ones from flaticon.
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
There is no option for this by default, but you can try the following css code to stack the items above each other. You may need to toggle or temporarily disable the Enfold > Performance > File Compression after applying the css.
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ #top .avia-accordion.av-lgxa50ax-1e97fbcac290d3df69c38cef630b7911 { max-height: 9999px; height: 999px; } #top .avia-accordion.av-lgxa50ax-1e97fbcac290d3df69c38cef630b7911 .aviaccordion-inner { overflow: visible; display: flex; flex-direction: column; height: 100%; } #top .avia-accordion.av-lgxa50ax-1e97fbcac290d3df69c38cef630b7911 .aviaccordion-slide { position: relative; left: 0; } }Best regards,
IsmaelHey ijnavas,
Thank you for the inquiry.
You can use the following css code to create rounded images, but you have to make sure that the aspect ratio of the team member image is 1:1.
.team-img-container { border-radius: 100%; }Best regards,
IsmaelHey James,
Thank you for the inquiry.
Ideally, I would only show two logos at a time on mobile (five on desktop), but they should scroll through the 12
At the moment, this is not possible because the partner/logo element script doesn’t have the capability to regroup the items on smaller screens once they are set. However, you can achieve the desired effect by cloning the current element, adjusting the settings accordingly, then use the Advanced > Responsive > Element Visibility settings to toggle the elements’ display on different screen sizes. Basically, you’ll have one element for desktop view and another specifically designed or configured for smaller screens.
Best regards,
IsmaelHi,
Thank you for the info.
We just noticed that the theme is quite outdated. Please upgrade the theme from 5.4.1 to the most recent version, 5.6.6. You may need to download the latest version from your Themeforest account and do the update manually via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelSeptember 19, 2023 at 4:53 am in reply to: Font is not same after uploading google font to customer font manager #1419522Hey flextexmex,
Thank you for the update.
We tried to login to the site but the user account above seems to be invalid. Which font did you upload to the server? Please note that only Google fonts are allowed in the font manager.
Best regards,
IsmaelHi,
Thank you for the info.
We found a missing closing curly brace in the Quick CSS field, corrected it, and disabled the image lazy loading option from the Siteground plugin. This appeared to help with the animation. Please make sure to purge the cache or do a hard refresh before checking the page.
Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
You can add the phone in a text widget, then insert it to the header using an action hook. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
IsmaelHi,
Thank you for the update.
We disabled the Enfold > Performance > File Compression settings temporarily, and it looks like the css rules for the element visibility settings are missing. Please try to upgrade the theme from version 5.6.2 to the latest version 5.6.6. Let us know if the upgrade helps.
Best regards,
IsmaelHey madmanbean,
Thank you for the inquiry.
We logged in to the site and noticed that the theme is a bit outdated. Please upgrade the theme from version 5.6.2 to the latest version, 5.6.6, and make sure to purge the cache afterward.
Best regards,
IsmaelHey Beat,
Thank you for the inquiry.
An external css file, possibly from a plugin, might be overriding the default checkbox styles. Where can we check this issue? Please provide the site URL in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
Please remove the previous css modifications, then replace it with the following.
.single-post .single-small.with-slider .small-preview { width: 100%; height: auto; border: 7px solid #f4ecdf !important; } .single-post .single-small.with-slider .small-preview img { outline: 10px solid #ffffff; outline-offset: -10px; }Best regards,
IsmaelSeptember 19, 2023 at 3:57 am in reply to: Footer: Align logo position with rest of widget titles #1419515Hey Lene,
Thank you for the inquiry.
You can add this CSS code to push the logo downward and align it with the widget titles.
#footer .flex_column.av_one_fourth:nth-child(4) #media_image-4 a img { margin-top: 10px; }Best regards,
IsmaelSeptember 19, 2023 at 3:51 am in reply to: Problems with the breakpoint and flags for language selection. #1419514Hi,
Thank you for the inquiry.
1.) You can add this css code to adjust the breakpoint of the burger menu.
@media only screen and (max-width: 1180px) { nav.main_menu li:not(.av-burger-menu-main, .av-active-burger-items) { display: none; } .av-burger-menu-main { display: block; } }2.) Add this code in the functions.php file to disable the default language flags.
function ava_remove_default_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); } add_action('after_setup_theme','ava_remove_default_flags');3.) You can enable the sharing links in the Enfold > Blog Layout > Share Links At The Bottom Of Your Blog Post section.
Best regards,
IsmaelHi,
Thank you for the update.
The live site is now loading properly on our end and upon checking, we have found this error in the console.
Uncaught SyntaxError: Unexpected end of inputDid you add any custom scripts on the site?
Best regards,
IsmaelHey whdsolutions,
Thank you for the inquiry.
We didn’t find any anchor links in the main menu or anywhere in the home page. We may need to see a screenshot. Please 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,
IsmaelHey solidt,
Thank you for the inquiry.
Are you referring to the Enfold > Blog Layout > Single Post Navigation? If so, then you can add this filter in the functions.php file to exclude items that are not in the same category.
/* * Single post navigation filter */ function avf_post_nav_settings_cb($settings) { $settings['same_category'] = true; $settings['loop_post_nav'] = false; return $settings; } add_filter( 'avf_post_nav_settings', 'avf_post_nav_settings_cb', 10, 2);Best regards,
IsmaelHi,
Thank you for the update.
You can add or edit the team member social icons by adjusting the Add/Edit Social Service or Icon Links settings. If the social icon that you want to add is missing, you can use the Iconfont Manager to upload additional icons to the library. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Best regards,
IsmaelHi,
Thank you for the update.
The css modification above just sets the height of the already hidden elements to 0, so it should not affect the layout of the page. We suggested this because it might help with the script responsible for initiating the animation.
The issue is quite random on our end. Sometimes the animation doesn’t work but most of the times the elements pop up as expected. We might be able to improve this by optimizing the loading speed of the site. Please check the articles below for more info about site optimization.
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
// https://gtmetrix.com/wordpress-optimization-guide.htmlBest regards,
IsmaelSeptember 18, 2023 at 10:03 am in reply to: Responsive behaviour of picture to cover column height at all times #1419456Hi,
Thank you for the update.
Is it then right to NOT set any height limits on each grid row element?
Yes, that’s correct. Don’t set a maximum height if you want the container to adjust based on the content’s length.
The extra code for functions.php seems good to me as it works. And it is not related to setting the height to 50%, am I right?
The script retrieves the height of the tallest column or cell in the container and applies this height value to the others
So to replicate the layout of this previously mentioned hotel site, it is best to use grid rows (Rasterzeile) and not colour sections (Farbsektion), am I right?
Yes, use the Grid Row element with its cell-based containers instead of the Color Section and Column elements.
Best regards,
IsmaelSeptember 18, 2023 at 9:40 am in reply to: Masonry – tag “portrait” does not work in mulitlingual pages #1419454Hi,
No problem! Glad we could be of help.The changes have been made in the child theme’s functions.php file, so they should not be overwritten with the next update. Please feel free to open another thread if the issue reoccurs after updating the theme.
Have a nice day.
Best regards,
IsmaelHi,
Great! Glad to know that the issue has been resolved. Thank you for your patience.
Have a nice day.
Best regards,
IsmaelHi,
everything seems to be working properly. Have you already seen that display / does that offer any clues?
Yes, we noticed that, but I think what complicates the issue with the Blog Posts element is the use of the custom taxonomy “Properties”. This is not applied to the events page, which displays all items regardless of the category they belong to. It would be helpful if you could ask their team for the actual query for the recurring events so that we can apply it to the Blog Posts element. Also, it appears that recurring events may require specific conditions that we are not aware of, so it would be very helpful if they could provide input on that as well.
Best regards,
IsmaelSeptember 18, 2023 at 5:22 am in reply to: The Elements are not displaying upon switching my website into live #1419445Hey!
You should be able to update the theme in the Enfold > Theme Updates panel, which will require your private or personal token. If you haven’t generated a private token yet, please check the documentation below.
// https://kriesi.at/documentation/enfold/theme-registration/#what-is-an-envato-personal-token
You can also update the theme manually via FTP. The latest version can be downloaded from your Themeforest account.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Cheers!
IsmaelHi,
Thank you for following up.
We get a 403 forbidden request error whenever we access the next events in the calendar. Is it alright if we deactivate the plugins temporarily? We recommend cloning the site to another environment so that we can check the issue thoroughly.
The error that we mentioned above seems to be unrelated because when we clone the page and remove the contact form, the AviaDatepickerTranslation error is gone, but the issue with the calendar persists.
Best regards,
IsmaelSeptember 18, 2023 at 4:43 am in reply to: The Elements are not displaying upon switching my website into live #1419441Hi,
Athe slideshow is still not working properly until now. :(
Updating the theme from version 5.6.4 to version 5.6.6 might help. Please upgrade the theme to the latest version, then toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache afterward.
Best regards,
IsmaelHey doug123,
Thank you for the inquiry.
Have you tried wrapping the a tag with sup instead of the other way around?
<sup><a id="#mensinger-2">[2]</a></sup>You can also use css to emulate superscript and subscript text instead of using the actual tags.
// https://cssdeck.com/blog/create-superscript-and-subscript-text-in-css/
Best regards,
IsmaelHey dithinks,
Thank you for the inquiry.
Looks like you have enabled the language switcher of the plugin. Please note that the theme automatically displays language flags next to the main menu when WPML is enabled. If you wish to disable the language flags, please add this CSS code.
#header_main #avia-menu .av-language-switch-item { display: none; }Related thread: https://kriesi.at/support/topic/remove-wpm-flags-in-menu/#post-1312211
Best regards,
IsmaelHi,
Thank you for the update.
It’s possible that the first six items in the other category are more recent, meaning they were published later compared to items in other categories, so they are displayed first. Please note that the items in the Masonry element are ordered by date by default. You can adjust this in the Content > Sorting > Order by settings.
Best regards,
Ismael -
AuthorPosts
