+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: Jobs Category Images

  1. #1

    Jobs Category Images

    Template: General Wide.

    Is there a way NOT to have images for this category? Right now, when a user posts a job, it is displayed with a default image which doesn't serve any purpose and looks ugly. I'd like to disable images for this category.

  2. #2
    I mean, I can edit the style sheet, but is there a way to do it from the admin side?

  3. #3
    Still need help... Style sheet hack works on the Jobs page (site.com/jobs.html) but not on a home page where Jobs category is displayed.

  4. #4
    Your question is not clear to me.
    When a user post a listing without picture, it automatically shows default picture in
    your_template_folder/img/no-picture.png
    You can change default picture.
    if you want to show icons beside each category, you should install category icon plugin

  5. #5
    Quote Originally Posted by Bahram Soltanirad View Post
    When a user post a listing without picture, it automatically shows default picture in
    your_template_folder/img/no-picture.png
    You can change default picture.
    I'd like not to have any pictures. For job ads, there is no need for pictures.

  6. #6
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    set up a new listing type not a category and do not allow pictures is one way, a second way might be to create a new listing plan for that category and set pictures to 0 ? but you would need to check that would work.

  7. #7
    Quote Originally Posted by Pete Young View Post
    set up a new listing type not a category and do not allow pictures is one way, a second way might be to create a new listing plan for that category and set pictures to 0 ? but you would need to check that would work.
    Jobs is a listing type with no pictures allowed and it defaults to that generic image. It doesn't look good.

  8. #8
    you can set display: none; to it?

  9. #9
    Right now, when a user posts a job, it is displayed with a default image which doesn't serve any purpose and looks ugly
    Which image you mean? please put a screenshot
    Last edited by Bahram Soltanirad; September 25, 2017 at 08:05 AM.

  10. #10
    Quote Originally Posted by Wei Hong View Post
    you can set display: none; to it?
    I did that. It works on the internal page but not on the home page. On the home page, the image is a background for <li> element. If I set it to display:none, the <li> is gone.

+ Reply to Thread