7billionbuddhas
Forum Replies Created
-
Thanks I got this to work.
Forum: Plugins
In reply to: [Event Organiser] Google Map tool tips are not workingNot a silly question because I didn’t have that parameter. It’s working now. Thanks!
Maybe include this in the documentation? Or maybe I missed it somehow?
Forum: Plugins
In reply to: [Event Organiser] Google Map tool tips are not workingHere’s the page for reference: http://edtrost.ipower.com/classes/locations/
Forum: Plugins
In reply to: [Blogger Importer Extended] Delete posts from database to run plugin againAny idea when you’ll be updating the plugin to have this functionality built it? (to delete and redo import).
I don’t have access to the database and can’t run the query.
Thanks!
Seems to be working now. I’m not sure what I changed that made it work.
Forum: Plugins
In reply to: [WP Tab Widget] Restrict to Specific Category(ies)?^Bump
! I’d love to use this plugin, but I need to be able to restrict categories.Thanks for the quick reply.
No Javascript errors in the console. I’ve refreshed the page a couple times. Cleared the cache too. No errors.
I’m having the same issue. Tried the troubleshooting recommended above, but still can’t drag and drop. I’m on Chrome.
Any answers?
Can you specifically give me the code and the exact place (line) to make the changes?
To recap: I want the phone number and the address to be clickable. I’d like the address to link to the individual store page.Did I need to add the custom code so the phone number appears in the search results? It seems that if the phone number field has data, then it should display. And then, logically checking the “Make the phone number clickable on mobile devices?” in Settings would make the phone number clickable on mobile.
Thanks.
Here are the changes I made to the wpsl-gmap.js file.
Line 1047:
moreInfoContent += "<a href='tel:" + formatClickablePhoneNumber( phoneNumber ) + "'><span><strong>" + wpslLabels.phone + "</strong>: " + formatPhoneNumber( storeData.phone ) + "</span></a>";Line 1202:
html = "<li data-store-id='" + id + "'><div><p>" + storeImg + "<strong>" + store + "</strong><span class='wpsl-street'>" + address + "</span>" + address2 + city + " " + state + " " + zip + "<span class='wpsl-country'>" + country + "</span><span class='wpsl-phone'>" + phone + "</span></p>" + moreInfo + "</div>" + distance + "<a class='wpsl-directions' " + url.target + " href='" + url.src + "'>" + wpslLabels.directions + "</a></li>";Line 1141:
added:phone = response.phone,I replaced my customized wpsl-gmap.js file with the default one from the latest plugin download and the phone number is not displaying. At least with my customization above the phone number showed, but it wasn’t clickable.
What’s the best solution?
Forum: Plugins
In reply to: [WP Store Locator] Editing Search ResultsOh great – I look forward to the next update! Do you have a rough idea of when you’ll release that? My client is going to ask.
I have the option checked for “Make the phone number clickable on mobile devices?” but it’s not clickable on my iPhone. I wonder if it’s because I manually added code for the phone number to show up. What is the correct way to have the phone number show in the location listing? I have phone numbers entered for all store locations, but they weren’t showing up until I added the code.
Thnk you!
Here’s the URL: http://hawaiifamilydental.com/locations/
and I’m testing on an iPhone. I added code into the .js file, but it’s still not clickable.Forum: Plugins
In reply to: [WP Store Locator] Editing Search ResultsI’d also like to make the address clickable too. Another request for the next update! Thanks!
Forum: Plugins
In reply to: [WP Store Locator] Editing Search ResultsI’d also like to make the address clickable too. Another request for the next update! Thanks!
Forum: Plugins
In reply to: [WP Store Locator] Editing Search ResultsYes, I know how to code a phone number to be clickable. Thanks.
It seems this is a common request, so is it possible to add this feature to the next update so we don’t loose the modifications?
Also, why is there an option to make the phone number clickable, yet I had to add custom code to make the phone number display in the search results?