Scott Bolinger
Forum Replies Created
-
Forum: Reviews
In reply to: [EDD Metrics] The Executive Dashboard for EDDExecutive sounds fancy, thanks Nathan!
Forum: Themes and Templates
In reply to: [m1] Home banner won't displayHi, please see the documentation here: https://m1themes.com/m1-setup/
Forum: Themes and Templates
In reply to: [m1] All buttons color is off in mobile viewHi, this is the default webkit behavior. You can override that by adding this to your child theme stylesheet:
.button,
button,
html input[type=”button”],
input[type=”reset”],
input[type=”submit”],
.more-link,
.page-links a {
-webkit-appearance: none;
}Forum: Themes and Templates
In reply to: [m1] main nav is blank initially on iPhoneHey Stephen, this is a weird bug! Not sure why, but try adding this to a child theme style.css file:
#site-navigation {
-webkit-backface-visibility: visible !important;
}That seemed to fix the issue for me, let me know if that helps.
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] Splash screenI think I have a solution for you. Gonna close this thread, email me at https://apppresser.com/contact/
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] Splash screenI’m seeing this error now, looking into it…
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] My first aplication with AppPresserCongrats!
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] Splash screenThe splash screen is a native Phonegap feature: https://docs.phonegap.com/en/3.1.0/cordova_splashscreen_splashscreen.md.html#Splashscreen
It shows while the application is loading and then disappears. If there is a blank screen, it sounds like you might not be using it properly.
If you are using Phonegap Build, please see their documentation and make sure everything is configured properly: https://docs.build.phonegap.com/en_US/3.1.0/configuring_icons_and_splash.md.html#Icons%20and%20Splash%20Screens
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] App not scrollingHey Martin, this is a known bug in Android 2.3 and below. AppPresser officially only supports Android 4+, but we are going to add support for lower versions as soon as possible.
We have found that adding the iscroll library fixes the scrolling issue for 2.3, but breaks scrolling on iOS. We hope to figure out a fix soon.
Forum: Reviews
In reply to: [AppPresser - Mobile App Framework] Its not really an appHi, thanks for your feedback. We are planning to add offline functionality in the future, but just because it needs to be online doesn’t mean it’s not a “real app.” There are many apps, including those built by Apple that require an internet connection to work.
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] Comments are closed.This should be fixed now.
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] Fatal Error When ActivedHey Scott, this error should be fixed if you update your theme to the latest version. Please let us know if that solves it, thanks!
Forum: Plugins
In reply to: [Contact Form 7] Conflict with CF7 with regards to plugins_loaded hookHi, this conflict has been resolved on our end, thanks.
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] Does it work offline ?Awesome!
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] No internet connection – screenThat’s a good idea, it probably won’t happen in version 1, but we’ll definitely put that down as a feature request. Thanks!