Paolo
Forum Replies Created
-
AuthorPosts
-
p.s. I’m almost sure they will reply that it is feasible, but than if main listing images are edited, they will not be updated in franchise listings too…
Let’s see if I’m correct.
I passed your questions to them. A “duplicate images from parent franchise listing” button isn’t a bad idea at all. Let’s see if it’s feasible:)
We’ll let you know soon.
Thanks
February 13, 2016 at 6:08 pm in reply to: Not listed – add listing teaser bound to post type #121802Hi,
that’s a function I added to test a member’s request: https://wpgeodirectory.com/support/topic/place-not-added/
You can extend that function with another conditional tag that will check what custom post type one is browsing and show the correct add CPT page link.
Let us know if you need help with that too or if the explanation is enough to code it yourself.
Thanks
Hi,
are WP permalinks set to %/postname/% ?
If that’s not the problem, we would need a link and admin credentials to have a look. You can set replies as private and only our staff will be able to read them.
Let us know,
Thanks
Hi,
please see immage attached, where you able to fix it by yourself?
Let us know,
Thx
February 13, 2016 at 5:56 pm in reply to: Pagination appearing at top as well as bottom of list? #121798Hi,
that would be for the details page only…
Please see: https://wpgeodirectory.com/support/topic/display-of-advanced-pagination-details/#post-121787
Thanks
You should never edit core files directly, that’s lesson number 1! 🙂
Hooks help you avoid doing that. If you edit a core file, after evewry update of the plugin, you’d lose your changes.Thanks
Is this the latest version of Whoop? I thought Giri had fixed this.
You just need 1 line of custom css to fix it though. Add this in GeoDirectory >> Design >> Scripts >> Custom CSS:
.event-content-avatar-inner .geodir_thumbnail { background-size: cover; }Thanks
Hi,
I’m not sure it will be released next tuesday (with all other updates). It depends if we manage to complete testing by monday or not. In any case we are super close to finish it. If it’s not next week it will be the one after that.
Thanks for your patience,
February 13, 2016 at 5:13 pm in reply to: Custom Field URL Link Validation Rules Customization #121789Hi,
for the url field, it’s not possible, but there are still solutions…
You could add the full url but have the link text as something else or you could add a custom text field and add any validation you want and use hooks to make it a link.
Thanks
Hi,
this happens when they are out of funds, or their connected credit card has expired.
There is not much you can do. When it happen to us we simply cancel their subscription for good.
Thanks
hi,
all GD plugins must be activated for each website of the network where you want to use them.
They will not work if network activated.
Thanks
Thanks for letting us know 🙂
You are welcome 🙂
HI,
you forgot to add the add_filter call:
add_filter('geodir_custom_infowindow_html','my_infowindow_blank',10,3);Without that the function alone is useless.
Thanks
-
AuthorPosts