Forum Replies Created

Viewing 30 posts - 28,741 through 28,770 (of 67,570 total)
  • Author
    Posts
  • in reply to: internal server error when using plugins #980839

    Hi,

    Add this filter in the functions.php file to disable the widget’s cronjob.

    add_filter('avf_instagram_activate_cron', 'avf_instagram_disable_cron', 10); 
    function avf_instagram_disable_cron() {
    	return false;
    }

    Best regards,
    Ismael

    in reply to: Google Maps API Key not accepting #980838

    Hi,

    Thanks for the update.

    This was an issue with the German translation. It’s been fixed on version 4.4.1. Please download the latest version from your Themeforest account and then update your installation via FTP.

    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold
    // https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#update-via-ftp

    Best regards,
    Ismael

    Hi,

    I get the same error. Please contact your hosting provider.

    Best regards,
    Ismael

    in reply to: Add text below comment form #980829

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Recent Posts Styling #980828

    Hi,

    Thanks for the update. I still get the error though. Please ask your hosting provider to configure the security options.

    Best regards,
    Ismael

    in reply to: How to Center Footer Nav Menu with Copyright Below? #980825

    Hi,

    This css code should reveal the background image on mobile view.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .header_color .header_bg {
        background: transparent url(//www.new.barrelracingtips.com/wp-content/uploads/2018/06/experiment.png) bottom center no-repeat scroll;
      }
    
      .header_color .header_bg {
        background-size: cover;
      }
    
      .html_header_top.html_header_sticky #top #wrap_all #main {
        margin-top: -50px;
      }
    }

    Best regards,
    Ismael

    in reply to: Demo Import – Media missing #980440

    Hi,

    Thanks for the update.

    The media files can’t be imported properly so I had to upload them manually. I also did a database search and replace to adjust the image url. The images displayed properly after this but they’re still not accessible in the Media panel. Are you going to replace the images with your own?

    Please remove the browser cache prior to checking the site.

    Best regards,
    Ismael

    in reply to: Website Admin Functions no longer working. #980425

    Hi,

    Thanks for the update.

    The theme is now update to date but the theme options is still not displaying properly so I had to deactivate some of the plugins temporarily. Please activate them one at a time to find the cause of the issue.

    Best regards,
    Ismael

    in reply to: Google Maps API Key not accepting #980421

    Hey NBSGMBH,

    Thank you for using Enfold.

    Did you update the theme to version 4.4.1? Please provide a link to the site so that we can inspect it.

    Best regards,
    Ismael

    in reply to: Improve the resolution of images in Masonry Gallery. #980420

    Hey aintzerga,

    Thank you for using Enfold.

    The maximum size of the masonry thumbnail is set to 705x705px so you have to increase it. Use the following plugin then go the Settings > Media panel. Adjust the size of the masonry thumbnail, update, save and then regenerate the thumbnails.

    // https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    in reply to: Slider Buttons cutoff on Mobile #980419

    Hi,

    Thank you for using Enfold.

    Adjust the default caption margin to create more space for the button. You can also decrease the size of the button on mobile view. Try this css code.

    @media only screen and (max-width: 767px) {
        .avia-caption-content p {
            margin: 5px 0;
        }
    
        #top .avia-slideshow-button {
            margin-top: 5px;
        }
    }

    Don’t forge to purge the cache prior to checking the page.

    Best regards,
    Ismael

    Hey realisedesign,

    Thank you for using Enfold.

    You can define your own transition or effect. This is the default animation.

    /*pop up animation*/
    @-webkit-keyframes avia_msonry_show {
      0%   { -webkit-transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
      100% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
    }
    @keyframes avia_msonry_show {
      0%   { transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
      100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
    }
    
    /*animated arrow animattion*/
    @-webkit-keyframes avia_fade_move_down {
      0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { -webkit-transform:translate(0,20px); opacity: 0; }
    }
    @keyframes avia_fade_move_down {
      0%   { transform:translate(0,-20px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { transform:translate(0,20px); opacity: 0; }
    }
    

    More info about css keyframes: https://www.w3schools.com/CSSref/css3_pr_animation-keyframes.asp

    Best regards,
    Ismael

    in reply to: Color Section fixed background image (chrome) bug #980416

    Hey DUALWERK,

    Thank you for using Enfold.

    We received a few inquiries about this and it seems like setting the “will-change” property to “transform” fixes the issue. Please use this css code.

    .avia-chrome .avia-bg-style-fixed {
        will-change: transform;
    }
    

    Related thread: https://kriesi.at/support/topic/chrome-67-broke-backgroundfixed/

    Best regards,
    Ismael

    in reply to: Post Category in Masonary Gallery #980412

    Hey!

    Great! Glad we could help. We’ll close the thread now. :)

    Best regards,
    Ismael

    in reply to: Huge size for a Masonry Object #980411

    Hi,

    That’s odd. Please try to decrease the default image quality. The theme sets it to 100 instead of the WP default value of 80.

    function av_return_100(){ return 80; }
    add_filter('jpeg_quality', 'av_return_100');
    add_filter('wp_editor_set_quality', 'av_return_100');
    

    You have to regenerate or upload the images again.

    // https://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

    in reply to: Blog #980404

    Hi,

    You can use the advance layout builder for the posts but you can’t display its content in the blog or the blog overview page because it will render the shortcodes instead of the actual content. Do note that the content will display in the single post page. If you want to display something in the blog overview page or the category pages, set the Excerpt manually. You have to enable the Excerpt box from the post editor’s Screen Options.

    Best regards,
    Ismael

    in reply to: internal server error when using plugins #980403

    Hi,

    Awesome! Glad it worked!

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Portfolio/Masonary grid next/previous order #980401

    Hi,

    Thanks for the update.

    Remove the “avia_post_nav_settings” and then set the parameters directly on the entries filter.

    add_filter( 'avia_post_nav_entries', 'avia_post_nav_entries_mod', 10, 2);
    function avia_post_nav_entries_mod($entries, $settings) {
    	if(is_singular('portfolio'))) {
    		$entries['prev'] = get_next_post(true, '', 'portfolio_entries');
    		$entries['next'] = get_previous_post(true, '', 'portfolio_entries');
    	}
    	return $entries;
    }

    Best regards,
    Ismael

    Hi,

    Thanks for the update. Please let us know once the dev site is accessible. And point us to the script so that we can check it.

    Best regards,
    Ismael

    in reply to: Additional issues with Gravity Forms #980398

    Hi,

    No worries. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

    Hi,

    I modified the framework > php > class-gmaps.php file so the api check gets through regardless of the geocoding result. I had to do this because the geocoding service is asking for another authentication.

    Geocoding Service: This API project is not authorized to use this API.  For more information on authentication and Google Maps Javascript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key js?v=3.32&callback=av_backend_maps_loaded&key=AIzaSyAmYRbX9tTqk3Cg0Qi3PSJqzUHQvudRv2M:42 
    

    I pushed the issue to the team. Please try to create another key for the Geocoding Service API so that we can test it further.

    Best regards,
    Ismael

    in reply to: Recent Posts Styling #980387

    Hi,

    This is what I get when I visit the site.

    // https://imgur.com/a/Mrozccl

    Best regards,
    Ismael

    Hi,

    This is what I get when I visit the site.

    // https://imgur.com/a/Mrozccl

    Best regards,
    Ismael

    in reply to: Zoom SVG on Gallery #980385

    Hi,

    I see. Would you mind creating a test page so that we can inspect the issue?

    Best regards,
    Ismael

    in reply to: Enfold google maps widget saturation #980384

    Hi,

    Thanks for the update. I adjusted the filter a bit. Please use this one instead.

    add_filter('shortcode_atts_av_google_map', 'avf_shortcode_atts_av_google_map', 10, 4);
    function avf_shortcode_atts_av_google_map($out, $pairs, $atts, $shortcode) {
    	$out['saturation'] = '-50';
    	return $out;
    }

    Best regards,
    Ismael

    in reply to: Add text below comment form #980382

    Hi,

    Yes, it’s possible. Use this filter in the functions.php file.

    add_filter( 'comment_form_fields', 'avf_privacy_comment_text', 10, 1);
    function avf_privacy_comment_text($fields)
    {	
    	$output = '<p class="comment-form-avf-privatepolicy">Hinweise zur Verarbeitung Deiner Angaben und Widerspruchsrechte: <a target="_blank" href="#">Datenschutzerklärung</a>.</p>';
    	$fields['comment-form-avf-privatepolicy'] = $output;
    	return $fields;
    }

    Adjust the href attribute of the link tag.

    Best regards,
    Ismael

    Hi,

    Awesome! Glad it is fixed! :)

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    Add this css code inside that css media query. You may need to adjust the max-width value to 768px.

    div .av-instagram-row:nth-child(2) {
        display: none !important;
    }

    Best regards,
    Ismael

    in reply to: problems with all changes in the theme #980376

    Hi,

    Thanks for the update.

    1.) Use the theme’s Custom Font Manager in the Enfold > Import/Export panel. You’ll be able to upload google fonts locally instead of fetching them from Google itself.

    2.) Yes, it’s possible. Go to the Enfold > Main Menu panel and then set the “Menu Items for Desktop” to “Display as icon”. Configure the Burger/Mobile Menu style afterwards.

    Best regards,
    Ismael

    in reply to: WPML + preview Images not working #980374

    Hi,

    Thanks for the update. You haven’t set a featured image to the portfolio item yet. (see private field)

    Best regards,
    Ismael

Viewing 30 posts - 28,741 through 28,770 (of 67,570 total)