Title: Jonm511's Replies | WordPress.org

---

# Jonm511

  [  ](https://wordpress.org/support/users/jonm511/)

 *   [Profile](https://wordpress.org/support/users/jonm511/)
 *   [Topics Started](https://wordpress.org/support/users/jonm511/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jonm511/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jonm511/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jonm511/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jonm511/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jonm511/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] How to remove name requirement from reg form?](https://wordpress.org/support/topic/how-to-remove-name-requirement-from-reg-form/)
 *  Thread Starter [Jonm511](https://wordpress.org/support/users/jonm511/)
 * (@jonm511)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-name-requirement-from-reg-form/#post-14260060)
 * I have uploaded a csv with people’s names and email addresses. When I make an
   event that requires an invitation then send out the registration email, the email
   has a link generated just for each user. When the user clicks on it, it will 
   bring them to the registration page with the email field already filled out with
   their email.
 * If you look at line 1592 in the plugin file ’eme_formfields.php’ you’ll see it’s
   set to prefill that section by using the email information from the URL sent 
   to the user. This is also the same file I was able to eventually edit so I could
   bypass a user needing to insert their last name in order to submit a registration.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Made Easy] How to remove name requirement from reg form?](https://wordpress.org/support/topic/how-to-remove-name-requirement-from-reg-form/)
 *  Thread Starter [Jonm511](https://wordpress.org/support/users/jonm511/)
 * (@jonm511)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-name-requirement-from-reg-form/#post-14256395)
 * Thank you for the fast reply. If that is not possible can the name section be
   autofilled as it does for the email section when sending a registration link 
   to a non-wordpress user? These are users who already have a name and email placed
   in the ‘peoples’ section of the plugin.
    -  This reply was modified 5 years, 3 months ago by [Jonm511](https://wordpress.org/support/users/jonm511/).
      Reason: added more information
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Automatic Upload Images] file url not correct](https://wordpress.org/support/topic/file-url-not-correct/)
 *  [Jonm511](https://wordpress.org/support/users/jonm511/)
 * (@jonm511)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/file-url-not-correct/#post-13510638)
 * In the plugin file `ImageUploader.php` look for a section of code that is:
 *     ```
       $image['path'] = $image['base_path'] . DIRECTORY_SEPARATOR . $c . '_' . $image['filename'];
                   $image['url'] = $image['base_url'] . '/' . $c . '_' . $image['filename'];
                   $c++;
       ```
   
 * You might need to add `.'/'.` right before the part `$image['filename']`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Automatic Upload Images] Can this work with PDFs?](https://wordpress.org/support/topic/can-this-work-with-pdfs/)
 *  Thread Starter [Jonm511](https://wordpress.org/support/users/jonm511/)
 * (@jonm511)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/can-this-work-with-pdfs/#post-13510623)
 * Seems it can by adding:
    `$mime = 'application/pdf';`
 * to the file `ImageUploader.php` and commenting out the warning error for non-
   image files.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Category and Taxonomy Meta Fields] Text is not displayed](https://wordpress.org/support/topic/text-is-not-displayed-2/)
 *  [Jonm511](https://wordpress.org/support/users/jonm511/)
 * (@jonm511)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/text-is-not-displayed-2/#post-12740664)
 * You have to paste this code into the .php file which displays the information
   on your site:
 *     ```
       if (function_exists('wp_get_terms_meta'))
       { 
         $MetaValue = wp_get_terms_meta($category_id, $meta_key ,true); 
         //where $category_id is 'category/term id' and $meta_key is 'meta key'
       } 
   
       //meta value for meta key $meta_key
       echo $MetaValue;
       ```
   
 * You can replace `$category_id` with `$current_term->term_id` to get the current
   ID of the page you are viewing.
 * `$meta_key` gets replaced with the name of the meta field you created and is 
   wrapped in single quotes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Master Slider - Responsive Touch Slider] Plugin Not Updated for More than 1 Year](https://wordpress.org/support/topic/plugin-not-updated-for-more-than-1-year/)
 *  [Jonm511](https://wordpress.org/support/users/jonm511/)
 * (@jonm511)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/plugin-not-updated-for-more-than-1-year/#post-12727958)
 * Last updated in Feb 2020
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Master Slider - Responsive Touch Slider] DO NOT BUY THIS](https://wordpress.org/support/topic/do-not-buy-this-4/)
 *  [Jonm511](https://wordpress.org/support/users/jonm511/)
 * (@jonm511)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/do-not-buy-this-4/#post-12727956)
 * Smart Slider is pretty heavy on load speed for a site, but if you’re making a
   site using a builder instead of using code then it will be slower anyway. The
   pro forums for Master Slider is where the help is, not the free forum.
 * Master Slider was last updated 3 months ago. Probably a couple weeks after you
   made this post.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Master Slider - Responsive Touch Slider] Fatal error trying to create slider from sample](https://wordpress.org/support/topic/fatal-error-trying-to-create-slider-from-sample/)
 *  [Jonm511](https://wordpress.org/support/users/jonm511/)
 * (@jonm511)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/fatal-error-trying-to-create-slider-from-sample/#post-12727949)
 * Just replace the image in the slider with your own image from the media library.
   The slider was still made, it just has a broken background image.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I remove the gray box under hero image?](https://wordpress.org/support/topic/onepress-how-do-i-remove-the-gray-box-under-hero-image/)
 *  [Jonm511](https://wordpress.org/support/users/jonm511/)
 * (@jonm511)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/onepress-how-do-i-remove-the-gray-box-under-hero-image/#post-8368983)
 * I don’t think you understand what it means when it says “not ready for public
   viewing”. That doesn’t mean it can’t be viewed, that just means it isn’t linked
   to any search engines. Whatever your web address is (minus the “wp-admin”) anyone
   can copy and paste that link into their browser and view your site.

Viewing 9 replies - 1 through 9 (of 9 total)