Forum Replies Created
-
AuthorPosts
-
Hi,
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 #1048818Hi,
I can’t reproduce the issue on my end. The image selection is working properly. Is this fixed?
Best regards,
IsmaelDecember 23, 2018 at 4:42 pm in reply to: Partner Logo Element Images Scale too big update 4.3 #1048815Hi,
It’s not necessary unless you’re having trouble editing the pages. There is going to be a new option where you can disable/enable the classic and block editor.
Best regards,
IsmaelHi,
Could you ask your hosting provider to delete those folders? It’s taking quite a lot of time. Please update us again once the whole “avia_instagram_cache” directory has been removed.
Best regards,
IsmaelHi,
The existing header options are usually enough for a lot of websites, so adding another option for that is not a priority. Please follow @Guenni007’s suggestion.
Best regards,
IsmaelDecember 23, 2018 at 4:28 pm in reply to: 2 columns on mobile jumping on one side not the other? #1048810Hi,
Have you tried disabling the “Equal Height Columns” settings for that row?
Best regards,
IsmaelDecember 23, 2018 at 4:21 pm in reply to: Redering Issues in Chrome / Windows / Wide Layout Issues #1048808Hi,
It’s not possible with the boxed layout, unfortunately, because it will constrain the width of the slider. You have to use the “Stretched Layout”.
Best regards,
IsmaelDecember 23, 2018 at 4:19 pm in reply to: Kontaktformular: Datenschutz-Anhängsel übersetzen #1048807Hi,
It can be used as a shortcode like this:
[av_privacy_link]Privacy Policy[/av_privacy_link]
Have you tried that?
Best regards,
IsmaelDecember 23, 2018 at 4:16 pm in reply to: Under using the ALB, how to put the post date in the single post page? #1048805Hi,
Set the Blog Layout to “Grid” and the Blog Styling to “Default(Business)”. That layout will display a date container below the post title.
Best regards,
IsmaelHi,
Thanks for the update.
Replace the css code with this:
#top .main_color .wpcf7-form-control-wrap .input-text, #top .main_color .wpcf7-form-control-wrap input[type='text'], #top .main_color .wpcf7-form-control-wrap input[type='input'], #top .main_color .wpcf7-form-control-wrap input[type='password'], #top .main_color .wpcf7-form-control-wrap input[type='email'], #top .main_color .wpcf7-form-control-wrap input[type='number'], #top .main_color .wpcf7-form-control-wrap input[type='url'], #top .main_color .wpcf7-form-control-wrap input[type='tel'], #top .main_color .wpcf7-form-control-wrap input[type='search'], #top .main_color .wpcf7-form-control-wrap textarea, #top .main_color .wpcf7-form-control-wrap select { border-color: #363636; background-color: #ffffff; color: #000000; }
Best regards,
Ismael -
AuthorPosts