Forum Replies Created
-
AuthorPosts
-
January 3, 2019 at 5:46 am in reply to: how to disable the title link in the Ajax portfolio preview? #1049480
Hey Bart,
Thank you for using Enfold.
The screenshot url is invalid. Please add it again.
Best regards,
IsmaelHey tonydobrevski,
Thank you for using Enfold.
Are you referring to the theme’s Mailchimp Signup Form element? Only text and dropdowns are currently supported, so you can’t add an upload file field. You need to look for a plugin or hire a freelance developer to modify the current form script. Please contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHey hbourdillon,
Thank you for using Enfold.
Could you be more specific? Which margins are you trying to decrease? Please provide a screenshot using imgur or dropbox.
Best regards,
IsmaelHey Mosaik-Gin,
Thank you for using Enfold.
You can’t modify the base shop page with the advance layout builder because it has its own custom template. You have to deselect that page as shop page.
Best regards,
IsmaelJanuary 3, 2019 at 5:33 am in reply to: Photos taking up a huge amount of space on my site storage – anything I can do? #1049470Hey goldengate415,
Thank you for using Enfold.
You can use the Simple Image Sizes plugin to disable those thumbnails.
// https://wordpress.org/plugins/simple-image-sizes/
This article might help as well:
// https://kriesi.at/archives/4-key-wordpress-image-optimization-tips
Best regards,
IsmaelJanuary 3, 2019 at 5:25 am in reply to: How to put the tab title of a tab section in the center and make it wider? #1049462Hey tonydobrevski,
Thank you for using Enfold.
I don’t see any tab elements on that page. Where did you add them? Please provide a link to the actual page with the tab elements.
Best regards,
IsmaelJanuary 3, 2019 at 5:23 am in reply to: Woocommerce Product list show variations with add to cart option #1049461Hey tonydobrevski,
Thank you for using Enfold.
That option is not available by default and it will require major modifications in the theme, so it’s beyond the scope of support. Please a hire a freelance developer or contact our partner, Codeable.
// https://kriesi.at/contact/customization
Best regards,
IsmaelHey cr3epy,
Thank you for using Enfold.
Have you tried adding the columns inside a grid row cell? Set the columns’ “Space between columns” settings to the second option and enable the “Custom top and bottom margin” option. That will remove the spaces between the columns.
Best regards,
IsmaelHi,
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,
Ismael -
AuthorPosts
