I am having a problem with the following code from the mod_cblogin.php. Everything operates fine , however, when the output is displayed, the "Remember me" text and the checkbox are on separate lines
Starting at line 815.
if ( $jVersion == 2 ) {
if ( ! $horizontal ) {
echo '<p id="form-login-remember">';
}
echo $remLabel;
echo $remInput;
if ( ! $horizontal ) {
echo '</p>';
}
I have Joomla 3.1x
Community Builder 1.9
Flexistrap 1.0 Template
I have tried various fixes that have not worked.
This happened when I selected the CBLogin Module Option Tab setting of "Horizontal" for the "Module Orientation".
The same thing does not happen with the "Vetical" setting.
The selection of the "Displey type" setting of "Compact" or "Default" did not have an effect.
Any help is appreciated.