Forum Replies Created
-
AuthorPosts
-
Hey inlinks,
Thank you for the inquiry.
We modified the code in the functions.php file a bit and used a different filter called avf_font_manager_load_font to disable the icon fonts.
add_filter('avf_font_manager_load_font', function($output) { return ''; }, 10, 1);Best regards,
IsmaelHey ballindigital,
Thank you for the inquiry.
There is no default options for custom elements such as the Trustpilot rating, but you can still add them in the header using widgets. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
All header and menu options can be adjusted in the Enfold > Main Menu and Enfold > Header panel.
Best regards,
IsmaelHey mvucic1,
Thank you for the inquiry.
We don’t see anything unusual in the site and we can’t replicate the same issue on a 13 inch 2k monitor. Unfortunately, we don’t have a monitor with the same resolution as yours, so we might not be able to replicate the issue. What is the actual specs of your computer? Please provide a short clip and post it using dropbox or imgur.
Best regards,
IsmaelHi,
We will forward your request to our channel but we can’t assure you that it will be included in the upcoming releases.
Best regards,
IsmaelHi,
Thank you for the link.
Adding this css code should help.
@media only screen and (min-width: 768px) and (max-width: 989px) { .responsive #top #wrap_all .flex_cell.av-lf7wt7fc-cdec478c2ab1a0cf02d5be612ae1e6f3 { padding: 5% 0 0 0 !important; z-index: 9999 !important; position: relative; overflow: visible; } }Please make sure toggle or temporarily disable the Enfold > Performance > File Compression settings, and purge the cache after adding the css code.
Best regards,
IsmaelApril 13, 2023 at 8:33 am in reply to: Background Class – Css for Changing the Size in Mobile #1404308Hey Monika,
Thank you for the inquiry.
Would you mind providing a screenshot of the section with the custom background images? We can’t find it anywhere in the home page. You can use imgur, savvyify or dropbox for the screenshot.
Have you tried adding css media queries to adjust the style of the section on mobile view?
// https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Best regards,
IsmaelHey gfriend70,
Thank you for the inquiry.
The issue occurs because of this css code.
.inner-container { height: 440px!Important; }Did you add it somewhere? Please try to remove the modification or add the following css code in the Quick CSS field or in the child theme’s style.css file to override it.
#top #header .inner-container { height: 88px!Important; }Best regards,
IsmaelHi,
Thank you for the update.
You may need to accept the cookies or the privacy options first in order to see the video. If you want the video to display immediately without interacting with the privacy options, you can set the Enfold > Privacy & Cookie > Cookie Handling > Default Cookie Behavior settings to the first or second option.
Best regards,
IsmaelHi,
Great! Glad to know that you found the option. Please let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Glad to know that this has been resolved. Please feel free to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelApril 13, 2023 at 8:09 am in reply to: Reducing grid row to 85% of the screen and align it to the center #1404303Hey Ernie4President,
Thank you for the inquiry.
You have to set the left and right margin of the grid row container to auto. Please use this css code instead.
.av-layout-grid-container { width: 85%; margin: 0 auto; }Best regards,
IsmaelHey eCharisma,
Thank you for the inquiry.
The builder still loads properly even after adding the filter in the functions.php file. What is the current version of the theme in your installation? Please make sure to update the theme to version 5.5.
Best regards,
IsmaelHey virtualbis,
Thank you for the inquiry.
This is the actual image used for the logo. (see private field)
Did you install an image compression plugin? Please delete the current logo, upload it again and make sure to select the full size version before inserting it as logo.
Best regards,
IsmaelHi,
You are quite welcome! Let us know if you have more questions.
Have a nice day.
Best regards,
IsmaelHey Sebastian,
Thank you for the inquiry.
There is no option for this, unfortunately. You may need to hire a freelance developer to adjust or extend the cookie & privacy features. Please check the link below.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
Glad to know that the issue has been resolved. Please do not hesitate to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
@Blatze: You may need to modify themes/enfold/lang/de_DE.po file and adjust this translation around line 21147.#: includes/admin/register-portfolio.php:60 #, fuzzy msgid "Portfolio Categories" msgstr "Portfolio Einträge"
@ishish: You can add this in the functions.php file.// https://kriesi.at/support/topic/recaptcha-v2-wpml/#post-1374230 add_filter('avf_google_recaptcha_apiurl_lang', function($lang, $context) { if($context == 'frontend') { $lang = substr(get_locale(), 0, 2); } return $lang; }, 10, 2);Best regards,
IsmaelHey trevorwilson,
Thank you for the inquiry.
You can adjust the number of posts in the default blog page by editing the value of the Settings > Reading > Blog pages show at most field. Default value is 10.
Best regards,
IsmaelApril 12, 2023 at 4:10 am in reply to: ENFOLD Child Theme Advanced Layout Editor with WooCommerce ShortCodes #1404180Hi,
Have you tried using the actual add to cart shortcode? Please check the link below for more info.
// https://woocommerce.com/document/woocommerce-shortcodes/#add-to-cart
Best regards,
IsmaelHi,
Thank you for the update.
We can’t find the same section shown in the screenshot. Did you remove it? Please provide the link to the actual page containing the section.
Best regards,
IsmaelApril 12, 2023 at 3:56 am in reply to: Random order for the images in the FullWidth Easy Slider? #1404178Hi,
Great! Glad to know that the filter is working. Please feel free to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelApril 12, 2023 at 3:53 am in reply to: Enfold Mega-Menü: horizontalen Abstand zwischen Menüreihen verringern #1404177Hey Johannes,
Thank you for the inquiry.
We may need to inspect the elements or see the site in order to provide the proper modifications. Please provide the site URL in the private field, and post a screenshot using imgur, savvyify or dropbox.
Best regards,
IsmaelHi,
What specific changes are you attempting to make to the “.responsive #top #wrap_all .av-flex-cells .no_margin” element? Could you please provide an example of the desired CSS?
It’s worth noting that you can override the styles of the element, even if some of its CSS properties have the “!important” rule. You can achieve this by adding the CSS code either in the Quick CSS field or the child theme’s “style.css” file. Before testing the page, please ensure that you temporarily disable the “Enfold > Performance > File Compression” settings and the “Autoptimize” plugin to regenerate the stylesheets.
Best regards,
IsmaelHi,
The theme implements a few logic for the color section based on certain conditions that may affect the layout of the page such as adding an extra closing div, which might be the reason why it is breaking the page. Instead of using the shortcode, you can just try and extract the actual rendered output of the color section and place it in your templates. This way, the theme doesn’t have to interfere with your template modifications.
Best regards,
IsmaelApril 12, 2023 at 3:25 am in reply to: ‘Featured’ Images for Posts Not Full Width on Mobile Phone (Responsive) #1404174Hi,
Thank you for sharing your experience. However, we are uncertain about the root cause of the issue. It is possible that it was a temporary glitch, but we cannot say for certain.
Best regards,
IsmaelApril 11, 2023 at 6:50 am in reply to: ENFOLD Child Theme Advanced Layout Editor with WooCommerce ShortCodes #1404091Hey simplycoding15,
Thank you for the inquiry.
Did you try adding the shortcode using a Text or Code block? Keep in mind that WooCommerce messages, such as “added to cart”, will only appear on default product templates or pages, such as the category or base shop page. These messages will not display on custom pages created using the Advanced Layout Builder.
Best regards,
IsmaelApril 11, 2023 at 6:41 am in reply to: Random order for the images in the FullWidth Easy Slider? #1404090Hey Angelo,
Thank you for the inquiry.
You can use this filter in the functions.php file to shuffle the slider items in random order.
function avf_shuffle_assoc($my_array) { $keys = array_keys($my_array); shuffle($keys); foreach($keys as $key) { $new[$key] = $my_array[$key]; } $my_array = $new; return $my_array; } add_filter('avf_avia_builder_slideshow_filter', function($data, $class) { $data['id_array'] = avf_shuffle_assoc($data['id_array']); return $data; }, 10, 2);Make sure to purge the cache before testing the page.
Best regards,
IsmaelHey dlambers,
Thank you for the inquiry.
You can try this css code instead.
.av-main-nav > li > ul { margin-top: -30px; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, and purge the cache after adding the css modification.
Best regards,
IsmaelApril 11, 2023 at 6:16 am in reply to: How to make product category page look like the shop page #1404088Hi,
To change the thumbnail for a specific category, visit the link below. Additionally, you can customize the font color and banner overlay style.
// http://site.com/wp-admin/term.php?taxonomy=product_cat&tag_ID=27&post_type=product
Make sure to adjust the URL, using your own domain and adjust the value of the tag_ID parameter using the the actual ID of the category. Or just go to the Products > Categories panel and click the category manually, then look for the Thumbnail and Enfold Category Styling options.
Best regards,
IsmaelApril 11, 2023 at 6:06 am in reply to: Problems Creating Personal Token for Enfold / no addional rights #1404087Hi,
Have you tried generating a different token? Also, please note that the private token is different from the app token. You have to go to the following link in order to generate the private or personal token.
// https://build.envato.com/create-token/
Only use the link below if you want to register an app token, which you won’t need to update the theme.
// https://build.envato.com/register/
Best regards,
Ismael -
AuthorPosts
