Forum Replies Created

Viewing 30 posts - 38,731 through 38,760 (of 66,745 total)
  • Author
    Posts
  • Hi,

    It’s the container opacity transition. Please disable it with the following css code.

    .js_active .av-minimum-height .container {
        z-index: 1;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
    }

    Best regards,
    Ismael

    in reply to: Product size (in woocommerce) #703549

    Hi,

    Great! Glad @andy could helped. :)

    Best regards,
    Ismael

    in reply to: Lightbox image duplicated if thumbnail exists #703547

    Hi,

    Thank you for the info. Unfortunately, the login info seems incorrect. I got this error when I try to logged in to the site.

    HIBA: Érvénytelen felhasználónév, e-mail cím, vagy jelszó.

    Best regards,
    Ismael

    in reply to: Advanced LayerSlider – Video issues in Safari #703544

    Hi,

    Thank you for the update. I can’t reproduce the issue on my end. Could you please provide a short clip of the issue? Or try this css code in the Quick CSS field to constrain the height of the video container.

    Best regards,
    Ismael

    in reply to: Add Button to Layer slider #703543

    Hi,

    That is an old thread and there’s a lot of changes with the button shortcode. Please generate the button shortcode in a temporary page or post using the shortcode wand or the Insert Theme Shortcode button. Copy it then place it inside a layer. Note that you won’t be able to see the actual button in the slider preview but it should work in the frontend. If you need help with it, please post the login details so that we can make an example.

    Best regards,
    Ismael

    Hey brand4,

    Thank you for using Enfold.

    I checked the site but I don’t see that video in the screenshot. Did you remove it? And please note that background videos are disabled on mobile by default so you have to add a fallback image.

    P.S. Awesome site. Good job! :)

    Best regards,
    Ismael

    in reply to: Contact form not working in Firefox #703540

    Hi,

    I’m not sure why it works on Chrome and not on a Firefox browser. Do you have any extensions in your firefox browser? Have you tried it on another computer or network?

    Best regards,
    Ismael

    in reply to: Slider cut off on mobile #703539

    Hi,

    Please adjust the font size of the caption on mobile so that it fits the slider.

    @media only screen and (max-width: 768px) {
        .responsive #top .slideshow_caption h2 {
            font-size: 15px !important;
        }
    }

    For other inquiries, kindly create a new thread. Thank you.

    Best regards,
    Ismael

    in reply to: Sticky nav only, in "Logo Left; Menu Below" Header layout #703185

    Hi,

    Please enable the “Shrinking Header” option in the Enfold > Header > Header Behavior panel. And then add the following css code.

    .header-scrolled #header_main .av-logo-container {
        display: none;
    }

    I know that you don’t need a shrinking header but turning that option will enable us to use a custom class attribute called “header-scrolled” which is added to the header container on scroll.

    Best regards,
    Ismael

    Hi,

    We tried to access the dashboard but the login credentials are not working, invalid email. Please check it carefully.

    Best regards,
    Ismael

    in reply to: Accordeon not working #703180

    Hi,

    I’m sorry but I missed something, the url links aren’t working in the accordeon. Do you know why ?

    There is no accordion element in the page. Where did you add it?

    // http://www.booksmatter.fr/news/
    // http://www.booksmatter.fr/2016/10/17/isabel-marant/

    Best regards,
    Ismael

    in reply to: One page menu scroll bug #703179

    Hi,

    In the “apropos” color section, why did you add a separator above the special heading element? Please remove the separator element then test the page again. There’s another separator with a negative top margin before the “portfolio” section. What is that for?

    Best regards,
    Ismael

    in reply to: Fullwith Slider Image Resolution #703177

    Hi,

    We edited the slider and set the Slideshow Image and Video Size option to “No Scaling”.

    Best regards,
    Ismael

    in reply to: Passwortgeschützten Bereich einrichten #703176

    Hey Nicoletta_DUS,

    Thank you for using Enfold.

    You have to install a “membership” plugin to create a password-protected content. Try the following plugins.

    // https://wordpress.org/plugins/membership/
    // https://wordpress.org/plugins/simple-membership/
    // https://wordpress.org/plugins/yith-woocommerce-membership/
    // https://wordpress.org/plugins/s2member/

    Best regards,
    Ismael

    Hi,

    Great! Glad you figured it out. Thank you for the update.

    Best regards,
    Ismael

    in reply to: Breadcrumbs for left side header #703168

    Hey sanjeevi,

    Thank you for using Enfold.

    Please add this code in the functions.php file to render the breadcrumb.

    add_action( 'ava_main_header_sidebar', 'ava_main_header_sidebar_mod', 10);
    function ava_main_header_sidebar_mod() {
    	echo avia_breadcrumbs();
    }

    And use the css code to adjust the position.

    #header .avia-breadcrumbs {
        position: absolute;
        top: 30px;
        left: 5px;
    }

    Best regards,
    Ismael

    in reply to: Enfold + Woocommerce text on cart #703141

    Hey combra,

    Thank you for using Enfold.

    Please use the “woocommerce_after_cart” hook, add the code in the functions.php file. Example:

    // define the woocommerce_after_cart callback
    function ava_woocommerce_after_cart_mod(  ) {
        echo "<div class='after_cart'>CONTENT HERE</div>";
    };
    
    // add the action
    add_action( 'woocommerce_after_cart', 'ava_woocommerce_after_cart_mod', 100, 0 );

    Best regards,
    Ismael

    in reply to: Problems relating to the depth of menus #703139

    Hey ingrao,

    Thank you for using Enfold.

    Please post the login details here so that we can check the dashboard. Are those pages “product categories”?

    Best regards,
    Ismael

    in reply to: Portfolio grid padding in mobile view #703134

    Hi,

    Thank you for the info.

    We added the following css code in the Quick CSS field.

    @media only screen and (max-width: 768px) {
        .responsive #top #wrap_all .grid-sort-container .grid-entry {
            width: 100%;
            margin-bottom: 50px;
        }
    }

    Best regards,
    Ismael

    in reply to: Video in mobile version #703132

    Hi,

    Mobile devices do not auto play videos by default and some have incompatibility issue with the video script that’s why we added the “Hide video on Mobile Devices?” option. Please add a background image as a fallback or hide the color section on mobile then add an actual video element in its place.

    // http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/

    Best regards,
    Ismael

    in reply to: Plugin clash – question #703127

    Hey Silvio,

    Thank you for using Enfold.

    What functions or features are not working? And where can we see the issue with the “add_meta_box” function? Please note that we don’t provide support for third party plugins but we’ll try our best to help.

    Best regards,
    Ismael

    in reply to: Enfold Mobile mode problems #703125

    Hey kvilby,

    Thank you for using Enfold.

    1.) There’s not enough space for the mobile menu in the top bar. Where do you want to place it? A screenshot will help. I’m sorry but what do you mean by “logo scrolls up when scrolling.”?

    2.) Have you tried zooming out the map?

    3.) Please add this in the functions.php file.

    add_action('wp_footer', 'ava_new_custom_script');
    function ava_new_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function a() {
    		var shop = $('body').hasClass('woocommerce'),
    			ww   = $(window).innerWidth(),
                         side    = $('.sidebar').detach();
    
    		if(!shop || ww >= 768) return;
    
    		side.insertBefore('.template-shop');
    	}
    
    	$(window).load(function() {
    		a();
    	});
    })(jQuery);
    </script>
    <?php
    }

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Best regards,
    Ismael

    in reply to: Responsive with Optimize Press #703124

    Hi,

    How did you create the test page? I know that it is not created with the advance layout builder because the markup looks different. And what do you mean by the “the elements get beside again”? Could you please provide a screenshot?

    Best regards,
    Ismael

    in reply to: Adding shortcode to Excerpt in the Portfolio Page #703122

    Hi,

    We are very sorry for the late response. Could you please post the code on pastebin.com? It looks broken in the forum. And where are you adding the shortcode?

    Best regards,
    Ismael

    in reply to: Facebook widget appears at product page (WooCommerce) #703120

    Hi,

    There’s a facebook likebox script in the Head & Footer Code plugin settings. We deactivated it. Please replace it with the theme’s facebook likebox widget.

    Best regards,
    Ismael

    in reply to: Fitting Fullscreen Background Image On All Devices #703117

    Hi,

    How did you add the background image? Did you use the theme options or the advance layout builder? If you are using custom css modifications, change the image on certain screen sizes with css media queries. Example.

    #image { 
        background-image: url(largeimage.jpg); 
    }
    
    @media only screen and (max-width: 768px) {
        #image { 
            background-image: url(smallimage.jpg); 
        }
    }
    

    Best regards,
    Ismael

    in reply to: Profile Pics for Authors w/o Gravatars #703114

    Hi,

    You need to install a plugin because the theme is using a default WordPress feature for author profile image, which is gravatar. And you have to modify the includes > loop-about-author.php file. Please follow these steps.

    1.) Install the https://wordpress.org/plugins/profile-picture/ plugin.

    2.) Edit includes > loop-about-author.php file, look for this code around line 11.

    	$gravatar     = get_avatar($email, '81', '', $gravatar_alt);
    

    .. replace it with:

    	$gravatar     = ProfilePicture::pp_picture($email, '81', '81', $gravatar_alt);
    	$gravatar     = $gravatar['img'];
    

    3.) Edit one of the author or user and upload a profile picture.

    Best regards,
    Ismael

    in reply to: Header and menu styling #703110

    Hi,

    In the widget, you can use the column shortcodes. Example:

    [av_one_half first]FB HERE[/av_one_half]
    
    [av_one_half]PHONE INFO HERE[/av_one_half]

    You can generate these shortcodes from the “Insert Theme Shortcode” button aka the “shortcode wand”.

    Best regards,
    Ismael

    Hey!

    Thank you for the info. We added the tribe_etp_move_tickets_purchase_form function plus the hook in the child theme’s functions.php file.

    Regards,
    Ismael

    in reply to: MegaMenu CSS changes #703103

    Hi,

    Thank you for the info.

    Please edit the instagram widget’s Link text field if you want to change the default “Follow me!” button. Unfortunately, we don’t have any control over the facebook likebox widget.

    Best regards,
    Ismael

Viewing 30 posts - 38,731 through 38,760 (of 66,745 total)