Results 1 to 7 of 7

Thread: How Can I Remove Contact Form From Ads Sidebar

  1. #1
    Forum Member kalpanasharma's Avatar
    Join Date
    Apr 2011
    Posts
    22
    Thanks
    2
    Thanked 0 Times in 0 Posts

    How Can I Remove Contact Form From Ads Sidebar



    i am using classipress on classifiedsduniya.com. any one can suggest me that how can i remove contact form from Ads Sidebar.

    Please help me..

    Thanks And Regards

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    open your /wp-content/themes/classipress/sidebar-ad.php and go to line 23

    Find and remove this:

    PHP Code:
              <li><a href="#priceblock2"><span class="big"><?php _e('Contact''appthemes'?></span></a></li>
    Go now to line 43 or 44 and remove this :

    PHP Code:
            <!-- tab 2 -->
            <div id="priceblock2">

                <div class="clr"></div>

                    <div class="singletab">

                  <?php if ( get_option('cp_ad_inquiry_form') == 'yes' && is_user_logged_in() ) {

                            include_once ( 
    TEMPLATEPATH '/includes/sidebar-contact.php' );

                        } elseif ( 
    get_option('cp_ad_inquiry_form') <> 'yes' ){

                            include_once ( 
    TEMPLATEPATH '/includes/sidebar-contact.php' );

                        } else {
                        
    ?>
                            <div class="pad25"></div>
                            <p class="contact_msg center"><strong><?php _e('You must be logged in to inquire about this ad.''appthemes'?></strong></p>
                            <div class="pad100"></div>
                  <?php ?>

                    </div><!-- /singletab -->

            </div><!-- /priceblock2 -->
    save it.
    Rolf Hassel (Samcy)

  3. The Following 3 Users Say Thank You to samcy For This Useful Post:

    freewordpresspremium (May 28th, 2012), kalpanasharma (May 7th, 2012), rubyfoxsc (December 27th, 2012)

  4. #3
    Forum Member kalpanasharma's Avatar
    Join Date
    Apr 2011
    Posts
    22
    Thanks
    2
    Thanked 0 Times in 0 Posts
    @samcy: Thanks for sending updates.. its working fine..


  5. #4
    rubencio's Avatar
    Join Date
    May 2010
    Location
    Spain
    Posts
    3,804
    Thanks
    268
    Thanked 316 Times in 278 Posts
    spammer aboard?

    Quote Originally Posted by freewordpresspremium View Post
    Thanks samcy for very useful tips!

    r u b e n c i o . c o m


    Since 2010 providing AppThemes solutions,
    Plugins and the best childthemes...



  6. #5
    rubyfoxsc's Avatar
    Join Date
    Nov 2012
    Location
    USA
    Posts
    32
    Thanks
    7
    Thanked 2 Times in 1 Post
    Hello : )
    I am using classipress on USAMadeDirectory.com .
    I followed the instructions above and everything worked well, except now there is an extra space between my top right widget section ( where the contact form USED to be on the ad sidebar) and the top of the page. If you look at this listing, as an example, you will see what I mean. http://usamadedirectory.com/ads/tata-harper/ . Above, "sign up for our newsletter" there is an unnecessary space. Can anyone tell me what to do to remove that unnecessary space??
    Thanks so much!

  7. #6
    Member patrickjose's Avatar
    Join Date
    Dec 2012
    Location
    Brazil
    Posts
    83
    Thanks
    1
    Thanked 25 Times in 15 Posts
    @rubyfoxsc:

    Open sidebar-ad.php, locate at line 17 the following code:

    Code:
    <div class="tabprice">
    You'll need to remove the whole div. Select from line 17 to 146 where you'll find the code:

    Code:
    </div><!-- /tabprice -->
    and delete it.

  8. The Following User Says Thank You to patrickjose For This Useful Post:

    rubyfoxsc (December 28th, 2012)

  9. #7
    rubyfoxsc's Avatar
    Join Date
    Nov 2012
    Location
    USA
    Posts
    32
    Thanks
    7
    Thanked 2 Times in 1 Post
    @patrickjose: That worked perfectly!! Thanks so much

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sidebar contact form - users not getting messages
    By epijunky in forum Report ClassiPress Bugs
    Replies: 28
    Last Post: October 15th, 2015, 01:46 PM
  2. I need to collect the emails from the sidebar-contact form
    By ressocius in forum ClassiPress General Discussion
    Replies: 13
    Last Post: August 23rd, 2014, 01:45 AM
  3. Sidebar Contact Form
    By rojda in forum ClassiPress General Discussion
    Replies: 1
    Last Post: November 23rd, 2011, 07:40 AM
  4. Reply to email from sidebar contact form
    By epijunky in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: June 9th, 2011, 07:58 AM
  5. ad poster sidebar contact form email
    By mikeyb in forum Help Using ClassiPress
    Replies: 3
    Last Post: April 20th, 2010, 02:52 AM