Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the delay. The page doesn’t break if we removed the [MEC] shortcodes (see private field). Looks like the shortcode prematurely closes one of the containers causing the 1/3 column to get wrapped inside the 2/3 column. Please contact the plugin author for more info. They should be able to inform us how to manipulate the markup of the shortcode or plugin.
Best regards,
IsmaelFebruary 25, 2020 at 5:45 am in reply to: The Events Calendar 5.0 Customizer – not available #1187570Hi,
Thank you for the update.
The customizer options are not working properly because of the avia_events_reset_recurring_event_query function in the config-events-calendar > config.php file. For some reason, this function causes the Customizer options like changing the event title color to not take effect. We’ll forward this to our channel.
Thank you for your patience.
Best regards,
IsmaelFebruary 25, 2020 at 5:16 am in reply to: Beim Aktualisieren von Enfold ist ein Fehler aufgetreten: Aktualisierungs-Paket #1187562Hi,
Thank you for the update.
Looks like you’ve managed to upgrade the theme to the latest version. The site now contains version 4.7.2, but you can still upgrade it to version 4.7.3. Please let us know if you need further assistance.
Best regards,
IsmaelHey Guenter,
Thank you for the inquiry.
This should be possible. Try to listen for the scroll event and check if one of the avia_mega_div containers display property is set to block. If it is set to block, then prevent the scroll.
UPDATE: According to some threads, you can’t use preventDefault to stop the scroll events or action, so I’ve searched for alternatives to stop scrolling. and found the following threads.
// https://davidwalsh.name/prevent-body-scrolling
// https://stackoverflow.com/questions/3656592/how-to-programmatically-disable-page-scrolling-with-jqueryAgain, you can check for the avia_mega_div container’s display property, then execute the script that will prevent the scrolling.
Best regards,
IsmaelHi,
We would like to check one of the galleries, but the plugin is not installed in the site anymore. Please install it again and create a test page so that we can check the issue.
FYI, we don’t provide support for third party plugins as stated on our support policy for apparent reasons, but we will try to help as much as we can. Please contact the plugin author for additional assistance.
Have you tried using the Gallery or Slider elements from the advance layout builder?
Best regards,
IsmaelHey Guenter,
Thank you for the inquiry.
We can’t seem to reproduce the issue on our end. The html tags are still present in the cloned burger menu item. Please check the screenshot below.
Screenshot: https://imgur.com/a/KDh1QMf
Best regards,
IsmaelFebruary 25, 2020 at 4:07 am in reply to: Icon grid stacked on top of each other (no spacing) #1187527Hi,
Thank you for the update.
We added the following code in the Quick CSS field to fix the issue on mobile view temporarily.
.avia-icongrid-tooltip li article { position: relative; min-height: 250px; }We will also report the issue to our channel and let you know if an actual fix is ready.
Best regards,
IsmaelHi,
Thank you for understanding. You can contact our partner Codeable if you need assistance with this feature.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHi,
Sorry for the delay. You can use the following css code to show the social icons on mobile view and move it to the left of the burger menu.
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks { display: block; position: absolute; left: auto; right: 120px; width: 120px; top: 60px; } #top .av_header_with_border.av_header_transparency #menu-item-shop.cart_dropdown { position: absolute; right: 65px; top: 3px; } }Best regards,
IsmaelFebruary 25, 2020 at 3:22 am in reply to: Small bug in navigation menu lay-out when included via widget #1187523Hey Joris,
Thank you for the info.
We’ll report the issue to our channel. Could you provide a link to the page showing the issue? We would like to check it further.
Best regards,
IsmaelHi,
Sorry for the delay. We still don’t know why the css compression breaks the cookie consent tabs. This is actually the first time that we encountered the issue. Temporarily, we disabled the theme’s css/js compression and installed the Autoptimize plugin instead. It’s the same as having the theme’s file compression enabled with the added advantage of being able to optimize the html and more.
Best regards,
IsmaelFebruary 24, 2020 at 9:16 am in reply to: Events Calendar display breaks when activating Gutenberg for events #1187231Hi,
Thank you for the info.
We are able to reproduce the issue on our end and found out why it’s happening but we don’t have a fix yet. Please check the following thread for more info.
// https://kriesi.at/support/topic/issues-with-events-calendar-and-events-calendar-pro/#post-1185942
This is the temporary fix:
// https://kriesi.at/support/topic/issues-with-events-calendar-and-events-calendar-pro/#post-1186624
Best regards,
IsmaelHi,
Sorry for the delay. We can’t reproduce the issue on the site anymore — Woocommerce is active. Is this fixed?
Best regards,
IsmaelHi,
Thank you for the update.
Could it be that from my server access is being blocked from your country?
Yes, that is probably it. You will find our locations in the site’s About page. Please check the link below.
Please update us once the site is accessible.
Best regards,
IsmaelFebruary 24, 2020 at 8:48 am in reply to: Display media caption on image in full width slider #1187228Hi,
Thank you for the info.
This is possible but you have to modify the config-templatebuilder > aviashortcodes > av-helper-slideshow.php file, manually fetch the image caption and include it in the slider template. The caption markup is inside the default_slide function around line 321:
$caption = trim($slide->post_excerpt) ? ' <div class="avia-caption capt-bottom capt-left"> <div class="avia-inner-caption">'.wptexturize($slide->post_excerpt)."</div> </div> ": '';These functions should help.
// https://codex.wordpress.org/Function_Reference/wp_get_attachment_metadata
// https://developer.wordpress.org/reference/functions/wp_get_attachment_caption/Best regards,
IsmaelHi,
Thank you for the update.
It seems to be a core issue — it’s just not possible to add html tags in the caption shortcode or field when you’re using the visual gallery editor. Please check the thread below.
// https://core.trac.wordpress.org/ticket/18311
You have to directly edit the caption in the Media > Library panel.
Best regards,
IsmaelHey geraldinetay27,
Thank you for the inquiry.
The items are not aligning properly because the image of the sixth item is smaller than the others. To fix the issue, you can either resize the image of the sixth item or apply a minimum height to the masonry items using css.
.av-masonry-col-3 .av-masonry-entry:not(.av-masonry-item-no-image) { min-height: 245px; }Best regards,
IsmaelHey B,
Thank you for the inquiry.
Users won’t be able to switch to the next tab without scrolling to the tab navigation, which is located at the very top of the content, so this might not be necessary. This is still possible, but you have to modify the tab_section.js file in the config-templatebuilder > aviashortcodes > tab_section folder.
Did you place the tab navigation below the content before?
Best regards,
IsmaelFebruary 24, 2020 at 5:23 am in reply to: issues with woocommerce cart with update enfold 473 #1187189Hey sdesign-web,
Thank you for the inquiry.
We are able to reproduce the issue in your installation, but we haven’t figured out what’s causing it. Deactivating the plugins and the performance options didn’t help. Did you add any custom modifications that we may not know of?
Best regards,
IsmaelHi,
Thank you for the info.
You have to edit the theme option for each language manually because there are no global theme settings. As you already know, the easiest route is to import/export the theme options, and it should be done when you’re finished with the configurations. Having a separate option for each language can also be advantageous in case where you want to style each language domain differently.
Best regards,
IsmaelHi,
Thank you for the update.
You can use the Layer Slider instead of the theme’s slider elements. Create a new slider, add a new Video/Audio layer, set the width and height to 100% so that it inherits the dimension of the slider, then toggle or enable the Use this video as slide background option. You probably don’t have to set the dimension after enabling the background option, but we just added it in case the layer doesn’t resize automatically.
Best regards,
IsmaelHi,
Thank you for the info.
As previously suggested, we edited the front or home page and set the Gestaltung > Header Sichtbarkeit und Transparenz settings to the first option to disable the header transparency. Let us know if that’s what you’re after.
Best regards,
IsmaelHi,
Sorry for the delay. You can enable the audio but the media file will not automatically play on page load. This is due to the recent changes in the browsers’ autoplay policy.
// https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
Chrome’s autoplay policies are simple:
Muted autoplay is always allowed.
Autoplay with sound is allowed if:
User has interacted with the domain (click, tap, etc.).
On desktop, the user’s Media Engagement Index threshold has been crossed, meaning the user has previously played video with sound.
The user has added the site to their home screen on mobile or installed the PWA on desktop.
Top frames can delegate autoplay permission to their iframes to allow autoplay with sound.Best regards,
IsmaelHi,
You might have to use another element in place of the horizontal gallery because the items are automatically resized similarly or uniformly regardless of the actual image size. It also cuts off parts of the images in order to keep their aspect ratio, so it will not work if the image contains vital information such as text. You can try the Easy Slider element instead.
Thank you for understanding.
Best regards,
IsmaelHi,
You have to use the category slug instead of its ID, so if the category name is “math” for example, the URL should look something the following.
https://siteeu/tit-6?psort=mathYou can use this snippet in the functions.php file instead of the previous one.
add_action('wp_footer', 'ava_auto_click'); function ava_auto_click() { if(!$_GET["psort"]) return; ?> <script> (function($){ $(window).load(function() { <?php echo '$(".'. $_GET["psort"] .'_sort_button").trigger("click");'; ?> }); })(jQuery); </script> <?php }Best regards,
IsmaelHi,
Thank you for following up.
Looks like this is the default behavior of html5 videos as described in the following thread.
// https://kriesi.at/support/topic/enfold-fullwidth-easy-slider-mute-video-player-option/#post-1179100
The volume control or button is hidden, so you can’t use it but you can press the up / down arrows to increase to decrease the volume.
As for the videos where you can’t change the volume slider, this HTML5 video player is the WordPress built-in “mejs-mediaelement” and the text for the volume control is hidden, but it says this:
Utilisez les flèches haut/bas pour augmenter ou diminuer le volume.
Use the up / down arrows to increase or decrease the volume.
which is not much help if you can’t see it.Best regards,
IsmaelFebruary 24, 2020 at 3:46 am in reply to: Confusing sorting options in WooCommerce and Enfold #1187174Hi,
You’re welcome!
Yes, the translations should still work after the update because we added a language or locale path in the child theme directory.
Best regards,
IsmaelHi,
Sorry about that. We really thought it’s the slider. Anyway, the layout or markup of the page looks a little bit off on IE but the slider is there. It doesn’t display properly because of the following css code.
div:nth-child(1).main_color { display: none; }Best regards,
IsmaelHi,
Thank you for the clarification.
What is the actual name of the language file?
This is what we see in the de_DE.po file.
#: includes/admin/register-admin-options.php:1291 msgid "In case you deal with any EU customers/visitors these options allow you to make your site GDPR compliant." msgstr "Wenn du es mit EU Kunden/Besuchern zu tun hast, erlauben es dir diese Optionen, deine Seite DSGVO-konform zu machen." #: includes/admin/register-admin-options.php:1292 msgid "The following default text will be applied if you leave the textfields empty:" msgstr "Der folgende Standardtext wird angezeigt, wenn du die Textfelder leer lässt:" #: includes/admin/register-admin-options.php:1315 msgid "Attention: You need to set a Privacy Policy page here to activate these features:" msgstr "Achtung: Du musst hier eine Datenschutzrichtlinie einrichten, um diese Funktionen zu aktivieren:" #: includes/admin/register-admin-options.php:1315 msgid "Set Privacy Policy" msgstr "Datenschutzrichtlinie festlegen" #: includes/admin/register-admin-options.php:1321 msgid "Attention: You need WordPress version 4.9.6 or higher to use these features" msgstr "Achtung: Du benötigst WordPress Version 4.9.6 oder höher, um diese Funktionen nutzen zu können" #: includes/admin/register-admin-options.php:1336 msgid "A short message that can be displayed below forms, along with a checkbox, that lets the user know that he has to agree to your privacy policy in order to send the form. See default text above if you leave empty." msgstr "" #: includes/admin/register-admin-options.php:1340 msgid "Append a privacy policy message to your comment form?" msgstr "Eine Datenschutzrichtlinie in dein Kommentarformular hinzufügen?"Best regards,
IsmaelHi,
Thank you for the clarification.
That is the default limit impose by WordPress to control the size of the images, and prevent users from uploading media files that are way to large for their sites.
// https://make.wordpress.org/core/2019/10/09/introducing-handling-of-big-images-in-wordpress-5-3/
If you want to disable it, you can use the following filter in the functions.php file.
add_filter( 'big_image_size_threshold', '__return_false' );Best regards,
Ismael -
AuthorPosts
