-
AuthorPosts
-
August 9, 2017 at 4:13 pm #836466
Hi,
The columns that are set to display equal height are not showing properly. Instead of showing inline, they are showing in blocks.
I set column settings of Equal Height Columns to ‘Equal height’ and Vertical Alignment to ‘Middle’. In new page works fine, but If I apply on older pages the bug occurs.
Is there any way to fix this BUG?
You can see a example of the BUG in the page in: #av_section_3
Thnaks
August 9, 2017 at 4:54 pm #836489Hey CloudChoice,
Have you attempted disabling active plugins to rule-out a possible styling conflict?
Best regards,
Jordan ShannonAugust 9, 2017 at 5:06 pm #836502Hi,
Yes. I disable all plugins, all styles and the problem continues…
August 9, 2017 at 8:59 pm #836606Hi,
Try adding the following to quick css:
#top .flex_column_table_cell{ float:left!important; } #top .flex_column_table{ display:inline!important; }
Best regards,
Jordan ShannonAugust 9, 2017 at 9:09 pm #836615HI,
NOT the solution.
Using this quick CSS the effect is similar to: Equal Height Columns – Individual height
Losing the Vertical Alignment to ‘Middle’
August 9, 2017 at 9:30 pm #836625Hi,
Please send me a screenshot of #av_section_3 when you add my css.
Best regards,
Jordan ShannonAugust 9, 2017 at 9:37 pm #836631Hi,
I inserted again, you can see online in the link. (#av_section_3 or #av_section_4 )
August 9, 2017 at 9:48 pm #836638Hi,
So you need the icon and the text equal height? I may be misunderstanding the issue.
Best regards,
Jordan ShannonAugust 9, 2017 at 10:02 pm #836650Hi,
The intention is to be aligned vertically in the Middle. For this reason it was set column settings of Equal Height Columns to ‘Equal height’ and Vertical Alignment to ‘Middle’
August 9, 2017 at 10:14 pm #836654Hi,
Add the following:
.av-special-heading{ margin-top:0px!important; }
Best regards,
Jordan ShannonAugust 9, 2017 at 10:23 pm #836658HI,
Not work. The goal is the alignment to be vertical in the middle! Just like the setup informed in the column setup.
Follows a link where the setup worked, because is a new page which reinforces to be a BUG of the theme that occurs in older pages.
August 10, 2017 at 12:27 pm #836933Hi,
Any solution?
August 11, 2017 at 1:09 pm #837434Hi,
Anyone have any solutions to the problem?
August 11, 2017 at 5:23 pm #837547Hi,
Apologies for the delay. Please provide admin info in the private section so we can log in and look into this issue further.
Best regards,
Jordan ShannonAugust 11, 2017 at 6:18 pm #837577FOLLOW THE ACCESS:
August 11, 2017 at 7:42 pm #837633Hi,
I’m not seeing an obvious issue within the admin. Please allow me to ask a teammate for help.
Best regards,
Jordan ShannonAugust 11, 2017 at 7:56 pm #837639August 14, 2017 at 2:50 pm #838676Hi,
I think it’s a BUG in the theme.
Any solutions at the moment?
August 15, 2017 at 1:08 pm #839263Hi CloudChoice,
Could you please enable the Advanced Layout Builder debug mode . Here is how to do it: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Best regards,
VictoriaAugust 15, 2017 at 3:51 pm #839367Hi Victoria
DONE. The Advanced Layout Builder debug MODE is enable.
August 17, 2017 at 1:12 am #840174Hello,
Any news?
Thanks.
August 18, 2017 at 7:22 am #840763Hi,
I would like to access the site but the login credentials are not working. I got this error notification.
Persona non grata – Abusive behavior You are out dude!
Is this happening on every page? Please change the position of the columns, update the page then revert it back. After that, reconfigure the column options again.
Best regards,
IsmaelAugust 18, 2017 at 11:59 am #840831Hi Ismael,
It was a security plugin blocking the IP. I believe that already get normal access.
I’ve tried your method, but it still does not work.
August 21, 2017 at 2:21 pm #842009Anyone have any suggestions?
August 22, 2017 at 6:42 am #842325Hi,
I’m sorry for the late response. Please post the FTP details here so that we can test it. If you have the time, edit the config-templatebuilder > avia-shortcodes > column.php file, look for this code around line 765:
if( !empty( avia_sc_columns::$first_atts['min_height'] ) && avia_sc_columns::$calculated_size == 0 ) { $output .= "<div class='flex_column_table ".avia_sc_columns::$first_atts['min_height']."-flextable ".avia_sc_columns::$first_atts['mobile_breaking']."-flextable' {$margin_style}>"; }
Replace it with:
if(!empty( avia_sc_columns::$first_atts['min_height'] ) && avia_sc_columns::$calculated_size == 0 ) { var_dump(avia_sc_columns::$calculated_size); $output .= "<div class='flex_column_table ".avia_sc_columns::$first_atts['min_height']."-flextable ".avia_sc_columns::$first_atts['mobile_breaking']."-flextable' {$margin_style}>"; }
Best regards,
IsmaelAugust 22, 2017 at 12:23 pm #842466Hi Ismael,
I did that and edited the config-templatebuilder > avia-shortcodes > column.php file.
But the result it was not as expected. You can check the links:August 23, 2017 at 7:28 am #842890Hi!
Thank you for the update. Please post the FTP details here and we’ll inspect it further.
Cheers!
IsmaelAugust 23, 2017 at 1:06 pm #843006Hi Ismael,
Thanks. Follow the ftp account:
August 25, 2017 at 9:38 am #843814Hi,
I can’t connect to the server. Please check the info carefully.
Best regards,
IsmaelAugust 25, 2017 at 1:55 pm #843953Hi,
Sorry. IP AGAIN. Follow the correct data tested.
-
AuthorPosts
- You must be logged in to reply to this topic.