oldmankit

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 102 total)
  • Author
    Posts
  • in reply to: How to encourage users to leave ratings #190583

    oldmankit
    Buyer
    Post count: 116

    So when a user submits an enquiry, their email address isn’t written to the WordPress Database?

    That information could be very valuable to a site.

    in reply to: Forbid URLs in listing description #190582

    oldmankit
    Buyer
    Post count: 116

    Thanks very much for pointing me in the right direction, Paolo.

    in reply to: Auto-fill email address #190580

    oldmankit
    Buyer
    Post count: 116

    OK, I understand. I thought it would be useful, but if it’s hard to implement, then it’s probably not worth it.

    in reply to: Analytics email link tracking #139946

    oldmankit
    Buyer
    Post count: 116

    Using the second selector, in Google Tag Manager:

    Create Trigger > Choose Event: ‘Form Submission’ > Configure trigger: uncheck ‘check validation’ > Fire on > Click ID equals agt_mail_agent

    in reply to: Analytics email link tracking #139935

    oldmankit
    Buyer
    Post count: 116

    It’s quite a big topic to describe! As far as my very limited knowledge goes, we just need a CSS selector that we will reliably target the specific element we’re trying to track.

    And I just found a couple of likely candidates:

    .b_send_inquiry

    and

    #agt_mail_agent

    . The first one is for the initial ‘Send Enquiry’ button, and the second is the ID of the actual form that pops up after pressing that button.

    I tested using the first one, and it’s working fine.

    in reply to: Analytics email link tracking #138161

    oldmankit
    Buyer
    Post count: 116

    I was setting up Google Tag Manager yesterday and had exactly the same issue.

    in reply to: Black Friday Discount Coupon Not Working #62113

    oldmankit
    Buyer
    Post count: 116

    Hi Paolo,

    Yes, that’s what I would like! I hope we can do this in time before the Black Friday discount runs out ;-(

    Kit

    in reply to: Location incorrectly set as Region-1 City-1 #59398

    oldmankit
    Buyer
    Post count: 116

    I know almost nothing about mySQL, but in ten minutes I was able to put together this query which finds all cities that aren’t attached to a post. Someone might find this useful:

    
    
    SELECT *
    FROM wp_rco_geodir_post_locations
    WHERE NOT
    EXISTS (
    SELECT *
    FROM wp_rco_geodir_gd_place_detail
    WHERE wp_rco_geodir_gd_place_detail.post_city = wp_rco_geodir_post_locations.city
    )
    LIMIT 0 , 30
    in reply to: Change entry title for category pages #59395

    oldmankit
    Buyer
    Post count: 116

    Thank you, Stiofan! That sounds like exactly the kind of thing we were looking for. Nice!

    in reply to: Responsive layout – 'Profile' details hidden by default #59394

    oldmankit
    Buyer
    Post count: 116

    Thank you, Paolo! That did it.

    in reply to: Change entry title for category pages #55330

    oldmankit
    Buyer
    Post count: 116

    Hi there Paolo,

    How about changing from this:

    All Places in United States’ Attractions

    to this:

    All Places in United States: Attractions

    I just changed the apostrophe to a colon.

    Although it’s not pretty, at least it doesn’t seem wrong. This wording works for the demo site and it would also work for my site.

    Kit

    in reply to: Location incorrectly set as Region-1 City-1 #53305

    oldmankit
    Buyer
    Post count: 116

    Thanks, Paolo. I’ve always been a bit afraid of phpmyadmin. Maybe it’s time to learn it a bit better.

    in reply to: Change entry title for category pages #53304

    oldmankit
    Buyer
    Post count: 116

    Thanks Stiofan for being responsive!

    in reply to: Location incorrectly set as Region-1 City-1 #53064

    oldmankit
    Buyer
    Post count: 116

    Thanks for that technique. I can see how that would work.

    My concern is that there could be several unusued (redundant) locations that I have no way to find – except by manually visiting every single location that has been created on my site.

    in reply to: Change entry title for category pages #53063

    oldmankit
    Buyer
    Post count: 116

    I just tested the demo site to see how the wording is there. If you visit http://wptry.it/try-geodirectory/places/united-states/attractions/ you will see “All Places in United States’ Attractions”. This wording is awkward, but it was easy enough for me to change on my site (with Paulo’s help). I wasn’t changing any core code, just adding a small custom function in functions.php.

Viewing 15 posts - 31 through 45 (of 102 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount