Forum Replies Created

Viewing 30 posts - 21,631 through 21,660 (of 67,485 total)
  • Author
    Posts
  • in reply to: white font in newsletter #1134851

    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,
    Ismael

    in reply to: Yelp Social Icon – Not Displaying #1134849

    Hey 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,
    Ismael

    in reply to: Frame under Footer. How can i deleted it? #1134825

    Hi,

    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,
    Ismael

    in reply to: Google Maps API key #1134799

    Hi,

    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,
    Ismael

    in reply to: Fullwidth slider with png images fade animation issue #1134798

    Hi,

    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,
    Ismael

    Hey 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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: No Optimisation for IOS 'Fullscreen Slider' #1134783

    Hey 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,
    Ismael

    Hey 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,
    Ismael

    in reply to: Text not showing on 'block of text' #1134396

    Hi,

    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,
    Ismael

    Hey 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,
    Ismael

    in reply to: Full length breadcrumbs woocommerce #1134390

    Hey 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,
    Ismael

    in reply to: With 4.6 no Checkbox below Message Form and others. #1134370

    Hi,

    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,
    Ismael

    in reply to: Add full-width banner above calendar on Events Calendar page #1134367

    Hi,

    You’re welcome! Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Freelance Demo not responsive for phone or ipad #1134366

    Hi,

    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,
    Ismael

    in reply to: Loop-search.php Example #1134363

    Hi,

    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,
    Ismael

    in reply to: Consentement coockies bar #1134359

    Hi,

    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,
    Ismael

    in reply to: Enfold Masonry Blog – Modern Tribe Calendar & Other posts #1134351

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: Two Questions. Just Updated To 4.6……. #1134329

    Hi,

    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,
    Ismael

    in reply to: Remove Padding on mobile #1134325

    Hi,

    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,
    Ismael

    in reply to: GPDR-checkbox for contact forms missing since 4.6 update #1134322

    Hi,

    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,
    Ismael

    in reply to: Maps not showing after update to 4.6 #1134320

    Hi,

    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,
    Ismael

    in reply to: Problem with full width by using bloglist #1134319

    Hi,

    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,
    Ismael

    in reply to: after_section elements #1134315

    Hi,

    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,
    Ismael

    in reply to: enfold forms are not sending #1134310

    Hi,

    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,
    Ismael

    in reply to: Post disappeared #1134308

    Hi,

    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,
    Ismael

    in reply to: Pagination on woocommerce shop #1134307

    Hi,

    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,
    Ismael

    Hi,

    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,
    Ismael

    in reply to: ? added: Developer tab to modal popup of alb elements #1134289

    Hey Guenter,

    Thank you for the inquiry.

    The “modal popup” refers to the elements’ editor. There’s a new “Developer” tab where you can add custom css class and id attributes for the element.

    Best regards,
    Ismael

Viewing 30 posts - 21,631 through 21,660 (of 67,485 total)