Forum Replies Created

Viewing 30 posts - 55,051 through 55,080 (of 67,485 total)
  • Author
    Posts
  • in reply to: Bug (?) on grid and in WC #335877

    Hey!

    Is this fixed? You can toggle any settings on Enfold > General Layout > Dimensions panel to reset the width calculation settings.

    Best regards,
    Ismael

    in reply to: Mega Menu mobile devices #335876

    Hey!

    No, unfortunately, you can’t easily modify the mega menu alignment because it is controlled via javascript. You can somehow alter it via CSS but it will require a bit of modification which is beyond the scope of support. Please visit Envato Studio or Werkpress for further customization.

    Regards,
    Ismael

    in reply to: Issue with slider #335875

    Hey Gurify!

    Thank you for using Enfold.

    You have this code on Quick CSS:

    @media only screen and (max-width: 767px) {
    .avia-slideshow-inner {
    height: 250px !important;
    }
    }

    You can remove that or replace it with this:

    @media only screen and (max-width: 767px) {
    .avia-slideshow-inner, .avia-slideshow-inner li, .avia-slideshow-inner li img {
    height: 250px !important;
    }
    }

    Unfortunately, this will distort the images.

    Best regards,
    Ismael

    in reply to: Logo link / Bottom arrow / Nonbreaking spaces / Socket #335874

    Hi!

    Glad it worked and thanks for sharing the polylang info. Have a nice day.

    Best regards,
    Ismael

    in reply to: Woocommerce integration Enfold 3 #335873

    Hi!

    Thank you for the update.

    Please try this:

    add_action( 'init', 'avia_woocommerce_cart_placement', 5);
    
    function avia_woocommerce_cart_placement()
    {
    	$position = avia_get_option('header_position',  'header_top') == "header_top" ? "ava_main_header" : "ava_inside_main_menu";
    	remove_action( $position, 'avia_woocommerce_cart_dropdown', 10);
    }

    Best regards,
    Ismael

    in reply to: avia builder inside product post type #335872

    Hi Voilaah!

    Thank you for using Enfold.

    That function is for the Product Hover meta box. I’m sorry but you can’t use the advance layout builder for single product pages. Please use the shortcode wand for additional content.

    Best regards,
    Ismael

    in reply to: displaying problem with the blog in Enfold #335871

    Hi!

    “Sujet” is not a valid permalink structure. Please refer to this link: http://codex.wordpress.org/Using_Permalinks#Choosing_your_permalink_structure

    Regarding the widget titles, you have this custom css:

    .widgettitle {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    color: white!important;
    }

    Change the color or remove it.

    Cheers!
    Ismael

    in reply to: Full Width Easy Slider #335868

    Hi Zaccc!

    Thank you for using Enfold.

    You can remove the title of the actual image on Media > Library panel or add this on functions.php:

    function remove_slide_title(){
    ?>
    <script>
    jQuery(window).load(function(){
    	var slidewrap  = jQuery('.avia-slide-wrap');
    		jQuery(slidewrap).each(function(index, element) {
                jQuery(this).removeAttr('title');
            }); 			
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'remove_slide_title', 10);

    Regards,
    Ismael

    in reply to: My footers social media buttons dissapeared #335866

    Hey!

    You can generate icon shortcodes using the shortcode wand when editing a post or page. Use that icons on a text widget. :)

    Regards,
    Ismael

    in reply to: Layer Slider wird nach dem Update nicht mehr angezeigt #335865

    Hi Edeenreich!

    Thank you for using Enfold.

    Unfortunately, we don’t use team viewer. If you can transfer the site on a live domain, we’ll be happy to look. Usually, we tell users to deactivate the plugins. See if that changes anything. Make sure that you’re running Enfold 3.0.1 on WordPress 4.0.

    Best regards,
    Ismael

    in reply to: LayerSlider ALT tags #335864

    Hi!

    Thank you for the info.

    You can change the ALT text on Media > Library panel. Look for the background image.

    Cheers!
    Ismael

    in reply to: border radius for drop down menu #335863

    Hi!

    Thank you for the screenshot.

    Use this on Quick CSS or custom.css:

    ul.sub-menu {
    border-radius: 10px;
    }
    
    .av-main-nav ul li:first-child,  .av-main-nav ul li:first-child a {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
    overflow: hidden;
    }
    
    .av-main-nav ul li:last-child,  .av-main-nav ul li:last-child a {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    overflow: hidden;
    }

    Best regards,
    Ismael

    in reply to: Caching von Inhalten mit Plugin #335862

    Hey MeisDesign!

    Thank you for using Enfold.

    W3 Total Cache have minify settings enabled by default. You can disable the minify settings or install WP Super Cache. Use the default settings. If you’re looking for a minify plugin, use BWP minify. Add this on functions.php to exclude css files:

    add_filter('bwp_minify_style_ignore', 'exclude_my_css');
     
    function exclude_my_css($excluded)
    {
        $excluded = array('avia-custom', 'avia-layout');
        return $excluded;
    }

    Cheers!
    Ismael

    Hi!

    You can use the ava_after_main_container hook coupled with is_home or is_frontpage conditional. :)

    Regards,
    Ismael

    in reply to: Logo link / Bottom arrow / Nonbreaking spaces / Socket #335486

    Hey!

    You can add a unique selector to any elements on the advance layout builder except for column layouts. Refer to this link for more info:
    http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Edit the special heading element then scroll below. Add a unique css selector on “Custom Css Class” field. For example, add “special-heading-gap”.

    You can add something like this on your custom.css or Quick CSS:

    .special-heading-gap > * {
    word-spacing: 15px;
    }

    Regards,
    Ismael

    in reply to: Javascript errors. #335485

    Hi!

    Thank you for using Enfold. I’m sorry but IE7 is not supported by the theme. Tell them to install Chrome or use the latest version of IE.

    Cheers!
    Ismael

    Hey havi!

    Thank you for using Enfold.

    Yes, we already reported the issue to Kriesi. If you don’t want the advanced styling to override the custom colors, edit config-templatebuilder > avia-shortcodes > heading.php. Find this code on line 263:

    $output .= "<div {$styling} class='av-special-heading av-special-heading-{$tag} {$color} {$style} {$class}'>";
    	        		$output .= 		$before;
    	        		$output .= 		"<{$tag} class='av-special-heading-tag' $markup >{$heading}</{$tag}>";

    Replace it with:

    $output .= "<div class='av-special-heading av-special-heading-{$tag} {$color} {$style} {$class}'>";
    	        		$output .= 		$before;
    	        		$output .= 		"<{$tag} {$styling} class='av-special-heading-tag' $markup >{$heading}</{$tag}>";

    Regards,
    Ismael

    in reply to: border radius for drop down menu #335480

    Hi envapk2!

    Thank you for using Enfold.

    Please post a screenshot on how you want the submenu to look like. You can use imgur, dropbox, clipular etc.

    Regards,
    Ismael

    in reply to: Precheck Checkbox and Language question #335479

    Hi digitalcrossover!

    Thank you for using Enfold.

    1.) It’s not possible with the theme’s contact form by default but you can use the Contact Form 7. Refer to this link: http://contactform7.com/checkboxes-radio-buttons-and-menus/

    2.) Yes, use the WPML plugin if you want multi language site. :)

    Regards,
    Ismael

    in reply to: Enfold Responsive Header issue for Ipad air #335478

    Hey!

    Thank you for the update.

    Please go to Enfold > Header > Mobile Menu panel. Choose the second option on Header Mobile Menu activation setting.

    Cheers!
    Ismael

    in reply to: avia layout builder not working #335475

    Hey!

    Is OK if we deactivate the plugins while working on the site? There are a lot of script errors. It even throws out an error while scrolling.

    Cheers!
    Ismael

    in reply to: Woocommerce integration Enfold 3 #335465

    Hey Voilaah!

    Thank you for using Enfold.

    Please replace it with this:

    remove_action( 'init', 'avia_woocommerce_cart_placement', 10);
    

    Cheers!
    Ismael

    in reply to: Fullwidth area with Single Image #335464

    Hey Kameel!

    Thank you for using Enfold.

    You can replace it with the Color Section or the Fullwidth Easy Slider. Add the image as background then set the Background Repeat to Stretch to Fit.

    Cheers!
    Ismael

    in reply to: Remove Icon In Blog Grid Layout #335463

    Hey John!

    Thank you for using Enfold.

    You can use this on Quick CSS or custom.css:

    a.slide-image {
    display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Enfold 3 layout problems #335462

    Hi!

    Please use this on Quick CSS or custom.css:

    .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    }

    Best regards,
    Ismael

    in reply to: Missing Enfold Theme Op tabs #335459

    Hi Animationink!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual website? Make sure that you’re running Enfold 3.0.1.

    Cheers!
    Ismael

    in reply to: Social media sharing icons on portfolio entries #335458

    Hey momon!

    Thank you for using Enfold.

    You can use this on functions.php:

    add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2);
    function avia_add_social_toolbar($id = "", $context = "")
    {
    	if($context == "single-portfolio")
    		avia_social_share_links();
    }
    
    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {
    	$content .= avia_social_share_links(array(), false);
    	$content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>';
    	return $content;
    }

    Cheers!
    Ismael

    Hey!

    Oh. Sorry about that. Mind sharing the fix?

    Cheers!
    Ismael

    in reply to: Enfold Theme problem with alignment #335451

    Hey!

    I’m afraid you can’t easily align the easy slider because it is responsive or fluid. The slider will depend on the size of the container. Anyway, you can try this:

    .avia-slideshow ul.avia-slideshow-inner,  .avia-slideshow ul.avia-slideshow-inner li, .avia-slideshow ul.avia-slideshow-inner li img {
    height: 350px !important;
    }

    Use css media queries to adjust the height on different screen sizes.

    Regards,
    Ismael

    Hey takingaction!

    Thank you for using Enfold.

    Please try to add this on Quick CSS or custom.css:

    .mfp-ready .mfp-figure {
    opacity: 1 !important;
    }

    Regards,
    Ismael

Viewing 30 posts - 55,051 through 55,080 (of 67,485 total)