Forum Replies Created
-
AuthorPosts
-
May 31, 2018 at 6:04 am in reply to: How to customize config-wpml/config.php in child theme? #964628
Hey HAJ-MBJ,
Thank you for using Enfold.
It’s not a template file so you can’t override it by copying the file in the child theme. What specific modification are you trying to make?
Best regards,
IsmaelHi,
Thanks for the update. Use the “ava_after_main_container” hook to render the news below the header. Example.
add_action( 'ava_after_main_container', 'ava_after_main_container_mod', 10 ); function ava_after_main_container_mod() { $output = ''; $output .= do_shortcode("[av_submenu which_menu='' menu='6' position='center' color='main_color' sticky='aviaTBsticky' mobile='disabled' av_uid='av-7sgq'] [av_submenu_item title='Menu Item 1' av_uid='av-1qu' link='' linktarget='no' button_style=''] [av_submenu_item title='Menu Item 2' av_uid='av-41hu' link='' linktarget='no' button_style=''] [/av_submenu]"; echo $output; }You can replace the $output with the “news” scroller script or html.
Best regards,
IsmaelMay 31, 2018 at 5:57 am in reply to: Google Maps API key is not valid (after update Enfold 4.4) #964625Hi,
@deltasierra360: The map API key does not exist in the Enfold > Google Services
js?v=3.30&key= AIzaSyAo081gr9FjpL1FsL9c7l6oInu9TjXIsTw&callback=aviaOnGoogleMapsLoaded:41 Google Maps API error: InvalidKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#invalid-key-map-error
Please generate a new API key.
// https://kriesi.at/documentation/enfold/google-map/#google-maps-setup
@tobiaspress, @royaltask: Please create a new thread with the site url and the login credentials. We’ll check it there.
Best regards,
IsmaelMay 31, 2018 at 5:50 am in reply to: ENFOLD 4.4: show categories in ALB element "postslider" #964622Hey Gitte,
Thank you for using Enfold.
The filter didn’t change on version 4.4. Please provide the login details so that we could check it. Make sure that the Appearance > Editor panel is accessible.
Best regards,
IsmaelHey goldengate415,
Thank you for using Enfold.
1.) Is it working properly if you remove the slider? I think it overshoots because the slider loads a little later than when the anchor lands to the section. Please try this css code.
.n2-ss-align { min-height: 100vh; }2.) Could you explain this a bit further? The burger menu is already a button.
Best regards,
IsmaelMay 31, 2018 at 5:41 am in reply to: Problem with transparent header and size of blog titels #964620Hi,
1.) The header is transparent. Is this fixed?
2.) Add this css code in the Quick CSS field and toggle the css and js compression in the Performance panel.
.html_modern-blog #top .post-entry .post-title, .html_modern-blog .avia-content-slider .slide-entry-title { font-size: 1em; text-align: left; letter-spacing: 1px; }Adjust the font size value as needed.
@biko-la16: Try to toggle any of the theme options and then save it. That should regenerate the scripts and stylesheets.Best regards,
IsmaelHi,
No, the theme doesn’t generate those feeds. WP automatically assigns it to the posts.
That’s not really an ideal solution though is it?
If you install a plugin like “Disable Feeds”, it will give you a few options. The options are to redirect the users to html content, ISSUE A 404 PAGE and an option NOT to disable the global posts and comments feeds so I think a 404 redirect is quite valid.
You don’t have to do a redirect for each portfolio items. Just assign a custom 404 page in the theme options and the feeds will automatically redirect to that page because they don’t exist in the first place.
Best regards,
IsmaelMay 31, 2018 at 5:04 am in reply to: Slideshow control styling Possible to Frame (add bkg) behind arrows & circles ? #964617Hi,
Awesome! -rGlad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
IsmaelHi,
Thanks for the update. Does it load properly when you remove or hide the map script on mobile view? The map affects the page speed even on desktop view.
Best regards,
IsmaelHi,
Thanks for the update.
@emmal: What is the version of the theme prior to the update?
@StudioLiner: The login credentials are incorrect. Please check it carefully.Best regards,
IsmaelHey DROR,
Thank you for using Enfold.
This css code should help you with that.
@media only screen and (max-width: 767px) { .responsive #top .col2-set .col-1, .responsive #top .col2-set .col-2, .responsive .cart-collaterals .shipping_calculator { width: 100%; float: none; margin-bottom: 20px; } }Best regards,
IsmaelMay 31, 2018 at 4:51 am in reply to: Hi , Sorry I have a problem with the last updated Enfold 4.4 #964613Hi,
Thanks for the update. I just created a test post and the changes I made there show immediately. ( see private field )
Best regards,
IsmaelMay 31, 2018 at 4:47 am in reply to: WPML breaks Enfold Google Maps? Uncaught ReferenceError: google is not defined #964612Hi,
Thanks for the update. The map works when the theme’s js and css compression options are disabled. Please try to use the Autoptimize plugin temporarily.
Best regards,
IsmaelHi,
It’s in the Enfold > Google Services > API field. Check if there is an extra space at the very beginning or at the end of the key.
Best regards,
IsmaelHi,
Yes, it’s a bit of a disappointment. Here’s another issue with the Strato host.
// https://kriesi.at/support/topic/his-element-was-disabled-in-your-theme-settings-demo-upload/
They’re blocking the IP address where the files should be coming from so you can’t import any demo successfully when it’s hosted on their servers.
Best regards,
IsmaelHey newmediologo,
Thank you for using Enfold.
Do you want to completely remove the space between the promo boxes? Please try this css code.
.av_promobox { margin: 0; }Best regards,
IsmaelHey Nichtspurlos,
Thank you for using Enfold.
Did you set the “Performance” > “Disable Template Builder Elements” to the second option? Please enable the shortcode parser then set it to “Autorepair”.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#shortcode-parser
Best regards,
IsmaelHi,
Have you tried adding a border to the column element instead of the content inside it? There’s a “Border” panel inside the column editor.
Best regards,
IsmaelMay 31, 2018 at 4:04 am in reply to: NExt / Previous single post navigation no longer showing up for events? #964606Hi,
I still can’t tell why this isn’t working. Please disable the “tribe-events” folder inside the child theme temporarily then check the event again.
Best regards,
IsmaelHi,
Thanks for the update. Which tab section is having this issue? Could you please save that one as a template and put it in a test page? We don’t want to accidentally break something in the live page.
Best regards,
IsmaelHi,
Thank you for using Enfold.
We already included an actual fix for the image overlay effect. Please remove the previous css code then re-save the theme options. That should fix the issue. For the logo, try to activate the mobile menu earlier in the Enfold > Main Menu panel.
Best regards,
IsmaelHi,
According to the documentation, it’s 151 connections. This is a limit imposed by your hosting provider and there’s nothing we can do about it. Please ask them if they can increase the default limit.
Best regards,
IsmaelHi,
Where did you get the form script? Please post it on pastebin.com.
Best regards,
IsmaelMay 30, 2018 at 4:10 pm in reply to: Problem with changing the appearance and centering the button to activate Google #964348Hi,
I see. Thanks for the info. Please use this script to change the default text.
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { $('.av_gmaps_browser_disabled').text('Replace this text'); })(jQuery); </script> <?php }There is no option for that yet.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Where did you get the form? The theme overrides the style of the form fields.
Best regards,
IsmaelHi,
Use the text block element and insert the icon from there. Example.
[av_font_icon icon='ue804' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' av_uid='av-zbmny' custom_class='' admin_preview_bg=''][/av_font_icon] <p class="alignleft">This is a paragraph.</p> [av_font_icon icon='ue804' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' av_uid='av-sw7na' custom_class='' admin_preview_bg=''][/av_font_icon] <p class="alignleft">This is a paragraph.</p> [av_font_icon icon='ue804' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' av_uid='av-lveke' custom_class='' admin_preview_bg=''][/av_font_icon] <p class="alignleft">This is a paragraph.</p> [av_font_icon icon='ue804' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' av_uid='av-hnmty' custom_class='' admin_preview_bg=''][/av_font_icon] <p class="alignleft">This is a paragraph.</p> [av_font_icon icon='ue804' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' av_uid='av-a6kvi' custom_class='' admin_preview_bg=''][/av_font_icon] <p class="alignleft">This is a paragraph.</p>Best regards,
IsmaelHey carstenstrandvad,
Thank you for using Enfold.
Apply a custom css class attribute to the columns so that you can specify a different margin on mobile view.
Best regards,
IsmaelMay 30, 2018 at 3:52 pm in reply to: Portfolio page styling/format is lost when moving to Enfold 4.4 from Enfold 3.8 #964332Hi,
The last video loads properly now. Is this fixed? The version of the theme is still 4.4.
Best regards,
IsmaelHey bauchope,
Thank you for using Enfold.
The slide loads properly on my Edge browser.
// https://imgur.com/a/DTca8e2
Please try to the remove browser cache.
Best regards,
Ismael -
AuthorPosts
