Forum Replies Created

Viewing 30 posts - 14,341 through 14,370 (of 66,027 total)
  • Author
    Posts
  • in reply to: Editor can not view page lay out #1279396

    Hi,

    Looks like this variable is empty when it is supposed to contain the builder elements.

    var add = $(text);
    

    We checked your hosting panel and it looks outdated compare to other hosts. Have you consider moving to a more modern server or host?

    Best regards,
    Ismael

    in reply to: CSS for Footer-Widget #1279116

    Hey MarcusJeroch,

    Thank you for the inquiry.

    Is it possible to use the CSS classes and IDs from Enfold

    The theme does not have any control on how the plugin widgets are rendered, so this is not possible. As suggested in the previous support ticket, you can disable the updated widget design and revert back to the old style with the old markup or elements by adding the snippet that they provided.

    This is the snippet..

    define( 'TRIBE_EVENTS_WIDGETS_V2_DISABLED', TRUE );
    

    If you want to continue with the new design however, you will have edit the widget styles from scratch and add the appropriate css modifications again.

    Best regards,
    Ismael

    in reply to: Download pdf from a post list #1279110

    Hey bubaweb,

    Thank you for the inquiry.

    This should be possible but you may need to modify the enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php file directly, around line 1111. you will find the default link.

    $link = get_permalink( $entry->ID );
    

    You can replace the value of the $link variable with the PDF link instead of the post URL, maybe by saving it as a custom field. If you go that route, you will have to use the get_post_meta function in order to retrieve the PDF link or the value of the custom field.

    // https://developer.wordpress.org/reference/functions/get_post_meta/

    This plugin might also help.

    // https://wordpress.org/plugins/advanced-custom-fields/

    But it is a bit of an overkill if you are not planning to use a lot of custom fields.

    Best regards,
    Ismael

    in reply to: Animated Logo #1279107

    Hi,

    The only available option for this out of the box is the Page Preloader. And as suggested above, you could add a custom logo or image and display it during the preload transition. Or play around with the layer slider transitions.

    Best regards,
    Ismael

    in reply to: Icons gone on a lot of pages #1279066

    Hi,

    Thank you for the screencast.

    The icon value ue800 is for the button (av_button) shortcode, which was manually added inside the Icon Box content or for the Symbol Box element as shown in the screen cast. It has nothing to do with the Symbol Box icon. The selected icon for the Symbol Box element will stay the same even if you removed the av_button shortcode from the content field.

    Best regards,
    Ismael

    in reply to: Enfold Gallery: images at wrong positions – #1279061

    Hi,

    We cannot reproduce the issue on Firefox Dev Windows 10. Have you tried adjusting the width of the gallery items a bit?

    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    	width: 19.90%;
    }
    

    Default width is set to 20%.

    You may need to toggle or temporarily disable the Performance > File Compression settings.

    Best regards,
    Ismael

    in reply to: Grid Row only one column not full with #1279058

    Hey Jannis95,

    Thank you for the inquiry.

    We cannot find the section that you described above. Did you change the layout of the home page?

    Have you tried adding a 1/1 column inside the left cell to restrict the width of the content?

    Best regards,
    Ismael

    in reply to: Cookie consent bar and keyboard navigation #1279048

    Hey JaimBateman,

    Thank you for the inquiry.

    Adding tabindex to the cookie button will only work if all focusable elements in the page also have the tabindex attribute, so the solution above may not work. Possible solution is to move the location of the privacy button markup or the privacy modal window so that it is at the very top of the document, or create a script that listens for the tab key press and manually direct focus to the privacy buttons, but this might affect the accessibility of the page if not executed properly.

    Best regards,
    Ismael0

    in reply to: pagination does not work #1279043

    Hey dynamicaweb,

    Thank you for the inquiry.

    We cannot find the page with the pagination or the blog posts element. Please provide a link to the posts page with the pagination.

    Did you purge the cache after doing the recommendations from the previous threads?

    Best regards,
    Ismael

    in reply to: background video no longer working in mobile #1279038

    Hey sky19er,

    Thank you for the inquiry,

    Video backgrounds are disabled on mobile view by default, which is why a fallback image option is available. So it is impossible that it was working a few months back because it has been the the default behavior ever since. You may need to look for a different solution if you want the video to play on mobile view, such as using the Layer Slider.

    Best regards,
    Ismael

    in reply to: Language switcher #1279037

    Hey Jorge,

    Thank you for the inquiry.

    You can only use the Loco Translate plugin to edit the language files (.po) and also to compile them (.mo) afterwards. You might be looking for a plugin that enables you to create multilingual sites such as WPML or Polylang. Have you tried any of these plugins?

    Best regards,
    Ismael

    in reply to: YouTube video embed on mobile #1279036

    Hey aph80,

    Thank you for the inquiry,

    1.) Have you tried muting the video? It may not be playing automatically because the video is not muted. Please note that autoplay is only allowed for muted videos.

    2.) Video works fine when we checked the site on Chrome, but we have to click it twice because the video is not muted.

    Best regards,
    Ismael

    in reply to: Fixed size for featured image #1279035

    Hi,

    Thank you for the inquiry.

    In the blog post element, you could select a different thumbnail from the Styling > Preview Image Size settings. Have you tried it? However, it is best to always upload images with the same size and aspect ratio to get a consistent grid.

    Best regards,
    Ismael

    in reply to: Table of Contents (Widget): Exclude multiple classes #1279034

    Hey stop0bit,

    Thank you for the inquiry.

    I would like to set multiple classes in the Exclude headlines by class, how can I achieve this?

    This is not possible right now because the script uses the hasClass function, which can only check for a single class name. The code for this is in the enfold\js\avia-snippet-widget.js file around line 44.

                   if (!$(this).hasClass('av-no-toc') && !$(this).hasClass($excludeclass) && !$(this).parent().hasClass($excludeclass)) {
                        var $list_tag = '<a href="#' + $h_id + '" class="avia-toc-link avia-toc-level-' + $pos + '"><span>' + $txt + '</span></a>';
                    }
    

    You may need to find a different way to add the “av-no-toc” class name for other headings that you want to exclude.

    Best regards,
    Ismael

    in reply to: search box in mobile menu #1279032

    Hi,

    No problem! What do you mean by “instead of cloning items”? Could you explain it further?

    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.

    Thanks!

    Best regards,
    Ismael

    in reply to: Forms not passing accessibility test/approval #1279031

    Hi,

    Thank you for the info.

    Looks like you are now using the gravity form for that page. Would you mind creating a test page using the default contact form in the theme? And as we described above, the contact form fields already have labels, so the warnings or reports above are not accurate. This is the label for the email field for example.

    <label for="avia_2_2">
    

    Best regards,
    Ismael

    in reply to: Having Portfolio grid open on specific category #1279030

    Hi,

    @vera: You may need to apply a custom css class name or ID to each Portfolio Grid element and use it to toggle the appropriate sorting button of each element accordingly. The class and ID field is in the Advanced > Developer Settings toggle of the Portfolio Grid element.

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    If you use portfolio-1 and portfolio-2 in the class name field of the two portfolio grid elements respectively, the changes may look something like this.

    $(".portfolio-1 .radiographic-systems_sort_button").trigger("click"); // activate radiographic-systems category for the portfolio grid 1
    $(".portfolio-2 .other-systems_sort_button").trigger("click"); // activate other-systems category for the portfolio grid 2
    

    Best regards,
    Ismael

    in reply to: "add to cart" button in an product grid #1279028

    Hi,

    Yes, the snippet above should include an add to cart button after every product title in the shop loop. Did you try it? Please post the login details in the private field so that we could test the modification.

    Best regards,
    Ismael

    in reply to: importing shop demo files or shop.xml #1279024

    Hi,

    Sure thing. You have a fairly new install, so database cleanup may not be necessary, but you can proceed if you want. Just make sure to create a site backup or a restore point first before doing so.

    Best regards,
    Ismael

    in reply to: SVG Code in Farbsektion vollständig anzeigen #1279023

    Hi,

    Thank you for the update.

    You should be able to use this css code to pull the svg image upwards and make sure that it is within the color section.

    .page-id-7784 #av_section_1 svg {
    	margin-top: -75px;
    }

    Best regards,
    Ismael

    in reply to: Enfold LayerSlider loading in footer causing high CLS #1279019

    Hi,

    Thank you for the update.

    We will forward your request to our channel for further consideration. For the meantime, you may have to keep the modification in order to select the location of the scripts.

    Best regards,
    Ismael

    in reply to: How to get Placeholder to correctly output shortcode #1279016

    Hi,

    Thank you for that info.

    You may need to add this filter in the functions.php file to enable execution of shortcodes or elements outside the advance layout builder.

    function avf_custom_exec_sc_only_mod( $exec_sc_only, $obj_sc, $atts, $content, $shortcodename, $fake ) {
    	return true;
    }
    
    add_filter( 'avf_alb_exec_sc_only', 'avf_custom_exec_sc_only_mod', 10, 6 );
    

    Best regards,
    Ismael

    in reply to: Change the menu item name on hover #1279015

    Hi,

    Have you tried removing the hover state from the above css code to set the initial text? This should work.

    #menu-item-798 a.avia-menu-text::after {
    	content: "Faeger Store!";
    }
    
    

    Best regards,
    Ismael

    in reply to: Media Upload and Enfold's Thumbnail Sizes #1279014

    Hi,

    HOWEVER it is now creating 7 sets of each image !

    Those thumbnails are probably from another plugin. In Enfold > Performance > Responsive Images And Lazy Loading section, you could enable the Image Thumbnails Info option to display all registered thumbnails from the theme and from other plugins, including the name of the thumbnail and their sizes.

    Best regards,
    Ismael

    in reply to: Avatars for bbpress #1279013

    Hi,

    Thank you for following up.

    1.) We might be able to use the following snippet to disable the get_avatar override from the Ultimate Member plugin.

    add_filter('avatar_defaults', 'um_avatar_defaults', 99999 ); 
    function um_avatar_defaults($avatar_defaults) { 
        remove_filter('get_avatar', 'um_get_avatar', 99999, 5); 
        return $avatar_defaults; 
    }    
    

    2.) Would you mind providing a screenshot of the alignment issue? You may need to disable the Performance > File Compression settings in order to see the css or style changes.

    Best regards,
    Ismael

    in reply to: Want to turn my website in to E-commerce site. #1279010

    Hi,

    Have you tried enabling the secondary menu from the Enfold > Header > Extra Elements panel? This should also enable the language switcher.

    We could also use the following snippet in the functions.php file to prevent the default language selector from showing up and display a custom language switcher in the top bar or header_meta container.

    // disable language switcher
    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);
    }
    
    // Render the default language switcher (activate header meta)
    add_action('avia_meta_header', 'ava_icl_language_selector');
    function ava_icl_language_selector(){
    	do_action('icl_language_selector');
    }

    Best regards,
    Ismael

    in reply to: Product Image Switching #1279009

    Hi,

    Alright. Let us know if we could help you with anything else. Unfortunately, we are not exactly sure why both attributes have to be selected first before the image switch, but the code above should preselect a specific size so that the users have to only select a color.

    Best regards,
    Ismael

    in reply to: Force animations in Mobile #1278555

    Hey crossline2,

    Thank you for the inquiry.

    Which specific animations are you referring to? The animations are triggered automatically on page load but we could modify the avia_waypoints function in the js > shortcodes.js file line 681 to only animate the elements once they are visible in the view port.

    // waypoint script when something comes into viewport
     $.fn.avia_waypoints = function(options_passed)
    	{
    		if(! $('html').is('.avia_transform')) return;
    
    		var defaults = { offset: 'bottom-in-view' , triggerOnce: true},
    			options  = $.extend({}, defaults, options_passed),
    			isMobile = $.avia_utilities.isMobile;
    
    		return this.each(function()
    		{
    			var element = $(this);
    
    			setTimeout(function()
    			{
    				element.waypoint(function(direction)
    				{
    					var current 	= $(this.element),
    						parent  	= current.parents('.av-animation-delay-container:eq(0)');
    
    					if(parent.length)
    					{
    						current.addClass('avia_start_animation_when_active').trigger('avia_start_animation_when_active');
    					}
    
    					if( !parent.length || (parent.length && parent.is('.__av_init_open'))  || (parent.length && parent.is('.av-active-tab-content')) )
    					{
    						current.addClass('avia_start_animation').trigger('avia_start_animation');
    					}	
    				}, options );
    			},100);
    
    		});
    	};
    

    Best regards,
    Ismael

    in reply to: Change the menu item name on hover #1278553

    Hey bdeller,

    Thank you for the inquiry.

    This css code should render the “coming soon” text and remove or hide the initial image on hover.

    #menu-item-798 a:hover .avia-menu-text::after {
    	content: "Coming Soon!";
    }
    
    #menu-item-798 a:hover .avia-menu-text img {
    	display: none;
    }

    Best regards,
    Ismael

    in reply to: Enfold LayerSlider loading in footer causing high CLS #1278552

    Hi,

    Thank you for the inquiry.

    We could add the snippet in the functions.php file to disable the settings forced by the theme such as loading the script in the footer, but we are not entirely sure how this would affect the site. Please try this code.

    remove_action( 'init', array( 'Avia_Config_LayerSlider', 'force_settings'), 10, 0 );
    

    Or this..

    add_action("init", function() {
        remove_action( 'init', array( 'Avia_Config_LayerSlider', 'force_settings'), 10, 0 );
    }, 10);
    

    If the above fails, try to edit the \enfold\config-layerslider\config.php, and comment out line 80 or just remove this code.

    add_action( 'init', array( $this, 'force_settings'), 10, 0 );
    

    Best regards,
    Ismael

Viewing 30 posts - 14,341 through 14,370 (of 66,027 total)