dnopollard

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Custom Fields Checkbox layout #8509

    dnopollard
    Free User
    Post count: 8

    Thanks both.

    in reply to: Custom Fields Checkbox layout #8464

    dnopollard
    Free User
    Post count: 8

    Just to let you know the alignment for the checkboxes is still out when editing the information in the admin system. Not quite as important as the end user view but just to let you know.

    thanks again.
    Dean

    in reply to: Custom Fields Checkbox layout #8463

    dnopollard
    Free User
    Post count: 8

    Hi Simone

    thanks for this, my code looks like this now

    
    
    if($multi_display = 'checkbox'){ ?> </ul> <?php
    }
    						if($multi_display = 'select'){?>
    					</select>
    					<?php }else{ echo '</ul>';}?>
    

    when before it looked like

    
    
    						if($multi_display = 'select'){?>
    					</select>
    					<?php }else{ echo '</ul>';}?>
    

    just double checking this is correct.

    This has adjusted the message text to align correctly, so this combined with the additonal float:left in that class has fixed this.
    Thank you so much for your help!

    in reply to: Custom Fields Checkbox layout #8440

    dnopollard
    Free User
    Post count: 8
    that should have read inlcude within the <ul> element tags
    in reply to: Custom Fields Checkbox layout #8439

    dnopollard
    Free User
    Post count: 8

    Hi Simone

    Thanks – I had tried that but you’ll notice that it then puts the message note and message error out.
    Looking at the code for this and comparing to the ‘Special Offers’ input it looks like the two <span> elements have been include within the

      element for the checkboxes, but in ‘Special offers’ they are included after the <textarea> element.
      So the padding-left:30% that is also applied to geodir_message_note and geodir_message_error is effectively doubling up and pushes the message out of alignment.
      Hope I am making sense here!
      cheers
      Dean
    in reply to: Custom Fields Checkbox layout #8435

    dnopollard
    Free User
    Post count: 8
    This reply has been marked as private.
    in reply to: Custom Fields Checkbox layout #8434

    dnopollard
    Free User
    Post count: 8
    This reply has been marked as private.
    in reply to: New member #7353

    dnopollard
    Free User
    Post count: 8

    Ahh, thank you very much both, very helpful. thanks again.

Viewing 8 posts - 1 through 8 (of 8 total)