Scott Bolinger
Forum Replies Created
-
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] Does it work offline ?The only way to use WordPress in an app is with a webview, it is not possible any other way. We are aware of Apple’s guidelines for apps, but webviews are standard in many apps, including those designed by Apple (such as the Apple store app).
The webview itself is not the problem, it’s when people try to make apps that don’t need to be apps. Wrapping a normal, non-interactive site in an app is an example of something that will be rejected.
The purpose of AppPresser is to create interactive, useful apps using native device features, not to wrap a normal website into an app. We have approved apps in the Apple and Android stores already, so we know there is not a problem with this method.
I hope that helps ??
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] Does it work offline ?That is correct. You should still be able to use local storage, although I don’t have any details about that yet.
As of right now, AppPresser is probably not the best fit for apps that need a lot of offline capability. We are hoping to change that as it matures though ??
Forum: Plugins
In reply to: [AppPresser - Mobile App Framework] Does it work offline ?Yep, that’s the jist of it. To make your app work offline, there are a couple of things you can do.
One is to use the local storage API from Phonegap: https://docs.phonegap.com/en/3.1.0/cordova_storage_storage.md.html#Storage
You can also try using the HTML5 application cache.
We haven’t experimented with either of these as of right now, but it’s certainly on our todo list.
Forum: Reviews
In reply to: [m1] Awful spams has includedIt’s possible this is from a plugin you have installed, or your site was hacked. Like I said, it’s not possible to have ads in my theme, it would have been rejected from the repo.
If you give me a link to your site I can try to help you out, otherwise I’d appreciate if you change or delete your review so other people don’t get the wrong idea.
Thanks!
Forum: Themes and Templates
In reply to: [m1] .pot File has wrong entries.Thanks for taking the time to do this, I will be updating the .pot file soon.
Forum: Themes and Templates
In reply to: [m1] ColumnsYes, you can use custom CSS classes with this theme for columns: .one-half, .one-third, .two-thirds, .three-fourths, .one-fourth, .last-col
A 2 column layout would look like this:
<div class="one-half"> Stuff here </div> <div class="one-half last-col"> Stuff here </div>
Forum: Themes and Templates
In reply to: [m1] Changing post width in M!Glad you got it figured out!
Forum: Themes and Templates
In reply to: [m1] Enhancement Proposal: Table MarkupHi, thanks for submitting this. nth-child is not supported in IE8 and below, so I won’t be adding this to the theme, but you are welcome to use it in a child theme.
Cheers!
Forum: Themes and Templates
In reply to: [m1] Home banner won't displayHi there, thanks for the compliments!
Are you using the front page template? The home banner only displays on a page using that template.
Forum: Reviews
In reply to: [m1] Awful spams has includedIt’s not possible for there to be spam in my theme, www.remarpro.com does not allow it. Did you have anything constructive to say, or are you just trolling?
Forum: Themes and Templates
In reply to: [m1] Request header??
Forum: Themes and Templates
In reply to: [m1] Wrong URL in social buttonsGlad you got it fixed!
Forum: Plugins
In reply to: [SB Popular Posts Tabbed Widget] Feature Request: Popular by VisitsSounds cool, but I probably won’t be able to do that. That would have to include integration with some sort of analytics or hit tracking, which is beyond the scope of this project.
Forum: Plugins
In reply to: [SB Popular Posts Tabbed Widget] CSS Bug in Chrome on MacThat’s weird, can you give me a link so I can see the problem? It could be a plugin conflict.
Forum: Plugins
In reply to: [SB Popular Posts Tabbed Widget] Recent Post Tab IssueHi, I’m aware of this issue and I’ll be submitting a fix shortly. Sorry about that!