Forum Replies Created

Viewing 30 posts - 50,581 through 50,610 (of 67,534 total)
  • Author
    Posts
  • in reply to: Email form not seding with Enfold form #419992

    Hi!

    Please refer to this link for a possible fix: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    Also, if possible, please contact your hosting provider. Maybe they can provide more info regarding the issue.

    Best regards,
    Ismael

    in reply to: Lightbox image size and related entries thumbnail size #419991

    Hi!

    You can’t choose a different thumbnail size for the masonry element but you can change the size of the thumbnail assigned to it. Use the Simple Image Sizes plugin, go to Settings > Media panel. Adjust the masonry size thumbnail.

    Cheers!
    Ismael

    Hi!

    Edit the page using the advance layout builder, you’ll see the Grid Row element inside the Layout Elements panel. No, you can’t create slider animations inside the grid row element but you can insert easy and content sliders inside the cells. Please take some time to review all of the resources in the Theme Documentation. A lot of basic stuff like theme installation, element configuration, options overview, css snippets and whole lot of handy stuff about the theme. You can watch video tutorials or get hold of a few hooks and filter functions that may help you to modify the theme as you like. You can also search the forum for any related questions or issues.

    If you don’t find what you’re looking for, don’t hesitate to let us know and we will be happy to assist you. For any complicated questions or add-on, please visit our Feature Requests page. Thanks!

    Regards,
    Ismael

    in reply to: Portfolio itens previous and next #419987

    Hi!

    Thank you for using Enfold.

    Are you referring to the post navigation found on both end of the screens? Add this to the functions.php file:

    add_filter( 'avia_post_nav_settings', 'enfold_customization_same_cat' );
    function enfold_customization_same_cat( $s ) {
        $s['same_category'] = true;
    	return $s;
    }

    Regards,
    Ismael

    in reply to: Limit navigation between posts to one category #419986

    Hey!

    Are you sure that you used the correct taxonomy and post type name? Did you use a plugin to create the custom post type? Please open a new thread and post the login details there. We would like to check it.

    Cheers!
    Ismael

    in reply to: Custom CSS caching issue – continued #419984

    Hi DavyE!

    Thank you for using Enfold.

    I checked the site and I noticed that you didn’t add the filemtime fix for the custom.css file. It still says version 2 instead of the time the file was modified.

    Regards,
    Ismael

    in reply to: Sidebar background color #419866

    Hi!

    Please remove the css code then replace it with this:

    aside.sidebar.sidebar_right {
      background: #f1f1f1;
      padding-right: 50px;
    }

    Add this to the functions.php file:

    add_action('wp_footer', 'ava_sidebar_height');
    function ava_sidebar_height(){
    ?>
    <script>
    (function($){	
    	$(window).resize(function() {
    		var contenth = $('.container .av-content-small.units').height();
    		$('.sidebar.sidebar_right').css('min-height', contenth);
    	}).resize();
    })(jQuery);
    </script>
    <?php
    }
    

    You might need to increase the sidebar width in the Content | Sidebar Ratio setting.

    Cheers!
    Ismael

    in reply to: Saving didnt work! Please reload the page and try again #419864

    Hi!

    I checked the site but it’s not using the Enfold theme. Did you switch the theme? Please activate the Enfold theme then try to deactivate all plugins. Test the site again.

    Regards,
    Ismael

    in reply to: Vaultpress security threat – shortcodes/Woo Commerce #419863

    Hey kristenangel!

    Thank you for using Enfold.

    The theme doesn’t utilize any of the WooThemes Framework so I’m not sure what’s the connection.

    Do you have any other premium themes other than Enfold? There’s a chance, one way or another that the scanner will find “malicious” scripts on it. Most of these errors or warnings are invalid or inaccurate. You can just ignore them or you can install security plugins to prevent any possible security threats.

    Regards,
    Ismael

    Hi!

    Thank you for using Enfold.

    Where do you want to add the video? You can use the Video element in the advance layout builder. A screenshot will help.

    Best regards,
    Ismael

    in reply to: Bootstrap or Foundation? (Enfold Compatibility) #419859

    Hey!

    Thank you for using Enfold and sorry for the delay.

    If you’re the kind of user who can create a plugin using a framework, I don’t think you will be needing any of our advice. For what it’s worth, the scrollspy feature that is being use inside the theme is based from the bootstrap framework. I’ll ask Kriesi to take a look, he will give you a more appropriate answer.

    Cheers!
    Ismael

    Hey!

    The background size of the color section is set to cover so it will scale the image to be as large as possible to completely cover the background area. It will make it more responsive but it will somehow cut parts of the images. You can set the background size to 100% but it will stretch the image to an ugly proportion. Can you please provide a screenshot of how you want the section to look on mobile?

    Cheers!
    Ismael

    in reply to: Parallax image is't diplayed in full #419851

    Hi!

    We added an auto resize script and the background seems to snap back after less than a second or when the layer slider started. Please remove browser cache then reload the page.

    Best regards,
    Ismael

    in reply to: Fullscreen slider dots removed? #419849

    Hey DavyE!

    Thank you for using Enfold.

    Did you set the Slideshow control styling? to Default? Please post the website url here.

    Best regards,
    Ismael

    in reply to: Tabs on mobile #419762

    Hi!

    Sorry for the delay. Please post the WP login details here as well. We need to deactivate the minify settings because any changes we do in the shortcodes.js file will not take any effect.

    Regards,
    Ismael

    Hi!

    Yes, unfortunately, it will not display the full content when using the advance layout builder for posts. You either need to use the excerpt box to create a summary for the blog overview page or switch to the default editor and use the shortcode wand instead.

    Cheers!
    Ismael

    Hey!

    Please give us a link to the actual page with the accordion element. We would like to check it.

    Cheers!
    Ismael

    in reply to: Header trotz linksbündigem Menü #419743

    Hi!

    Thank you for using Enfold.

    Sorry for the delay. It’s quite possible but it will require custom modifications that is outside the scope of support. Unfortunately, you can only choose between the left or right sidebar menu and the default header. You can’t have both out of the box. You can visit our new customization partner, codeable.io. http://kriesi.at/contact/customization

    Cheers!
    Ismael

    in reply to: LINE BREAK CAPTIONS FULLSCREEN SLIDER #419742

    Hey mleite1!

    Thank you for using Enfold.

    Add this to the Quick CSS field:

    .slideshow_caption {
      width: 100%;
    }
    
    .avia-caption-content {
      width: 42%;
      right: 0;
      position: absolute;
    }

    The image size is quite enough but since the background or image size is set to cover, expect to have parts of the images get cut off. It will scale the image to be as large as possible so that the background area is completely covered, making it fully responsive with a few compromises. Setting the background size to 100% will distort the images to an ugly proportion.

    Regards,
    Ismael

    in reply to: Woocommerce add to cart product shortcode, but … #419738

    Hey peterash!

    Thank you for using Enfold.

    We have removed the cart pop up on the latest versions of the theme. It shouldn’t display anymore. Please download the latest version, 3.1.2, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Cheers!
    Ismael

    in reply to: How to turn element into link #419735

    Hey!

    Please check it here: https://kriesi.at/support/topic/alignment-2/

    Cheers!
    Ismael

    in reply to: How to assign custom links to pages #419732

    Hi!

    I’m not exactly sure what you’re trying to do. Can you please provide a screenshot of the mock up or design layout that you want to achieve?

    Regards,
    Ismael

    in reply to: Sticky header logo and background colour #419729

    Hi!

    Add this to the functions.php file:

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
        $sub .= "<a class='second-logo' href='#'><img src='http://kompleteaccounting.com.au/wp-content/uploads/2015/02/KAG-340w-drop-shadow.png' /></a>";
        return $sub;
    }

    After that, add this to the Quick CSS field:

    @media only screen and (min-width: 480px) {
    .second-logo { display: none; }}
    @media only screen and (max-width: 480px) { 
    .logo { display: none; }}

    Cheers!
    Ismael

    in reply to: WMPL whitout flags #419726

    Hey!

    Add this to the functions.php file to remove the flags:

    add_action('after_setup_theme','avia_remove_main_menu_flags');
    function avia_remove_main_menu_flags(){
            remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
            remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
    }

    Regards,
    Ismael

    in reply to: Font icon doesn't work #419723

    Hey!

    I’m not sure why the CORS fix isn’t working. Maybe, you should ask your hosting provider for more info regarding this error:

    Font from origin ‘http://accelium-assurances.fr&#8217; has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://www.accelium-assurances.fr&#8217; is therefore not allowed access.

    Cheers!
    Ismael

    Hey!

    The images are hidden on mobile devices because there’s just not enough space to contain the timeline and content. Anyway, you add this to display the images:

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
      display: block;
    }}

    You can change the single post style on Enfold > Blog Layout > Single Post Style.

    Cheers!
    Ismael

    in reply to: Text encoding problems after latest update #419718

    Hey!

    Is the post content collation set to latin? or utf-8? Please check the database, go to wp_postmeta, click Search then input id “1881” to the post_id field. Look for the result with _aviaLayoutBuilderCleanData meta_key then click Edit. Go to the Structure then check if the meta_value’s collation is set to utf8.

    Cheers!
    Ismael

    in reply to: ALIGNMENT #419713

    Hey!

    Thank you for using Enfold.

    What is the actual resolution of the monitor? Did you just zoom out the browser to reproduce the issue? You can add a left margin to the promobox:

    .av_promobox {
      margin-left: 50px;
    }

    Turn on the custom css class field to apply the modification to that specific element: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

    Hey!

    Use the actual youtube url instead of the youtube share url.

    https://www.youtube.com/watch?v=l7jGrFLVvd4&feature=youtu.be
    

    Cheers!
    Ismael

    Hey!

    Thank you for using Enfold.

    I’m sorry but you’re using an old version of the theme, 3.0.4. Please download the latest version, 3.1.2, from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    The layer slider isn’t fully supported on older versions of internet explorer so you might need to add an easy slider specifically for IE. Use css to hide or show any specific sliders on different kind of browsers. This one for example will hide the layer slider on IE then show the easy slider instead:

    .avia-msie div#layer_slider_1 {
    display: none !important;
    }
    
    .avia-slideshow {
    display: none;
    }
    
    .avia-msie .avia-slideshow {
    display: block;
    }

    Turn on the custom css class to add a unique class attribute to the slideshow: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

Viewing 30 posts - 50,581 through 50,610 (of 67,534 total)