Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the info.
The preview works fine but for some reason the top area of the page is not editable. Have you tried recreating it from scratch? You may want to manually add the elements instead of saving the current content as template.
Best regards,
IsmaelHi,
Glad that you found a solution for the overlap issue.
The video won’t play on a mobile and I just see a freeze frame.
Please note that background videos are disabled on mobile devices by default, which is why a fallback image option is available. You can either add the fallback image or hide the color section on mobile view by editing the element’s visibility in the Screen Options tab. If you really need the video to display, you can add a Video element, toggle its visibility so that it only displays on mobile view, or use the Layer Slider.
Best regards,
IsmaelAugust 3, 2020 at 6:57 am in reply to: Darstellung Produkte: Product List statt Product Grid #1234721Hi,
Thank you for the inquiry.
You may need to edit the product templates directly or use template hooks in order to add extra elements in the grid. Unfortunately, this will require modifications that are beyond the scope of support. You may need to hire a freelance developer or check the following documentation to know more about the plugin’s template system.
// https://docs.woocommerce.com/document/template-structure/
// https://premmerce.com/woocommerce-hooks-guide/#reading-progress-title-3Best regards,
IsmaelHey Oliver,
Thank you for the inquiry.
You should be able to set the privacy policy page in the Einstellungen > Datenschutz (Settings > Privacy) panel, then configure the privacy option in theme’s Privacy & Cookies panel afterwards. Please check this article and documentation for more info.
// https://www.wpbeginner.com/beginners-guide/how-to-add-a-privacy-policy-in-wordpress/
// https://kriesi.at/documentation/enfold/privacy-cookies/Best regards,
IsmaelHi,
Thank you for the update.
This is actually the default behavior of the category sort feature. It will reset back to displaying all items when you go to the next page or refresh the current one. And it can only sort items that are readily available in the current page.
Best regards,
IsmaelHi,
Thank you for the inquiry.
You can insert the plugin’s shortcode inside a widget area and use a template hook to render the widget area inside the header container. For more info, please check the documentation.
// https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
Best regards,
IsmaelAugust 3, 2020 at 6:23 am in reply to: Overlapping sections/rows & slider text not aligned correctly on mobile. #1234713Hi,
Thank you for the info.
The overlap is caused by this css property which is applied in the parent column.
-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);Did you add the css code? To override it, we can use this css code.
.responsive #top #wrap_all .flex_column { -webkit-transform: scale(1) !important; -ms-transform: scale(1) !important; transform: scale(1) !important; }Best regards,
IsmaelAugust 3, 2020 at 6:12 am in reply to: How to remove the "Your Message:" CONTENT / How to target different languages #1234708Hi,
Thank you for the inquiry.
Why would you like to remove those info? Those are details from the contact form fields, so if you don’t want to include them in the sent messages, just remove the designated form fields in the contact form.
Best regards,
IsmaelHi,
Thank you for the update.
Did you add this css code?
.menu-item-515.av-active-burger-items .avia-menu-text { display: inline-flex; }Please try to set the display property to “block”, then include this css code.
.avia-menu-text .avia-icon-pos-left { float: right; margin-right: 105px; } .avia_transform .avia_start_delayed_animation.av_font_icon.avia-icon-animate { -webkit-animation: none; animation: none; }Best regards,
IsmaelHey mogasi,
Thank you for the inquiry.
How can we reproduce the issue? Yes, you may send a copy of the theme to the plugin developers and have them use it to debug the issue. It’s fine as long as they only use the theme for the intended purpose and nothing else.
Best regards,
IsmaelHi,
Sorry for the troubles. We got locked out of the dashboard by Wordfence while checking the cookie consent. Please disable the security plugin temporarily so that we can check the issue properly.
Your access to this site has been temporarily limited by the site owner
Your access to this service has been temporarily limited. Please try again in a few minutes. (HTTP response code 503)
If you think you have been blocked in error, contact the owner of this site for assistance.
Best regards,
IsmaelHey!
Thank you for the update.
We can apply a specific width to the first cell inside the second grid row element in the page to push the content of the second column further to the right and align it with the content below. Please add this css code.
.page-id-7280 #av-layout-grid-2 .flex_cell:first-child { width: 380px; }Regards,
IsmaelHey tusing,
Thank you for the inquiry.
The theme doesn’t have a native configuration for EDD, but the plugin should work fine as long as the templates are properly added in the theme. Please check the following documentation for more info.
// https://docs.easydigitaldownloads.com/article/1216-moving-edd-templates-to-your-theme
Best regards,
IsmaelJuly 31, 2020 at 7:22 am in reply to: PHP error after "see all results" in search result page #1234314Hi,
Thank you for the update.
Looks like the issue or error also occurs in the footer widgets. What is the filter that you’re using? Have you tried disabling the plugins?
Best regards,
IsmaelHey schoolnewspaper,
Thank you for the inquiry.
Where did you get the snippet for the background animation, and where in the page did you add it? We checked the first color section in the page but it only contains a text block.
Best regards,
IsmaelHi,
As of this moment, we still don’t know why the search in the site is not working properly and we are also having difficulty doing the tests because the site is a little slow. You may need to contact a freelance developer or a third party service to help identify the issue.
Best regards,
IsmaelHey socialmediacanada,
Thank you for the inquiry.
We were able to add the elements from the Plugin Additions panel in a page without issue. Please note that some of the elements in that panel can only be added in the single product page. (see private field)
Best regards,
IsmaelHi,
Thank you for the info.
Have you tried clearing the transients in the database? Does it display in the mainwp dashboard after manually checking for updates in the theme options? Unfortunately, we are not that familiar with the mainwp platform, so this will probably require additional assistance from the plugin developers.
You can use this plugin to clear the database transients.
// https://wordpress.org/plugins/transients-manager/
Look for the transient with your Envato username and the entry named “item_” followed by the item ID.
Best regards,
IsmaelJuly 31, 2020 at 6:20 am in reply to: Full Screen Slider – Original Image vs Resize Image 1500px #1234306Hey Marcos Q.,
Thank you for the inquiry.
We can set the slider’s Styling > Slideshow Image Size to “No Scaling” to display the original image instead of the thumbnail. We can also adjust the default quality of the thumbnails a bit to decrease their file size.
Please add this snippet in the functions.php file.
function av_return_100(){ return 80; } add_filter('jpeg_quality', 'av_return_100'); add_filter('wp_editor_set_quality', 'av_return_100');Default value is 100.
Best regards,
IsmaelHi,
Thank you for the update.
Aside from getting rid of the space between the shortcodes, we added this css code to remove the 50px space above the first column.
body .slide-entry-excerpt .column-top-margin { margin-top: 0; }Best regards,
IsmaelJuly 31, 2020 at 4:16 am in reply to: Cookies settings – the toggle for Google Analytics doesnt work #1234287Hi,
Thank you for the inquiry.
Have you tried to delete those cookies and refresh the page? They are probably old cookies which were added while you’re testing the privacy cookie options and they haven’t expired. On our end, the local storage is empty on initial load and we only see it get filled after accepting the cookies. Please check the screenshot below.
Best regards,
IsmaelHi,
Thank you for the info.
Did you change the login URL? For some reason, the login page redirect to “wordpress_02” page which doesn’t exists.
Best regards,
IsmaelHey Tilman,
Thank you for the inquiry.
This css code hides the container where the main and mobile menu are located.
#header_main > .container { display: none; }Please remove the css code, then toggle the Performance > File Compression settings. You may need to clear the browser cache as well.
Best regards,
IsmaelJuly 30, 2020 at 7:28 am in reply to: critical error on single portfolio pages after updates #1234089Hi,
Sorry for the delay. You need to replace this line:
if(avia_post_grid::$grid == 0) $query['post__not_in'] = array($id);.. with:
$query['post__not_in'] = array($id);We don’t need that condition or check in this case.
Best regards,
IsmaelJuly 30, 2020 at 7:19 am in reply to: Page https://kriesi.at/themes/enfold-app/ rending error in iPAD #1234087Hey shtzhang,
Thank you for the inquiry.
This is actually an issue with iOS devices and fixed background images.
iOS has an issue preventing background-attachment: fixed from being used with background-size: cover – see details
// https://caniuse.com/#feat=background-attachment
To fix the issue, we can reset the background attachment from fixed to scroll. Add this code in the Quick CSS field or the child theme’s style.css file.
@media only screen and (max-width: 1366px) { .avia-bg-style-fixed { background-attachment: scroll !important; } }Please don’t forget to toggle or disable the Performance > File Compression settings after adding the code.
Best regards,
IsmaelHi,
You need to apply the ID floating to the color section, not the column. Add a color section, apply the ID floating to it, then move the column containing the social links inside the color section.
Thank you for your patience.
Best regards,
IsmaelJuly 30, 2020 at 6:36 am in reply to: If "Default enfold product gallery" set, variation images not switching #1234083Hi,
Thank you for the update.
Unfortunately, the variation image switch is only available in the Woocommerce gallery because the markup of the default one is different. If you want to disable the zoom effect, you can add this snippet in the fucntions.php file.
remove_theme_support( 'wc-product-gallery-zoom' );You can also disable other functionality if necessary.
// https://createandcode.com/how-to-disable-zoom-lightbox-and-gallery-slider-on-woocommerce-product-pages/
Best regards,
IsmaelHi,
Thank you for the update.
We can see that the mobile menu is now working properly, but it looks like it’s using the older version of the mobile menu. Did you add modifications in the default menu or header previously? Does it work when you temporarily disable those modifications?
Best regards,
IsmaelHey studiono,
Thank you for the inquiry.
You can use Google Tag Manager/Analytics or Matomo to track certain events and actions in the site. Unfortunately, this is beyond the scope of support, so you will have to hire a freelance developer to implement the trackers for you.
// https://developers.google.com/tag-manager/quickstart
// https://matomo.org/docs/requirements/Best regards,
IsmaelHey shtzhang,
Thank you for the inquiry.
The theme will automatically enable the modal popup window or lightbox for video links. Just make sure that you’re using the correct format of the URL, or the video formats that the lightbox script recognized, and not the embed format of the URL. (see private field)
Also, please make sure that the Lightbox Modal Window in the Enfold > Theme Options panel is enabled.
Best regards,
Ismael -
AuthorPosts
