Browsers - Disabling Popup Blockers
Popups are required for the OneFlo website to work seamlessly. Popups are used by OneFlo to display printable Labels, Consignment documentation, and Manifests especially when AutoPrint (for Labels and Connotes) is not configured or unavailable. Popup must be enabled on the browser on which OneFlo will be accessed with.
Google Chrome
When creating a consignment for the first time in OneFlo, Chrome will attempt to block the pop-ups. You will see the notification below on the upper right hand corner of the window next to the address that says "Pop-ups blocked". It is indicated by this icon:If you don't see the notification, you may have to click on icon to see it.
Click on "Always allow pop-ups from https://portal.oneflo.com.au" then click on Done.
One you have clicked on Done, you may need to access your documents for this time only. To do that, you just need to click on the links and that will bring up the document.
Any consignments created moving forward will popup in a new window (if Autoprint is disabled).
Mozilla Firefox
When creating a consignment for the first time in OneFlo, Firefox will attempt to block the pop-ups. You will see the notification as a bright yellow bar that says "Firefox prevented this site from opening 2 pop-up windows." You can find this just below the address bar.
Click on Options, then click on Allow pop-ups for portal.oneflo.com.au
This option will add OneFlo as a safe site and will not block pop-ups in the future. It will also automatically show the documents that were blocked.
Any consignments created moving forward will popup in a new window (if Autoprint is disabled).
Microsoft Edge
When creating a consignment for the first time in OneFlo, Microsoft Edge will attempt to block the pop-ups. You will see the notification as a blue bar at the bottom that says "Microsoft Edge blocked a pop-up from *.http://oneflo.com.au ." You have to be very quick about this since Microsoft gets rid of the notification if you ignored it!
Click on "Always allow"
This option will add OneFlo as a safe site and will not block pop-ups in the future. It will also automatically show the documents that were blocked.
Any consignments created moving forward will popup in a new window (if Autoprint is disabled).
Apple Safari
Safari 12 for Mac OS
Block or Allow All Websites by Default
Select “Safari” > “Preferences“, then select on “Websites” at the top of the window.
Select “Pop-up Windows” on the left side.
Use the “When visiting other websites” drop-down menu to one of the following:
Block and Notify
Block
Allow
Block or Allow Single Website
Visit the website you would like to block or allow.
Select “Safari” > “Preferences“.
Select on “Websites” at the top of the window.
Select “Pop-up Windows” on the left side.
The website should be listed where you can select a setting in the drop-down menu.
Block and Notify
Block
Allow
When Safari is set to “Block and Notify”, you can allow pop-up windows right after they have been blocked by selecting the two boxes in the address bar.
Safari 11 and 10 for Mac OS
Option 1
Select “Safari” > “Preferences“.
Click on “Security” at the top of the window.
Check the box “Block pop-up windows” to enable this feature. Uncheck it to disable it.
Option 2
From “Utilities“, launch the “Terminal” app.
To disable popup blocker, type:
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically -bool true
To enable popup blocker, type:
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2JavaScriptCanOpenWindowsAutomatically -bool false
Press “Enter“, and the command sets to popup blocker setting as desired.