regeisle
Forum Replies Created
-
Sorry, totally missed that. Thanks!
Forum: Plugins
In reply to: [Filter Everything — Product Filter & WordPress Filter] Disable css and js?Realized the core js is needed to update content in the dropdown change so looks like we’ll need to keep that at least. If you could provide some direction on how to get rid of the jquery-ui js stuff, and css, that would be great. thanks!
Forum: Plugins
In reply to: [Remove CPT base] ERR_TOO_MANY_REDIRECTSI’ll check that out, thank you!
Forum: Plugins
In reply to: [Remove CPT base] False duplicates on normal pages5.1 seems to be working perfectly, really appreciate the quick update push! Enjoy the weekend
Forum: Plugins
In reply to: [Remove CPT base] False duplicates on normal pagesRight on. Since that’s probably down the road some, is there something I can edit in the current plugin files to disable the duplicate check? Totally fine without it, and probably no chance of duplicates with the site we’re doing, just need that base slug gone. Trying to launch next week. Thanks!
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Enable Custom Post Type?Good points, thanks for the quick reply!
Awesome, thank you!
Forum: Plugins
In reply to: [Contact Form 7 Database Addon - CFDB7] Prevent saving of a specific form?This would also be a huge help to me!
Forum: Plugins
In reply to: [Radio Buttons for Taxonomies] Can’t Hide “No …” optionignore this, got it working. Thanks!
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] random gibberish in browser instead of pdfSeems to have resolved itself, no idea how. You can close ?? Thanks for following up!
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] change from A4 size?solved. for anyone else, I found the setting in plugins/dk-pdf/includes/dkpdf-functions.php
// page orientation
$dkpdf_page_orientation = get_option( ‘dkpdf_page_orientation’, ” );
if ( $dkpdf_page_orientation == ‘horizontal’) {
$format = ‘A4-L’;
} else {
$format = ‘letter‘;
}Would be helpful to work this in to admin settings to avoid editing core plugin files.
Great plugin either way!
Forum: Plugins
In reply to: [GF Upload to Email Attachment] Doing nothingOK, will check that out asap and reply back. Thanks for the fast replies!
Forum: Plugins
In reply to: [GF Upload to Email Attachment] Doing nothingJust got a Billiard Greg attachment by email. I’m assuming you sent that test? I had tried it with a small file (100k or so), and just retried it with a small png icon file, 3k. Still waiting on that to come, been a few minutes. Will report back in a bit…
Forum: Plugins
In reply to: [bbPress - Private Replies] Can't vew a private reply to meGotcha, and thanks for the quick replies!
Forum: Plugins
In reply to: [bbPress - Private Replies] Can't vew a private reply to meSo out of curiosity, what is the plugin intended for? I assumed it would allow people to have private communication with each other on a topic if needed, but if you can’t see a private reply someone sends you, that’s obviously not the purpose.