Send Enquiry (duplicate 4)

This topic contains 3 replies, has 2 voices, and was last updated by  robert.s 9 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #139123

    robert.s
    Expired Member
    Post count: 88

    Hi!
    How do I move the link on listing detail page in right section to top of that section?

    Why I’d like to move it up is to make it more visible and style it like a button.

    Thanks!

    #139325

    robert.s
    Expired Member
    Post count: 88

    Doesn’t no one know how to move the “Send Enquiry” link to top of the right section?

    #139439

    Paolo
    Site Admin
    Post count: 31211

    Hi,

    this isn’t as easy and it requires some custom code.

    You can see: https://wpgeodirectory.com/support/topic/moved-send-enquiry-button-not-working/#post-34926

    and you can use this action to add it at the top of the sidebar:

    geodir_search_sidebar_right_inside

    Let us know how you went.

    Thanks

    #139697

    robert.s
    Expired Member
    Post count: 88

    Hi,
    in child-theme/assets/js I created childapp.js with:

    j = jQuery.noConflict();

    j(document).ready(function () {
    var map = j(‘.geodir-sidebar-wrap section.geodir-map-listing-page’);

    map.before(‘<div class=”top-send-inquiry” style=”display:flex; width:auto;”>Send Enquiry</div>’);
    j(‘a.b_send_inquiry’).css(‘display’, ‘none’);
    j(‘.geodir-sidebar-wrap .geodir-i-email’).first().contents().filter(function() {return this.nodeType == 3;}).remove();
    map.after(j(‘.geodir-sidebar-wrap div.geodir-details-sidebar-user-links’));
    map.after(j(‘.geodir-sidebar-wrap div.geodir-details-sidebar-sharethis’));
    map.after(j(‘.geodir-sidebar-wrap div.geodir-details-sidebar-social-sharing’));
    map.after(j(‘.geodir-sidebar-wrap div.geodir-details-sidebar-rating’));
    map.after(j(‘.geodir-sidebar-wrap div.geodir-details-sidebar-listing-info’));

    j(‘div.top-send-inquiry’).click(function () {
    j(‘a.b_send_inquiry’).click();
    });
    });

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount