+ Reply to Thread
Results 1 to 5 of 5

Thread: Can not click radio button in Renew Upgrade plan

  1. #1

    Can not click radio button in Renew Upgrade plan

    Hello

    I discovered a very silly error in the account section when use the RENEW UPGRADE function. This i noticed in 2 of your demos and also on the template i use on my site
    Is like this:
    Go to Dealer section-My Listings and choose RENEW/UPGRADE of any listing. Now try to select any of the first 3 plans there (from left) by clicking the radio button. You will see is not possible. To make the selection must move the cursor 10 px to the left of the radio box. This is really silly.
    Please do not ask me to create any ticket. Just go to dealer section in General wide, Boats-wide and and just try to select those radio buttons ( first 3 from the left) You will see i am right. A fix for this would be welcomed as soon as possible

  2. #2
    Hello Ionut,

    You can try to change it yourself.
    Open file: ftp://templates>>your template>>tpl>>controllers>>upgrade_listing.tpl

    find code:

    Code:
    Only registered members can view the code.
    and change to:

    Code:
    Only registered members can view the code.
    Then open css file: ftp://templates>>your_template>>css>>style.css

    find class:
    Code:
    Only registered members can view the code.
    and add new style:
    position:relative;
    then find class:
    Code:
    Only registered members can view the code.
    and add style: position: relative;
    then find class:
    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    save and check again. I think it should solve your problem.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    It works! Have a nice day!

  4. #4
    Helllo

    BIG PROBLEM. After i used your indication to fix problem i checked and worked but later i notice that in fact these changes will ruin the form for new ads. Can not add new listing . form is all wrong. Checkboxes dont work, can not click in text field to put info.
    I checked step by step and i notice that last step in your modification will ruin the fill form

    input[type=checkbox]:not(.default),
    input[type=radio]:not(.default) {
    opacity: 0;
    filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    }
    This modification is not ok.

    Also i downloaded again the template from your server but in fact you did not change these in your template

  5. #5
    Hello Ionut,

    Yes you are right,

    You should create new styles in file: ftp://templates>>your_template>>css>>styles.css

    Code:
    Only registered members can view the code.
    this styles shouldn't be changed:
    Code:
    Only registered members can view the code.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread