Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry about that. It is just not possible to cover all bases in this case because of how varied external scripts such as fbp or ga set information or cookies in the local storage.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the update.
We may need to access the server in order to debug the issue further. Please post the the WP and FTP details in the private field.
Best regards,
Ismael3April 8, 2022 at 12:00 pm in reply to: Admin pages load very slowly under current version of enfold #1347696Hi,
Thank you for the info.
Now since everything works fine on a 4.7.xx version of enfold, it might be a good idea for me to use a slightly older version than the current one.
We don’t recommend using older versions of the theme because they are not compatible with the latest version of WordPress and some plugins, they don’t contain fixes for past issues and new features and might still have code that are susceptible to abuses that we don’t know of.
What we recommend is to find the actual cause of the issue, or to test the theme on a different server with a slightly different specification. If you don’t have access to a different server, first thing that you can do is set the installation to debug mode and enable the error logs. There might be errors occurring in the site that you are not aware of. Another thing is to install the Query Monitor plugin and check if there are slow queries and if there are scripts that are causing errors. You should also check the Site Health in the Tools panel to look for issues, hints for improvements and other recommendations.
Best regards,
IsmaelHi,
Glad to know that the suggestions above are working. Regarding the image orientation, you can modify this code in the enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php file around line 605, but we are not sure how this would affect other masonry layouts.
if( $size == 'fixed' ) { if( ! empty( $attachment ) || ! empty( $before_content ) ) { if( $auto ) { $class_string .= $this->ratio_check_by_image_size( $attachment ); } if( $manually ) { $class_string .= $this->ratio_check_by_tag( $entry['tags'] ); } } }You can remove the condition $size == ‘fixed’ completely or just replace it with true.
if( true ) { // rest of the code }Best regards,
IsmaelHi,
Thank you for the update.
The schema markup doesn’t have to be nearby the embed video, it just have to exist in the same page. You can use a plugin to add the snippet above or just add it manually in the functions.php file. Unfortunately, we are not sure why it is not working with a specific user role, all roles that can edit a page should be able to properly edit the elements in the Advance Layout Builder (ALB). But again, we do not recommend adding script or form tags directly in the builder because they could break existing layouts.
Best regards,
IsmaelApril 8, 2022 at 11:27 am in reply to: [Bug] Custom fonts cannot be used with WPML when using language domains #1347691Hey jpa6,
Thank you for the inquiry.
This is probably the same issue as discussed in this older thread.
// https://kriesi.at/support/topic/cross-origin-request-blocked-fonts-not-loading-on-english-wpml/
You have to add this code in the functions.php file to adjust the path and use relative URL for the font files.
add_theme_support( 'custom_uploaded_fonts_relative_url' );Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the snippet.
Best regards,
IsmaelHey noellmn,
Thank you for the inquiry.
Looks like you have to manually allow access to the Youtube video by clicking the usercentrics (UC) button in the modal box as shown in the screenshot below.
Best regards,
IsmaelHi,
You cannot upload it using the Custom Font Manager because it is intended for Google fonts, but you can still register the font using the @fontface rule as described below.
// https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face
Or by using a plugin such as the following.
// https://wordpress.org/plugins/custom-fonts/
Best regards,
IsmaelHi,
Thank you for the info.
We checked the page on an iPhone simulator, which should emulate an actual iPhone device and touch events and we noticed that there is a container that blocks the gallery on mobile view. This container has the class name “mask__content”, and setting its display property to none allows the lightbox to open again. Please check the screenshot in the private field.
Best regards,
IsmaelHi,
Thank you for the update.
Did you specify a custom autoresponder text in the Content > Backend > Autorespond Text field? The fields will not be included in the autoresponder email if a custom text is specified.
Best regards,
IsmaelHey tremblayly,
Thank you for the inquiry.
Is it working correctly when you remove this code from the themes/enfold/config-woocommerce/config.php file?
line 367:
remove_action( 'woocommerce_pagination', 'woocommerce_catalog_ordering', 20 ); remove_action( 'woocommerce_pagination', 'woocommerce_pagination', 10 );line 388:
remove_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination', 10 ); //remove woo paginationThis should re-enable the default Woocommerce pagination in the product shortcode.
Best regards,
IsmaelHey!
We still can’t figure out why the custom cookie options are not working or why it is not able to remove the external cookies. The theme tries to disable the custom cookies by setting its value to false, but for some reason this is not working. Looks like the plugin is persistently registering the cookies regardless of the rules provided in the custom cookie settings, or it is just not possible to override and reset the _fbp or the _ga cookies once they are set.
We recommend using a different cookie plugin such as Borlabs Cookie or Complianz instead of the default privacy options in the theme.
// https://wordpress.org/plugins/search/cookie+privacy/
Thank you for your patience.
Cheers!
IsmaelHi,
Thank you for the update.
You can set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior settings to the first or second option to allow scripts to run on page load, without user consent.
Best regards,
IsmaelHey jb84,
Thank you for the inquiry.
You should not duplicate the page and use the WPML default translation editor instead of manually copying the content of the original page. Please check this documentation for more info on how to translate pages using the Advance Layout Builder and WPML.
// https://wpml.org/documentation/theme-compatibility/enfold/
Best regards,
IsmaelHey John,
Thank you for the inquiry.
We may need to access the dashboard in order to check the issue properly. Please upgrade the theme to version 4.9.2.1, then post the login details in the private field.
Best regards,
IsmaelHey Joakim,
Thank you for the inquiry.
You may need to unregister some thumbnails and regenerate the images in the library as suggested in these threads.
// https://kriesi.at/support/topic/enfold-image-sizes-3/#post-1109028
// https://kriesi.at/support/topic/how-can-i-delete-all-enfold-image-sizes/This article should help.
// https://wpengine.com/resources/wordpress-media-library-clean-up/
Best regards,
IsmaelHey terishka1,
Thank you for the inquiry.
You can use this css code to adjust the font color of the input label.
.hs-form-7df4e25b-8b49-4718-ae95-3270055bfc2e_ad701363-174b-4fbb-bbd0-d2fc361bc222 .hs-form-field label:not(.hs-error-msg) { color: crimson; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHey Jeffrey,
Thank you for the inquiry.
This is possible but you may have to upload a different version of the secondary logo. Please try this code in the Quick CSS field.
.header_color .header_bg { background-color: #ffffff; } .header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a { color: #000000; } .header_color .av-subnav-menu a:hover, .header_color .av-subnav-menu a:focus, .header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li a:focus, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #000000; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
The site looks really nice. :)
Best regards,
IsmaelHey Birgit Hintenaus,
Thank you for the inquiry.
The theme has a sticky and shrinking header option out of the box, so the header in the site above should be a lot more easier to implement. You may need to insert additional css code to adjust the size of the logo. Please check the documentation for more info about the theme.
// https://kriesi.at/documentation/enfold/
These articles should also help.
Best regards,
IsmaelHi,
The logo still has a large gap above it and looks like you didn’t select the original or full size version of the image. Please check the link in the private field.
Try to add this css code to adjust the size of the logo image.
.logo, .logo a, .logo a img { max-height: 500px !important; height: 500px; }Best regards,
IsmaelApril 7, 2022 at 10:40 am in reply to: timeline on mobile does'nt show correctly unless you turn the phone to landscape #1347519Hi,
Thank you for the update.
The css files or the stylesheets are still compressed when we checked the site. Please make sure to temporarily disable the compression settings before testing the page, or just post the login details in the private field so that we can access the dashboard and modify the css when necessary.
Best regards,
IsmaelHey So Evolve,
Thank you for the inquiry.
1.) We cannot reproduce the issue on our end. The video fades in smoothly and plays continuously without glitching.
2.) The theme will automatically assign the highlight color to the menu buttons but you can adjust them with css if necessary. This css code for example will change the color of the “Listen Now” button or the menu item with the ID 874.
#top #wrap_all .header_color #menu-item-874 > a .avia-menu-text { background-color: red; color: blue; border-color: black; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHi,
Thank you for the inquiry.
Yes, you can upload custom fonts to the Enfold > Import/Export > Custom Font Manager option, but you have to make sure that the font files are from the Google font library, fonts from other sources are not allowed. Please check the link below.
Best regards,
IsmaelApril 7, 2022 at 9:37 am in reply to: Masonry Gallery images always have a slight zoom effect #1347504Hi,
Since the automatic update is not working, you will have to download the theme directly from your Themeforest account and upload it manually to your server via FTP. Please check this documentation for more info.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
The update should help fix the animation issue with the masonry element. Please let us know once the theme is updated.
Best regards,
IsmaelApril 7, 2022 at 9:26 am in reply to: Admin pages load very slowly under current version of enfold #1347496Hey Christian,
Thank you for the inquiry.
What is the specifications of your server? The dashboard loads perfectly fine on our own installation running on Nginx 1.19.0, MySQL 8.0.25 and PHP 8.0.12, memory limit is set to 256M. Unfortunately, we will not be able to check and debug the issue if we don’t have direct access to the site.
Best regards,
IsmaelHi,
Sorry for the late response. The map is actually rendered in the widget but for some reason, its height is dynamically set to 80%, which will not work because the height of its parent container is not specified or is set to 0. Adding this css code should adjust the height of the map container.
.widget .avia-google-map-container { height: 200px !important; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
IsmaelHi,
We actually uploaded the image above using Chrome on MacOS and we didn’t encounter the same errors. Are you on a Windows machine? Please update the theme to version 4.9.2.1.
Best regards,
IsmaelHey!
A fix is going to be included in the next patch, temporarily you can use this filter in the functions.php file to exclude the custom elements from the search results.
add_filter("avf_custom_elements_cpt_args", function($args) { $args["exclude_from_search"] = true; return $args; }, 10, 1);Thank you for your patience.
Cheers!
IsmaelApril 6, 2022 at 12:12 pm in reply to: Accordion Anchor link doesn't load down near open toggle #1347402Hi,
Thank you for the info.
Looks like the document is actually scrolling to the active toggle but then it goes back up when the page is done loading. In the enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.js file around line 46, you will find this code which causes the document to animate or scroll to the opened toggle and this is working properly but then something else causes the document to jump back up.
$('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target},200);We will get back once we have found what is causing the issue.
Best regards,
Ismael -
AuthorPosts
