bradmkjr
Forum Replies Created
-
Forum: Plugins
In reply to: [External Login] Doubt about the pluginThis is most likely due to not having php mssql extension installed and enabled.
Here is the instructions for installing the instructions on a linux system:
https://docs.microsoft.com/en-us/sql/connect/php/installation-tutorial-linux-mac?view=sql-server-ver15#installing-the-drivers-on-debian-8-and-9
https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver15Hope this helps.
BradI had the same error, and discovered it was a result of my Ad Blocking software blocking the admin JS files. The plugin JS files are blocked by “Fanboy’s Annoyance List”, and as a result shows the pink warning message in the dashboard.
https://easylist.to/easylist/fanboy-annoyance.txt
Hope this helps,
BradForum: Plugins
In reply to: [WP Mail Logging] Redux warning prohibits correct ajax requestsI’m not 100% sure, but it appears like 1.6.2 paired with WordPress 4.6 breaks sites, and displays a error both on front end and backend. I had to delete the plugin via FTP to recovery the client site. As it was a mission critical site I didn’t have time to document or screenshot the error sorry.
I also support removing Redux from this plugin, as it looks like it is not configured correctly in 1.6.2
Forum: Plugins
In reply to: [underConstruction] Suggestion: Allow under-construction.php in Child themeThank you for sharing, I was starting to wonder after a few minutes of testing if the file either needed to be in a folder or the parent theme.
I agree this small change should be adopted into the plugin. I use this plugin on almost all my sites during development and find the ability to use the under-construction.php file in child themes is very important.
WordPress 4.0
Public Calendar
https://www.google.com/calendar/feeds/theloftofmissoula%40gmail.com/public/basichttp://www.theloftofmissoula.com/reservations
All events are missing with most recent update.
Just want to add my 2 cents, Also getting host unreachable!!
$ ping noc1.wordfence.com
PING noc1.wordfence.com (69.46.36.8): 56 data bytes
92 bytes from 69.46.36.8: Destination Host Unreachable
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
4 5 00 5400 858d 0 0000 36 01 cfde 192.168.5.95 69.46.36.8Request timeout for icmp_seq 0
92 bytes from 69.46.36.8: Destination Host Unreachable
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
4 5 00 5400 54ab 0 0000 36 01 00c1 192.168.5.95 69.46.36.8Request timeout for icmp_seq 1
92 bytes from 69.46.36.8: Destination Host Unreachable
Vr HL TOS Len ID Flg off TTL Pro cks Src Dst
4 5 00 5400 d58f 0 0000 36 01 7fdc 192.168.5.95 69.46.36.8Request timeout for icmp_seq 2
— noc1.wordfence.com ping statistics —
4 packets transmitted, 0 packets received, 100.0% packet lossForum: Plugins
In reply to: [WooCommerce] How to disable css styles of WooCommerceSorry to say, but it appears to be gone..
2.1.0 – 10/02/2014
Feature – Split frontend styles into separate appearance/layout stylesheets and removed the enable/disable option.Forum: Plugins
In reply to: [Pinterest Lightbox] Dark overlayHere is how I resolved it. What was happening was the overlay div was being moved into the lbBottomContainer div.
find the following in jquery.pinterest-lightbox.js
H=w('<div id="lbOverlay" />')[0],replace with:
H=w('<div id="lbOverlay" />').click(C)[0],Also find the following in jquery.pinterest-lightbox.js
w('<a id="lbCloseLink" href="#" />').add(H).click(C)replace with:
w('<a id="lbCloseLink" href="#" />').click(C)Hope this helps someone else, and maybe the developer can accept this change into the plugin to get this fixed for other users.
Thanks
Brad