Forum Replies Created
-
AuthorPosts
-
Hi,
@igorvavrik: We don’t really see any issue with the contact form in that page. Is it fixed?Best regards,
IsmaelHi,
We are still not sure what’s wrong with the Instagram widget. Oddly enough, your Instagram account works fine on our local installation (https://imgur.com/a/66mVGN7). Please try to use one of the following plugins temporarily.
// https://wordpress.org/plugins/instagram-feed/
// https://wordpress.org/plugins/wd-instagram-feed/Best regards,
IsmaelHi,
Thank you for the update.
Where can we see the issue? Did you add the privacy shortcode above? You may need to include the “[av_privacy_video_embeds]” to allow video embeds in the site.
Best regards,
IsmaelHi!
It doesn’t seem that you can verify your account unless your a celebrity.
We are not actually sure if being unverified is related to the issue, at least not yet. Temporarily, you can use one of the following plugins.
// https://wordpress.org/plugins/instagram-feed/
// https://wordpress.org/plugins/wd-instagram-feed/Cheers!
IsmaelSeptember 9, 2019 at 11:26 am in reply to: set image alt tag and title in image media element #1135907Hi,
Where can we see the issue? Please open a new thread and provide the link to the page with the images. We’ll close this thread now.
Best regards,
IsmaelSeptember 9, 2019 at 11:23 am in reply to: v4.6.1: Instagram Feed with cached images: lightbox not working any more #1135902Hi,
Sorry about that. I misunderstood your inquiry. The lightbox is not working properly because the href value is invalid. The protocol in the url is duplicated. Please edit the framework > php > class-framework-widgets.php file, look for this code around line 2947:
echo '<a href="https:' . esc_url( $item['link'] ) . '" target="' . esc_attr( $targeting ) . '" class="' . $aclass . ' ' . $imgclass . '" title="' . esc_attr( $item['description'] ) . '" style="background-image:url(' . esc_url( $item[ $size ] ) . ');">';Replace the “https” part in the href attribute:
echo '<a href="' . esc_url( $item['link'] ) . '" target="' . esc_attr( $targeting ) . '" class="' . $aclass . ' ' . $imgclass . '" title="' . esc_attr( $item['description'] ) . '" style="background-image:url(' . esc_url( $item[ $size ] ) . ');">';Best regards,
IsmaelHi,
Thank you for the update.
We just updated the page again, but we still can’t reproduce the issue. Is it happening on a specific page?
Best regards,
IsmaelSeptember 9, 2019 at 11:04 am in reply to: Google Maps not loading but API/google account setup is correct #1135892Hi,
Thank you for the update.
Do you have the version 3 of the key? Please make sure that you’re using the latest version of the API. Or post your GMAIL account here so that we can check the console.
Best regards,
IsmaelHi,
Glad to know that you have found a fix. What do you mean by “not optimizing” exactly? Were you seeing a blown out or resized version of the image on mobile view?
Best regards,
IsmaelHi,
Yes, you have to reconfigure the recaptcha options in the theme options and in the contact form element. Make sure that you have the correct API key for the recaptcha version.
Thank you for the update.
Best regards,
IsmaelHi,
@hector1069: We set the “aviso-legal-y-privacidad/” as the default privacy page. You can now add the”[av_privacy_allow_cookies]” shortcode in that page or in a modal popup window if you want so that users can have the option to accept cookies, or you can just leave it as is, but make sure that the site is running on the latest version of the theme (v4.6.1).
@biomechaenoid: Yes, users have to accept cookies in order to view the map.Best regards,
IsmaelHi,
Thank you for the update.
You can choose the “Number of entries per page” in the magazine element editor. Have you tried that? You can then enable the pagination afterwards.
Best regards,
IsmaelHi,
Thank you for the update.
We can’t seem to reproduce the issue on a browser emulator. We’ll forward the issue to the team. Please post the WP and FTP details in the private field so that we can debug the issue.
Best regards,
IsmaelHi,
Thank you for the update.
We deleted the post in your database manually. It seems to be a revision of the original page. Do you have a plugin that generates custom page revisions?
Best regards,
IsmaelHi,
OK. So how can I prevent that from occurring in the future?
You can set the builder to debug mode and set the “Enfold Shortcode Parser” to auto repair the shortcodes every update.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
You should find the shortcode parser below the builder once the debug mode is activated.
Best regards,
IsmaelHi,
Thank you for the update.
Did you remove the test page? We would like to check the issue again, but the test page is no longer available. We also created a test page, but we couldn’t reproduce the issue. (See private field)
Best regards,
IsmaelSeptember 9, 2019 at 9:02 am in reply to: With 4.6 no Checkbox below Message Form and others. #1135845Hi,
Thank you for the update.
Did you add the following css code? It hides the input labels.
.avia_ajax_form.av-form-labels-hidden label { position: fixed; top: -1000px; }Best regards,
IsmaelHi,
Which particular strings or text are you trying to translate? Please provide a link to the actual page/pages.
Thank you for the update.
Best regards,
IsmaelHi,
UPDATE: We did notice that the icons are not displaying properly. It seems to be an issue with the animation.
Best regards,
IsmaelHi,
Thanks for the update.
We can’t seem to reproduce the issue on a test page. We updated it a number of times. (see private field)
Best regards,
IsmaelSeptember 6, 2019 at 4:36 pm in reply to: set image alt tag and title in image media element #1134996Hi,
The alt and title attribute is already added in the Image element. This is an example of the image element markup.
<div class="avia-image-container av-styling- avia-builder-el-0 el_before_av_fullscreen avia-builder-el-no-sibling avia-align-center " itemtype="https://schema.org/ImageObject" itemscope="itemscope" itemprop="image"> <div class="avia-image-container-inner"> <div class="avia-image-overlay-wrap"><img width="300" height="188" title="Image Title" class="avia_image" alt="An alternate text" src="http://site.com/image.jpg" itemprop="thumbnailUrl"></div> </div> </div>Best regards,
IsmaelSeptember 6, 2019 at 4:30 pm in reply to: Link to Tab in Tab Section Full-Width Submenu / active submenu color #1134989Hi,
Thanks Sirpa. Hoping for more birthdays to come. And thanks for the clarification. We added the following script to open the appropriate tab sections whenever the corresponding sub menu item is clicked.
function ava_scroll_to_tab_section() { ?> <script type="text/javascript"> (function($) { function scrollToTab(s, e,) { $(s).on(e, function(event) { var anchor, loc, cur, hash, tab, parent, pos; if( e == 'load' ) { loc = window.location.hash; hash = loc; } else { loc = $(this).attr('href'); hash = loc.substring(loc.indexOf('#')); } tab = $('.av-section-tab-title[href="'+ hash +'"]'); parent = tab.parents('.av-tab-section-outer-container'); pos = parent.offset(); tab.trigger('click'); if(hash) { setTimeout( function() { $(window).scrollTop( pos.top - 150 ) }, 100 ); } }); } $(document).ready(function() { scrollToTab( '#top .av-subnav-menu > li a', 'click' ); scrollToTab( window, 'load' ); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'ava_scroll_to_tab_section' );Best regards,
IsmaelHi,
Thank you for the update.
We were not aware that in the new version you have to add the new privacy shortcode “[av_privacy_allow_cookies]” in the privacy policy page or the modal popup window. This will give users the option to allow cookies. Please try to reconfigure the privacy and cookie options.
Best regards,
IsmaelHi,
Thank you for the update.
We are able to reproduce the issue on our installation. The italic version of the font is stripped out once you upload it in the font manager. We are not really sure why– unfortunately. Temporarily, you can load the font using the wp_enqueue_style function.
// https://www.wpbeginner.com/wp-themes/how-add-google-web-fonts-wordpress-themes/
Best regards,
IsmaelSeptember 6, 2019 at 4:02 pm in reply to: Text- and image-elements not visible when going live #1134976Hi,
Thank you for the update.
Can you give us a screenshot of the issue? The site looks fine on mobile view. And we tried to login but we encountered the following error.
Fehler 403
Zugriff nicht gestattet
Der Zugriff auf die von Ihnen angeforderte Seite ist nicht erlaubt.
Mögliche Ursachen für diese Fehlermeldung finden Sie in den easyname FAQ.
Diese Domain wird von easyname.com verwaltet.Best regards,
IsmaelHi
Thank you for the update.
The pagination works after we deactivated the plugins. Please try to deactivate the plugins one at a time to find the root cause of the issue.
Best regards,
IsmaelSeptember 6, 2019 at 3:17 pm in reply to: ? added: Developer tab to modal popup of alb elements #1134955Hi,
Alright. Sorry for the confusion. We’ll close the thread now.
Best regards,
IsmaelHi!
Thank you for the update.
Do you have a verified account or badge in instagram? Not being verified might have something to do with, but we can’t be sure. Please try to verify your account if you haven’t done so already.
// https://help.instagram.com/854227311295302
Cheers!
IsmaelSeptember 6, 2019 at 12:37 pm in reply to: v4.6.1: Instagram Feed with cached images: lightbox not working any more #1134901Hey COLORIT,
Thank you for the inquiry.
Did you verify your instagram account, or do you have a verified badge?
// https://help.instagram.com/854227311295302
We are still not sure why the widget is not working. All we know is that it’s not returning a valid data. Not being verified might have something to do with it.
Best regards,
IsmaelSeptember 6, 2019 at 9:56 am in reply to: Remove text fade / animation in Fullwidth Easy Slider? #1134853 -
AuthorPosts
