Maximilian Ruthe
Forum Replies Created
-
Forum: Plugins
In reply to: [Mage Front End Forms] Category selection failsThank you for this fix rluce,
I’m hoping to find time soon again to test, resolve and update this – I look forward to incorporating this fix in the next update.Best regards.
Forum: Plugins
In reply to: [Mage Front End Forms] echo do_shortcode for categoryThank you so much for the commendation and really appreciate the review you left : )
Yes, the mage-forms.css does only load when it finds a [form] shortcode somewhere on the page.
I will definitely attempt to incorporate the suggestions on the next update and will be checking back here shortly –Max
Forum: Plugins
In reply to: [Mage Front End Forms] echo do_shortcode for categoryHi Peter,
thank you for this post,
Give me some time to look into the best method of getting a usermeta value into an input field.
I’ll also be including an option to disable the frontend form css on the next update.Meanwhile, if you don’t mind improvising, you can include this into your functions.php file to disable the frontend form css manually:
add_action( 'wp_enqueue_scripts', 'mage_forms_disable_css',200); function mage_forms_disable_css(){ wp_deregister_style( 'mage-form' ); wp_dequeue_style( 'mage-form' ); }
Keep in mind, that you would need to copy the “select2” css rules in mage-forms.css to prevent the select and multicheck fields from not working properly.
Hope this helps for now – will check back with news regarding the user meta field retrieve method.
- This reply was modified 7 years, 7 months ago by Maximilian Ruthe.
Forum: Plugins
In reply to: [Mage Google Maps] Question/suggestionHi Alexwent,
I apologize for the delay in response. Thank you so much for your post. I just got back to update plugins again and have just implemented this feature based on your request.
Let me know any other feedback you may have : )
Much appreciated –Best Regards
Forum: Reviews
In reply to: [Mage Reviews] Nice but buggyHi Dmitry,
I really apologize for the delay in this fix. The review averages should be working properly now in the new update, as well as several other fixes. There are also some new features that you’ll hopefully like.I wasn’t able to update regularly in the past due to personal reasons – hope you can reconsider.
Thank you for your patience and I look forward to any further feedback you may have.
Best regards
Forum: Plugins
In reply to: [Mage Reviews] Review stars only show on comment form for logged in userHi guys,
I apologize for the delay in implementing this fix. The new version contains the fix for this, as well as other fixes (e.g. average rating display fixes).Please let me know if any other issues arise – I’ll be updating more regularly again.
Thank you for your patience –
Forum: Plugins
In reply to: [Mage Reviews] Average Rating and Shortcodes not working after updateHi kristopher99,
I apologize for the delay. There have been some issues with the average reviews feature in the previous update, but this should now be fixed with the current update. Instead of themage_get_review_average()
function, you would now use the following:
<?php echo do_shortcode('[reviews]'); ?>
I’ll be updating the pro version soon as well – .
Please let me know if any other issues arise – I’ll be updating more regularly again.
Thank you for your patience –
Forum: Plugins
In reply to: [Mage Reviews] Average rating on blog page and reviews countHi testinnewbee,
I apologize for the delay in fixing this – there were issues with the displaying of average ratings which are now resolved in the recent update.Please let me know if any other issues arise – I’ll be updating more regularly again.
Thank you for your patience
Forum: Plugins
In reply to: [Mage Reviews] Average Reviews Shortcode Not workingHi Thillis,
I apologize for the delay – There were issues with the displaying of average ratings which are now resolved in the recent update.
The shortcode should work properly in any content and for the template tag you can use:
<?php echo do_shortcode('[reviews]'); ?>
There are several other new features listed in change log.
Please let me know if any other issues arise – I’ll be updating more regularly again.
Thank you for your patience
Forum: Plugins
In reply to: [Mage Reviews] Undefined: mage_get_review_average()Greetings raisonon,
I apologize for the delay – this is now fixed in this version. Instead of themage_get_review_average()
function, you would now use the following:
<?php echo do_shortcode('[reviews]'); ?>
There are several other new features listed in change log.
Please let me know if any other issues arise – I’ll be updating more regularly again.
- This reply was modified 7 years, 7 months ago by Maximilian Ruthe.
Forum: Plugins
In reply to: [Mage Front End Forms] Pro versionHi noele,
I just released a Mage Forms pro version with some extra features, which are mainly:
– Auto Registering Users upon form submission.
– User dashboard, listing submitted posts of that user, with option to remove or edit existing posts, or add new posts.
– and more features.Feel free to check out the mage forms pro demo here.
Its still pretty new, but I intend to add a whole set of features, both to the basic and premium versions.
Let me know any features you’d like to see in upcoming updates.
Best Regards
Forum: Plugins
In reply to: [Mage Front End Forms] Shortcode visible to user when editingI apologize for the confusion above. The ID parameter in the [mage_edit] shortcode, is intended for the ID of the page that contains the Mage Form used to edit/submit the post type (and NOT the current post->ID in the loop). The php snippet, corrected, would look like:
<?php echo do_shortcode('[mage_edit id={ID of Page with Form}]'); ?>
Forum: Plugins
In reply to: [Mage Front End Forms] Upload doesn't workMarking as resolved until the issue resurfaces.
Forum: Plugins
In reply to: [Mage Front End Forms] Repeatable custom fieldsMarking as resolved – feel free to re-submit if needed.
Forum: Plugins
In reply to: [Mage Front End Forms] Error message on Featured Image UploadMarking as resolved until the issue resurfaces.