Kevon Adonis
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Abstracts] Schedule missing?Hi,
You are correct. The feature you see in that video is a customization. The core plugin currently do not have a schedule feature but it is on our roadmap for coming versions.
We recently added a shortcode to display accepted submissions on your site publicly but I’m assuming this is not what you are looking for.
Feel free to create a ticket over at https://www.wpabstracts.com/support/ for more information on the customization.
Thank you
Forum: Plugins
In reply to: [WP Abstracts] Can reviewers (editors) also submit abstracts?Hi,
Yes reviewers can be authors as well. There is a setting under Reviews -> Settings to turn this on.
Please note that reviews and reviewer management is only available in the PRO version.
Thank you
Forum: Plugins
In reply to: [WP Abstracts] redirect to dashboard after registrationHi,
We are revamping this feature and will apply the fix in the next release.
Thank you
Forum: Plugins
In reply to: [WP Abstracts] ERROR: Registration form WP AbstractsHi,
In most cases this is due to an jQuery error somewhere else in your theme or plugins that is affecting the user registration form from rendering.
I can take a look at this for you can create a ticket over at https://www.wpabstracts.com/support/
Thank you,
WP Support
Hi,
You can achieve this by using the shortcode as [wpabstracts] without the event_id option. This will allow users to have to select their event.
PS. Please use the https://www.wpabstracts.com/support url for PRO support.
Thank you,
Kevon A
Forum: Plugins
In reply to: [WP Abstracts] Add Image to EventHi,
There are some hooks and filters available but none for adding images to events.
Alternately you can use the shortcode on regular wordpress pages where you add your images and descriptions.Thank you,
Kevon A
Forum: Plugins
In reply to: [WP Abstracts] Custom Editor Evalution CriteraHi,
We’re working on a version where it allow admins to manage the review criteria but its not ready and the current version doesn’t allow admins to edit those from the admin area.
Alternately you may request customization https://www.wpabstracts.com/support
Thanks,
Kevon A
Forum: Plugins
In reply to: [WP Abstracts] presale questionHi,
Our hosting provider had some issues.
Please try now.
Thank you,
Kevon A
Forum: Plugins
In reply to: [WP Abstracts] Users are unable to View Submitted AbstractsHi,
Please ensure you have an event ID in the shortcode [wpabstracts event_id=”EVENT_ID_HERE”] should be [wpabstracts event_id=”1″] if you only have one event created. If not, please replace EVENT_ID_HERE with the event ID from the Events tab.
Please let me know if you have any more questions,
Kevon A
Forum: Plugins
In reply to: [WP Abstracts] Sort Topics in WP Abstracts ProHi,
Unfortunately topics are not sorted at the moment but we will add that to the roadmap for future releases.Thanks,
Kevon A
Forum: Plugins
In reply to: [WP Abstracts] Override register.html.php and login.phpHi,
I’m not sure I follow what you’re trying to accomplish here. If you are simply trying to replace the login.php page you can update the path in the wpabstracts_get_login() function from include_once ( WPABSTRACTS_PLUGIN_DIR . ‘users/login.php’) to whatever path you want. Keep in mind that the $_POST object would need the necessary values for wp_signon() to be successful.Hope this helps,
Kevon A
Forum: Plugins
In reply to: [WP Abstracts] Custom Registration sage wordpressHi,
Unfortunately we don’t have filers for those at the moment but will consider adding some in future releases.Alternately, you can simply replace include_once(WPABSTRACTS_PLUGIN_DIR . ‘users/register.html.php’); in the register.php file with the path of your custom template when the filters are added in the future you can simply add a filter with the path to your custom template for the same effect.
Please let me know if you have more questions,
Kevon A
Forum: Plugins
In reply to: [WP Abstracts] WP Abstracts ProHi,
Our sincere apologies for this. The plugin site has been restored – https://www.wpabstracts.com/Thank you,
Kevon A
Forum: Plugins
In reply to: [WP Abstracts] End date vs deadlineHi,
Start and end date was meant to be the range of the conference event while deadline is the last date the system will accept submissions. Only the deadline is enforced at the moment.
Thanks,
Kevon A
Forum: Plugins
In reply to: [WP Abstracts] Can this integrate with payment options?Hi,
We do no have payment integration at the moment but it can be accomplished via customization.
Please contact [email protected] to discuss more about customization.Thank you,
Kevon A