Forum Replies Created
-
AuthorPosts
-
Hi,
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 4
Please 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,
IsmaelHey Daniel,
Thank you for the inquiry.
The video in the first section of the home page is loading properly on our end. Where can we see the issue? Please create a test page so that we can check the problem and make sure that the theme is updated to v4.6.3.1.
Best regards,
IsmaelHi,
Thank you for the update.
Where are you testing it? The videos loaded fine on Chrome Windows 10 when we checked — they played directly in the site. Is it fixed?
Best regards,
IsmaelHey Yowl,
Thank you for the inquiry.
Did you install the Jetpack plugin? If so, please try to disable the lazy loading option temporarily. It somehow causes image layers in the slider not to display.
Best regards,
IsmaelHi,
Thanks for the update.
You don’t have to do anything about that code. We’re just showing you how the plugin checks for the 404 page.
What happens when you use the simple 404 page, or when it is disabled? The error occurs because the plugin loads the 404 template when the theme is not fully initiated, yet. This happens when someone access a page that doesn’t exists leading to a 404 page, which then triggers the cerber 404 function listed in the stack trace.
Best regards,
IsmaelHi!
Thanks for the update.
Did you install a tracker script from adroll? The following warning occurs every time we click the video. We can’t reproduce it on our own installation.
Request to access cookie or storage on “https://d.adroll.com/consent/check/FYTATP3Z5NGIRN5NWT4LAI?ad…ffc02-1571029446089&_s=ccc259f311064fa422aa272a156a898c&_b=2” was blocked because it came from a tracker and content blocking is enabled.
Regards,
IsmaelHi,
Thank you for the update.
1-2.) The suggested code above almost amounts to nothing if you’re worried about its size, so it will not affect the page speed. It’s going to display the mobile menu when the screen width is equal to or less than 1024px — changing the breakpoint. Did you try it?
Please post the login details in the private field so that we can test it. You should also contact the plugin authors for additional help because we don’t usually provide support for third party plugins.
Best regards,
IsmaelHi,
Thank you for the update.
Make sure that the cookies are removed from the local storage, or try to check the page on incognito mode. Where can we see the site?
Best regards,
IsmaelOctober 14, 2019 at 6:17 am in reply to: Enfold and ACF Google Maps location suggestions not working #1147717Hey forde,
Thank you for the inquiry.
The theme’s map scripts are probably in conflict with the plugin’s. Where can we see the issue?
You can disable the theme’s map element from the Enfold > Performance > Disable Template Builder Elements panel. Set the “Disabling of template builder elements” to the third option, then check the “Google Map Element” to disable it. Or use the “avf_load_google_map_api_prohibited” filter to prevent the map scripts from loading.
Best regards,
Ismael -
AuthorPosts