-
AuthorPosts
-
October 30, 2019 at 7:00 pm #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.
November 5, 2019 at 7:54 pm #1154068Hey smoke_house,
loading your page I do not see any problem. Which is the part that has issues?
Best regards,
BasilisNovember 5, 2019 at 8:49 pm #1154081This reply has been marked as private.November 11, 2019 at 4:57 am #1155476Hi,
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,
IsmaelNovember 12, 2019 at 7:56 pm #1156115Hi 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?
November 14, 2019 at 10:14 pm #1156994Hi,
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,
BasilisNovember 14, 2019 at 10:33 pm #1157004Hi Basilis,
Yes it is blank on purpose.
The link in question was in the private reply area.
November 19, 2019 at 5:12 am #1158013Hi,
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,
IsmaelNovember 20, 2019 at 11:16 pm #1158627This reply has been marked as private.November 22, 2019 at 9:50 am #1159036 -
AuthorPosts
- You must be logged in to reply to this topic.