+ Reply to Thread
Results 1 to 5 of 5

Thread: remove post an ad button

  1. #1

    remove post an ad button

    I need to remove post an ad button/front end ad submission
    Where is the code?
    General Flatty

    See attached screenshot

    Thanks

    Ad button.png
    Last edited by Joseph Loguercio; November 5, 2020 at 05:44 AM.

  2. #2
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Joseph Loguercio View Post
    I need to remove post an ad button/front end ad submission
    Where is the code?
    General Flatty

    See attached screenshot

    Thanks

    Attachment 3924
    style.css 1679 - add display: none; to the bottom as one way

    .h1-nav nav > a.post_ad {
    background: #cbcbcb;
    background: linear-gradient(117deg, #cbcbcb 0%,#cbcbcb 50%,#c1c1c1 50%,#c1c1c1 100%);
    width: 38px;
    border-radius: 20px;
    position: relative;
    opacity: 1;
    display: none;
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    or you can go to ftp > public_html > templates > your_template > settings.tpl.php

    replace:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code

  4. #4
    This works... Thanks Rudi
    style.css 1679 - add display: none; to the bottom as one way


    This does not work
    A fatal error has occurred, please try again later or contact the Administrator.
    'browse_add_listing_icon' => false,


    Please make it a admin option button

  5. #5
    Guru
    Join Date
    Jan 2013
    Location
    Australia
    Posts
    2,028
    Quote Originally Posted by Joseph Loguercio View Post
    This works... Thanks Rudi
    style.css 1679 - add display: none; to the bottom as one way


    This does not work
    A fatal error has occurred, please try again later or contact the Administrator.
    'browse_add_listing_icon' => false,


    Please make it a admin option button
    Im guessing you found the right code to add that to and did not just rely on an approx line number given? anyway glad its sorted.
    Getting Started or Starting Over with Your Classified Site? then Get Ready Set Fly V 4.7.1 > quietSecrets.net

+ Reply to Thread