Forum Replies Created
-
AuthorPosts
-
Hey diefleischerei,
Thank you for using Enfold.
You can use this css code to adjust the font color of the input fields.
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select { border-color: #f8f8f8; background-color: #ffffff; color: #000000; }Or try to reconfigure the styles in the General Styling > Main Content panel.
Best regards,
IsmaelHey sjahan,
Thank you for the update.
We adjusted the character code of the yelp icon a bit and removed the css code.
$icons['yelp'] = array( 'font' =>'fontello', 'icon' => 'uf1e9'); $icons['google'] = array( 'font' =>'fontello', 'icon' => 'uf1a0');Best regards,
IsmaelHi,
Thank you for the update.
The site loads fine on Chrome, Edge and Firefox on Window 10. We don’t see any space below the footer. Have you checked it on another computer? Please try to remove the browser cache.
Best regards,
IsmaelHi,
Thank you for the update.
You should be able to restrict the key in the console’s API & Credentials panel. CLick on the API key and look for the HTTPs restrictions. Add the site URL or use a wildcard pattern. Please refer to the documentation for more info.
// https://kriesi.at/documentation/enfold/google-map/#add-an-api-key
If you want to enable a particular API, follow this short tutorial.
// https://kriesi.at/documentation/enfold/google-map/#enable-services-for-google-api
Best regards,
IsmaelSeptember 6, 2019 at 8:23 am in reply to: Fullwidth slider with png images fade animation issue #1134798Hi,
Thank you for the update.
Have you tried setting the “Slideshow Transition” from “fade” to “slide”? We might be able to change the transition, but you have to modify the config-templatebuilder > aviashortcodes > slideshow > slideshow.js file. Set the “fullfade” parameter to true.
//if slider animation is set to "fade" the fullfade property sets the crossfade behaviour fullfade: false,Best regards,
IsmaelSeptember 6, 2019 at 8:10 am in reply to: How to set different featured image for a particular category in grid format #1134792Hey pepin,
Thank you for using Enfold.
You have to set the “preview_mode” parameter or attributes of the “avia_post_slider” from “auto” to “custom”, then define the “image_size” value or thumbnail.
'preview_mode' => custom, 'image_size' => 'large',Default image_size value is portfolio.
Best regards,
IsmaelSeptember 6, 2019 at 8:05 am in reply to: Table of contents widget: how to show it on top of the content of a post or page #1134789Hi,
We would like to add the script, but the Appearance > Editor panel is not accessible. Please enable it or post the FTP details in the private field. You can try this script in the functions.php file for the meantime.
add_action('wp_footer', function() { ?> <script> (function($) { $(document).ready(function() { $('.av_toc_container').prependTo('.entry-content'); }); })(jQuery); </script> <?php });Best regards,
IsmaelHey Mark,
Thank you for using Enfold.
The slider looks fine on our end. This is a screenshot of your home page.
// https://imgur.com/a/B6Iye5J
Where are you testing it?
Best regards,
IsmaelSeptember 5, 2019 at 1:36 pm in reply to: Show JQuery datepicker for start and end date only for admin #1134401Hey torstenhalm,
Thank you for using Enfold.
Where exactly would you like to add the date picker? Please provide a screenshot so that we can understand your request better.
Best regards,
IsmaelHi,
Thank you for the update.
Were you referring to the following text?
<p style="text-align: center;">Le Passing Cologny vous propose des pizzas faites par notre pizzaiolo napolitain! A consommer sur place ou à l’emporter. Tous nos pizzas sont élaborés avec des produits frais de qualité et de saison..</p>It is editable or it shows fine when we edit the text block. Please try to use another browser.
Best regards,
IsmaelSeptember 5, 2019 at 1:24 pm in reply to: Youtube video not showing preload pictures after updating to 4.6 #1134393Hey Karl,
Thank you for the update.
Did you set a preview or fallback image for the video element? If you haven’t, please edit the video element and look for the “Choose a preview/fallback image” settings.
Best regards,
IsmaelHey Thomas,
Sorry for the delay.
You can use this filter in the functions.php file to adjust the char limit.
add_filter('avia_breadcrumbs_args', function($args) { $args['truncate'] = 9999; return $args; }, 10, 1);Default value is 70.
Best regards,
IsmaelSeptember 5, 2019 at 12:48 pm in reply to: With 4.6 no Checkbox below Message Form and others. #1134370Hi,
Sorry for the confusion. We just got informed that the new privacy shortcode “[av_privacy_allow_cookies]” should be added in the privacy modal popup window or your privacy page so that users can choose whether to accept cookies or not.
// https://kriesi.at/support/topic/maps-not-showing-after-update-to-4-6/#post-1134320
We would like to modify the file but the Appearance > Editor panel is not accessible. Please post the FTP details in the private field.
Best regards,
IsmaelSeptember 5, 2019 at 12:43 pm in reply to: Add full-width banner above calendar on Events Calendar page #1134367Hi,
You’re welcome! Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Ah yes, we can see that. Please include this code in the css media query.
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { width: 100%; }Thank you for the update.
Best regards,
IsmaelHi,
The files permission should be set to 644 by default and folders to 755.
// https://wordpress.org/support/article/changing-file-permissions/
Thank you for the update.
Best regards,
IsmaelHi,
Thank you for the update.
We were not aware of the following changes in the privacy options, so we failed to suggest it to you earlier. You need to make the “[av_privacy_allow_cookies]” accessible for your users so that they can choose to enable cookies. Please refer to the following thread for more info.
// https://kriesi.at/support/topic/maps-not-showing-after-update-to-4-6/#post-1134320
Best regards,
IsmaelSeptember 5, 2019 at 12:23 pm in reply to: Enfold Masonry Blog – Modern Tribe Calendar & Other posts #1134351Hi,
Thank you for the update.
We modified the condition a bit. The filter will only be applied when the taxonomy parameter is set to “tribe_events_cat”.
if(is_page(9002) && $params['taxonomy'] == 'tribe_events_cat') { $query['post__in'] = $include; }Best regards,
IsmaelSeptember 5, 2019 at 12:17 pm in reply to: Svg logo full width and full height of header centered above menu #1134347Hi,
Thank you for the update.
You can add this inside one of the css media query for mobile view.
.responsive #top #wrap_all .av-logo-container { width: 100%; max-width: 100%; } .responsive .logo img { height: 80px !important; } .template-page.content { padding-top: 80px; }It should result to this.
Screenshot: https://imgur.com/a/EPEgOjL
Best regards,
IsmaelHi,
Thank you for the update.
In the latest version, you now have to add the ‘[av_privacy_allow_cookies]” privacy shortcode so that users can choose whether to accept cookies or not. The consent bar will always popup when this option is disabled.
// https://kriesi.at/support/topic/maps-not-showing-after-update-to-4-6/#post-1134320
Best regards,
IsmaelHi,
Thank you for the update.
You can adjust the width and max-width value in this css code.
.responsive #top #wrap_all #vgs-section .container { width: 100%; max-width: 100%; }We added it in the Quick SSS field.
Best regards,
IsmaelSeptember 5, 2019 at 11:21 am in reply to: GPDR-checkbox for contact forms missing since 4.6 update #1134322Hi,
Thank you for the update.
Did you add the new privacy shortcode “[av_privacy_allow_cookies]”? It has to be added in the popup modal or the privacy page, and enabled by the users. Or you can set the “Enable cookie consent messages” to the 4th option.
// https://kriesi.at/support/topic/maps-not-showing-after-update-to-4-6/#post-1134320
Best regards,
IsmaelHi,
We just got notified that you have to add the “[av_privacy_allow_cookies]” in the privacy modal popup or the privacy page so that users can choose whether to accept cookies or not. If this option is disabled or nowhere to be found, the consent message will popup on every page load. You can also set the “Enable cookie consent messages” to the 4th option as @2funky suggested.
The dev team is working on a solution that will enable the “av_privacy_allow_cookies” by default when it’s not added manually.
Best regards,
IsmaelHi,
Thank you for the update.
We can’t login because we’re getting redirected to the following page.
// https://imgur.com/a/8nncyay
Any idea why it’s happening? Did you block certain countries’ access to the site?
Best regards,
IsmaelHi,
It’s probably caused by spaces in the shortcode field that were left after deleting elements, which is mistakenly detected by the builder as actual elements, so the builder wraps them inside a section container.
We edited the page same as the staging site.
Best regards,
IsmaelHi,
There is a new mandatory privacy shortcode called “[av_privacy_allow_cookies]” that will allow users to accept all cookies. It has to be added in the privacy modal popup or the privacy page and enabled by the users, otherwise the cookie consent message bar will just pop up on every page load. You can also set the “Enable cookie consent messages” to the 4th option (Use as a simple message bar only) if you don’t want to add the new shortcode.
The dev team is working on a solution that will enable this privacy option by default so that you’ll have the option not to add it.
Best regards,
IsmaelHi,
We can’t delete the post via FTP. We need to access the database and we can only go there via cpanel. Please post the cpanel login account.
Best regards,
IsmaelHi,
With every page reload cookie bar is showing.
You can set the “Enable cookie consent messages” to the 4th option (Use as a simple message bar only), or add the “[av_privacy_allow_cookies]” option in your privacy popup modal or the privacy page so that users can choose whether they want to allow cookies or not.
Best regards,
IsmaelSeptember 5, 2019 at 10:45 am in reply to: Trying to get property of non-object in …class-schema-utils.php on line 26 #1134300Hi,
Thank you for the update.
The site is running an older version of the theme, v4.5.6. Please try to upgrade the theme to v4.6, then update us once it’s ready. We’ll check the issue again afterwards.
Best regards,
IsmaelSeptember 5, 2019 at 10:33 am in reply to: ? added: Developer tab to modal popup of alb elements #1134289 -
AuthorPosts
