Forum Replies Created

Viewing 30 posts - 55,561 through 55,590 (of 67,216 total)
  • Author
    Posts
  • in reply to: Background image cuts off on mobile devices #324164

    Hi 1lizcollins!

    Thank you for using Enfold.

    The background should not be visible on iPhone or any other mobile device with the same screen size because the content or body width is set to 100% which will cover the background image. On iPad the background is fixed.

    Best regards,
    Ismael

    in reply to: Animated icones do not works #324161

    Hi!

    Please post the login details here and set it as a private reply. Is it OK if we deactivate the plugins while working on the site? Do you prefer Quick Cache among other cache plugin? Have you tried using different cache plugin such as W3 Total Cache or WP Super Cache?

    Best regards,
    Ismael

    in reply to: Google Maps still not shown #324158

    Hi!

    Please post the login details here and set it as a private reply. We would like to check it. Are you sure you have Enfold 2.9.2? There’s an error with prettyPhoto lightbox plugin. We already removed this plugin and replace it with a new lightbox plugin. Did you add any modifications on the child theme regarding the lightbox?

    Cheers!
    Ismael

    in reply to: EasySlider height fix #324156

    Hey!

    Thank you for using Enfold and sorry for the delay.

    You can specify a height for the easy slider but it will cut out parts of the images:

    .avia-slideshow ul.avia-slideshow-inner {
    height: 500px !important;
    overflow: hidden;
    }

    You can vertically center the images with this:

    .avia-slideshow li img {
    margin-top: -20%;
    position: relative;
    }

    Adjust the negative top margin.

    Best regards,
    Ismael

    in reply to: ajax issues #324151

    Hi!

    Do the lightbox work as well when you use MagnificPopUp? I tested the form and the message is sent properly. Regretfully, we cannot provide support for third party plugins or scripts such as Easy Fancybox as stated on our support policy. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. Did you try to contact the Easy Fancybox author? Maybe there’s an issue with their plugin regarding WordPress 4.0 update.

    Best regards,
    Ismael

    in reply to: Enfold Child Theme – Breaking CSS on page #324119

    Hi!

    Kriesi will remove this layout class system and replace it with a much more simple content / sidebar width system. For now, the sidebar code should be:

    function change_sidebar_left_layout() {
    	global $avia_config;
    	
    	$avia_config['layout']['fullsize'] 		= array('content' => 'twelve alpha', 'sidebar' => 'hidden', 	 'meta' => 'two alpha', 'entry' => 'eleven');
    $avia_config['layout']['sidebar_left'] 	= array('content' => 'ten', 		 'sidebar' => 'two alpha' ,'meta' => 'one alpha', 'entry' => 'nine');
    $avia_config['layout']['sidebar_right'] = array('content' => 'ten alpha',   'sidebar' => 'two alpha', 'meta' => 'one alpha', 'entry' => 'nine alpha');
    }
    add_action( 'init', 'change_sidebar_left_layout', 1);

    On Enfold 3.0, you can probably just use this on Quick CSS or custom.css to change the width of the content:

    .container .av-content-small.units {
    width: 80%;
    }

    Best regards,
    Ismael

    Hi!

    Please edit tag.php, find this code on line 38:

    $blog_layout = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'tag');
                        if($blog_layout == 'blog-grid')
    

    Replace it with:

    $avia_config['blog_style'] = apply_filters('avf_blog_style', avia_get_option('blog_style','multi-big'), 'tag');
                        if($avia_config['blog_style'] == 'blog-grid')
    

    You can now use the filter above.

    Cheers!
    Ismael

    Hi!

    Do you mind if we take a look at the website? Is this only use as an online shop page? You can delete the thumbnail sizes on functions.php, look for this code:

    /*
     * Register additional image thumbnail sizes
     * Those thumbnails are generated on image upload!
     *
     * If the size of an array was changed after an image was uploaded you either need to re-upload the image
     * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
     */
    

    Below are list of generated thumbnail size. Delete those that you don’t need.

    Best regards,
    Ismael

    in reply to: More "Background video" settings #324106

    Hey!

    Thank you for the update.

    4.) My bad. I was referring to the Background Attachment. When you add a background image, this option will appear but it won’t affect the video. You can’t set the video background as parallax when using the Color Section. Use the full screen slider instead if you want a parallax video, and control the audio, loop and controls.

    Cheers!
    Ismael

    in reply to: Customisation Questions #324102

    Hey!

    2.) I’m sorry but I don’t see the menu issue on the footer. Looks like you managed to set the Enfold Footer Menu.

    Best regards,
    Ismael

    in reply to: layerslide not working in explorer #324100

    Hey!

    I’m sorry but this is what your site look like on IE.

    Did the client set the browser to compatibility mode? If yes, please tell to try to disable it. If it doesn’t work, please post the login details here. We would like to check it.

    Cheers!
    Ismael

    in reply to: Easy full width slider #324097

    Hi!

    Somehow, the padding is not set to 0. It is OK to add the css. It will only affect the home page. I checked the site again but it is not set to glassy header.

    Regards,
    Ismael

    in reply to: WooCommerce cart #324094

    Hi!

    Thank you for the update.

    You can hide the default cart button with this on Quick CSS or custom.css:

    .cart_dropdown.visible_cart {
    display: none !important;
    }

    Move the cart position with this:

    li#wpmenucartli {
    position: absolute;
    top: -40px;
    }
    
    #header_meta {
    z-index: 1;
    }

    Regards,
    Ismael

    in reply to: Custom social media icon in menu #324090

    Hi!

    You’re not hiding the VK button, you should be replacing it with another icon code like I describe above. Use the VK social icon then add the url of the section where you want the icon to point. If the icon that you want is not available, please refer to this link on how to add custom icon fonts: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/

    Best regards,
    Ismael

    in reply to: Making layerslider texts responsive #324089

    Hi!

    You need to add the css code on Enfold > Quick CSS field or on custom.css file.

    Cheers!
    Ismael

    in reply to: HTTPS issue only affecting some links #324088

    Hey!

    Please try this plugin instead: https://wordpress.org/plugins/wordpress-https/

    Best regards,
    Ismael

    in reply to: Directories warning #324086

    Hi Grant!

    Thank you for using Enfold.

    Do you have any other site on this account? This is the first time that someone reported this issue. I’m sure this is not entirely theme related. Please ask your hosting provider for any possible solutions.

    Best regards,
    Ismael

    in reply to: Making layerslider texts responsive #323511

    Hey!


    @phausner
    : Glad it is working now.


    @vanderburg
    : Edit a layer then go to the Attributes panel. Add custom-layer on the Classes field for example. Use this on Quick CSS or custom.css file to change the text size on mobile devices:

    @media only screen and (max-width: 767px) {
    .custom-layer {
    font-size: 15px !important;
    color: red !important;
    }
    }

    Regards,
    Ismael

    in reply to: Customisation Questions #323509

    Hi plugmedialtd!

    Thank you for using Enfold.

    1.) You can add custom content on top of the header using this on functions.php:

    function add_custom_script(){
    ?>
    CUSTOM CONTENT HERE
    <?php
    }
    add_action('avia_meta_header', 'add_custom_script');

    You can also edit includes > helper-main-menu.php file.

    2.) Please post the actual website here. We would like to check it.

    3.) Edit the layers then go to the Attributes panel. Add a custom css Classes or ID. Use this disable the layers on mobile device or change the style using media queries.

    Regards,
    Ismael

    in reply to: Masonry Gallery #323505

    Hi djshortkut!

    Thank you for using Enfold.

    I’m sorry but I can’t see the white border when hovering the images. Do you mind providing a screenshot of the issue? You can use imgur, dropbox, clipular etc.

    Regards,
    Ismael

    in reply to: Columns in Masonry Blog #323504

    Hi!

    Thank you for the info.

    You can change the masonry column width with this on Quick CSS or custom.css:

    #top .container .av-masonry-entry {
    width: 25%;
    }

    If you want 3 columns, use this:

    #top .container .av-masonry-entry {
    width: 33%;
    }

    Cheers!
    Ismael

    in reply to: Second Logo in header #323502

    Hey hobart!

    Thank you for using Enfold.

    You can change the position of the second logo using css:

    .custom_content {
    position: absolute;
    top: 0;
    right: 20%;
    }

    Adjust it on different screen sizes using css media queries.

    Regards,
    Ismael

    in reply to: Layer Slider Buttons #323500

    Hey!

    Thank you for the update.

    Some of the layers doesn’t have the custom class. The layer container class should look like this:

    class="ls-l hide-on-mobile"
    

    Please edit all slides then add the custom class on the Attributes panel of each layers.

    Best regards,
    Ismael

    in reply to: Rotating wheel in avia layout builder #323499

    Hey!

    @Sus: Please post the login details here and set it as a private reply. We would like to check it. Please try it using another browser or computer.


    @tstirl
    : Did you update the theme as well? Please download version 2.9.2 then update the theme.

    Best regards,
    Ismael

    in reply to: WordPress / Theme Update Help #323497

    Hi!

    I’m sorry but we can’t upload the files for you. You might need to hire a freelance developer to update the theme. Have you tried logging out of the wp dashboard? Login again, see if there is an available update on the Enfold > Theme Update panel. Another thing that you can do is to contact your hosting provider, maybe they can upload the latest version for you.

    Best regards,
    Ismael

    in reply to: Layer Slider not working #323492

    Hey!

    @Julie: Glad it is working now.


    @dsharpe
    : Please post the login details here and set it as a private reply. We would like to check it. The latest update of Enfold which is version 2.9.2 should fix any WordPress 4.0 jquery issues.

    Best regards,
    Ismael

    in reply to: Custom Google Maps settings and Child Theme – Possible? #323490

    Hey!

    Thank you for using Enfold.

    You can copy the whole avia_printmap function on the child theme’s functions.php file.

    Cheers!
    Ismael

    in reply to: More "Background video" settings #323488

    Hi Jens!

    Thank you for using Enfold.

    1.) What do you mean by “direction”?

    2.) It is already set to loop and autoplay, but you can edit config-templatebuilder > avia-shortcodes > section.php to manually control the video options:

    $slide = array( 
            						'shortcode' => 'av_slideshow',  
            						'content' => '', 
            						'attr' => array( 	'id'=>'', 
            											'video'=>$video , 
            											'slide_type' => 'video', 
            											'video_mute' => true,
            											'video_loop' => true,
            											'video_ratio' => $video_ratio,
            											'video_controls' => 'disabled',
            											'video_section_bg' => true,
            											'video_format'=> '',
            											'video_mobile'	=>'',
            											'video_mobile_disabled'=> $video_mobile_disabled
            										)  
            						);

    3.) Video audio is already set to mute.

    4.) You can set the Background Repeat to Fixed or Parallax.

    Cheers!
    Ismael

    in reply to: Remove line above slider #323485

    Hi Jennifer!

    Thank you for visiting the support forum.

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

    .avia-shadow {
    box-shadow: none;
    }

    Cheers!
    Ismael

    in reply to: content broken in slideshows #323483

    Hi vidaelf!

    Thank you for using Enfold.

    Did you set the width of the text? After that enable the Word-wrap option on the Styles panel of the layer.

    Cheers!
    Ismael

Viewing 30 posts - 55,561 through 55,590 (of 67,216 total)