Results 1 to 1 of 1

Thread: Guidance Needed with Moving Contact Poster form from Sidebar.php to Single.php

  1. #1
    Thread Starter
    Expired Customer x370znismo's Avatar
    Join Date
    Apr 2016
    Location
    Alabama
    Posts
    67
    Thanks
    16
    Thanked 2 Times in 2 Posts

    Guidance Needed with Moving Contact Poster form from Sidebar.php to Single.php

    So like Said Dropped Maps, Poster details display= none. Finale step in dismantling the sidebar i guess. I will like to move the contact form and have it called at the bottom of the ad details. Here is what calls it if I am wrong please correct me.
    Code:
    <div class="singletab">
    
                <?php if ( ( $cp_options->ad_inquiry_form && is_user_logged_in() ) || ! $cp_options->ad_inquiry_form ) {
    
    
                    get_template_part( 'includes/sidebar', 'contact' );
    
    
                } else {
                ?>
                    <div class="pad25"></div>
                    <p class="dashicons-before contact_msg center"><strong><?php _e( 'You must be logged in to inquire about this ad.', APP_TD ); ?></strong></p>
                    <div class="pad100"></div>
                <?php } ?>
    
    
                </div><!-- /singletab -->

    And of course there is the single.php

    Code:
    <div class="singletab">
    
                <?php if ( ( $cp_options->ad_inquiry_form && is_user_logged_in() ) || ! $cp_options->ad_inquiry_form ) {
    
    
                    get_template_part( 'includes/sidebar', 'contact' );
    
    
                } else {
                ?>
                    <div class="pad25"></div>
                    <p class="dashicons-before contact_msg center"><strong><?php _e( 'You must be logged in to inquire about this ad.', APP_TD ); ?></strong></p>
                    <div class="pad100"></div>
                <?php } ?>
    
    
                </div><!-- /singletab -->

    My question is where to add the code, if that is the correct code to add? So 2 questions I guess.
    My social Sharing buttons are in a not so ideal spot also but I would imagine thats a question for another day!
    Thanks!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Single ad sidebar contact form not working !!! (urgent)
    By davebrowne in forum Report ClassiPress Bugs
    Replies: 12
    Last Post: May 17th, 2017, 08:16 PM
  2. [SOLVED] Characters =?UTF-8?Q? in the Reply-To field at "Ad Poster Sidebar Contact Form"
    By andreuerj in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: July 19th, 2016, 08:37 AM
  3. [SOLVED] Ad poster sidebar contact form email mulfunction
    By andreuerj in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: January 21st, 2015, 02:21 PM
  4. [SOLVED] Mail is not being sent in ad poster sidebar contact form email
    By andreuerj in forum Report ClassiPress Bugs
    Replies: 13
    Last Post: October 2nd, 2014, 11:01 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