Results 1 to 2 of 2

Thread: Issue in admin-options.php - long categories names prices

  1. #1
    Thread Starter
    Rookie
    Not a Verified Customer
    Caryl's Avatar
    Join Date
    Mar 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Issue in admin-options.php - long categories names prices

    Hello,

    Just for informations, there is a bug into the admin-options.php.

    If your category have a long name, the prices of the second column doesn't display.

    I fixed this with that code line 615 :

    Before
    Code:
    <td nowrap style="padding-top:15px;"><?php echo $cat->cat_name; ?>:</td>
    After
    Code:
    <td nowrap style="padding-top:15px; max-width:100px; white-space : normal;"><?php echo $cat->cat_name; ?>:</td>
    Now I can enter the price into the form...

    That will be great if you implement this correction into the next version....

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,700
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts

    Re: Issue in admin-options.php - long categories names prices

    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Demo for Admin
    By winmonaye in forum Showcase & Feedback
    Replies: 8
    Last Post: June 6th, 2009, 10:43 AM