72 comments found.
Hi all thankyou fot this theme! is a very great work, but ther’s a little bug to fix can some1 help me?
If u open the tpl in the browser and u click on the 1st menu link (in the top right section) the link does not slide down from the page all the other’s link match. But if u are under the page and u click the 1st link in menu slideup! this work but slide down dont work…
Enjoy to fix that help help ^^
Best regards
i am making some test and seems to be fixed. do you confirm? thank you for your attention regards
The bug is fixed thx for the help i have 1 other question if u can explain me that… i have changed the height of the header but when i click on menu links and scrolldown the intersection of the header with the #area is not correct where i have to change this height or padding/margin for a correct match? thx for helping
Best regards
$('a.scroll_a, .links-home a').click(function(){
$('html, body').animate({
scrollTop: $( $.attr(this, 'href') ).offset().top- 43
}, 500);
return false;
});
$('header').onePageNav({
filter : ':not(.external a)',
easing: 'swing',
scrollOffset: 43,
scrollThreshold : 0.95
});
please take a moment to rate the item in your downloads page.thank you
Perfect, all works fine! thank you for helping, you have earned 5 star and a follower 
Hi Ansonika, I have another little one for you today: the weather widget. I followed the directions in the documentation, and used CSXX1451 as my location, but it says “City not found”. The city works on weather.com (that’s where i got the code). Help? David
no worries…there is another method…which is the town? address
1) go to http://woeid.rosselliot.co.nz/ and search for your town (Mal Pais, Costa Rica)
2) copy the id (your 58734)
3) open function js and replace these lines
$('#weather').weatherfeed(['CSXX1451'], {
forecast: true
});
into
$('#weather').weatherfeed(['58734'], {
forecast: true,
woeid: true
});
please take a moment to rate the item in your downloads page.thank you
That works – thanks!
I’d like to move the social icons to the nav bar at the top of the page. So far I’ve tried to past the social code into the nav bar, but it makes the header an extra row thick (and that isn’t pretty). What can I do?
Ansonika? lil’ help? 
david…sorry for the delay…tomorrow try to find a solution. if you prefer you can send your files at info@ansonika.com...
love this theme but the main slider does not change automatically, can that be fix and how?
thank you…sure…you can set autoplay ON and also the delay
i just purchase it now, nice work, i hope it fits in my job well.
tomorrow i will explain about the slider. regards
ok, i await the explanation.
Look alot like this WordPress theme: http://themeforest.net/item/bedbreakfast-single-page-wordpress-theme/6353778
thank you..i know..we have a single item conversion partnership
Hi, great template.
You should implement the Retina.js. script in it. I’ve implemented it and created a doubled sized version of the pictures used, and now when on Iphone or Ipad it looks so much much better, especially the small icons.
Also I wanted to update the jquery library but when I change the version with the most recent one, most of the .js plugins stops working. Maybe they are a bit outdated?
Thanks, Mike
yes …probably some thirparty plugins are not updated to work correctly with the latest version of jquery…it not depends by me
Hi,
Your designs in general are really cool!
Just bouth this B&B Theme, but I’m having trouble installing it – Getting errors both with zip install (missing: style.css )
ftp install (stylesheets missing)
What to do?
/Michael
I am sorry but Bed&Breakfast Responsive Single Page is an html site template not wordpress theme
ahhhh shit… didn’t note that at all 
I need a WP template for a summer house. for booking rent etc. Your B6B was perfect for this.
Do you have anything else I can use for this purpose? (I really like your designs!)
another themeforest author is working on a wp version of the same item…should be released in 1 or two weeks…contact him if you wont… http://themeforest.net/user/iintellect
and thank your for the compliments…
Hello Ansonika,
Great page, just wondering something, the page doesn’t seem fit for mobile phones or ipad, is that because the pictures are of too high resolution or is it just not ment to work on phones.
Let me know 
Thanks, nojaz
Hello nojaz…the template is responsive and tested in mobiles and tablets…can you be more specific about your issue please? which pictures
wow fast reply, i just realised it was just the themeforest border that made it that way haha, my apologizes 
good
...some themeforest authors are professional 
Hi, great theme! Two questions though:
- Retina (@2x) icons, are they in the works/plans? - Is there an example for a ‘follow up’-plain content page? Like, a page when you click “read more” on an activity?
Thanks!
Hello…not a t the moment…try to implement it in two weeks.
Hey!
Alex here! Great piece of work, i’m really digging it!
Just one question: How can I have different language buttons? different flags i mean… I want english / spanish and not german / french flags as in the original file.
Thanks!
#lang ul li#french a {background:url(../images/fr-flag.png) no-repeat 0 0;}
#lang ul li#german a {background:url(../images/de-flag.png) no-repeat 0 0;}
with the correct path name images
#lang ul li#french a {background:url(../images/en-flag.png) no-repeat 0 0;}
#lang ul li#german a {background:url(../images/es-flag.png) no-repeat 0 0;}
if you won you can change the selector name (li#french>li#english)...etc…and change it into the html page
Cool! thanks for that! however for the spanish side of it i actually need a mexican flag. any chance i could get one? by te way, great work. I’m gonna drop a link when it’s ready, I think you’ll be happy to see it’s being put to good use. So hit me up with that please. Thanks again! Alex
By the way, just changing the id in the html didn’t work…
helllo..i am sorry for the delay…i did not remember your task…can you send your files at info@ansonika.com..i will check your files
Yeah… I’m just trying to get a mexican flag for the theme, that’s all…
How I can activate the booking form and agenda? I don´t understand how it works. Now the “send button” directs me to “http://www.ansonika.com/bed-and-breakfast/availability.php”
Hello, read the documentation provided in the docs folder under the section “PHP files”..there in few lines is explain what you have to do. regards
<li id="greek"><a href="/el/">Ellinika</a></li>
Can someone help please.
Thanks
Sure…i am looking to update the item with this issue fixed. meanwhile here the solution
Open js/functions.js and replace these lines on top
if( window.innerWidth < 767 ) {
$('#top-nav').onePageNav({
easing: 'swing',
scrollOffset: 0,
scrollThreshold : 0.95
});
into
if( window.innerWidth < 767 ) {
$('#top-nav').onePageNav({
easing: 'swing',
filter : ':not(.external a)',
scrollOffset: 0,
scrollThreshold : 0.95
});
and your html should be
<div id="lang">
<ul>
<li id="french" class="external"><a href="http://www.ansonika.com">French</a></li>
<li id="german" class="external"><a href="http://www.google.it">German</a></li>
</ul>
</div>
I am currently having trouble sending emails via a contact form on your “B&B | Single page Bed and Breakfast”
I’m getting conformation OK but nothing more
Your ticket registration is problematic :-((
Please support
please check first if your host support php and your spam folder. if the problem persist, please provide at info@ansonika.com an ftp access to your host
Oh, It was also mistake, I also thought it is for wordpress theme. Is there any plan it will be released soon?
No i am sorry
I actually thought, by mistake, that this was a wordpress theme. Can you give us any estimate on when a wordpress theme could be released?
Hello, no i am sorry. regards
Waiting for WP version ….
Hi, Teo living in Brazil. You mention nothing about videos or embedding videos.. Have you thought about that? I like it and closing a job with a Bed and Breakfast in Praia do rosa next week. And besides for the low price wouldnt have to think much of buying it.
In the gallery link/section you meant to place some pictures or the only way to access the gallery/pictures is by clicking “View Full Screen Gallery”?
Id love if there were at least four horizontally lined up pictures.
Loved the Get Map Directions Widget and the Jquery Accordion !
Awesome really.
Let me know about it all please.
yes…it’s possible add some more pictures in the page or and embedded video (youtube or vimeo). i can help you on that. thank you for the compliments.
Super!!!! It would be great if you could fix the about# section, the slider don’t goes well forward and back, for some reason.
hi, is it possible to cancel the check availability box?and replace it wtih sth else? thanks
Quite interesting theme. Extremely prompt support !