Forum Replies Created
-
AuthorPosts
-
Hi,
Yes, the shortcode in the content slider is quite limited and adding shortcodes manually may not be what your client wanted. We could use the avf_post_slider_entry_excerpt filter to return the actual content of the post entry instead of the excerpt.
function avf_post_slider_entry_excerpt_custom($excerpt, $prepare_excerpt, $permalink, $entry ) { $excerpt = $entry->post_content; return $excerpt; } add_filter('avf_post_slider_entry_excerpt', 'avf_post_slider_entry_excerpt_custom', 10, 4);This should display the full content of the posts in the post slider element, but it may require some css or style adjustments.
Best regards,
IsmaelHi,
We have found suppressed errors in the site coming from the wp-admin/css/colors/coffee/vl2eb.php:1 file. This file is not included in WordPress by default, so it must have been added by a plugin. Please locate the file and disable it temporarily. You could also download the latest version of WordPress and override your installation.
Deprecated Directive 'allow_url_include' is deprecated 1 wp-admin/css/colors/coffee/vl2eb.php:1 Core Notice (Suppressed) Undefined index: nsetts 1 wp-admin/css/colors/coffee/vl2eb.php:1We also disabled the Performance > File Compressions settings and it seems to have helped a bit. You should try to optimize the database to improve the site speed further.
// https://kinsta.com/blog/wordpress-database-plugin/
// https://www.wpbeginner.com/plugins/optimize-your-wordpress-database-with-one-click/Best regards,
IsmaelAugust 2, 2021 at 3:34 am in reply to: 4.8.2 onwards Woocommerce main shop image is being lazy loaded #1313773Hi,
You can try this script in the functions.php file to remove the loading attribute from the product image.
function ava_custom_script_remove_lazy(){ ?> <script> (function($) { $(document).ready(function($) { $('.size-shop_single').removeAttr('loading'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_remove_lazy');Best regards,
IsmaelHi,
You may need to do the changes that we suggested above to prevent the accordeon element from scrolling.
// https://kriesi.at/support/topic/faq-accordion-keeps-randomly-jumping-on-page/#post-1302789
If you need more assistance, please feel free to open another thread.
Best regards,
IsmaelAugust 2, 2021 at 3:18 am in reply to: ENFOLD 4.8.3 + WP5.8: Import theme settings not working #1313766Hi,
Thank you for the info.
We exported the theme settings from on our own installation (see private field) and successfully uploaded it to the staging site, so this seems to be an issue with the exported theme settings file.
Best regards,
IsmaelHi,
Alright. Glad to know that it is working. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelAugust 2, 2021 at 3:10 am in reply to: A few queries – responsive menu, header content alignment, cookie consent bar #1313760Hi,
You might be looking on a cached version of the page. Please add the css code again and make sure to purge the cache or check the site on incognito mode. Adjust the top margin as necessary.
Best regards,
IsmaelHi,
@madmanbean: Yes, the changes have been included in the latest version of the theme.
@manchust: Thank you for the confirmation.Best regards,
IsmaelAugust 2, 2021 at 3:05 am in reply to: Displayed Everywhere Widgets are not displayed anymore in latest Version #1313758Hi,
Looks like all of the plugins have been disabled or removed. Did you remove them all, or did you rename the plugins folder? Can we access the file server? Please include the FTP details in the private field.
Thank you for your patience.
Best regards,
IsmaelHi,
Alright. Please do not hesitate to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info.
We adjusted the css code a bit — combined and moved the css media queries at the bottom of the Quick CSS field. Please make sure to purge the cache before checking the page.
Best regards,
IsmaelHi,
Great! Glad to know that the plugin is working properly again. Please do not hesitate to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelJuly 31, 2021 at 8:28 am in reply to: vimeo video in slider issue: enormous network payloads #1313562Hi,
No problem. Glad to know that it is now back to normal. Let us know if you need anything else.
Have a nice day.
Best regards,
IsmaelJuly 31, 2021 at 8:27 am in reply to: A few queries – responsive menu, header content alignment, cookie consent bar #1313561Hi,
For some reason, there were back and forward slashes before and after the css media query, which makes it invalid and it is also why it is not working correctly. We adjusted the css code. The logo should now have an additional 10px margin above it.
Best regards,
IsmaelHi,
No problem. Thank you for sharing the link. Please feel free to open another thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
should I create a new “Code Block” with the html provided by the codepen.io and then use a custom CSS
Yes, you could do it that way. You could also create your custom builder element but that would be more complicated and unfortunately, beyond the scope of support. You may need to hire a freelance developer to create a custom element if you are not comfortable with this kind of customization. For more info on how to add a custom shortcode or element, please check the following documentation.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Best regards,
IsmaelHi,
Glad to know that it is working. Unfortunately, there is no dedicated option for it in the element editor, so you will have to continue using the custom css code.
Best regards,
IsmaelJuly 31, 2021 at 8:00 am in reply to: The Events Calendar Popup Search Calendar Hidden with 4.8.4 #1313554Hi,
Glad to know that it is working. Yes, you can now re-enable the file compression settings. We suggested disabling it temporarily to make sure that the css changes get reflected in the frontend.
Best regards,
IsmaelHi,
Thank you for the update.
We are not seeing the latest css code in the stylesheets. Where did you add the code? Please post the login details in the private field so that we could test it properly.
Best regards,
IsmaelHi,
@madmanbean: Thank you for the info. The changes to the Youtube video data or parameters have been included in the latest version, so you do not have to add the filter anymore. Upgrading the theme to the latest version should unset the playlist parameter.Best regards,
IsmaelHi,
Alright. We will keep the thread open. Please let us know if the filter above helps.
Best regards,
IsmaelHi,
Thank you for the update.
For some reason, the lightbox script it still not loading in the page. Would you mind posting the login details in the private field? We would like to check the dashboard and the theme settings.
Best regards,
IsmaelHi,
@hitrev: As @guenni007 mentioned above, you have to actually know the dimension and aspect ratio of the videos that you are using. It is common for videos to have an aspect ratio of 16:9 because that is the most common aspect ratio on most devices and allows you to fit more on the screen when you set the video to go full screen.Best regards,
IsmaelHi,
Thank you for following up.
Have you tried removing the browser history or check the site on another machine? It looks the same on our end — same as the screenshot that we posted above. You might be looking on a cached version of the page.
Best regards,
IsmaelHi,
Yes, the new parameter will be included in the next patch. Please feel free to open another thread if you have more questions. We will close the thread for now.
Have a nice day. And thank you for your patience.
Best regards,
IsmaelHi,
Glad to know that you have managed to fix the issue with the featured image. We checked the gallery again and all of the items are loading correctly. We do not see any images in black. Would you mind providing a screenshot of the issue?
Best regards,
IsmaelJuly 31, 2021 at 7:23 am in reply to: Displayed Everywhere Widgets are not displayed anymore in latest Version #1313543Hi,
i added the code to functions.php in the child-theme: add_filter( ‘avf_builder_boxes’, ‘enfold_customization_posts_builder’ );
We actually asked you to remove the code because it is already added in the functions.php file. Please remove the previous code if you already added it and disable the existing one. And make sure to upgrade the theme to version 4.8.5.
Best regards,
IsmaelHi,
It seems to be working as it should. Please try to remove the browser history and make sure to purge the cache. Let us know if that helps.
Best regards,
IsmaelHey waxingmedia,
Thank you for the inquiry.
You can use the “avf_ajax_search_no_excerpt” filter to replace the date with other data or with a new content. The date only shows when a post does not have an excerpt.
Best regards,
IsmaelHey trafik2018!
Thank you for the inquiry.
This is an issue with the color picker script that the theme is using. An explanation and possible solution can be found in the following threads.
// https://kriesi.at/support/topic/general-styling-color-picker/#post-693453
// https://kriesi.at/support/topic/renitent-color-picker/#post-554831Best regards,
Ismael -
AuthorPosts
