Forum Replies Created
-
AuthorPosts
-
September 11, 2019 at 6:20 am in reply to: Display Hamburger Menu on Ipad Landscape and Ipad pro Portrait #1136903
Hi,
Awesome! Glad it works. We’ll close the thread now. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Have you tried using the “avf_template_builder_content” filter instead of editing the template-builder.php file directly?
Example:
add_filter('avf_template_builder_content', function($content) { $output = '<div class="page_content_wrapper">'; $output .= $content; $output .= '</div>'; return $output; }, 10, 1);Best regards,
IsmaelHi,
Thank you for the update.
This issue has been reported before. There is a missing closing tag in the wpml-config.xml file.
// https://kriesi.at/support/topic/issue-polylang-plug-in-after-update-enfold-child/#post-1133110
// https://kriesi.at/support/topic/parser-error-after-updating-the-theme/
// https://kriesi.at/support/topic/latest-enfold-update-does-not-work-with-polylang/#post-1132311Best regards,
IsmaelSeptember 11, 2019 at 5:36 am in reply to: Again Frontend Changes maybe after WordPress update, quich css does not work #1136881Hi,
Thank you for the update.
Did you add this css code?
.footer_color a:hover, .footer_color h1 a:hover, .footer_color h2 a:hover, .footer_color h3 a:hover, .footer_color h4 a:hover, .footer_color h5 a:hover, .footer_color h6 a:hover, .footer_color .template-search a.news-content:hover, .footer_color .wp-playlist-item .wp-playlist-caption:hover { color: #333333; } .footer_color a, .footer_color .widget_first, .footer_color strong, .footer_color b, .footer_color b a, .footer_color strong a, .footer_color #js_sort_items a:hover, .footer_color #js_sort_items a.active_sort, .footer_color .av-sort-by-term a.active_sort, .footer_color .special_amp, .footer_color .taglist a.activeFilter, .footer_color #commentform .required, #top .footer_color .av-no-color.av-icon-style-border a.av-icon-char, .html_elegant-blog #top .footer_color .blog-categories a, .html_elegant-blog #top .footer_color .blog-categories a:hover { color: #aaaaaa; }Please try to reconfigure the General Styling > Footer style, then toggle the Performance > File Compression settings.
Best regards,
IsmaelSeptember 11, 2019 at 5:26 am in reply to: Configure Tag Manager in Cookie settings after update to 4.6.1 #1136880Hey jarmo@groeier.nl,
Thank you for the inquiry.
You can add the “[av_privacy_google_tracking]” privacy shortcode to give users the option to disable the tracker when they want.
Best regards,
IsmaelHi,
Thank you for the info.
We can’t reproduce the issue on v4.6.1. This is the only markup with the “avia-menu” ID.
<div class='avia-menu fallback_menu av-main-nav-wrap'> <ul id='avia-menu' class='menu avia_mega av-main-nav'> <li class='menu-item current-menu-item'>Same with the demo:
<div class="avia-menu av-main-nav-wrap"> <ul id="avia-menu" class="menu av-main-nav"> <li id="menu-item-1088" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-330 current_page_item menu-item-top-level menu-item-top-level-1">Best regards,
IsmaelHi,
Edit the js > avia.js file, look for this code around line 695:
if(isMobile) shrink = false;Setting the value to true should enable the script, but we’re not really sure if it’s going to work on mobile view like it does on desktop.
Thank you for the update.
Best regards,
IsmaelHi,
We tried to save the content as template, but it didn’t work. Is it only happening on that page? The builder works fine on another page. (See private field)
Please delete that particular page and re-create it from scratch.
Best regards,
IsmaelHi,
Looks like the theme has no translations for the Hrvatski or Crotian language yet (see private field). The translation progress is only 1%. You will have to translate the PO file manually using the POEdit software.
We tried to translate it using the Loco Translate plugin, but it generates the wrong markup.
#: search.php:32 msgid "If you are not happy with the results below please do another search" msgstr "" "Ako niste zadovoljni s donjim rezultatima, pokušajte još jednom pretražiti"Please try to use the POEdit software.
Best regards,
IsmaelHi,
Thank you for the update.
That should be the default layout when you set the Enfold > Blog Layout > Blog Styling to “Default (Business)”. It will render the title first, followed by the meta info (author, date, & comment) including the categories. Make sure that the Blog Layout is set to “Single Author, big preview”.
Best regards,
IsmaelHi,
Thank you for the update.
We can’t seem to reproduce the issue on our end. The font is always set to Merriweather no matter how many times we reload the page.
Screenshot: https://imgur.com/a/8IKv2ZD
Best regards,
IsmaelSeptember 11, 2019 at 4:20 am in reply to: Large vertical whitespace below Revolution Slider on smaller screens again #1136869Hey kgalatz,
Thank you for the inquiry.
Try to replace the #layer_slider_1 selector with #revolutionslider_1.
@media only screen and (max-width: 1238px) { #top.home #revolutionslider_1 { min-height: 0 !important; } }That should remove the white space below the slider.
Best regards,
IsmaelHi,
Thank you for the update.
The custom_class meta is missing from the blog template. Please edit the config-templatebuilder > aviashortcodes > blog > blog.php file, look for this code around line 510:
$output = "<div class='av-alb-blogposts template-blog {$extraclass} {$av_display_classes} {$custom_class}' {$markup}>{$output}</div>";Replace it with:
$custom_class = !empty($meta['custom_class']) ? $meta['custom_class'] : "";$output = " <div class='av-alb-blogposts template-blog {$extraclass} {$av_display_classes} {$custom_class}' {$markup}>{$output}</div>";We’ll forward the issue to the dev team.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Did you update the theme manually via FTP? Please try to delete the old version of the theme completely or rename it before uploading the latest version. For more instructions, please visit the documentation.
// https://kriesi.at/documentation/enfold/install-enfold-theme/#reinstall-or-update-using-ftp
After updating the theme, go to the Enfold > Performance panel and toggle the File Compression settings.
Best regards,
IsmaelSeptember 11, 2019 at 3:15 am in reply to: Pagination not working with WooCommerce shortcodes #1136862Hey Technohead,
Thank you for the inquiry.
Where can we see a working version of the pagination? Please provide a direct link to the page. And please ask the plugin developer for additional help because we don’t provide support for third party plugins, but we’ll try to help as much as we can.
Best regards,
Ismael3September 11, 2019 at 3:10 am in reply to: v4.6.1: Privacy Settings: "open info modal" at "Modal Popup Window" missing #1136859Hi,
Thank you for the update.
Why do you need to open another modal from the modal popup window? The “open info modal on privacy and cookies” opens the “Modal Popup Window”, so it doesn’t really make sense to add it as an option in the modal popup window settings.
Best regards,
IsmaelHi,
Thank you for the update.
You can probably use the Navigation Menu widget for that. Create a new set of menu, then go to the Appearance > Widgets panel. Look for the Navigation Menu widget and select the newly created menu.
Best regards,
IsmaelHey soniavoice,
Thank you for the update.
In v4.6, users have to accept all cookies in order to see embedded videos. You have to add the [av_privacy_allow_cookies] privacy shortcode in your privacy page or the modal popup window so that users can have the option to accept cookies or not. In the latest version (v4.6.1), users will be opted in by default.
// https://kriesi.at/documentation/enfold/privacy-cookies/#implementation-of-data-security-in-enfold
Best regards,
IsmaelSeptember 11, 2019 at 2:48 am in reply to: Problems with ajax search (relevanssi) after update to enfold 4.6.1 #1136851Hi,
Thank you for the inquiry.
Looks like the Relevanssi configuration file is missing. Please download or get a fresh copy of the theme, then override the current one. That should fix the issue.
Best regards,
IsmaelHey peterolle,
Thank you for the update.
The masonry element is using the post__in parameter to return the posts from the selected category. If the category is empty, it will return all posts.
NOTE: Ticket #28099: Passing an empty array to post__in will return has_posts() as true (and all posts will be returned). Logic should be used before hand to determine if WP_Query should be used in the event that the array being passed to post__in is empty.
// https://developer.wordpress.org/reference/classes/wp_query/
You can always remove the element if there is no post yet.
Best regards,
IsmaelHi,
Thank you for the update.
We have already given you a snippet to disable any session created by the theme. Any sessions created after that is no longer added by the theme, so you have to trace where it’s coming from. This is your previous thread.
It’s very unlikely that this will significantly slow down the page unless you’re on a shared hosting. Yes, it might hinder the varnish cache but the site should load fine with or without it as long as the site is on a decent server.
Best regards,
IsmaelHi,
I see. Thanks for the update anyway. We’ll close the thread now.
Best regards,
IsmaelHi,
Great! Glad it’s working now. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelSeptember 10, 2019 at 11:21 am in reply to: Update 4.6 makes cookie consent reload every time #1136476Hi,
If the website visitor has confirmed that he has read the cookie hint then the hint bar no longer has to appear. that’s it!
@magnons: If that’s how you want your users to opt in, then you can ignore the “[av_privacy_allow_cookies]”. By ignore, I mean don’t add it anywhere in the site. This assumes that the user or visitor accepted all cookies by continuing to browse the site or by ignoring the cookie bar. Make sure that the version of the theme is v4.6.1. The cookie bar should not re-appear once the user accepted it.
@tglawe: The latest version (4.6.1) is now available.
Best regards,
IsmaelHi,
Thank you for the update.
But, what I have is a problem with the videos, I haven’t said anything about cookies.
Yes, we are aware of that. The videos are not displaying properly because the user didn’t enable or accept the cookies. The user or any visitor to the site should accept the cookies in order to enable these elements including video embeds.
// https://kriesi.at/documentation/enfold/privacy-cookies/#implementation-of-data-security-in-enfold
Best regards,
IsmaelSeptember 10, 2019 at 11:04 am in reply to: Google Maps not loading but API/google account setup is correct #1136464Hi,
Thank you for the update.
The account is asking for a phone number confirmation. (see private field)
Best regards,
IsmaelHi,
You’re welcome. We’ll close the thread now.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info.
We can see the issue now. Try to increase the autosave interval to 10 minutes. Add this code in the wp-config.php file.
define( 'AUTOSAVE_INTERVAL', 600 );Best regards,
IsmaelSeptember 10, 2019 at 10:48 am in reply to: Portfolio element and publication date (can't be changed) #1136456Hi,
Glad to know that it’s fixed. Thank you for the update. We’ll close the thread now.
Best regards,
Ismael -
AuthorPosts
