Title: mrtom1981's Replies | WordPress.org

---

# mrtom1981

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Bulk Delete – Invalid Post Type](https://wordpress.org/support/topic/bulk-delete-invalid-post-type/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/bulk-delete-invalid-post-type/#post-8695785)
 * I found the issue late last night turns out a piece of code used to allow the
   search to also search the event post type was doing more than it should. It was
   also replacing the bulk edit url. So problem solved…
 * Thank you for the response…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Chose which menu to show](https://wordpress.org/support/topic/chose-which-menu-to-show/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/chose-which-menu-to-show/#post-5479324)
 * Version 2.0 is the one that had the menu select option, Ver 2.2 is when this 
   feature vanished..I have reverted this plugin to Version 2.0 to keep this feature..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Bug in 1.6? Jquery is loaded in frontend.](https://wordpress.org/support/topic/bug-in-16-jquery-is-loaded-in-frontend/)
 *  [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/bug-in-16-jquery-is-loaded-in-frontend/#post-5215980)
 * I have moved my css to be below the plugin generated one this makes it so my 
   dominates. I though this a better solution than hacking the plugin.. I just moved
   wp_head() function above my themes css.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Bug in 1.6? Jquery is loaded in frontend.](https://wordpress.org/support/topic/bug-in-16-jquery-is-loaded-in-frontend/)
 *  [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/bug-in-16-jquery-is-loaded-in-frontend/#post-5215907)
 * I have also found this issue this morning also. Maybe if this is not admin styling
   we should have an option to turn it off so we can style it ourselves.. These 
   are the issues
 * `<link id="wptoolset-field-datepicker-css" media="all" type="text/css" href="
   http://siteaddress.co.uk/wp-content/plugins/types/embedded/common/toolset-forms/
   css/wpt-jquery-ui/datepicker.css?ver=0.1.1" rel="stylesheet">`
 * `<link id="wptoolset-field-date-css" media="all" type="text/css" href="http://
   siteaddress.co.uk/wp-content/plugins/types/embedded/common/toolset-forms/css/
   wpt-jquery-ui/jquery-ui-1.9.2.custom.min.css?ver=0.1.1" rel="stylesheet">`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Manager] remove WPDM from subscribes dashboard](https://wordpress.org/support/topic/remove-wpdm-from-subscribes-dashboard/)
 *  [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/remove-wpdm-from-subscribes-dashboard/#post-3384418)
 * Hello
    try this, put it into the function file..
 * // disable default dashboard widgets
    function disable_default_dashboard_widgets(){
 *  // disable Simple:Press dashboard widget
    remove_meta_box(‘wpdm_dashboard_widget’,‘
   dashboard’, ‘normal’); } add_action(‘admin_menu’, ‘disable_default_dashboard_widgets’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Using #_ATT{} in Default event list format issue](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/page/2/#post-3009000)
 * Yes but the custom fields can have visual editors added to them your attributes
   can not…
 * I have got a work around by getting the events ID and then doing my own loop 
   which then means the custom fields work 100%, I just thought as the plugin is
   supposed to support them and so far i can not get it to work might be a solution.
 * Does the custom fields work for you using the #_ATT{} in the formating area ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Using #_ATT{} in Default event list format issue](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/#post-3008996)
 * I have installed Events plugin on a fresh install with no other plugins installed
   and still the same issue and used it with the default themes..
 * The attributes do not allow for visual editor input to allow for formatting content
   with HTML when the client doesn’t know it..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Using #_ATT{} in Default event list format issue](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/#post-3008989)
 * Hi aglonwl i tried this with and without types plugin still the same issue i 
   am afraid by adding the custom field to the formatting section it renders the
   custom fields whether they are the basic wordpress version or any fancy plugin
   version broken and not allowing the content to be updated..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Using #_ATT{} in Default event list format issue](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/#post-3008985)
 * A screen shot would not show much really, but here is a link to one…`http://ScrnSht.
   com/yjtcrh`
 * I have tried it on a fresh install of wordpress with no content and default theme
   and no other plugins except Event Manager still the same issue..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Using #_ATT{} in Default event list format issue](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/#post-3008983)
 * Ok you I have made a custom field on the events posts, i have made one called
   wpcf-date when i add the code you describe to show this value within a listing
   within the events it will show the content fine. But then that custom field can
   not have its content changed at all when you change and update the content it
   will revert to the previous content.
 * Until the code to add it to the event system is removed…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Using #_ATT{} in Default event list format issue](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/#post-3008974)
 * Ok in a nutshell i have activated and filled in all the blanks to get the custom
   fields to show on the event list using your
    `#_ATT{}` like so `#_ATT{wpcf-date}`
   and it will show up and that part will work but what it does is freeze the custom
   fields and will not allow you to update them while the `#_ATT{wpcf-date}` are
   listed in the formatting section…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Calendar Events showing on Archives](https://wordpress.org/support/topic/calendar-events-showing-on-archives/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/calendar-events-showing-on-archives/#post-3021745)
 * I have added this to the archive to try narrow the scope
 *     ```
       <?php 
   
       query_posts( array(
       'post_type' => event,
       'scope' => 2012-09-06,
       'posts_per_page' => 25
       ) );
        ?>
       ```
   
 * and it doesn’t work yet all the other defined scopes do like month or next-month
   help what am i doing wrong ?
 * I want to use the above code and make it a little more dynamic by using the url
   and then changing the scope value but it doesn’t seem to work with normal input..
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Using #_ATT{} in Default event list format issue](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/#post-3008965)
 * I have attached a few screen shots of the settings in the plugin..
 * [http://ScrnSht.com/tunqzd](http://ScrnSht.com/tunqzd)
    [http://ScrnSht.com/vcybil](http://ScrnSht.com/vcybil)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] Using #_ATT{} in Default event list format issue](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/)
 *  Thread Starter [mrtom1981](https://wordpress.org/support/users/mrtom1981/)
 * (@mrtom1981)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-events-manager-using-_att-in-default-event-list-format-issue/#post-3008844)
 * Hellos
    i already did that and with it there and without the same issue i even
   stripped all plugins and tried all the default themes still no luck…When i add
   the it shows up but then stops updating the custom fields… Weird…

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