• Resolved teeboy4real

    (@teeboy4real)


    Hello,

    I just found out that the contact form is being displayed below the the related ads section. This should be displayed above the related ads section. This can be very confusing on mobile devices when users click on the send message button and they cant find the contact form because it is displayed below the related ads.

    Kindly see screenshot https://imgur.com/W8E706y

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter teeboy4real

    (@teeboy4real)

    The same applies to the buddypress send private message button contact form

    Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    open the file with related ads snippet code and on line

    
    add_action( "adverts_tpl_single_bottom", "related_ads_tpl_single_bottom", 1000 );
    

    replace 1000 with a bigger number like 9000 it should push the related ads to the bottom.

    Thread Starter teeboy4real

    (@teeboy4real)

    Thanks it worked perfectly

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘contact form is displayed below related ads’ is closed to new replies.