Sven Hofmann
Forum Replies Created
-
I see the same error in version 2.94.4 (WordPress version 6.7.1).
Can confirm. The button for saving changes is missing.
Forum: Reviews
In reply to: [Mark Posts] Funktioniert einwandfreiVielen Dank für das Feedback!
Forum: Plugins
In reply to: [Mark Posts] Plugin Download PausedHi Theresa,
we’re desperately working on a solution to make the plugin available again.
Please allow us some time to investigate.In the meantime, you can find the source code on GitHub:
https://github.com/hofmannsven/mark-postsForum: Plugins
In reply to: [Mark Posts] Does not work with custom post types?Hi Martin, thank you for your feedback.
It’s strange that the columns do not show up by default.Can you please try to add the marker columns manually with a plugin like Admin Columns?
Search for Type: Marker on the Admin Columns settings page.Forum: Reviews
In reply to: [Mark Posts] Exatamente o que eu precisavaMuito obrigado!
Forum: Plugins
In reply to: [Mark Posts] Post a MarkerHi @mateico! You can retrieve the markers on the frontend like any other taxonomy terms in WordPress. Use
get_the_terms()
to get the terms as an array orget_the_term_list()
to get the terms as a formatted list.Use it like this in your WordPress template:
echo get_the_term_list(get_the_ID(), 'marker');
Make sure to set
'public'
totrue
in themark_posts_taxonomy_args
filter if you also want to enable the archive pages and make the markers public.- This reply was modified 3 years, 9 months ago by Sven Hofmann.
- This reply was modified 3 years, 9 months ago by Sven Hofmann.
Forum: Reviews
In reply to: [Mark Posts] Really Useful …Great to hear, and thank you for your feedback!
Forum: Plugins
In reply to: [Mark Posts] JS errorThanks for reporting this issue. I fixed it and released a new version of the plugin.
Forum: Reviews
In reply to: [Mark Posts] Very HelpfulThank you so much for your support and the review!
Forum: Reviews
In reply to: [Mark Posts] So nice!Thank you very much for your feedback!
We’ll review the required minimum version of PHP with the upcoming release.
I’m glad you found a workaround already.
However, PHP 7.1 reached end of life at the end of 2019 so it may be time to upgrade anyway. ??If you’d like to see any new features in the next release, feel free to add it to our roadmap on GitHub:
https://github.com/hofmannsven/mark-posts/projects/1Regards, Sven
- This reply was modified 5 years ago by Sven Hofmann.
Forum: Plugins
In reply to: [CleverReach Extension] Not loading Form AttributesThank you very much for your feedback.
Did you register the (additional) form fields within your CleverReach account?
You can find an example, on how to set up the fields in the documentation.Let me know if this works for you.
Regards, Sven
Hi, Robert, the GitHub repository is the development version (current beta) of the plugin.
So the version on GitHub is going to be the next version of the plugin as soon as all features are implemented, tested and documented.
Nevertheless, v0.3.0 is stable and already ready for production.Feel free to join the discussion on GitHub:
??https://github.com/hofmannsven/cleverreach-extension/issues/18- This reply was modified 7 years, 8 months ago by Sven Hofmann. Reason: Add hyperlink
Forum: Plugins
In reply to: [CleverReach Extension] Global Fields not in CleverreachThank you very much for your feedback.
Did you register the additional form fields within your CleverReach account?
You can find an example on how to setup the fields in the documentation.
Let me know if this works for you ??
Regards, SvenForum: Plugins
In reply to: [CleverReach Extension] error 550, can′t login to dashboardOkay, no problem! Enjoy your day ??