Erix Kivuti
Forum Replies Created
-
remove
class/
from URL.use
/wp-content/plugins/pmpro-import-members-from-csv/examples/import.csv
instead of/wp-content/plugins/pmpro-import-members-from-csv/class/examples/import.csv
.Just figured it out.. #facepalm
Thanks Dimitris,
I do not have hummingbird-performance, but I did attempt to edit wp-content/plugins/wp-smushit/_src/js/smush/smush.js.
This did not change anything, so I started to search the internet for Webpack or any sort of cache that would be using the pre-editted code. Could not find anything.
I got the same error from:
- directory-scanner.js:24:4
- directory-scanner.js:33:10
- smush.js:775:6
OK, I played around with .htaccess and got it to work..
Thanks for your consideration.
I’m having the same problem.
I’m running my WordPress from a sub-folder, I don’t know if this could be an issue.
It works on a separate site running in the root folder.
Turning off Yoast SEO works.
https://www.ads-software.com/support/topic/500-error-when-saving-page/#post-9329305
I have the same issue.
Forum: Plugins
In reply to: [WP Datepicker] Plugin not workingOK, I think I have fixed it..
The input that did not work was:
<input type="text" id="datefrom" name="book_date_from" value="Check In" class="datepicker hasDatepicker">
With plugin settings pointing to
$('.datepicker').datepicker();
The input that works is:
<input type="text" id="datefrom" name="book_date_from" placeholder="Check In">
With plugin settings pointing to
$('#datefrom').datepicker();
Forum: Plugins
In reply to: [WP Datepicker] Plugin not workingHaha.. It was Chrome filling in the blank type=”date” for me.. Solution doesn’t work on Firefox.. Back to the drawing board..
- This reply was modified 8 years, 1 month ago by Erix Kivuti.
Forum: Plugins
In reply to: [WP Datepicker] Plugin not workingWell, when your right, your right.. I tried using type=”date” and it worked.. then I tried deactivating the plugin and was still working.. then I tried removing all the classes and it’s still working.. There must be some unknown conflict, but at least it works for me..
Forum: Plugins
In reply to: [WP Datepicker] Plugin not workingI’ve been looking though your plugin and found:
wp_enqueue_script( 'wpdp-scripts2', plugins_url('js/scripts-front.js', dirname(__FILE__)), array('jquery', 'jquery-ui-datepicker') );
Doesn’t this function invoke WordPress’ jQuery datepicker as shown in
https://image.prntscr.com/image/01c69cd2e4a049b2a10ba792ff0a75f4.png?Forum: Plugins
In reply to: [WP Datepicker] Plugin not workingWhat’s funny is that when I deactivate the plugin, all presence of jQuery datepicker disappears (both the independent and your’s). Could it be a WP 4.7 thing? Or another plugin detecting the use of function datepicker()?
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Groups hidden will not showI feel so stupid.
I had another field with the same name.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Bitnami MultisiteOK, I’m now following Bitnami MU Domain Mapping Instructions.
Site is added as per instructions. Site still shows ERR_CONNECTION_TIMED_OUT. I guess I’ll wait 1 hour for propagation.
Edit: Cannot add another reply.
OK, playing with the DNS has opened up some pipes.
The new domain works, but www. prefix redirects to non-www automatically.
I need both to work. I wonder if it’s within the plugin or in Bitnami.