Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1152472

    Hello,
    I am having problems with broken columns. When I use the blog post shortcode feature using custom taxonomy my columns are broken.

    When I switch back using regular categories to list blog posts it displays properly but my Custom posts do not display.

    I have added this code to my functions.php file as well.

    `function avf_alb_supported_post_types_mod( array $supported_post_types )
    {
    $supported_post_types[] = ‘discipline_notice’;
    return $supported_post_types;
    }
    add_filter(‘avf_alb_supported_post_types’, ‘avf_alb_supported_post_types_mod’, 10, 1);

    function avf_metabox_layout_post_types_mod( array $supported_post_types )
    {
    $supported_post_types[] = ‘discipline_notice’;
    return $supported_post_types;
    }
    add_filter(‘avf_metabox_layout_post_types’, ‘avf_metabox_layout_post_types_mod’, 10, 1);

    Using Enfold 4.6.3.1

    Any help would be appreciated.

    #1154068

    Hey smoke_house,

    loading your page I do not see any problem. Which is the part that has issues?

    Best regards,
    Basilis

    #1154081
    This reply has been marked as private.
    #1155476

    Hi,

    Sorry for the delay. It seems to be an issue with the “Equal Height Columns” settings. The columns load properly when the option is disabled. Did you add any modifications in the child theme?

    Best regards,
    Ismael

    #1156115

    Hi Ismael.

    Thanks for getting back to me.

    I did have some custom styling but only color changes, nothing structural. I have temporarily removed all custom styles and it’s still screwed up.

    Any ideas?

    #1156994

    Hi,

    Your home is not loading at all

    could you please check this a little bit more for us? I think it has to be something else and not our theme issue.

    Best regards,
    Basilis

    #1157004

    Hi Basilis,

    Yes it is blank on purpose.

    The link in question was in the private reply area.

    #1158013

    Hi,

    Thank you for the update.

    The second column doesn’t have the necessary class attribute, so it breaks the layout of the row. Please add this css code to re-apply the required column style when the “Equal Height” option is enabled.

    #top .av-equal-height-column-flextable .flex_column {
    	float: none;
    	display: table-cell;
    }

    You might have to toggle the Performance > File compression settings after adding the code.

    Best regards,
    Ismael

    #1158627
    This reply has been marked as private.
    #1159036

    Hi,

    Thank you for the update.

    There is no space between the columns because the container that should create it is missing.

    
    <div class="av-flex-placeholder"></div>
    

    Could you give us access to the file server? We would like to debug the issue on our end.

    Best regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.