neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Order of Events in SidebarAs soon as developer mode was enabled the order is now correct – thanks
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Template OverridesYes thanks it is working when I enabled Developer mode.
Forum: Plugins
In reply to: [VenoBox Lightbox] Images do not fit within screenThe whole point of difference of this plugin is to view the vertical orientation of the image and if it exceeds the screen size the user scrolls to view.
Forum: Plugins
In reply to: [PilotPress] PHP Errors in Pilotpress 2.0.3“PHP will throw notices all the time”
PHP does indeed throw notices – but there is a reason for that and as the developer of the plugin you should really address these notices and code the plugin adjusting the code to be compliant with PHP.
This error is creating a huge debug log file size as the notice is constantly logged numerous times.
Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Add to CalendarAn add to calendar option which downloads a .ics file with date, time, location, title and excerpt of event – similar to https://www.addevent.com/
I am not seeing that behaviour or an error – do you have a URL – do you have any js error messages in the dev browser console.
Forum: Plugins
In reply to: [PilotPress] PHP Errors in Pilotpress 2.0.3this notice seems to be on all sites..
10-Jul-2018 15:23:11 UTC] PHP Notice: Undefined index: authenticate_user in /home/180099.cloudwaysapps.com/vawdssctxv/public_html/wp-content/plugins/pilotpress/pilotpress.php on line 3087Forum: Plugins
In reply to: [WooCommerce] WC_Product_Cat_List_Walker redeclare fatal errorForum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Allow HTML in TImeslotsThanks I’ll give that a try
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Menu not visible on mobile devicesI would imaging you have some type of conflicting mobile plugin – try disabling plugins to see the culprit and if that doesn’t fix it may be your theme has a mobile conflict – switch themes to a default WP theme and see if it fixes.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] SelectizeJS on DropdownThis is the code I used if anyone finds helpful…
add_action( 'wp_print_footer_scripts', 'selectjs_table', 12 ); function selectjs_table() { ?> <script> jQuery(document).ready(function($) { $('.dataTables_length select').selectize({ create: true, sortField: 'text' }); }); </script> <?php }Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] SelectizeJS on DropdownThanks Tobias.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] SelectizeJS on DropdownForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] SelectizeJS on DropdownThe select field that shows x number of entries just above table on left http://cranlana.org.au/advanced-symposia/
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Can’t get Menu to ShowGlad you got it sorted