visioniz
Forum Replies Created
-
Forum: Plugins
In reply to: [MobileChief - Mobile Site Builder] Impossible to install and work !There is an issue with the updater which is being pushed to the repository in the next update (imagine that) we are aware of this.
However the sub-domain issue shouldn’t be happening we have MobileChief installed on a few dozen servers with sub-domains with no issues.
It would be helpful if you could elaborate and we’ll correct that issue and push an update.
Thanks
Forum: Plugins
In reply to: [OMFG Mobile Pro] [Plugin: OMFG Mobile Pro] jcarouselThe Mobile Templates don’t use the wp_head(); and wp_footer(); hooks as it would cause all sorts of unintended results.
Any plugins that input styles or javascript need to be done using the hooks:
omfg_mobile_pro_styles(); or omfg_mobile_pro_js();
We have a slideshow custom built to work with OMFG Mobile that we plan to release shortly.
Thanks,
Jason
Forum: Plugins
In reply to: [OMFG Mobile Pro] [Plugin: OMFG Mobile Pro] No replies!I contacted you via email.
Thanks,
Jason
Forum: Plugins
In reply to: [OMFG Mobile Pro] [Plugin: OMFG Mobile Pro] No replies!Emin,
I have attempted to reach you via email but have received the following error:
[email removed]
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 553 553 5.3.0 <[email protected]>… No such user (state 13).That’s the last email address I have for you. If you have another email address I would gladly be in touch.
Thanks,
Jason
What are you trying to do with the plugin? I can assist you.
Thanks,
Jason
Forum: Plugins
In reply to: [OMFG Mobile Pro] [Plugin: OMFG Mobile Pro] Help! (fatal error)It appears that your theme and my plugin both are using the same meta box class.
If you contact me at [email protected] I can help you correct the issue.
Thanks,
Jason
Forum: Plugins
In reply to: [OMFG Mobile Pro] [Plugin: OMFG Mobile Pro] Tabbed Content not workingI fixed the tabs.
Pushing an update shortly.
Thanks,
Jason
Forum: Plugins
In reply to: [OMFG Mobile Pro] [Plugin: OMFG Mobile Pro] Minor issue with the Footet fieldFor an immediate solution, you can use html inside the box, just don’t use double quotations.
for instance
<a href="https://yoursite.com">YourSite.com</a>
will break, but<a href='https://yoursite.com'>YourSite.com</a>
will work.This is not a long term solution, but this will work for the time being. I tried on 2 different test sites.
I plan to have a better solution so normal HTML markup can be used without issues.
Thanks,
Jason
In version 1.1.19 I had what I thought was a fix for this, but it caused some other problems, so I reverted and removed what I added to “fix” it.
So there’s a good chance that when you got it to work as you displayed in your screenshot, it was the version where I had that working. But the solution I had, like I said, caused some other problems, which are much more critical than the title length.
Unfortunately the 20 character limit is a limit to Custom Post Types, so I’ll have to keep that limit, at least for the time being.
However, to help users avoid that, I’ve added 2 types of Validation to prevent users from creating Sites with more than 20 characters.
1) If you are creating a new OMFG Mobile site, entering a title over 20 Characters will display a warning.
2) If you try to publish the post anyway, I have a function that prevents WordPress from publishing it and displays the warning again.
Thanks,
Jason
Forum: Plugins
In reply to: [OMFG Mobile Pro] [Plugin: OMFG Mobile Pro] Tabbed Content not workingI’ll check it out.
Thanks,
Jason
WhooHoo!
Your site looks great!
Just pushed the update. Should appear as an update for you any moment.
Keep me posted if you have any other issues.
Do you have any links to Mobile Pages you’ve set up with the plugin? I’d love to check them out!
Thanks,
Jason
Ok. I’ll check that out as well. . .what Mobile Device are you using?
Some CSS3 features might not work on some desktop browsers.
I fixed the contact form, and I also added an option (per request of another user) to hide the sidebar slide-out menu altogether.
I will push the 1.1.21 update today.
I will look into supporting other languages next.
Thanks for your feedback!
– Jason