Forum Replies Created

Viewing 30 posts - 27,541 through 27,570 (of 67,565 total)
  • Author
    Posts
  • in reply to: Events Calendar plugin update and styling issues #1004765

    Hi,

    Glad to hear that you’re enjoying the theme.

    We updated the event-mod.css file. Please remove everything and then replace it with the following css:

    // https://pastebin.com/udM5keqv

    Don’t forget to purge the cache.

    Best regards,
    Ismael

    in reply to: Enfold – Magazine (post with link format does not run) #1004762

    Hi,

    You can actually move the magazine shortcode file in the child theme. Just follow the instruction in the documentation.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb

    Best regards,
    Ismael

    in reply to: Self-Hosted Video Background Pt. 2 #1004754

    Hi,

    Thanks for the update.

    This is what I get when I add the code.

    // https://imgur.com/a/n2Qblvq

    I just added it on the browser inspector so the video size is a little bit off on the screenshot.

    Best regards,
    Ismael

    in reply to: Portfolio Grid Stacking #1004066

    Hi,

    Thanks for the info.

    This css code should help.

    .grid-content {
        min-height: 78px;
    }

    You may need to add a few css media queries to adjust the minimum height on smaller screens.

    Best regards,
    Ismael

    in reply to: Cannot manage blog layout #1004064

    Hey sthubertus,

    Thank you for using Enfold.

    Did you set the blog or posts page in the Settings > Reading panel? Please reset those options back to default and then go to the Enfold > Theme Options panel. Set the supposed blog page there as blog. You’ll find it right below the front page option. After that, go to the Blog Layout option — note that the 5th option (Verwenden Sie den erweiterten Editor….) means that you’ll be able to edit the blog page and add more content using the theme’s Advance Layout Builder. You have to add the Blog Posts element if you want your posts to display on the blog overview page.

    More info in the documentation: https://kriesi.at/documentation/enfold/initial-theme-setup/#blog-setup

    Best regards,
    Ismael

    in reply to: Secondary Custom Nav over Image #1004061

    Hey Exec4,

    Thank you for using Enfold.

    Have you tried to use the Widget Area element? Add a navigation menu widget on a custom widget area and then use the widget area element to render the navigation widget in the page. I’m not exactly sure how you want it to look like but I think you can start with that.

    Best regards,
    Ismael

    in reply to: Community website – theme recomendations #1004057

    Hey Saragrace Knauf,

    Thank you for considering our themes. Please take a look at Enfold. This is our latest and most advanced theme, which is accompanied by the Advance Layout Builder. You’ll learn more about it in the theme’s documentation.

    // https://kriesi.at/documentation/enfold/

    For the sign up form, you can actually use any themes and it won’t matter as long as the developer knows what he’s doing.

    Best regards,
    Ismael

    in reply to: Full width slider on homepage not showing up on mobile #1004055

    Hi,

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

    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: Instagram Returned Invalid Data #1004053

    Hey pabloj13,

    Thank you for using Enfold.

    Have you tried to upgrade to version 4.4.1? Let us know if the upgrade helps. If it didn’t, please post the login details in the private field.

    Best regards,
    Ismael

    in reply to: Symmetrical portfolio #1004050

    Hi,

    You don’t need to add any function. I just informed you about the changes regarding the add_image_size function, which is responsible for the size of the thumbnails. Please install the Simple Image Sizes plugin then go to the Settings > Media panel. You’ll see a list of thumbnails there. Look for the “portfolio” and “portfolio_small” thumbnail, tick or enable their “crop” parameter, update, save and then regenerate the thumbnails. Let us know if it’s still confusing.

    Best regards,
    Ismael

    in reply to: Cart widget hidden behind page content #1004047

    Hi,

    You’re welcome! 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

    Hi,

    You’re welcome! Glad we could help. Have a nice weekend and thank you for switching to Enfold! :)

    Best regards,
    Ismael

    in reply to: Self-Hosted Video Background Pt. 2 #1004043

    Hi,

    Thanks for the update.

    Try to decrease the font size of the title and the caption and then increase the height of the slider.

    @media only screen and (max-width: 1200px) {
    #top .av-video-slide .avia-slideshow-inner {
       min-height: 50vh;
    }
    
    .avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title {
        font-size: 24px !important;
    }
    
    .avia-caption-content p {
        font-size: 15px !important;
    }
    }

    Best regards,
    Ismael

    in reply to: How to decrease logo size? #1004040

    Hi,

    Yes, that should go in the functions.php file. :)

    Best regards,
    Ismael

    in reply to: Enfold http error 500 #1003951

    Hi,

    How can we reproduce the issue? I can’t reproduce it on a test page. (see private field)

    Best regards,
    Ismael

    in reply to: Portfolio Grid Categories #1003948

    Hi,

    Thanks for the update.

    You can add these css codes on the Quick CSS field.

    #js_sort_items .text-sep {
        display: none !important;
    }
    
    .main_color #js_sort_items a {
        margin-right: 20px;
        color: red;
    }
    
    .main_color #js_sort_items a.active_sort {
        color: blue;
    }

    That should remove the slashes and change the font color of the sort menu.

    Best regards,
    Ismael

    in reply to: Change Full Screen slider to h1 tag #1003947

    Hi,

    You have to create a folder called “shortcodes” inside the child theme directory and then put the shortcode files (e.g: av-helper-slideshow.php) that you want to override inside.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    The theme’s Performance > File Compression options were enabled. We disabled it temporarily. Please try to add the css modifications again.

    Best regards,
    Ismael

    in reply to: Custom Post Type Archive Timeline #1003943

    Hey 7thflow,

    Thank you for using Enfold.

    Do you want to create a custom archive page or use the default archive index? If you’re looking for a custom archive page, you can always use the advance layout builder’s blog posts element to display the posts from any custom post type. If you want the default archive page or index, you have to create a custom template following the template hierarchy.

    // https://developer.wordpress.org/themes/basics/template-hierarchy/#custom-post-types

    Regarding the filter, you have to manually add the select box or form inside the template depending on which template path you choose. Or you can try these plugins.

    // https://wordpress.org/plugins/post-and-taxonomy-filter/
    // https://wordpress.org/plugins/ajax-wp-query-search-filter/

    Best regards,
    Ismael

    in reply to: Eliminate render-blocking JavaScript Success #1003939

    Hey Ken,

    Thank you for using Enfold.

    Can we check the site? Have you tried to minify or compress the scripts?

    Best regards,
    Ismael

    in reply to: Self-Hosted Video Background Pt. 2 #1003936

    Hey!

    Try to adjust the margin-top value to -100px or lower.

    Cheers!
    Ismael

    Hey DimaP,

    Thank you for using Enfold.

    How did you enable the fallback image on desktop view? It should be hidden on desktop browsers.

    Best regards,
    Ismael

    in reply to: Vertically align fullwidth easyslider image #1003932

    Hey ProTravelGolf,

    Thank you for using Enfold.

    The slider is not displaying properly on my end. Is it using the same image as the “prices” section?

    Best regards,
    Ismael

    in reply to: Avia Front Page Editor not Loading! HELP #1003919

    Hey stephberts,

    Thank you for using Enfold.

    Did you add any custom scripts to the front page? Please set the builder to debug mode so that we can check the shortcodes.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode

    Best regards,
    Ismael

    in reply to: PRIVATE PAGE NOT WORKING on mobile #1003917

    Hi,

    Thanks for the update.

    Does it work when you tap the image twice? Try to remove the image overlay on mobile view. Add this code on the Quick CSS field.

    @media only screen and (max-width: 767px) {
    .avia-image-overlay-wrap a.avia_image .image-overlay {
        display: none !important;
    }
    }

    Best regards,
    Ismael

    in reply to: Add Fullscreenbutton Mediaelemnt.js HTML5 Videos #1003916

    Hi,

    Thanks for the update.

    I can reproduce the issue on my end. Please replace the code with this one.

    add_action('wp_footer', 'ava_custom_script_reload_video');
    function ava_custom_script_reload_video(){
    	?>
    	<script type="text/javascript">
    		(function($) {	
                var isMobile = false;
    
                if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) && 'ontouchstart' in document.documentElement)
                {
                    isMobile =  true;
                }
                else
                {
                    isMobile =  false;
                }
    
    			$(window).on('load', function() {
                // -------------------------------------------------------------------------------------------
                // html 5 videos
                // -------------------------------------------------------------------------------------------
                $.fn.avia_html5_activation_mod = function(options)
                {	
                    var defaults =
                    {
                        ratio: '16:9'
                    };
    
                    var options  = $.extend(defaults, options);
                    
                    // if(isMobile) return;
                    
                    this.each(function()
                    {
                    var fv 			= $(this),
                        id_to_apply = '#' + fv.attr('id'),
                        posterImg 	= fv.attr('poster');
                    
    
                    fv.mediaelementplayer({
                        // if the <video width> is not specified, this is the default
                        defaultVideoWidth: 480,
                        // if the <video height> is not specified, this is the default
                        defaultVideoHeight: 270,
                        // if set, overrides <video width>
                        videoWidth: -1,
                        // if set, overrides <video height>
                        videoHeight: -1,
                        // width of audio player
                        audioWidth: 400,
                        // height of audio player
                        audioHeight: 30,
                        // initial volume when the player starts
                        startVolume: 0.8,
                        // useful for <audio> player loops
                        loop: false,
                        // enables Flash and Silverlight to resize to content size
                        enableAutosize: false,
                        // the order of controls you want on the control bar (and other plugins below)
                        features: ['playpause','progress','current','duration','tracks','volume', 'fullscreen'],
                        // Hide controls when playing and mouse is not over the video
                        alwaysShowControls: false,
                        // force iPad's native controls
                        iPadUseNativeControls: false,
                        // force iPhone's native controls
                        iPhoneUseNativeControls: false,
                        // force Android's native controls
                        AndroidUseNativeControls: false,
                        // forces the hour marker (##:00:00)
                        alwaysShowHours: false,
                        // show framecount in timecode (##:00:00:00)
                        showTimecodeFrameCount: false,
                        // used when showTimecodeFrameCount is set to true
                        framesPerSecond: 25,
                        // turns keyboard support on and off for this instance
                        enableKeyboard: true,
                        // when this player starts, it will pause other players
                        pauseOtherPlayers: false,
                        poster: posterImg,
                        success: function (mediaElement, domObject, instance) { 
                        
                        //make the medialement instance accesible by storing it. usually not necessary but safari has problems since wp version 4.9
                        $.AviaVideoAPI.players[ fv.attr('id').replace(/_html5/,'') ] = instance;
                        
                            setTimeout(function()
                            {
                                if (mediaElement.pluginType == 'flash') 
                                {	
                                    mediaElement.addEventListener('canplay', function() { fv.trigger('av-mediajs-loaded'); }, false);
                                }
                                else
                                {
                                    fv.trigger('av-mediajs-loaded').addClass('av-mediajs-loaded');
                                }
                                    
                                mediaElement.addEventListener('ended', function() {  fv.trigger('av-mediajs-ended'); }, false);  
                                
                            },10);
                            
                        },
                        // fires when a problem is detected
                        error: function () { 
                    
                        },
                        
                        // array of keyboard commands
                        keyActions: []
                        });
                            
                        });
                    }
            
    				//activate html5 video player
                    if($.fn.avia_html5_activation_mod && $.fn.mediaelementplayer) {
                        $('.avia-video, .avia-audio', 'body').each(function() {
                            var container = $(this);
                            var video = container.find('.avia_video');
                            container.empty();
                            video.clone().appendTo(container).addClass('reloaded');
                            container.find('.reloaded').avia_html5_activation_mod({ratio:'16:9'});
                        });
                    }
    			});
    		})(jQuery);
    	</script>
    	<?php
    }

    Best regards,
    Ismael

    in reply to: Google API ket not working with maps #1003893

    Hi,

    You have to setup a billing account in order to access the Google APIs including map API. Have you done that?

    // https://console.cloud.google.com/billing

    More info here: https://developers.google.com/maps/billing/understanding-cost-of-use

    Best regards,
    Ismael

    in reply to: Experiencing problem with footer page on homepage #1003889

    Hi,

    I’m not really sure why it behaves like that. This is the first time that I’ve seen but I guess it has something to do with the code block element. Please try to replace the code block elements with text blocks.

    Best regards,
    Ismael

    in reply to: Sticky header with full width sub menu on iPad #1003888

    Hi,

    Great! Please feel free to open a new thread if you need anything else. :)
    Thank you for using Enfold!

    Best regards,
    Ismael

    in reply to: How to get video playing on Smartphone? #1003887

    Hi,

    Did you try the fix for the fallback image?

    // https://kriesi.at/support/topic/fullwidth-easy-slider-with-video-asking-for-object-on-mobile/#post-955294

    Best regards,
    Ismael

Viewing 30 posts - 27,541 through 27,570 (of 67,565 total)