Viewing 30 posts - 1 through 30 (of 36 total)
  • Author
    Posts
  • #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

    #836489

    Hey CloudChoice,

    Have you attempted disabling active plugins to rule-out a possible styling conflict?

    Best regards,
    Jordan Shannon

    #836502

    Hi,

    Yes. I disable all plugins, all styles and the problem continues…

    #836606

    Hi,

    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 Shannon

    #836615

    HI,

    NOT the solution.

    Using this quick CSS the effect is similar to: Equal Height Columns – Individual height

    Losing the Vertical Alignment to ‘Middle’

    #836625

    Hi,

    Please send me a screenshot of #av_section_3 when you add my css.

    Best regards,
    Jordan Shannon

    #836631

    Hi,

    I inserted again, you can see online in the link. (#av_section_3 or #av_section_4 )

    #836638

    Hi,

    So you need the icon and the text equal height? I may be misunderstanding the issue.

    Best regards,
    Jordan Shannon

    #836650

    Hi,

    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’

    #836654

    Hi,

    Add the following:

    .av-special-heading{
    margin-top:0px!important;
    }

    Best regards,
    Jordan Shannon

    #836658

    HI,

    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.

    #836933

    Hi,

    Any solution?

    #837434

    Hi,

    Anyone have any solutions to the problem?

    #837547

    Hi,

    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 Shannon

    #837577

    FOLLOW THE ACCESS:

    #837633

    Hi,

    I’m not seeing an obvious issue within the admin. Please allow me to ask a teammate for help.

    Best regards,
    Jordan Shannon

    #837639

    ok

    #838676

    Hi,

    I think it’s a BUG in the theme.

    Any solutions at the moment?

    #839263

    Hi 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,
    Victoria

    #839367

    Hi Victoria

    DONE. The Advanced Layout Builder debug MODE is enable.

    #840174

    Hello,

    Any news?

    Thanks.

    #840763

    Hi,

    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,
    Ismael

    #840831

    Hi 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.

    #842009

    Anyone have any suggestions?

    #842325

    Hi,

    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,
    Ismael

    #842466

    Hi 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:

    #842890

    Hi!

    Thank you for the update. Please post the FTP details here and we’ll inspect it further.

    Cheers!
    Ismael

    #843006

    Hi Ismael,

    Thanks. Follow the ftp account:

    #843814

    Hi,

    I can’t connect to the server. Please check the info carefully.

    Best regards,
    Ismael

    #843953

    Hi,

    Sorry. IP AGAIN. Follow the correct data tested.

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