Image File Uploader is Missing

Discussion in 'ClassiCraft WordPress Theme' started by alnaami, Nov 26, 2013.

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

    M5LASTER Member

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

    I had previously asked on how to remove the map from the user interface, so the user doesn't see the map when they create an ad. I was provided with this this answer
    http://www.inkthemes.com/community/threads/how-to-remove-the-map-feature.8213/#post-30483

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .form_row {
    display: none;
    }

    However, the above solution has two problems that I discovered.

    Problem 1: This solution omits the file image uploader. Now the users can't upload any pictures of their ads. I had to re-enable the maps for now to allow the users to upload images of their ads.

    Problem 2: The admin dashboard still has the map showing when I click to edit ads.
    To reproduce the issue:
    1. paste the code according to the link provided above.
    2. Create a user and post an ad. You will notice you will not be able to upload pictures.

    Can you provide a different solution that addresses the above two problems?

    Thanks in advance!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Sorry that was my mistake.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #map_canvas, .b_submit {
    display: none;
    }
    It will resolve all issues else map on admin edit panel.
    Removing map from admin panel require lot of customization. Which will create problem while theme update.
    And it is only visible to admin so i don't think it will create any problem.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. M5LASTER

    M5LASTER Member

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

Share This Page