Forum Replies Created

Viewing 30 posts - 11,311 through 11,340 (of 66,206 total)
  • Author
    Posts
  • in reply to: Search results Layout broken #1331785

    Hi,

    Thank you for the update.

    Can we remove the section located at the very bottom of the carnival-fun-fair-tents/ page temporarily? We would like to check if the section is actually causing the issue.

    Best regards,
    Ismael

    in reply to: Masonry isn't randomizing the entries #1331784

    Hi,

    Alright. Let us know when you found anything. We will keep the thread open.

    Best regards,
    Ismael

    in reply to: Show all categories in masonry gallery filter #1331783

    Hi!

    Is there a way to show all portfolio categories without having to click “load more”

    That is not possible, unfortunately. As we mentioned above, the sort category can only filter posts that are already visible in the page. It cannot load or retrieve posts that are not yet loaded. You may need to look for a plugin with the same filter option that can dynamically load or retrieve posts from the database.

    Regards,
    Ismael

    in reply to: Split Menu off on ipad 11 #1331782

    Hi,

    No problem! Glad it is working.

    Did you add this css to set the color of the header on mobile or tablet view?

    .html_mobile_menu_tablet #top #wrap_all .av_header_transparency {
        background-color: #002138;
        color: #ffffff;
        border-color: #001636;
    }
    

    The background color (#002138) is a bit different compare to the default one, which is #001636.

    Best regards,
    Ismael

    in reply to: round corners on video #1331781

    Hey julhobart,

    Thank you for the inquiry.

    You have to set the overflow property of the video container to hidden. Try to use this css code.

    .avia-video.avia-video-custom.round_corners {
        border-radius: 20px;
        overflow: hidden;
    }
    

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

    Best regards,
    Ismael

    in reply to: Issue with fullwidth easy slider displaying incorrectly #1331780

    Hey antilimited,

    (EDIT: solved! I found the same issue was documented in a post from October… the culprit is lazy loading in Smush. I’ve switched this off and am pleased to report the issue is no longer happening.

    Glad to know that you have found the issue. Please feel free to open another thread if you need anything else. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Flip icons #1331779

    Hey MarcassinFou,

    Thank you for the inquiry.

    How would you like the phone number to display once it is visible? There seems to be not enough space beside the other two icons.

    In the button row, you can set the Button Label of the phone number to only display on hover. Edit the icon, go to the Styling > Appearance panel, then set the Button Label display to “Display on hover”. You can then set the actual phone number as the Button Label in the Content > Button panel.

    Best regards,
    Ismael

    in reply to: add custom field to postslider.php #1331710

    Hey S-edwards,

    Thank you for the inquiry.

    Where did you add the code in the postslider.php file? You may need to replace the get_the_ID() function with the $the_id variable as shown below.

    $stock_availability = get_post_meta( $the_id , ‘stock_availability’, true);
    

    Best regards,
    Ismael

    in reply to: Show all categories in masonry gallery filter #1331709

    Hey emilconsor,

    Thank you for the inquiry.

    It is possible but clicking on the “empty” sort items will do nothing. It will not automatically load items that are not visible in the current page or items that are not yet loaded. If you want to continue or if you want to display the empty items, try to add this filter in the functions.php file.

    add_filter("avf_masonry_term_args", function($args) {
       $args["hide_empty"] = false;
       return $args;
    }, 10, 1);
    

    Best regards,
    Ismael

    in reply to: Blog Layout #1331706

    Hi,

    Great! Glad to know that it is fixed. Please do not hesitate to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    Hi,

    No problem! You can also modify the includes > helper-main-menu.php file directly if you need to place the logo somewhere else, or create a copy of the file in your child theme to override it. Please feel free to open a different thread if you need anything else. We will close this one for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Split Menu off on ipad 11 #1331703

    Hey Corina,

    Thank you for the inquiry.

    This css distorts and disaligns the logo on screens narrower than 1284px.

    .responsive .logo img, #top .logo {
        max-width: 35% !important;
        width: 35%!important;
    }
    

    And this one removes the space between the menu items.

    .av-main-nav > li > a {
        font-weight: normal !important;
        font-size: 20px;
        text-transform: uppercase;
        padding: 0px!important;
    }
    

    We added a screenshot of the header in the private field after disabling the css rules above.

    Best regards,
    Ismael

    in reply to: Facebook likebox #1331699

    Hey sitadi,

    Thank you for the inquiry.

    We noticed that the site contains an older version (4.7.6.4) of the theme. Updating to the latest version (4.8.7.1) should help fix the issue with the facebook likebox. If the issue persists after the update, please toggle or temporarily disable the Enfold > Performance > File Compression settings, then update us here.

    Best regards,
    Ismael

    in reply to: popup_elements #1331669

    Hey Erdrol,

    Thank you for the inquiry.

    You may have to modify the select or the linkpicker function in the AviaHtmlHelper class. The code is located in the enfold/config-templatebuilder/avia-template-builder/php/class-html-helper.php file. Unfortunately, you will not be able to modify or override this class in your child theme.

    Or just make sure to use the correct selector to re-initialize the default select element as an s2select element. This is the markup of a linkpicker.

    
    <div class="avia_clearfix avia-form-element-container  avia-attach-templating avia-element-linkpicker" id="aviaTBlink-form-container">
    <div class="avia-name-description ">
            <strong>Button Link?</strong>
    <div>Where should your button link to?</div>
    </div>
    <div class="avia-form-element">
            <select class="" id="aviaTBlink" name="aviaTBlink" data-initial="">
    <option value="manually">Set Manually</option>
                <optgroup label="Single Entry">
    <option value="21">A Single Post</option>
    <option value="21">Another Single Post</option>
                </optgroup>
                <optgroup label="Another Option"></optgroup>
    </select></div>
    </div>
    

    Best regards,
    Ismael

    in reply to: Button on header issue #1331668

    Hi,

    Great! Glad we could be of help. Please feel free to open another thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Sidebars on Category #1331667

    Hi,

    Thank you for the update.

    You can use plugins like Widget Logic or If Widget to control the visibility of the widgets. This should give you more control over which widgets to display on a specific category page.

    // https://wordpress.org/plugins/if-widget/
    // https://wordpress.org/plugins/widget-logic/

    Best regards,
    Ismael

    in reply to: Arrows on content slider #1331666

    Hey aruizhuidobro,

    Thank you for the inquiry.

    The site is not loading properly on our end. Is it currently down, or did you move it elsewhere?

    Best regards,
    Ismael

    in reply to: Bog date not shown #1331665

    Hi,

    in every blog article i have the field excerpt,

    Thanks for that info. But are you using the Advance Layout Builder for other posts? The excerpt will not display or will not be created automatically based on the post content when the advance builder is active. For those posts, you will have to add the excerpt manually.

    Best regards,
    Ismael

    in reply to: Conflict between Enfold Child and WooCommerce #1331664

    Hi,

    Thank you for the update.

    The theme contains a script that creates two buttons (+|-) for the default quantity field but it does not interfere with the product creation. All configurations or adjustments for the shop plugin can be found in the config-woocommerce > config.php file and you will not see anything related to variable product creation. Most of the adjustments are related to the product templates.

    Would you mind posting a login account? We would like to test it further. We may need to deactivate the theme temporarily and use one of the default themes.

    Best regards,
    Ismael

    Hi,

    Thank you for the info, and quite sorry for the delay.

    Was the CET created in the older versions of the theme? What happens when you delete the existing CETs and recreate them from scratch?

    We created a test page (see private field), added a tab element to it and inserted the only CET but we are not able to reproduce the issue. The content of the tab element updates correctly after saving.

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider disappears #1331456

    Hi,

    It should select Peace River

    Did you add a custom script for it? Can we check the code? Please use pastebin or any snippet hosting sites for the code.

    We noticed that the “pin” parameter above is empty. Was that intentional?

    Best regards,
    Ismael

    in reply to: Image Size – Gallery view #1331454

    Hi,

    The item contains the original version of the image. We provided the actual link of the image in the private field.

    Best regards,
    Ismael

    in reply to: Bog date not shown #1331453

    Hi,

    Thank you for the info.

    Are you using the Advance Layout Builder (ALB) for some of the posts? For those posts, you may need to add the excerpt manually because the theme will not automatically generate an excerpt based on the content of the builder.

    Best regards,
    Ismael

    in reply to: Problem with Plugin "WP Simple Booking Calender" #1331452

    Hi,

    The script is causing the error as we mentioned above. Unfortunately, we are not familiar with the script. We do not know how it works or what it does. You have to keep in touch with plugin developers and ask them for additional help since you are a paying customer.

    Please feel free to open a new thread if there are issues with the theme itself or with any plugins that it natively supports. You will find our forum policy in the following link — what is included in the support and the limitations.

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

    Thank you for your understanding.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Have you done any performance optimization to the site yet? Optimizing the resource (css, js) delivery and improving the speed of the page load should help with the issue. You can start by compressing the images and by installing a cache plugin as described in the following articles.

    // https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
    // https://gtmetrix.com/wordpress-optimization-guide.html

    And adding this filter in the functions.php file should help adjust the scroll position.

    function avf_header_setting_filter_mod($header) {
    	$header['header_scroll_offset'] = $header['header_scroll_offset'] - 100;
    	return $header;
    }
    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);
    

    Best regards,
    Ismael

    in reply to: Randomise posts in category page #1331448

    Hi,

    Great! Glad to know that it is working. Let us know if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Lightbox #1331445

    Hi,

    Great! Glad to know that you have found a workaround. Feel free to open another thread if you need anything else. We will close this thread for now.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Add Parent Title to Page Sidebar navigation #1331423

    Hey ananda,

    Thank you for the inquiry.

    This is possible but you have to modify the avia_sidebar_menu function in the functions-enfold.php file to add the parent page in the list.

    function avia_sidebar_menu($echo = true)
    {
    	$sidebar_menu = "";
    
    	$subNav = avia_get_option('page_nesting_nav');
    
    	$the_id = @get_the_ID();
    	$args 	= array();
    	global $post;
    
    	if($subNav && $subNav != 'disabled' && !empty($the_id) && is_page())
    	{
    		$subNav = false;
    		$parent = $post->ID;
    		$sidebar_menu = "";
    
    		if (!empty($post->post_parent))
    		{
    			if(isset($post->ancestors)) $ancestors  = $post->ancestors;
    			if(!isset($ancestors)) $ancestors  = get_post_ancestors($post->ID);
    			$root		= count($ancestors)-1;
    			$parent 	= $ancestors[$root];
    		}
    
    		$args = array('title_li'=>'', 'child_of'=>$parent, 'echo'=>0, 'sort_column'=>'menu_order, post_title');
    
    		//enables user to change query args
    		$args = apply_filters('avia_sidebar_menu_args', $args, $post);
    
    		//hide or show child pages in menu - if the class is set to 'widget_nav_hide_child' the child pages will be hidden
    		$display_child_pages = apply_filters('avia_sidebar_menu_display_child', 'widget_nav_hide_child', $args, $post);
    
    		$children = wp_list_pages($args);
    
    		if ($children)
    		{
    			$default_sidebar = false;
    			$sidebar_menu .= "<a href='". get_the_permalink($parent) ."'>".get_the_title($parent)."</a>";
    			$sidebar_menu .= "<nav class='widget widget_nav_menu $display_child_pages'>
    <ul class='nested_nav'>";
    			$sidebar_menu .= $children;
    			$sidebar_menu .= "</ul>
    </nav>";
    		}
    	}
    
    	$sidebar_menu = apply_filters('avf_sidebar_menu_filter', $sidebar_menu, $args, $post);
    
    	if($echo == true) { echo $sidebar_menu; } else { return $sidebar_menu; }
    
    }
    

    This is the line that creates the parent page.

    $sidebar_menu .= "<a href='". get_the_permalink($parent) ."'>".get_the_title($parent)."</a>";
    

    Best regards,
    Ismael

    in reply to: Fullwidth Easy Slider #1331418

    Hey stacey_pritchett,

    Thank you for the inquiry.

    It seems as though the issue only happens on the initial load. The slider becomes taller than it should be and only adjusts after the page has fully loaded. Does it help when you disable the text animation below the slider?

    Best regards,
    Ismael

    in reply to: Masonry Grid shows entries more than once #1331415

    Hey emilconsor,

    Thank you for the inquiry.

    Is this the same issue with the masonry element that we discussed previously? Looks like it is a different site. Did you add use the same masonry query filter? We tried to check it but the Appearance > Editor panel is not accessible.

    Looks like you already figured it out based on the following thread.

    // https://kriesi.at/support/topic/masonry-grid-load-more-shoes-infinite-duplicates/#post-1331314

    Do you need more help with it?

    Best regards,
    Ismael

Viewing 30 posts - 11,311 through 11,340 (of 66,206 total)