+ Reply to Thread
Results 1 to 4 of 4

Thread: Remove Ad Media Div...

  1. #1

    Remove Ad Media Div...

    This seems like it should be pretty easy to do, but I can't figure this one out..

    on the post ad page (add-listing) page, in the section where you upload media for the listing, I want to remove this div:

    Screenshot:

    Attached Images Attached Images
    Thank you - Your Welcome
    Brian

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Brian what is the login ?

    Can you just remove the words from languages ?
    Last edited by Pete Young; September 11, 2020 at 01:02 PM.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  3. #3
    Quote Originally Posted by Pete Young View Post
    Brian what is the login ?

    Can you just remove the words from languages ?
    Well, I could, but that would only remove the textual content, but the div will still occupy that space, and I don't want that. I want it removed. I did try display: none on the div.submit-cell > div.name{display: none} and it did work in the chrome inspector, but I can't find that in the templates. the div.submit-cell > div.name is just above the <div class="content-padding">Add Media</div>

    Login: Demo / Demo
    Last edited by Brian Jester; September 11, 2020 at 01:44 PM.
    Thank you - Your Welcome
    Brian

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Go to templates > contollers > add_listing > step_single.tpl > find <div class="form-media">

    remove:
    Code:
    Only registered members can view the code.

+ Reply to Thread