Forum Replies Created

Viewing 30 posts - 13,381 through 13,410 (of 66,033 total)
  • Author
    Posts
  • in reply to: Portefolio items are with odd behaviour #1301095

    Hi,

    Why isn’t the thumb nail images showing on posts loaded after clicking Load more?

    The images are there but they are being covered by the masonry content. There seems to be a lot br tags in the posts. Example.

    
    <h3 class="av-masonry-entry-title entry-title " itemprop="headline">Sådan vælger du den rigtige servicetype til din forretning</h3>
    <div class="av-masonry-entry-content entry-content" itemprop="text">ARTIKEL
    br
    br
    br
    Af Henrik Blach, FORCE Technology, Projektleder,…</div>
    

    Did you intentionally add the br tags? Adding this css code might help but it will remove or hide the br tags.

    .av-masonry-entry-content.entry-content br {
        display: none !important;
    }
    

    Best regards,
    Ismael

    in reply to: Catalog element shows no content. #1301094

    Hi,

    Thank you for the inquiry.

    We set the builder to debug mode and checked the shortcodes. We noticed that the issue only occurs when there is an av_hr or separator/whitespace shortcode inside the catalogue item content, so we removed all instances of the shortcode inside the catalogue items. The catalogue elements are accessible again. Unfortunately, we are not yet sure why the issue occurs when the av_hr shortcode is added to the content.

    Best regards,
    Ismael

    in reply to: Breadcrumb issue #1301092

    Hi,

    Thank you for the inquiry.

    Try to select the current home page as homepage in the Settings > Reading panel, and create another page and set it as posts page.

    We tested the link with each parameter and found that the m=0 parameter causes the incomplete breadcrumb schema.

    The query var avia-element-paging=25 is created by the theme for the pagination, but we have no idea where m=0 is coming from. It might be from another plugin. And according to Yoast this variable is causing the issue.

    Best regards,
    Ismael

    in reply to: Contact form not sending fields in Mobile #1300908

    Hey SPORTSINCYCLING,

    Thank you for the inquiry.

    Looks like the Form Element Validation for all fields are set to “Is not empty”. What happens when you change the validation and set it according to the input type? For example, try to check if the value of the email field is a valid email address, or check if the number field contains actual numbers.

    Best regards,
    Ismael

    Hey dcshortwave,

    Thank you for the inquiry.

    We checked the site but it is not using any of our themes. Do you have a site using Enfold or any of Kriesi’s themes?

    Best regards,
    Ismael

    in reply to: Where to find quote font color #1300903

    Hi,

    UPDATE: We just remembered that the blockquote element can be adjusted in the Enfold > Advanced Styling panel. Look for the blockquote under HTML tags and edit it.

    Best regards,
    Ismael

    in reply to: Where to find quote font color #1300902

    Hey Nathan,

    Thank you for the inquiry.

    There is no dedicated color option for the quote element, but we can still use css code to adjust its style.

    .main_color blockquote, .main_color .avia-bullet, .main_color .av-no-color.av-icon-style-border a.av-icon-char {
        border-color: red;
        color: red;
    }
    

    Best regards,
    Ismael

    in reply to: Featured image being cropped #1300900

    Hey w_archer,

    Thank you for the inquiry.

    That is the default size of the featured images on post with sidebar. To adjust it, you may need to install the following plugin, activate it, go to the Settings > Media panel, look for the entry_with_sidebar thumbnail, adjust its size, then regenerate the thumbnails.

    // https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    in reply to: Fullwidth easy slider error #1300898

    Hi,


    @JudiPu
    : Can we check the site? Please post the site URL in the private field. Did you create any elements with a numbered ID? This is the site navigation markup.

    
    <div class="avia-slideshow-dots avia-slideshow-controls">
    <a href="#1" class="goto-slide">1</a><a href="#2" class="goto-slide active">2</a></div>
    

    It is possible there is an element or elements in the page with the #1 and #2 ID.

    Best regards,
    Ismael

    in reply to: Massonry gallery not loading properly #1300879

    Hi,

    This is probably an issue with the waypoints script, which activates the masonry animation when the element is in view. It fails to load the second masonry element immediately even when it is already in view because the first masonry element has not finished loading or the document height is not yet determined.

    We could disable the animation with css to make the masonry items immediately visible.

    #top .av-masonry-image-container, #top .av-inner-masonry-content, .av-masonry-pagination {
        -webkit-transition: none;
        transition: none;
    }
    
    #top .av-masonry-entry {
        opacity: 1;
        visibility: visible;
    }
    

    Best regards,
    Ismael

    in reply to: Display tags in the footer of a blog article #1300877

    Hey ZELLERW,

    Thank you for the inquiry.

    The screenshot above is not displaying correctly. Please post it again using imgur or dropbox. To display the tags in the footer, you may need to modify the footer.php file or the includes > loop-index.php file and use the get_the_tags function.

    // https://developer.wordpress.org/reference/functions/get_the_tags/#user-contributed-notes

    Best regards,
    Ismael

    in reply to: Emedding spotify problem #1300875

    Hi,

    This seems to be the same issue as reported here. https://kriesi.at/support/topic/creating-menu-anchors/

    Please do not open duplicate threads. We will close this one for now.

    Best regards,
    Ismael

    Hey gtj007,

    Thank you for the inquiry.

    The site loads fine on our end but we get this error or warning in the console.

    DRM might not be available from unsecure contexts
    embed-podcast.1d392ec3.js:1 Uncaught (in promise) Error: No valid encryption keysystem found in your browser. We either don’t support your browser keysystem or the browser you’re using is too old and doesn’t have this feature; consider upgrading it or manually enable the DRM system.

    The error possibly occurs because the site is loaded through http, not https, or it does not have an SSL certificate yet. You may need to get or install an SSL cert in order for the spotify embed to work properly.

    Best regards,
    Ismael

    Hey ZELLERW,

    Thank you for the inquiry.

    It is possible that the Performance > File Compression settings are enabled. Try to disable the settings, then add the css code again. Make sure to purge the cache afterwards.

    Best regards,
    Ismael

    in reply to: Categories are not showing up in the breadcrumbs! #1300860

    Hey TT2495,

    Thank you for the inquiry.

    The first category should display in the breadcrumb, but not all. Are you trying to display all categories in the breadcrumb? Adding this filter in the functions.php file might help.

    // breadcrumbs filter for blog posts, stop breadcrumbs showing category for news
    if(!function_exists('avia_modify_single_post_breadcrumb'))
    {
        function avia_modify_single_post_breadcrumb($trail)
        {
    	if(!is_single()) return $trail;
    	$category = get_the_category(get_the_ID());
    	if(empty($category)) return $trail;
    	$newtrail = array();
            foreach($category as $cat)
            {
                    if(empty($cat->parent))
                    {
    			$category_link = get_category_link($cat->term_id);
    			$newtrail[] = '<a href="'.esc_url( $category_link ).'" title="'.$cat->cat_name.'">'.$cat->cat_name.'</a>';
                    }
            }
    	if(empty($newtrail)) return $trail;
    	array_unshift($newtrail, $trail[0]);
    	$newtrail['trail_end'] = $trail['trail_end'];
            return $newtrail;
        }
        add_filter('avia_breadcrumbs_trail','avia_modify_single_post_breadcrumb');
    }
    

    Best regards,
    Ismael

    in reply to: Enfold update for multiple licenses #1300852

    Hey Severin,

    Thank you for the inquiry.

    Each site using a single license should be updated separately. You can do it automatically from the Enfold > Theme Updates panel, or by uploading the downloaded theme manually via FTP. For more info about theme update, please check the following article.

    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

    in reply to: Contact Form: sending titles #1300851

    Hey bcndisseny,

    Thank you for the inquiry.

    The custom html field will not be included in the message or email by default. As the name suggests, it is only used to create custom html or descriptions and is not part of the contact form. Unfortunately, including it in the email is not possible because it is div container, not an input field or textarea.

    What you can do is use the avf_form_message filter and try to edit the actual email message and insert the title or sections programatically. Unfortunately, this may require significant amount of modification, which is beyond the scope of support.

    Best regards,
    Ismael

    Hey Blaise,

    Thank you for the inquiry.

    The widget is not displaying on other pages because of this css code, which seems to have been added using a custom css and js plugin.

    .sidebar .widget:first-child, .content .sidebar .widget:first-child {
        display: none;
    }
    

    Best regards,
    Ismael

    in reply to: CPT UI + ACF with your theme #1300848

    Hi,

    Thank you for the inquiry.

    Did you actually create a publication_post template? Custom post types made from CPT UI should display immediately without creating a special template using a Blog Posts element. Please post the link to the page where you are trying to display the custom posts so that we could check it properly.

    Best regards,
    Ismael

    in reply to: Change Woocommerce "Sale Text" into "%" #1300846

    Hi,

    Thank you for the inquiry.

    That is possible but you may need to use a “discount” plugin.

    // https://wordpress.org/plugins/woo-discount-rules/

    If you only need to change the text in the sales badge, this code should help.

    add_filter( 'woocommerce_sale_flash', 'wc_custom_replace_sale_text' );
    function wc_custom_replace_sale_text( $html ) {
        return str_replace( __( 'Sale!', 'woocommerce' ), __( 'New Sale Text Here', 'woocommerce' ), $html );
    }
    
    

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Do you want us to export and import the theme options back in the staging site? Would you mind providing a screenshot of the issue? If necessary, you can configure the fonts in the Enfold > General Styling > Fonts panel, and the breadcrumb and title settings in the Header > Header Layout panel. We do not encounter any issues or errors when we try to change the theme options.

    Best regards,
    Ismael

    in reply to: Enfold latest portfolio widget publish time #1300775

    Hey nickthe,

    Thank you for the inquiry.

    This is possible, but we have to make a new instance of the portfolio widget and create our own query. To do that, try to add this code in the functions.php file.

    // https://pastebin.com/eV2wigYu

    We added the new query here.

    	
    				$this->avia_new_query = array(	"posts_per_page"=>$count, 
    					'date_query' => array(
    						'column' => 'post_modified',
    					),'tax_query' => array(
    						array( 'taxonomy' => $this->avia_term,
    							'field' => 'id',
    							'terms' => explode(',', $cat),
    							'operator' => 'IN')
    					));
    

    And use the date_query parameter to fetch the portfolio items based on the date they were modified.

    'date_query' => array(
    						'column' => 'post_modified',
    					),
    

    More info here.

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

    The new name of the widget is “Movers Latest Portfolio”. If you want to change it, just look for this line.

     WP_Widget::__construct( 'portfolioboxnew', 'Movers Latest Portfolio', $widget_ops );
    

    Best regards,
    Ismael

    Hey baseenergy,

    Thank you for the inquiry.

    Which plugin are using now? Dynamically updating the price based on the current product quantity should be possible but we are not sure how the plugin works or how it updates the product. You may need to contact the plugin developers for more info.

    Best regards,
    Ismael

    Hi,

    The hook works fine on our end. Please try this again.

    // ADD PRODUCT CATEGORY DESCRIPTION IN RIGHT PLACE
    add_action("after_setup_theme", function() {
    	add_action( "woocommerce_before_shop_loop", "woocommerce_taxonomy_archive_description", 10 );
    	add_action( "woocommerce_before_shop_loop", "woocommerce_before_shop_loop", 10 );
    }, 20);
    

    Open a new thread if this continues to be an issue and post the site details again in the private field. We will close this one for now because the thread becoming a bit too long.

    Thank you for your patience.

    Best regards,
    Ismael

    in reply to: Blog Posts Displaying Incorrectly #1300761

    Hey Blaise,

    Thank you for the inquiry.

    You can use this css code to move the featured image back to the left of the post content.

    #top .fullsize .template-blog .blog-meta {
        float: left;
        margin-right: 50px;
    }
    

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

    Best regards,
    Ismael

    in reply to: Unable to update template enfold #1300760

    Hi,

    Regarding the email address issue, please try the following steps.

    // https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-

    This filter from the documentation might help.

    function change_cf_from() {
        return " (Email address hidden if logged out) ";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);
    

    Replace the site URL with your own.

    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: custom post archive #1300755

    Hi,

    The problem occurs when i select category > uncategorised so that i can display all posts.

    If you want to display all posts, then select all the available categories or taxonomies or do not select anything at all. It is possible that one of the item is not uncategorized.

    Would you mind providing a link to the page where you need to display this? Are you using the Grid Layout? If you are, then you will have to modify or add the code in the enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php file.

    Best regards,
    Ismael

    in reply to: Different header color for different categories #1300753

    Hi,

    Awesome! Glad to know that it is fixed. Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Portfolio Masonry – polylang – 3 sprachen #1300751

    Hi,

    We used this code in the functions.php file, but it did not work.

    add_filter('avf_ratio_check_by_tag_values', 'avf_ratio_check_by_tag_values_mod', 10, 1);
    function avf_ratio_check_by_tag_values_mod($tags) {
        $lang = pll_current_language();
    	if($lang == 'hu') $tags = array('portrait' => 'portrait', 'landscape' => 'landscape');
    	if($lang == 'en') $tags = array('portrait' => 'portrait', 'landscape' => 'landscape');
    	if($lang == 'de') $tags = array('portrait' => 'portrait', 'landscape' => 'landscape');
        return $tags;
    }
    

    But then we noticed that the pages are not yet translated including the home page. Please translate the pages first, then set the home page in the Settings > Reading panel. (see private field)

    // https://polylang.pro/doc/define-your-home-page-as-a-static-page/
    // https://polylang.pro/doc/translating-pages-posts-categories-and-tags/

    Best regards,
    Ismael

    in reply to: Pageload / Video #1300742

    Hi,

    We did check it, but it is possible that you are using a shortcode or a custom plugin to embed the video. We are note exactly sure, which is why we asked. If you embed it directly using a video tag, then adding the preload attribute should help, as suggested previously.

    Best regards,
    Ismael

Viewing 30 posts - 13,381 through 13,410 (of 66,033 total)