Unable to edit text field

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Feb 11, 2015.

Thread Status:
Not open for further replies.
  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi there,

    Here is an issue in the post-new-Ads form.

    User cannot enter or edit text in the Ad Tile or Tags field. When this was reported to me, I found that the user would have to click on the left side of the field in order to enter or edit the field.

    This page direction is rtl, so the intuitive behavior is to click anywhere within the field and user should be able to enter or edit that field.

    In the screen shot, I used red boxes to indicate the area where users clicks have no actions. Users have to click outside of the red box in order to edit the fields.

    Users should be able to click anywhere in the text field and be able to enter/edit text.

    Thanks,
    Mike
     

    Attached Files:

  2. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi,

    Here is more information about the issue. I found out that a whole section of the page couldn't be edited, basically, the entire section marked in the red box in the screen shot here even the "next" button and the drop down menus.

    This might be a side effect of making the page wider, but shouldn't happen.

    Anyway, I thought to add this info in case it helps you in the investigation.

    Thanks,
    Mike
     

    Attached Files:

  4. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi guys,

    The edit profile page is interesting. Some of the fields (From the 1st field up to the email field) display the issue I reported, but the fields below the email field don't suffer from this issue.
    See screen shot.
    Red box where issue exists,
    Green box where issue doesn't exist.

    It looks this issue spans many pages, not just the post-new-ad page or profile page.

    Thanks,
    Mike
     

    Attached Files:

  5. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi,

    I fixed the issue by adding the below CSS code.

    If there is a cleaner way to do this, please let me know.

    .wrapper .outer_wrapper_main .content_wrapper .container_24 .grid_24 .grid_7.omega{
    margin: 0px -200px 0px 250px;
    padding: 0px 0px 0px 2px;
    }

    .wrapper .outer_wrapper_main .content_wrapper .container_24 .grid_24 .grid_7.omega .sidebar{
    margin: 5px 50px 0px -1px;
    padding: 0px 0px 0px 2px;
    }

    Thanks,
    Mike
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Mike !

    If this is working then no need to change the code because it is fine and clean.

    Thanks & Regards
    Pramod
     
  7. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Thanks.
     
Thread Status:
Not open for further replies.

Share This Page