Forum Replies Created
-
AuthorPosts
-
November 11, 2019 at 3:20 am in reply to: Questions about the new Privacy and Cookies settings #1155451
Hi,
Thank you for the update. Did you toggle the Performance > File Compression settings after adding the code? Toggling the option on or off will regenerate the scripts and ensure that the changes are applied. Or post the login details in the private field so that we can check the issue further.
Best regards,
IsmaelNovember 11, 2019 at 1:57 am in reply to: How can I make the global consent messages in multiple languages? #1155445Hi,
Sorry about that. We adjusted the selector in the css a bit. It should work for all languages now.
Thank you for your patience.
Best regards,
IsmaelHi,
@mmangnus: The default post meta info will not display automatically when the advance layout builder is active. You have to add the info manually using a text block, or switch to the default editor. Please create a new thread/ticket if you require further assistance. We’ll close this one for now.Best regards,
IsmaelHi,
Sorry for the delay. The errors are now gone and we are able to login to the site. Unfortunately, the current account doesn’t have any admin rights, so we couldn’t edit the theme files. Please set the user role of the account to admin and make sure that the Appearance > Editor panel is accessible so that we can edit the files.
Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the update.
You can use the following tool to check for unclosed tags in the page. Enable the debug mode, copy the content or shortcodes from the debug field and paste it in the tool. It should be able to detect unclosed html tags.
// https://www.aliciaramirez.com/closing-tags-checker/
The shortcode parser can only repair shortcodes, so it won’t be able to detect and repair unclosed html tags. You will have to do it manually.
Best regards,
IsmaelNovember 11, 2019 at 1:37 am in reply to: ARIA – [role]s are not contained by their required parent element – [aria-*] att #1155439Hi,
Glad to know it’s working. For the second warning, try to edit line 620 in the same file.
$output .= '<div class="single_toggle" '.$this->create_tag_string($toggle_atts['tags'], $toggle_atts).' >';
Add the “tablist” role in the single_toggle container, or replace the line with the following code.
$output .= '<div role="tablist" class="single_toggle" '.$this->create_tag_string($toggle_atts['tags'], $toggle_atts).' >';
Best regards,
IsmaelHi,
Sorry for the delay. If you want to copy the script in your child theme, you have to dequeue or deregister the original script first, then load it back using the new path or directory. Add this code in the functions.php file:
add_action('wp_print_scripts', function() { wp_dequeue_script( 'avia-module-contact' ); wp_enqueue_script( 'avia-module-contact', get_stylesheet_directory_uri().'/js/contact.js', array('jquery'), 2, true ); }, 10);
You can now create a copy of the contact.js file in a folder called js in the child theme directory.
Best regards,
IsmaelNovember 8, 2019 at 10:28 am in reply to: Navigation is very shaky in IE & FF when scrolling #1154897Hey mynick,
Thank you for the inquiry.
Try to replace the anchor name in the href attribute value of the “Welkom” menu item with the ID of the first slider in the page, so instead of “#top” the anchor name would be “#full_slider_1”. Of course, you can apply a custom ID to the slider if you wish and use it instead of the automatically generated default ID. Make sure that the custom css class and ID fields are enabled in the Enfold > Layout Builder panel.
Best regards,
IsmaelHi,
Thank you for the update.
The rest of the elements are outside #wrap-all, at the same level in the DOM (screenshots).
Did you add any html tags in the page? You have to make sure that all tags are closed properly, otherwise they will break the layout of the site. You can also set the builder to debug mode and enable the shortcode parser to automatically repair the shortcodes on update. Please check the documentation for more info.
// https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser
Best regards,
IsmaelNovember 8, 2019 at 10:14 am in reply to: Show portfolio/blog categories and tags on a single portfolio page #1154893Hi,
Thank you for the inquiry. We are really glad to know that you’re enjoying the theme.
What would you like to change in the output of the [portfolio_category] shortcode? The copy of the “heiger-net” page doesn’t exists and we didn’t see the tag widget in the original page. Please add the shortcode in the portfolio page or provide a screenshot of the changes that you’d like to make.
Best regards,
IsmaelNovember 8, 2019 at 10:05 am in reply to: Improve Re-captcha behavior with regards to cookie consent. #1154890Hey mdeweerd,
Thank you for the inquiry.
You can actually set the spam protection to automatically load even without the users’ consent by setting the Enfold > Privacy & Cookies > Default Cookie Behaviour to the first option. If you want to autoreload the page once the user accepted or deny the cookies, look for the Advanced Options at the very bottom of the privacy panel, enable it and set Auto Reload Page settings accordingly.
Best regards,
IsmaelNovember 8, 2019 at 9:55 am in reply to: Questions about the new Privacy and Cookies settings #1154885Hi,
Thank you for the update.
Where can we see the issues? Please provide a link to the site so that we can inspect it. And make sure that it contains the latest version of the theme, v4.6.3.1.
The following thread might help fix the consent bar issue on the Safari browser.
// https://kriesi.at/support/topic/enfold-google-maps-dont-work-at-multilanguage-page/#post-1153139
Best regards,
IsmaelHi,
Sorry for the delay. The spam protection is disabled when we check the site, so we couldn’t see the issue. Please create a test page and add the contact form with the spam protection so that we can inspect the issue. And don’t forget to toggle the Performance > File Compression settings to regenerate the new scripts from the latest version of the theme.
Best regards,
IsmaelHi,
Awesome! Glad it worked. We’ll close the thread now. Please don’t hesitate to open another if you need anything else.
Have a nice day.
Best regards,
IsmaelNovember 8, 2019 at 9:43 am in reply to: av-small-hide, av-mini-hide, av-desktop-hide and av-medium-hide are not working #1154880Hi,
Sorry for the delay. We can’t get in to the site using the browser access account above. Please check the credentials, or disable the two-factor authentication so that we can easily view the site.
Best regards,
IsmaelHi,
Sorry for the delay. The calendar works properly when other plugins are deactivated, so there’s probably a conflict somewhere. Please try to activate the plugin one at a time to find the cause of the issue.
Best regards,
IsmaelHi,
Sorry for the late response. Since we can’t fix the issue yet, I guess we’ll have to close the thread for now. Please disable the login account and open a new thread if the issue becomes really troublesome to the site.
Thank you for your patience.
Best regards,
IsmaelNovember 8, 2019 at 6:41 am in reply to: How can I make the global consent messages in multiple languages? #1154862Hi,
Sorry for the delay. We modified the code in the Quick CSS field a bit. It should work properly now. Please don’t forget to remove the cache prior to checking the page.
.home .av_contact_privacy_check .input_checkbox_label strong { display: none; text-indent: -9999px; } html[lang="sl-SI"] .home .av_contact_privacy_check .input_checkbox_label strong.sl, html[lang="en-US"] .home .av_contact_privacy_check .input_checkbox_label strong.en, html[lang="it-IT"] .home .av_contact_privacy_check .input_checkbox_label strong.it { display: inline-block !important; font-weight: normal; text-indent: 0; }
Best regards,
IsmaelNovember 8, 2019 at 6:19 am in reply to: ARIA – [role]s are not contained by their required parent element – [aria-*] att #1154852Hi,
Thank you for the info.
According to the documentation, the error occurs because the togglers’ aria-controls attribute contains a value or id that doesn’t exists in the page. It’s supposed to correspond to a toggler content wrap, but the id value of that element doesn’t match with the value of the aria-controls attributes. Please try to edit the config-templatebuilder > aviashortcodes > toggles > toggles.php file, look for this code around line 623:
$output .= '<div id="'.$toggle_atts['custom_id'].'-container" class="toggle_wrap '.$contentClass.'" '.$toggle_init_open_style.'>';
We have to remove “-container” in the id attribute value.
$output .= '<div id="'.$toggle_atts['custom_id'].'" class="toggle_wrap '.$contentClass.'" '.$toggle_init_open_style.'>';
Best regards,
IsmaelNovember 8, 2019 at 5:55 am in reply to: Flex column animation at the end of a page not triggering #1154846Hi,
Sorry for the delay. Did you toggle the Performance > File Compression settings after doing the modification? This should regenerate the scripts and stylesheets and ensure that the changes are applied to the site immediately. And please don’t forget to purge the cache and remove the browser history before checking the page again.
Best regards,
IsmaelHi,
Sorry for the delay. The option is located under the “Change WordPress Defaults” section. Please check the screenshot below.
// https://imgur.com/a/BYXe5Xz
Make sure that it is disabled or grayed out.
Best regards,
IsmaelNovember 8, 2019 at 4:59 am in reply to: GDPR/Cookie bar: What does [av_privacy_video_embeds] do? #1154837Hi,
Are you using the theme’s Video element from the advance layout builder? The “av_privacy_video_embeds” cookie when present will stop the Video element from loading or from playing directly in the site. The cookie is intended only for that element and for videos inside the sliders, so it will not check for videos added using a different embed method such as iframe or the default video shortcode.
Best regards,
IsmaelHi,
Sorry for the delay. Did you toggle the Performance > File compression settings after adding the code? Turning the option on or off should regenerate the stylesheets, and so the css modifications will be applied immediately.
Best regards,
IsmaelNovember 8, 2019 at 4:45 am in reply to: Adding captions underneath featured images on posts #1154834Hi,
Sorry for the late response. Please try to set the “display” property of the “featured-image-description” container to “block” so that it takes the available spaces or make it full width.
.featured-image-description { display: block; background: red; width: 100%; height: 30px; line-height: 30px; padding: 11px 23px; }
Best regards,
IsmaelNovember 8, 2019 at 4:40 am in reply to: Enfold removes WooCommerce Product & Category Breadcrumb LD+JSON #1154833Hi,
Sorry for the delay. As suggested above, you can add the following snippet in the functions.php file to bring back the plugin’s breadcrumb option, including the JSON-LD markup.
add_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20, 0);
Best regards,
IsmaelHi,
@Bruno: The slideshow script is now located in the config-templatebuilder > aviashortcodes > slideshow > slideshow.js file as stated previously. Look for the code around line 1021. Please open a new thread/ticket if you need further assistance.
Best regards,
IsmaelNovember 8, 2019 at 4:25 am in reply to: Theme not working with custom post type and pages main div closing too early. #1154829Hi,
Sorry for the delay. We added the following snippet in the functions.php file to re-enable the advance layout builder and layout meta box for the custom post types. We also removed the old version of the avia_post_nav function. Please replace it with the current one or use the avia_post_nav_entries filter to reverse the navigations.
/** * Advanced Layout Builder Custom Post Types */ add_filter('avf_alb_supported_post_types', function ($array) { $array[] = 'companies'; $array[] = 'core_businesses'; $array[] = 'case_study'; return $array; }, 10, 1); function avf_metabox_layout_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'companies'; $supported_post_types[] = 'core_businesses'; $supported_post_types[] = 'case_study'; return $supported_post_types; } add_filter('avf_metabox_layout_post_types', 'avf_metabox_layout_post_types_mod', 10, 1);
Best regards,
IsmaelHi,
Sorry for the delay. You can load the script from the child theme directory by using the wp_enqueue_script function, but you have to dequeue or deregister the original script (avia-module-gallery-hor) first.
// https://developer.wordpress.org/reference/functions/wp_enqueue_script/
// https://developer.wordpress.org/reference/functions/wp_dequeue_script/Best regards,
IsmaelHi,
Sorry for the delay. We can’t access the dashboard because of the errors. Please check the snippet in the functions.php file and make sure that “inline_popup_enabler” and “wp_footer” are wrapped in quotes. Or post the FTP details in the private field so that we can edit the snippet in the functions.php file.
Best regards,
Ismael -
AuthorPosts