nkals722
Forum Replies Created
-
Forum: Plugins
In reply to: [FG Magento to WooCommerce] Testing DB Connection – Ajax 500 errorSO I’ve grabbed the database and put it on the same host as my wordpress. Its’s still doing admin ajax javscript error though when running a test database. I don’t think it’s even getting to the part with it is testing the credentials.
Forum: Plugins
In reply to: [FG Magento to WooCommerce] Testing DB Connection – Ajax 500 errorWill it be able to grab images if I have to pull the database down to my other host?
Forum: Plugins
In reply to: [Date Range Filter] Allow manual entry of custom date range?Oh you are right. Good call! Ok last bit on this then: Any chance we can get a filter to modify the date format that is displayed?:)
Forum: Plugins
In reply to: [Date Range Filter] Allow manual entry of custom date range?I think there might be some logic issues with the manual entries. It appears to maintain the current date after you move on to the next field and then it deletes the other value.
For instance, if I enter these dates:
https://dl.dropboxusercontent.com/spa/bj9fcafy1gmkecl/3mujstn9.pngAs soon as I click out it reverts the original date to today in an incorrect formatting:
https://dl.dropboxusercontent.com/spa/bj9fcafy1gmkecl/e6vpv6fq.pngAnd if I re-enter the correct beginning date it blanks out the end date:
https://dl.dropboxusercontent.com/spa/bj9fcafy1gmkecl/1-g_n7d2.pngForum: Plugins
In reply to: [Date Range Filter] Allow manual entry of custom date range?Awesome thanks. Unrelated: your author URL for your plugin details is malformed. It leads to: https://jonathanbardo.com%2C%20http//ricardolosso.com
Well currently it doesn’t work – hence my original message. It’s *suppose* to let you intercept the redirect url that it sends users who are bumped out, but since it’s being applied before the theme function file you will never have access to it unless a change is made directly to the plugin.
I duplicated the plugin and modified it for my own purposes but that is generally not a good idea if you want future updates. If you do the same thing, though, you can change the redirect url through standard filter functionality:
add_filter("wp_bouncer_redirect_url","my_redirect_url"); function my_redirect_url($url){ if(xxx){ return 'https://www.google.com'; }else{ return $url; } }
- This reply was modified 8 years, 3 months ago by nkals722.
Forum: Plugins
In reply to: [Better Font Awesome] Api Server ErrorLooks like its back now.
Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] Make the COmments need approval?Nevermind I see there is an option for that in the general settings! Thanks a lot!
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] widget useI will answer this for you, dadra, since they apparently don’t want to tell you. It looks like you can use widgets as long as you pay for their pro version. So basically they updated the plugin, got the suckers like you and me to update, and then think we’re going to turn around and pay them for something we’ve already been using for a long time.
Needless to say I am less than impressed with these shady practices and will be reviewing it accordingly.