Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for the update.
For the image element, you need to modify the image > image.php file in the same directory. Look for this code around line 515:
if($link) { $output.= "<a href='{$link}' class='avia_image' {$blank}>{$overlay}<img class='avia_image ' src='{$src}' alt='{$alt}' title='{$title}' $markup_url /></a>"; } else { $hw = ""; if(!empty($img_h)) $hw .= 'height="'.$img_h.'"'; if(!empty($img_w)) $hw .= ' width="'.$img_w.'"'; $output.= "{$overlay}<img class='avia_image' src='{$src}' alt='{$alt}' title='{$title}' {$hw} $markup_url />"; }Replace it with:
if($link) { $output.= "<a href='{$link}' class='avia_image' {$blank}>{$overlay}<img class='avia_image ' src='{$src}' alt='{$alt}' title='{$title}' $markup_url width='{$image_attributes[1]}' height='{$image_attributes[2]}' /></a>"; } else { $hw = ""; if(!empty($img_h)) $hw .= 'height="'.$img_h.'"'; if(!empty($img_w)) $hw .= ' width="'.$img_w.'"'; $output.= "{$overlay}<img class='avia_image' src='{$src}' alt='{$alt}' title='{$title}' {$hw} $markup_url width='{$image_attributes[1]}' height='{$image_attributes[2]}' />"; }Best regards,
IsmaelHi,
Thank you for the update.
We validated the token again and checked for updates manually. Please check the screenshot below.
Screenshot: https://imgur.com/a/57bq0Mv
You can also check for updates in the Dashboard > Updates panel.
Best regards,
IsmaelOctober 15, 2019 at 9:35 am in reply to: Ajax search don't find keywords after Relevansi update #1148008Hi,
We will add this fix in the next version of the theme. Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the update.
Do you want to remove the header background and make it transparent? If so, then you can use this css code.
@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency { background-color: transparent; } .responsive #top #wrap_all #header { position: fixed; } }Please don’t forget to toggle the Performance > File Compression settings after adding the code.
Best regards,
IsmaelHi,
@dnauck: Did you set the “Default Cookie Behaviour” to the third option as suggested above? Please open a new thread/ticket and post the necessary details in the private field so that we can check the issue. We’ll continue there.Best regards,
IsmaelHey!
We are not really familiar with adroll, so you might need to contact their developers for additional help. The video doesn’t play when you click on it because the browser is blocking the tracker as you can see in the notification above. Is there any option in adroll where you can exclude certain links from the tracker?
Cheers!
IsmaelHi,
Thank you for the update.
We don’t really see any cookies related to “MATOMO” when we visited the site. Please check the screenshot below.
Screenshot: https://imgur.com/a/5iGoYkv
Best regards,
IsmaelHi,
Thank you for the update.
You have to upgrade the theme to the latest version (v4.6.3.1) and try our previous suggestion above. Don’t forget to create a site backup or a restore point in case something goes wrong during the update.
Best regards,
IsmaelHi,
Thank you for the update.
You can add this css code to set the minimum width of the menu items.
@media only screen and (max-width: 767px) { .html_av-overlay-full #top #av-burger-menu-ul .av-menu-button > a .avia-menu-text { width: 301px !important; display: inline-block; } .html_av-overlay-full #top #av-burger-menu-ul .av-menu-button:first-child > a .avia-menu-text { left: -10px; position: relative; } }Best regards,
IsmaelOctober 15, 2019 at 9:10 am in reply to: Fullscreen-slider not responsive in mobile (portrait mode) #1147996Hi,
You’re welcome! Glad we could help. Let us know if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Sorry for the delay. Did you change the popup? We can’t really figure out how you added the previous popup using the layer slider. Did you add it using the Slider Settings > POPUP options? And please provide a screenshot of the issue or create a test page so that we can inspect it again.
Thank you for your patience.
Best regards,
IsmaelHi,
Sorry for the delay. Did you disable the WP account above? We need to edit one of the pages in order to debug the issue. Please provide another WP account and leave the FTP details available so that we can check the files when necessary.
Thank you for your patience.
Best regards,
IsmaelHi,
Sorry for the delay. The above video no longer exists. Is it the correct URL? Also, if you don’t mind, we would like to ask you to open a new thread for new inquiry so that we can close this thread and focus on the remaining issue. Thank you for your patience.
Best regards,
IsmaelHi,
Thank you for the update.
You can set the Enfold > Privacy & Cookies > Default Cookie Behaviour settings to the first option (All cookies and services are accepted on first page load, user can opt out) to enable all essential cookies on initial load, and so users won’t have to manually accept cookies in order to properly use the form. They can manually opt out whenever they want to.
Best regards,
IsmaelHi,
Thank you for the update.
You should add a “no-scroll” css class attribute to the “request button” to prevent it from scrolling to the popup maker container, which is rendered at the very bottom of the site, just below the socket container. To do that, make sure that the Enfold > Layout Builder > Custom CSS classes input field settings is set to the third option. You can then edit the button, go to the Developers tab and add the “no-scroll” attribute name in the custom css class field.
Best regards,
IsmaelHi,
@ICEMAN: We would like to kindly ask you to open a new thread for this request because it is getting quite long and a bit off the original topic. We’ll continue there. Thank you for understanding.
Best regards,
IsmaelOctober 15, 2019 at 7:55 am in reply to: LayerSlider 6 unable to deactivate, delete or update #1147980Hi,
I am concerned with the LayerSlider which is integrated here in the Enfold.
The latest version of the theme (v4.6.3.1) contains the up to date version of the layer slider, which is v6.9.2.
it seems that the above code blocks all plugins – do not know why
We can’t find any documentation about the “pre_site_transient_update_plugins”, but according to some articles it is usually use to disable update notifications.
// https://scanwp.net/blog/remove-core-theme-plugin-updates/
// http://www.wprecipes.com/how-to-disable-plugin-updates-on-your-wordpress-blog/Best regards,
IsmaelHi,
Thank you for the update.
We can’t seem to reproduce the issue on a dummy event that we’ve just created (see private field). Where can we see the issue? Please provide a direct link to one of the events with the issue.
Best regards,
IsmaelOctober 15, 2019 at 7:34 am in reply to: BUG? Logo not showing on Chrome if enable the lazyload via the wp-rocket? #1147978Hi,
Thank you for the update.
We can use the “avf_logo_final_output” filter to adjust the final markup of the logo and include the “data-no-lazy” attribute. Usage example can be found in the following threads.
// https://kriesi.at/documentation/enfold/logo/#add-multiple-logos
Related thread: https://kriesi.at/support/topic/id-like-to-add-an-extra-class-to-the-site-logo/#post-1046227
Best regards,
IsmaelHey Munford,
Thank you for the inquiry.
You can actually add buttons in the caption area of the slider. Please edit the slider, go to the Captions panel and look for the “Apply a link or buttons to the slide?” settings. You should be able to add a maximum of two buttons along with the captions.
Best regards,
IsmaelHi,
Sorry for the delay. The slider loads fine on our end and we don’t see any errors in the site. Could you give us a screencast of the issue? We checked the site on Firefox Windows 10.
Best regards,
IsmaelHi,
Thank you for the update.
The product “new-item” is using the advance layout builder (ALB) but there is no content or element added to it. If you want to display the default product template then you have to switch to the default or standard editor. The default product elements are not going to be rendered automatically if the product editor is set to the ALB.
Best regards,
IsmaelHi,
@jumamedia: Are you referring to the button labels in the modal popup? You can manually edit them in the Enfold > Privacy & Cookies > Modal Popup Window section. You can also add custom text inside the privacy shortcodes. Example:[ av_privacy_allow_cookies]My very legal text here.[ /av_privacy_allow_cookies]Best regards,
IsmaelOctober 15, 2019 at 6:49 am in reply to: Both an HTML version and the mailChimp widget are not working #1147969Hey webWahine,
Thank you for the inquiry.
Are you trying to adjust the width of the input fields of the subscribe form in the footer area? This css code should help.
#mc_embed_signup input { width: 100% !important; max-width: 280px; } #mc_embed_signup .button { min-width: 180px; }Best regards,
IsmaelHey lukeskelly,
Thank you for the inquiry.
It is possible to insert additional content below the header using the “ava_after_main_container” hook. Just add the following snippet in the functions.php file.
add_action('ava_after_main_container', function() { // add content here }, 10);You can also include conditional tags inside the hook in case you want to control where the content should be displayed.
// https://codex.wordpress.org/Conditional_Tags?PHPSESSID=1adce0e8881abee402658ac2c7b31bd1
Best regards,
IsmaelHey eddygame,
Thank you for the inquiry.
That is the default behavior when the cookie consent bar is enabled. Users have to accept the cookies first in order to load services such as fonts and maps. If you want to enable cookies on initial load, you can set the Enfold > Privacy & Cookies > Default Cookie Behaviour to the first option. Cookies will then be enabled by default. Users can opt out whenever they want to.
Best regards,
IsmaelOctober 15, 2019 at 5:53 am in reply to: Template Saving Issues: Avia Advanced Layout Builder, Enfold theme #1147951Hey mmf1,
Thank you for the inquiry.
We are able to reproduce the issue on our end. What you can do for now is refresh the page after saving the template. The template works properly after the refresh.
We’ll report the issue to the team.
Best regards,
IsmaelHi,
Sorry for the delay. Looks like there is a plugin or a script conflict somewhere because there is an error in the console.
TypeError: b(...).not(...).filter(...).mediaelementplayer is not a functionwp-mediaelement.min.js:1:777 a wp-mediaelement.min.js:1 jQuery 4Please try to deactivate the plugins temporarily and check if it changes anything.
Thank you for you patience.
Best regards,
IsmaelHey JannyPolak,
Thank you for following up.
The consent bar shows up fine on mobile view, at least in an emulation. Is it working properly on your end now? The theme is already upgraded to v4.6.3.1, which contains the cookie consent fix above.
Best regards,
IsmaelOctober 14, 2019 at 11:29 am in reply to: Styling product grid and single product page – woocommerce #1147807Hey Carolin,
Thank you for the inquiry.
You can use the following css code to create the adjustments listed above.
div .products .product { margin: 0 2% 2% 0; width: 23.25%; } #top .price, #top .price span, #top del, #top ins { font-size: 20px; line-height: 30px; } .products .product h2, .products .product h3, .products .product h4, .products .product h5, .products .product h6, h2.woocommerce-loop-product__title { font-size: 1.2em; line-height: 1.4em; }We don’t see the value added tax text in the grid. Did you remove it?
Best regards,
Ismael -
AuthorPosts
