mrtom1981
Forum Replies Created
-
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
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Chose which menu to showVersion 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..
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.
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="https://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="https://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
In reply to: [Download Manager] remove WPDM from subscribes dashboardHello
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’);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 ?
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..
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..
A screen shot would not show much really, but here is a link to one…
https://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..
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…
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
In reply to: Calendar Events showing on ArchivesI 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..
I have attached a few screen shots of the settings in the plugin..
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…