Forum Replies Created
-
AuthorPosts
-
August 3, 2023 at 6:52 am in reply to: problems with styling full screen slider and icons on homepage #1415308
Hey spitsdesign,
Thank you for the inquiry.
You may need to temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the adjustments in the font sizes to take effect. Also, make sure to purge the cache before checking the page again.
Best regards,
IsmaelHey GePu,
Thank you for the inquiry.
You can find the available shortcode for privacy toggles in the Enfold > Privacy & Cookies > Privacy Shortcodes tab. The shortcode for the map toggle specifically is as follows:
[av_privacy_google_maps]Best regards,
IsmaelHey Alan,
Thank you for the inquiry.
There is no option for disabling the fade-in effect by default. However, you can achieve it by adding the following CSS code. Please keep in mind that if the slider contains more than one image, this modification will disrupt the default transition behavior.
.avia-slideshow li { opacity: 1 !important; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.
Best regards,
IsmaelHey HenkN,
Thank you for the inquiry.
Hi, I’m using the portfolio system to show products. Is it possible to use Parent/Child of categories in the filter?
Unfortunately, this is not possible with the sorting filter. You may need to reorganize the items belonging to 5+ category and also push them into the parent category 4+. By doing so, when you select 4+, the relevant items will be displayed accordingly.
Best regards,
IsmaelAugust 3, 2023 at 4:58 am in reply to: Icon/Flipbox – Make Image Fill entire FlipBox Space (Headshot) #1415303Hey Eleina,
Thank you for the inquiry.
We may need to inspect the elements in order to understand the issue better. Please provide the login details in the private field so that we can access the site.
Best regards,
IsmaelHey sofiadadci,
Thank you for the inquiry.
The site is using an older version (5.2.2) of the theme, which might be the reason why the site is not displaying correctly on mobile view. Please upgrade the theme to version 5.6.5, toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache afterward.
Best regards,
Ismael3fHey chesterrees,
Thank you for the inquiry.
The anchors seem to be working as expected, even on smaller screens or when we resize the browser. Would you mind sharing a short clip of the of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share media files.
Best regards,
IsmaelHi,
Thank you for the update.
This seems to be an issue with the file compression (Autoptimize). Please try to deactivate the plugin temporarily and disable the Enfold > Performance > File Compression settings. Let us know if this resolves the issue.
We tried to access the using the account info above, but it is not working. Please check the info carefully or provide another admin account.
Best regards,
IsmaelHi,
We get the following error whenever we access the site, which might be the reason why the script above is not working. To fix the issue, we adjusted the code a bit. Please try it again and make sure to purge the cache afterwards.
Uncaught ReferenceError: jQuery is not defined at (index):760:6Best regards,
IsmaelHi,
Thank you for the update.
The demo appears to be displaying correctly now. However, please be aware that certain images in the demo are copyrighted and will not be included in the import process, which may result in some minor differences.
it seems that the demo is not as it looks on the Kriesi website.
Would you mind providing a screenshot of the issue? You can 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,
IsmaelHi,
@clairen13: To better understand the issue, we may need to inspect the site. Kindly create a new thread and share the site details in the private field. Screenshots would also be of help.Best regards,
IsmaelHi,
Great! Glad to know that the issue has been resolved. Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
We have noticed a script error when visiting the site as a guest, which could be linked to the file compression settings. To troubleshoot the issue, please try to temporarily disable the Enfold > Performance > File Compression settings and purge the cache. Please inform us if this resolves the issue.
Best regards,
IsmaelHey Jenny,
Thank you for the inquiry.
Are you trying to update the theme from the dashboard? If so, you may need to download the theme files from your Themeforest account and update the theme manually via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
IsmaelHey lubutterfly,
Thank you for the inquiry.
Have you made any changes to the template files in the child theme? If so, please ensure that you update the template files. Additionally, it might be necessary to upgrade to version 5.6.5.
Best regards,
IsmaelHey rng28arg,
Thank you for the inquiry.
Looks like there is a critical error occurring in the site. To troubleshoot this issue, please try to deactivate the plugins temporarily, set the installation to debug mode and enable the error logs. We will proceed once the steps above are completed.
To learn more about debugging and the error logs, please refer to the documentation below.
Best regards,
IsmaelHi,
Great! Glad to know that the issue has been resolved. Please do not hesitate to open another thread when you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info.
The form seems to be functioning correctly, even with the Google ReCAPTCHA option enabled. However, please be aware that you must accept the cookies before you’ll be able to properly use and send the form.
Best regards,
IsmaelHi,
Yes, the file can be overridden in the child theme. Just follow the same file and folder structure ( includes > loop-index.php ).
Thank you for your patience.
Best regards,
IsmaelJuly 28, 2023 at 9:43 am in reply to: Masonry – tag “portrait” does not work in mulitlingual pages #1414733Hi,
Thank you for the info.
We have noticed that the site contains a very old version of the theme, which is likely the reason why the masonry styling is not being applied properly. To resolve this issue, please upgrade the theme from version 4.8.8.1 to the latest version, which is 5.6.5. This update might need to be performed manually via FTP.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
After the update, please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache in order to ensure that the upgrade goes through completely.
Best regards,
IsmaelHi,
Thank you for the update.
You cannot pick a specific size when selecting a featured image, but you can define which thumbnails to display by editing the templates. For example, on the single post page, you can modify the includes > loop-index.php file around line 92 and define a different thumbnail size.
/* * retrieve slider, title and content for this post,... */ $size = strpos( $blog_style, 'big' ) ? ( ( strpos( $current_post['post_layout'], 'sidebar' ) !== false ) ? 'entry_with_sidebar' : 'entry_without_sidebar' ) : 'square';The code above will display the “entry_with_sidebar” or the “entry_without_sidebar” thumbnails depending on the layout of the page, whether it has a sidebar or not.
Best regards,
IsmaelHi,
Do you think this is a styling issue on my end or Enfold theme side, or The Events Calendar itself?
We can’t be sure right now because the Autoptimize compression is enabled. If you can disable the plugin temporarily, we’ll check the source of the css again.
Best regards,
IsmaelHi,
Glad to know that the issue has been resolved. Thanks to @Mike! Please feel free to open another thread if you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHey Kelly,
Thank you for the inquiry.
It seems to be a styling or css issue. Please try to add this css code to make the event content visible.
.tribe-events-single>.tribe_events { display: flex; flex-wrap: wrap; overflow: visible; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect.
Best regards,
IsmaelHi,
Thank you for the update.
Where can we check the issue? Please provide the login details in the private field. As we mentioned above, if you need to apply the changes to a specific element, you will have to use conditional functions or tags.
Example:
/** adjust the magazine element query **/ function avf_magazine_entries_query_mod($query, $params) { if(is_page(123)) { $query['order'] = 'ASC'; $query['orderby'] = 'title'; } return $query; } add_filter('avf_magazine_entries_query','avf_magazine_entries_query_mod', 10, 2);The condition mentioned above specifies that the items will be in alphabetical order exclusively when the magazine element is added on the page with the ID 123. Please check the documentation below for more info about conditional tags.
// https://codex.wordpress.org/Conditional_Tags
Best regards,
IsmaelJuly 27, 2023 at 10:00 am in reply to: Blog – Rasteransicht – Vorschaubilder unterschiedlich? #1414635Hi,
Great! Glad to know that you’ve found the option. Please feel free to open another thread when you have more questions about the theme.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the inquiry.
How did you add the grid of products below the product summary? Looks like you are using a plugin or an extension for it, which we are not familiar with. You may need to ask the plugin developers about the image issue.
Best regards,
IsmaelJuly 27, 2023 at 9:56 am in reply to: display posts by category AND tags in Blog Post Element #1414633Hey annevoelkel,
Thank you for the inquiry.
You should be able to utilize the avia_blog_post_query filter to adjust the default query and make use of the tax_query parameters to create relational queries between tags and categories. Examples can be found in the following threads.
// https://kriesi.at/support/topic/how-to-hide-child-categories-from-showing-in-parent-category-in-blog-posts/#post-1208228
// https://kriesi.at/support/topic/blog-element-shows-other-posttypes/#post-1103256
// https://kriesi.at/support/topic/blog-element-shows-other-posttypes/#post-1105428
// https://kriesi.at/support/topic/exclude-category-in-blog-posts/#post-1085278The following documentation should also help.
// https://developer.wordpress.org/reference/classes/wp_query/#taxonomy-parameters
Best regards,
IsmaelJuly 27, 2023 at 9:47 am in reply to: Advanced Layerslider Button “Loads” forever when linking to Youtube #1414632Hi,
We cannot reproduce the issue with the “loading” icon. Would you mind providing a screenshot of the issue? You can 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,
IsmaelJuly 27, 2023 at 9:45 am in reply to: Codeblock section from one page doesn’t get rendered with Postcontent section #1414631Hey Michael,
Thank you for the inquiry.
When we tested this on our end, the content of the Code Block element displayed correctly on another page using the Page Content element. To investigate the issue further, we would need access to your site URL. Kindly share the site URL in the private field so that we can examine and identify the problem.
Best regards,
Ismael -
AuthorPosts
