Forum Replies Created
-
AuthorPosts
-
Hi,
I don’t see that issue on those pages. Is it fixed? Please kindly open a new thread if you’re still having the issue.
Best regards,
IsmaelJanuary 3, 2019 at 4:59 am in reply to: Problems with full width slider and Galleries / Enfold 4.52 … #1049447Hey Marc,
Happy new year to you as well!
The slider on the home page is working properly. Is this fixed?
Best regards,
IsmaelHey WolfgangEmmer,
Thank you for using Enfold.
That is a link to the demo overview page. Please provide the actual url of the demo page.
Select a demo, navigate to the page with the icons and click on the “Remove Frame” button at the top right corner of the browser.Best regards,
IsmaelHi,
Great! Glad you figured it out. Shall we close the thread then?
Best regards,
IsmaelHi,
@2funky: Thanks for helping!
@harbouwnl: We’ll close the thread now. Please feel free to open a new one if you need anything else. :)Best regards,
IsmaelJanuary 3, 2019 at 4:47 am in reply to: Advance Layer Slide does not display after upgrading to Enfold 4.5.2 #1049442Hey Susan,
Thank you for using Enfold.
There is an error in the console, which is being generated by the “seriesenginefrontend” plugin. Have you tried disabling that plugin? Please disable the cache and minification plugins temporarily including the the theme’s Performance > File Compression settings.
Best regards,
IsmaelHey Ludovic,
Thank you for using Enfold.
This is possible with the custom event trigger but you need to modify the config-templatebuilder > aviashortcodes > contact > contact.js file and add the dataLayer function with the custom event as the parameter. You can add it inside the “send_ajax_form” function.
// https://support.google.com/tagmanager/answer/7679219?hl=en#
Best regards,
IsmaelHi,
Thank you for using Enfold.
Use this css code to add spaces between the portfolio items.
.grid-entry { padding: 20px; }Best regards,
IsmaelHi,
You have to modify the config-woocommerce > config.php file, look for the “avia_woocommerce_frontend_search_params” function around line 1316. You will be able to disable the sorting options there. Or use the suggested css code above.
Best regards,
IsmaelJanuary 3, 2019 at 4:11 am in reply to: Need to remove portfolio link at left for restricted blogger access #1049430Hey amester55,
Thank you for using Enfold.
You can disable the portfolio link for all users except for administrators with this filter:
add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod'); function avf_portfolio_cpt_args_mod($args) { if( ! current_user_can('activate_plugins') ) { $args['show_ui'] = false; $args['show_in_menu'] = false; } return $args; }Best regards,
IsmaelJanuary 3, 2019 at 3:59 am in reply to: Fullwidth Easy & fullscreen slider video don’t work on smartphone #1049428Hi,
The background videos are disabled on mobile devices but it will display a fall back image. You can use the layer slider or look for a third party plugin in place of the sliders if you really need the video to play on mobile devices.
Best regards,
IsmaelHi,
Glad that you sorted it out. Should we close the thread then?
Best regards,
IsmaelHi,
Thanks for the info. You can use this css code to change the button color:
#top .main_color .mailerlite-subscribe-button-container input.mailerlite-subscribe-submit { color: #ffffff; }Best regards,
IsmaelHi,
Awesome! Glad we could help. We’ll close the thread now.
Happy holidays! :)
Best regards,
IsmaelDecember 26, 2018 at 3:41 am in reply to: Under using the ALB, how to put the post date in the single post page? #1049054Hi,
I see. The date container will not display automatically when you’re using the ALB, so you have to put it manually using a text block. Or use this custom shortcode:
Best regards,
IsmaelDecember 26, 2018 at 3:38 am in reply to: LayerSlider showing 'more videos' when opened in Chrome #1049053Hi,
The button is visible on my end.
Screenshot: https://imgur.com/a/LTmqsPf
Please remove the browser cache and then check the page again.
Best regards,
IsmaelHi,
Edit the contact form and set the email field’s “Form Element Validation” to “Valid E-mail Address”. That should fix the issue.
Best regards,
IsmaelHi,
Where exactly do you want to insert the product slider? You can use the “ava_after_main_container” hook if you want to insert something right after the header container or the “ava_before_footer” hook for those things that have to be inserted before the footer.
Setting the builder to debug mode might help:
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
IsmaelDecember 26, 2018 at 3:23 am in reply to: Make Mobile Header as Desktop Header (Transparent, Sticky, transparent Logo) #1049050Hey check-t,
Thank you for using Enfold.
Add this code inside the css media query.
.header-scrolled .av-burger-menu-main.menu-item-avia-special { top: 20px; }Best regards,
IsmaelHey chalbo73,
Thank you for using Enfold.
This article should help: https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
IsmaelHey pixellovers,
Thank you for using Enfold.
You will be able to find that option in the Enfold > Main Menu > Burger/Mobile Menu panel. Set the “Menu Icon Submenu items” settings to the second option.
Best regards,
IsmaelDecember 26, 2018 at 2:09 am in reply to: How to add the category above the title of a single post in a child theme #1049047Hi,
Where did you get the child theme? You can download a copy of the child theme directly from here: https://kriesi.at/documentation/enfold/install-enfold-theme/
Best regards,
IsmaelHey larryignazio,
Thank you for using Enfold.
I can’t get through the login page. I think the credentials above are invalid. Please check it carefully. A screenshot of the issue will help.
Best regards,
IsmaelHi,
Thanks for the update. Add this css code and adjust the value accordingly.
.slide-entry-title.entry-title { min-height: 122px; }Best regards,
IsmaelHi,
Thank you for using Enfold.
I can’t reproduce the issue on my end. I clicked on the search icon, type on the search field but it’s not scrolling back to the top as you have described. I supposed you’re referring to the “search field” when you say “text field”. Could give you us a screenshot or a screen cast of the issue?
Best regards,
IsmaelHi,
1.) That screenshot has nothing on it. Is that what you see when you try to translate a page? Which page are you trying to translate? Please create a test page where we can reproduce the issue.
2.) Which thumbnails are missing? There are lots of galleries there, so I’m not sure which one to check.
Best regards,
IsmaelDecember 23, 2018 at 4:49 pm in reply to: Error while updating or uploading new image element via Avia Layout Builder #1048818 -
AuthorPosts
