Forum Replies Created

Viewing 30 posts - 13,171 through 13,200 (of 66,745 total)
  • Author
    Posts
  • in reply to: Modern Events Calendar and Enfold #1314340

    Hey iosefo,

    Thank you for the inquiry.

    We cannot access the site using the credentials above. Please check the info carefully.

    The Modern Events Calendar plugin, unlike the Events Calendar Pro, is not fully configured in the theme, so it may require some adjustments such as template and css modifications.

    Best regards,
    Ismael

    Hey maxh_muc,

    Thank you for the inquiry.

    Did you set the browser in your phone to accept cookies, or did you enable the local storage? In Chrome, you can do the following.

    – Open the Chrome menu.
    – Select Settings.
    – Under Advanced, select Site settings.
    – Select Allow sites to save and read cookie data.

    This should allow the theme to store the essential cookies and hide the message bar properly.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    The issue was caused by the avia_social_media_icons class in the child theme’s functions.php file. It is outdated. You have to copy the latest version of the class and redo the modifications.

    Best regards,
    Ismael

    in reply to: Advanced Custom Fields Shortcode in excerpt blog post #1314334

    Hi,

    Thank you for the screenshots.

    We may need to modify the enfold/config-templatebuilder/avia-shortcodes/av-helper-masonry.php file and adjust this code around line 562 to properly render the shortcodes.

    	$items .=	"<div class='av-masonry-entry-content entry-content' {$markup}>{$content}</div>";
    

    Replace it with the following code.

    	$content = do_shortcode($content);
    $items .=	"<div class='av-masonry-entry-content entry-content' {$markup}>{$content}</div>";
    

    Best regards,
    Ismael

    in reply to: Page Pagination #1314333

    Hey agiledynamicss,

    Thank you for the inquiry.

    There is no paginated element in the page that you posted above. Have you tried marking the issue as fixed in your console? The paginated page is already set to “follow, noindex”, so the crawlers should not mark the paginated pages as duplicate content.

    You could also set a canonical URL for paginated pages.

    // https://yoast.com/help/canonical-urls-in-wordpress-seo/#archives

    Best regards,
    Ismael

    Hey MargitW,

    Thank you for the inquiry.

    The new styles for the updated calendar designs have been included in the latest version of the theme. You have to upgrade the theme to the latest version (4.8.5) and purge all cache. You may also have to toggle or temporarily disable the Enfold > Performance > File Compression settings after the update.

    Best regards,
    Ismael

    in reply to: Youtube: Videos are alle opened in new Window #1314278

    Hi,

    Thank you for the info.

    You have to set the Enfold > Privacy & Cookies > Cookie Handling > Default Cookie Behavior to the first or second option. This should allow the videos to play automatically on page load. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after doing the changes.

    Best regards,
    Ismael

    in reply to: post slider show full content #1314277

    Hi,

    is there a way to tweak that so it works with the Advanced Layout Editor in the posts?

    That is not possible, unfortunately. Rendering the shortcodes will break the post slider. The modification above will only work if the posts have been created using the default editor.

    Best regards,
    Ismael

    in reply to: Smaller version of header for one page #1314276

    Hi,

    . Now the client would like the shrunk version of the header for the contact page only,

    That is what you said on your initial post. We adjusted the code a bit. It should now disable the shrinking header on the contact page.

    Best regards,
    Ismael

    Hi,

    Thank you for the inquiry.

    You can use css media queries if you want to adjust the width of the slider entries on different screens.

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .slide-entry {
            margin-left: 4% !important;
            width: 29.333333333333332% !important;
            clear: none !important;
            float: left !important;
        }
    }
    

    Unfortunately, the changes with the arrow will require modifications in theme that are beyond the scope of support. You may need to hire a freelance developer to do the modifications, or contact our partner (Codeable).

    // https://kriesi.at/contact/customization

    Best regards,
    Ismael

    in reply to: Offset for sticky header on mobile #1314258

    Hi,


    @ronellenfitsch
    : The filter above will not prevent the document from scrolling when a tab is clicked or opened. Is that what you are trying to do? If yes, then you will have to do the modification that we suggested in the following thread.

    // https://kriesi.at/support/topic/faq-accordion-keeps-randomly-jumping-on-page/#post-1302789

    If you have more questions, please feel free to open another thread. We will close this one for now.

    Best regards,
    Ismael

    Hey coolicious,

    Thank you for the inquiry.

    It is possible to upload new icons and add new social icons in the theme. Please check the following documentation for more info on how to add a custom social icon.

    // https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    And this one to add your own custom icon.

    // https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    You may need to produce an SVG file of the social media icon and convert it to an icon font. There is an icon font generator in the fontello.com site. All you need is the SVG format of the social media icon. Once you have the icon font, you can upload in the theme using the Enfold > Import/Export > Iconfont Manager.

    Best regards,
    Ismael

    in reply to: Individuelle Pagebuilder Container Elemente #1314252

    Hi,

    Thank you for the clarification.

    Have you tried using the Tab or the Accordion element? You should be able to create a FAQ section using those elements.

    What you are requesting is possible but it will require modifications that are beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeable.

    // https://kriesi.at/contact/customization

    If you are familiar with PHP or with programming in general, you can create a new shortcode path in the child theme and add your own custom elements to the builder.

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

    Best regards,
    Ismael

    in reply to: Magazin Theme #1314250

    Hey Michael,

    Thank you for your interest in the theme.

    The theme Enfold is compatible with plugins such as WPML for multilanguage sites and it has its own blog features. We also provide assistance for any issues related to the theme and basic custom modifications. You will find our support policy in the following link.

    // https://kriesi.at/support/register/

    Additional features could be added using other extensions or with custom modifications, which may require assistance from third party developers.

    Best regards,
    Ismael

    in reply to: Vimeo video press Play twice to play video on iPad? #1314248

    Hey Webmaster,

    Thank you for the inquiry.

    We cannot seem to reproduce the issue on a browser emulation. Did you add a featured image and set the video to lazy load previously? Have you tried embedding it directly using a code or text block element?

    Best regards,
    Ismael

    in reply to: Videos in portfolio gallery #1314247

    Hey Max,

    Thank you for the inquiry.

    The portfolio item has an option where you can apply a custom link and override the default one. You can apply the video URL as custom link and so when the portfolio item is clicked, the video will popup inside a lightbox container or a modal window, instead of redirecting to the actual portfolio page.

    If you want to add the video directly in the single portfolio page, just upload it in the media library and embed it in the content editor.

    Best regards,
    Ismael

    in reply to: centered Logo and transparent Background. #1314246

    Hi,

    Thank you for the update.

    You can use the following css code to make the header fully transparent even on scroll. The css code will also remove the bottom border.

    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
        background-color: transparent;
    }
    
    #header_main {
        border: 0;
    }

    Best regards,
    Ismael

    in reply to: Partner/Logo Element – too big on mobile #1314245

    Hey ChichesterDesign,

    Thank you for the inquiry.

    You can use the following css code to adjust the width of the slider entries on smaller screens.

    @media only screen and (max-width: 479px) {
        .responsive #top #wrap_all .avia-content-slider-odd .slide-entry {
            width: 50% !important;
            clear: none !important;
        }
    }

    If you want to apply the changes on tablet views, just increase the max-width value from 479px to 767px.

    Best regards,
    Ismael

    in reply to: Blog Post Pagination and Image Display #1314243

    Hi,

    Thank you for the inquiry.

    Did you apply the ID “home-blog” to the color section containing the blog? What the script does is append the anchor #home-blog to the pagination links, so whenever you click a pagination, it will go straight to the destination anchor or the color section with the ID “home-blog”.

    Best regards,
    Ismael

    in reply to: Category Names in Sortable Portfolio Grid #1314241

    Hey manurimini,

    Thank you for the inquiry.

    This is possible but you will have to modify the enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php directly. Around line 1219, you could add a switch statement, check for the $category->cat_name and replace it with something else.

    $output .= 	"<span class='text-sep " . $category->category_nicename . "_sort_sep'>/</span>";
    					$output .= 		'<a href="#" data-filter="' . $category->category_nicename . '_sort" class="' . $category->category_nicename . '_sort_button" ><span class="inner_sort_button">';
    					$output .= 			"<span>" . esc_html( trim( $category->cat_name ) ) . "</span>";
    					$output .= 			"<small class='av-cat-count'> " . $cat_count[ $category->term_id ] . " </small></span>";
    					$output .= 		'</a>';
    

    // https://www.w3schools.com/php/php_switch.asp

    This is where the category name is rendered.

    $output .= "<span>" . esc_html( trim( $category->cat_name ) ) . "</span>";
    

    It is also possible with Javascript.

    // https://www.w3schools.com/jsref/jsref_replace.asp

    Best regards,
    Ismael

    Hey 4dino,

    Thank you for the inquiry.

    We could prevent the lightbox script from grouping all lightbox links inside the #main container but you have to modify all buttons and add a custom css class to them. In the buttons’ Advanced > Developer Settings > Custom CSS Class, place the name “non-grouped-lightbox”. Then add this code or script in the functions.php file.

    function ava_open_image_in_popup_group() {
    	?>
    	<script type="text/javascript">
    	(function($){
    		$(document).ready( function(){
    			$('.non-grouped-lightbox a').magnificPopup({
    			  type: 'image',
    			  mainClass: 'avia-popup mfp-zoom-in mfp-image-loaded',
    			  closeBtnInside: true,
    			  closeOnContentClick:false,
    			  midClick: true,
    			  gallery: { enabled:false }
    			});
    		});	
    	})(jQuery);
    	</script>
    	<?php
    }
    add_action('wp_footer', 'ava_open_image_in_popup_group', 9999);
    

    All items with the class name “non-grouped-lightbox” will not be included in the gallery.

    Best regards,
    Ismael

    in reply to: Unique title and description on pagination pages! #1314078

    Hey Konstantin,

    Thank you for the inquiry.

    Did you set the SEO title field of the blog page again? Please post the login details in the private field so that we could check it.

    // https://kriesi.at/support/topic/unique-title-and-description-on-pagination-pages/#post-1308722

    Best regards,
    Ismael

    in reply to: Image should stick on the very left side of the browser #1314077

    Hey Monika,

    Thank you for the inquiry.

    Which particular image are you trying to keep sticking to the left? Have you tried using the Grid Row element? You can insert an image within the grid row cells and adjust its position accordingly.

    Best regards,
    Ismael

    Hey wzshop,

    Thank you for the inquiry.

    This is not possible without significant modification in the slider script. The script is currently set to display a single active slide. Showing more than one item may require combining of testimonial items in a single slide entry or adjusting the slider script. You may need to hire a freelance developer to modify the testimonial slider.

    Best regards,
    Ismael

    Hey jifei,

    Thank you for the inquiry.

    If you are using the Blog Posts element, then we could use the “avia_blog_post_query” to adjust the posts query in a specific page. You may need to use the post__not_in parameter to exclude specific posts.

    // https://developer.wordpress.org/reference/classes/wp_query/#post-page-parameters

    Related threads:

    // https://kriesi.at/support/topic/hide-categories-from-you-might-also-like-section-on-blog-posts/#post-1192667
    // https://kriesi.at/support/topic/do-not-allow-duplicate-posts-on-the-entire-page-not-working/#post-1291806
    // https://kriesi.at/support/topic/hide-current-blog-post-from-a-random-blog-post-slider-grid-element/

    Best regards,
    Ismael

    in reply to: SearchWP integrate with Enfold #1313898

    Hey Telmore,

    Thank you for the inquiry.

    I have checked the boxes “Remove minimum word length” and “Highlight terms in results”,

    These options will only work in the default search form, but not in the AJAX search. Is that what you are expecting?

    I changed the value, but still doesn’t seem to work. See screenshot: https://test.telman.dk/wp-content/uploads/2021/07/screenshot.png

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after editing the file. And please make sure to purge the cache before testing the search again.

    Best regards,
    Ismael

    in reply to: masonry grid sort problem #1313897

    Hey Stanko,

    Thank you for the inquiry.

    Which categories are you trying to select? We may need to access the dashboard and edit the page in order to check the issue properly. Please post the login details in the private field.

    Best regards,
    Ismael

    in reply to: Sort Blog Post Element by "ACF" Advanced Custom Field #1313896

    Hey spooniverse,

    Thank you for the inquiry.

    We are not sure if this is going to work with ACF but you can sort entries based on their custom fields using the meta_key or meta_query parameter.

    // https://make.wordpress.org/core/2015/03/30/query-improvements-in-wp-4-2-orderby-and-meta_query/

    You will have to add the parameter and create logic for it within the avia_custom_query_extension function.

    Best regards,
    Ismael

    in reply to: Partner/Logo Element in 2 columns on mobile #1313810

    Hey jaroljmek,

    Thank you for the inquiry.

    It should be possible but you have to make sure that the number of items in each row are even. If the items are not even and we set them to display in two columns on mobile view, there will be a gap or a white space after the very last item in each row.

    Use this css code to set the width of the slide entries on smaller screens.

    @media only screen and (max-width: 479px) {
    .responsive #top #wrap_all .avia-content-slider-odd .slide-entry {
        margin-left: 0;
        width: 50% !important;
        float: left;
        clear: none !important;
    }
    }
    

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    in reply to: Smaller version of header for one page #1313807

    Hey KatrienW,

    Thank you for the inquiry.

    Try to disable the shrinking header option completely, then use this filter in the functions.php file to enable it back on the contact page.

    
    function avf_header_setting_filter_mod($header_settings) {
    	if ( is_page(21) ) {
    		$header_settings['header_sticky'] = 'disabled';
    		$header_settings['header_shrinking'] = "disabled";
                    $header_settings['header_size'] = "slim";
    	}
    
    	return $header_settings;
    }
    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 50, 1);
    

    Let us know how it goes.

    Best regards,
    Ismael

Viewing 30 posts - 13,171 through 13,200 (of 66,745 total)