Y A

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 123 total)
  • Author
    Posts
  • in reply to: Google Autocomplete JS #35414

    Y A
    Expired Member
    Post count: 156

    Hey Stiofan,

    Correct me if I’m wrong, but I think the code you showed me is the one used for the Map tab on the details page (where directions are given).

    Is there a separate code that calls for the autocomplete form on the Add Listing page?

    in reply to: Google Autocomplete JS #35061

    Y A
    Expired Member
    Post count: 156

    Unfortunately, that doesn’t work either. I think we need a way to add a onclick event to the list of suggestions… but I can’t find the element ID of the suggestion box.

    See the attached file; If someone clicks on the red marker, it falls outside of the autocomplete div

    in reply to: Google Autocomplete JS #34971

    Y A
    Expired Member
    Post count: 156

    Hi Stiofan,

    I’m trying to get rid of the “Title” input field from the front-end, and have the Address automatically copy itself into the hidden field (display:none).

    I have tried using the following code:

    
    
    jQuery(document).ready(function($){
        $("#post_address").on('input change paste keyup',function(){
        $("#post_title").val($(this).val());
        });
    });

    It works, but it is not sufficient. For example, nothing happens when users click an address from the dropdown list suggested by the Autocomplete form.

    I am therefore trying to add the following listener to have a comprehensive system.

    
    
    google.maps.event.addListener(autocomplete, 'place_changed', function() {
        $("#post_title").val($("#post_address").val());
    });
    in reply to: Change input placeholder in advanced search #34652

    Y A
    Expired Member
    Post count: 156

    Perfect, thanks !

    in reply to: Filling the right part of rating box #34612

    Y A
    Expired Member
    Post count: 156

    Clearing my browser cache did not fix the problem. :/

    However, it looks fine when I also changed the width from 50% to 100%

    #comments .comment_more_ratings .gd_ratings_module_box{width:100%;}

    Thanks for your help !

    in reply to: Filling the right part of rating box #34606

    Y A
    Expired Member
    Post count: 156

    The “add whatever text here” part works.

    However, making the ratings span 2 columns did not work. I have tried with Chrome/IE/Firefox.

    in reply to: "reviews" link on listing page #34601

    Y A
    Expired Member
    Post count: 156

    That fixed it! Thanks.

    in reply to: Make "Title" field optional #34522

    Y A
    Expired Member
    Post count: 156

    Thanks for the info !

    in reply to: "reviews" link on listing page #34424

    Y A
    Expired Member
    Post count: 156

    That problem is fixed, thanks.

    However, this messes up the multi-ratings. The rating stars appear vertically rather than horizontally.

    in reply to: "reviews" link on listing page #34309

    Y A
    Expired Member
    Post count: 156
    This reply has been marked as private.
    in reply to: "reviews" link on listing page #34298

    Y A
    Expired Member
    Post count: 156

    Ah! Thanks for clarifying.
    I thought there was a problem with the #comments tag, but there is actually a problem with calling the URL directly using a #tag (whether #comments or #reviews).

    Notice how the CSS fails to load properly on the top border, and alignment of the text.

    (The problem does not happen if I load the details page normally, then click on Reviews)

    in reply to: Translate profile page of members #34180

    Y A
    Expired Member
    Post count: 156

    Just as an FYI, the name of the folder and the file are not the same in your Docs.
    http://docs.wpgeodirectory.com/translating-addons/

    BuddyPress Integration
    /wp-content/languages/geodir_buddypress/gdbuddypress-en_US.mo

    in reply to: Marker Cluster Colors #33839

    Y A
    Expired Member
    Post count: 156

    Thank you for the info !

    in reply to: Payment error but listing upgraded #32595

    Y A
    Expired Member
    Post count: 156
    This reply has been marked as private.
    in reply to: Marker Cluster Colors #31279

    Y A
    Expired Member
    Post count: 156

    Could you please indicate where in the code we can set the cluster colors?

Viewing 15 posts - 91 through 105 (of 123 total)