Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1268164

    Hi!

    Event Date: It really makes problems

    is there a way to unplace the buttons: vorangegangen und weiter?
    what a mess…
    they dont make sence, and they ruine the form
    im sorry to have to bother you about that… but…

    View post on imgur.com

    #1268251

    Hey buerogestaltet,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1268279

    its in private content – – EVENT DATE (its a form i just used 1:1 from the presets) – you can see how its messed up

    i would like to get rid of “vorangegangen” and “next” and the fields around it completely, as they make no sence and ruin the form.

    month field: empy
    year field: empy

    maybe that solves by removing the boxes left+right

    thanx

    #1268857

    Hi buerogestaltet,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .ui-icon.ui-icon-circle-triangle-w,
    #top .ui-icon.ui-icon-circle-triangle-e {
        display: none !important;
    }
    #top .ui-datepicker-prev.ui-corner-all:before {
        content: "<<" !important;
    }
    
    #top .ui-datepicker-next.ui-corner-all:before {
        content: ">>" !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1268914

    Thank You alot!

    but ive stil got a probem

    View post on imgur.com

    – i dont need the prv/next icons
    – very important – if i choose a month/year, i see the day numers
    – but i cant the mont/year ive choosen is not appearing – its an empty space
    – maybe its possible that i can choose
    month/year
    select day, and month/year stays above, that clients do know what month they are in

    i would be glad if its possible, unfortunoately i’ve got to get online soon ;-(

    thank you anyhow

    best, chris

    #1269611

    Hi buerogestaltet,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-datepicker-div.ui-datepicker select.ui-datepicker-month,
     #top .avia-datepicker-div.ui-datepicker select.ui-datepicker-year {
          color: #000;
    }
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-title {
        margin: 0px 5px;
    }
    
    #top .ui-icon.ui-icon-circle-triangle-w,
    #top .ui-icon.ui-icon-circle-triangle-e,
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev,
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-next {
        display: none !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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