Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
February 6, 2018 at 5:40 pm in reply to: Advanced Search Filters has disappeared from my Downloads account #416298
This should be resolved now, please check.
Thanks,
Stiofan
You can use this WP hook:
/** * Fires after the title field. * * @since 3.5.0 * * @param WP_Post $post Post object. */ do_action( 'edit_form_after_title', $post );
Thanks,
Stiofan
Can you not add in a shortcode somehow? Maybe a text widget with a shortcode in it (i have not used that plugin before)
Thanks,
Stiofan
You are welcome! 🙂
It could be many things, we can’t support 3rd party products sorry.
Thanks,
Stiofan
February 5, 2018 at 7:38 pm in reply to: Events unpublish within a couple of hours of listing. #416138Hi Gary,
Your event expire dates are in the wrong format, they are in “August 30, 2018” instead of “2018-08-30”. Fixing this will fix your problem.
Thanks,
Stiofan
Hi Dane,
It looks like the builder u are using is the problem. Can you try replacing the widget in the builder with a shortcode, you can replicate it exactly with the shortcode but i could not see how to add it in the builder and did not want to break anything.
https://wpgeodirectory.com/docs/core-shortcodes/Thanks,
Stiofan
Hi Dan,
The code is GPL so you are free to modify it, however i would just mention the changes will make it incompatible with almost all our addons.
Thanks,
Stiofan
It looks like u solved the first part?
For the second ones, these are html5 validations and they are controlled by the browser, and they look slightly different in each browser, in most cases there is nothing you can do to style those.
Stiofan
The error i get is
[BUSINESS_UNAVAILABLE] We may not be able to provide details for certain businesses, for example if they do not have any reviews yet.
I simply think the listing is too new and they have not authorised if for API use yet.
Thanks,
Stiofan
Our menu items are added via hooks at the moment, you would need to add it via hooks if you want it in that exact place.
If you need help with the filter just let us know.
Stiofan
Please check now, the schema snippet you added seems to add an extra
<script>
tag, it must be pulling it from the post meta. I have deactivated it, also u don’t need it…
Stiofan
Hi Don,
This is not possible with that theme on the listing page, it does things “differently” there.Thanks,
Stiofan
February 3, 2018 at 8:21 pm in reply to: Advanced Search Filters has disappeared from my Downloads account #415795Thanks for reporting mark, should be back now! 🙂
Stiofan
Yes this is the “conflict” part, its changing our queries.
Stiofan
-
AuthorPosts