45 comments found.
Having an issue with the theme’s navigation going full left-justified in landscape view for Android devices. Not the content—just the navigation. Have you heard of this???
Great theme!! Thanks.
PS I forgot, this is the other main W3c Validation site for mobile sites…
http://validator.w3.org/mobile/Thanks
Dave
Hi Rohith,
I purchased your mobile theme, and it’s great.
Couple of things I need help with though.
When I run tests on the mobile site (just uploaded on a testing server/domain) I can only get a score of 2 out of 5 or 11% at the two main mobile W3c Validator sites here…
http://ready.mobi/ http://validator.w3.org/mobile/I really need to get a MINIMUM score of 4 out of 5 with ready.mobi and 75%+ with W3c compliance validation.
Could you please look at the reasons for the fails (things like no doctypes, etc, and post in fixes here).
It is VITAL to get these validation scores high for mobile SEO .
I would also like to discuss hiring you directly please.
Can you give me your contact details.
Thanks Rohith,
Dave
hi, for some reason (after i removed the drop down menu items from the ABOUT button in the main nav) the four simple nav buttons keep SHIFTING when i toggle back and forth from them. I wanted the HOME button flush to the left of the browser so I changed padding-left:10px; down to 0px; in the main css file.
This seemed to work but what other params shall i change in the css to get every other button to stick without shift and become seemless?
header ul.navigation li:first-child {
margin-left: 10px; // to 0px;
}
to move home nav to extreme left. let me know if you need any further assistance.
Hi,
I changed the email settings in the PHP Form but my form isnt working: define( “RECIPIENT_NAME”, “John Smith” ); define( “RECIPIENT_EMAIL”, “test@test.com” ); define( “EMAIL_SUBJECT”, “Visitor Message” );
Am i supposed to edit another section?
Hi blieben! send me the file you have modified, I will try to resolve issue!
PS, I found the error, I needed to replace the Javascript link in the footer with : <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
Hi Paul,
I can’t seem to get the dropdowns to work (under about) and the slider is not appearing on my iphone but it does in Firefox, any suggestions would be welcome. Otherwise, I do love the layout.
Thanks
Hi
When is the WP version going to be ready?
Hi Oakland,
Wordpressization is in progress, hopefully will upload by mid of this month.
Thanks Paul
Please can I get some help on adding new fields to the contact form, I’ve searched the net and no one has an answer that works.
<input type="text" required="required" placeholder="Telephone" id="senderPhone" name="senderPhone">in PHP File add
$senderPhone = isset( $_POST['senderPhone'] ) ? preg_replace( "/[^\.\-\_\0-9]/", "", $_POST['senderPhone'] ) : "";modify this
// If all values exist, send the email
if ( $senderName && $senderEmail && $senderPhone && $message ) {
Hope this helps
Thank you very very much for this theme. I look forward to purchasing the Wordpress version you’re speaking of. I want to give you the example sites I’ve made using your theme so you can show other people. I made a few adjustments and tweaks but overall the structure is the same.
http://socialmediasyndicate.com/printtoprofits/mobile/ http://socialmediasyndicate.com/tiltedkilt/mobile http://socialmediasyndicate.com/tsunamisushi/mobileI hope this will help you sell your mobile sites better. If you have any questions or anyone here have any questions about mobile sites don’t hesitate to reach out to me at +1-949-385-2022 or email me at icheckthisemail@gmail.com
Hi Aermud! thanks for purchasing my theme. I really like the tshunami sushi! great job! Thanks for sharing the sites with me!
see you around!
Hi,
How can I add additional fields to the contact form?
Hello again:) Trying to decide whether to purchase now or wait until your next release. Can you tell me what will change in your new version and when the estimated release date will be? Thank you.
Hi Cherie, I am not planning to update HTML Version now, coz I am working on the WP version!
I really like your template. I would like it even more with a “Back” button or arrow on each page:) Any suggestion as to how I can accomplish that? Thanks!
Hi Cherie, that is a good thinking, I think the best place is either beneath the socialnetworking icons or footer! well I am confused! The HTML Structure is very simple to understand, threre is commented code on each files! you can place a hyperlink or image as you like!
hope this helps!
Hi Everyone! Thanks for your support so far! I am planning to release a wordpress version of moby-elite, your comments would be highly appreciated. 
Hey this is a great template. I have one quick question. How do I get the slider to show a previous and after navigation button? I notice on your example it’s activated but on the templates provided I can’t get the arrows to work. Any help would be appreciated. I am familiar with editing the slider.js file
-Ronnie
Hi there, The updated moby template have both arrows & dots, and its working well. In the previous version there wasn’t arrow based navigation.
To make that work do the following
<div id="slideshow" class="block_module paper_bh_white">
<h2>Welcome to Moby</h2>
<span class="previous" />
<span class="next" />
<ul id="slider">
<li><img src="images/slide1.jpg" alt="Slide 1" /></li>
<li><img src="images/slide2.jpg" alt="Slide 2" /></li>
<li><img src="images/slide3.jpg" alt="Slide 3" /></li>
<li><img src="images/slide4.jpg" alt="Slide 4" /></li>
</ul>
</div>
Create two hyperlinks with “previous & next and place it like above” thats it.
Do let me know if you need further assistance! Thanks for purchasing moby!
I’ve looked through the v2.0 package but did not see a changelog. Since I’ve done some extensive modifications to v1.0, it would be helpful to know what files have been altered, added or omitted in the new version.
Changelog
Added
Flexislider.css
jquery.flexislider.js(NEW Flexi Slider)
processForm.php (Contact Form Script)
theme(Folder) – bg_control_nav.png, bg_direction_nav.png (Flexi Slider navigation)
Removed
slider.js
HTML Homepage (line-54) New slider Integration
For ~ div#slideshow – added class “flexislider” for ~ ul#slider – added class “slides”
Add SliderScript-Before closing of bodyTAG ”
<script type="text/javascript">
jQuery('.flexslider').flexslider();
</script>
”
Innerpages apart from contact doesn’t have code change. contact page has some massive changes done for the working of ajax & PHP .
Do let me know if you need further assistance! Thanks for purchasing moby!

Hello,
Nice work, I want to create a magazine blog,but how can I add post ? (I m a newbie with htlm) Can I create unlimited post ? Can i use it without my existing website ?
All the best
Hi Alex,
Moby is a static HTML Template, so you have to add Post manually using dreamweaver or other editors.
Following is a single blog post, like this you have to add blog entry – also the blog detail page.
<div class="page blog"> <span class="post_date">Thursday, 22 December 2011 06:12 </span>
<h1><a href="blog_post.html">Phasellus molestie venenatis enim non ullamcorper.</a></h1>
<div class="post_info"> <span class="posted_by">Written by <a href="#">Paul</a></span> <a class="comments" href="#">0 comments</a> </div>
<p> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat... </p>
<a href="blog_post.html">Readmore...</a> </div>
Currently there is no pagination in the design, so unlimited posts wlll take a lot more scroll.
. Yes you can use it without using your existing website, all you have to do is to create a “m. subdomain for mobile sites”
>>http://www.bmob.co.uk/2010/08/08/how-to-create-a-m-subdomain-for-mobile-sites/
very nice but you should update it to be more responsive so we can have pad elite as well and also on horizontal and vertical display
Yes, I am working on the next update!, definitely I am going to include these features. Thanks for the purchase.
Quick questions – how do I configure the recipient’s email address and validation for the contact form?
Nice template here! Good job.
How easy it it to have an overlay of text / description in the homepage slideshow?
Hi ancel, Its really easy to include a text discription in any of the slides, or the whole slides with texts only. All you have to do is to add your text in the “li” inslide “ul#slider” like below:
<ul id="slider" style="width: 1192px; height: 226px; overflow: hidden; margin-left: -298px;">
<li style="width: 298px; height: 226px; float: left;">
Hi This is my Text its easy
</li>
<li style="width: 298px; height: 226px; float: left;"><img alt="Slide 2" src="images/slide2.jpg" /></li>
<li style="width: 298px; height: 226px; float: left;"><img alt="Slide 3" src="images/slide3.jpg" /></li>
<li style="width: 298px; height: 226px; float: left;"><img alt="Slide 4" src="images/slide4.jpg" /></li>
</ul>
Hope this helps, feel free to ask if you have any doubts.