101 comments found.
Hi, How do I reduce the left column width? Also, the map is not working I cant seem to change to point to other location.. Appreciate your help.
Hi,
1.) To reduce sidebar width, ue this Custom CSS:
#header { width: 25%; }
#wrapper { margin-left: 25%; }
But I can’t guarantee thath this won’t cause any issues. You should hire a freelancer when doing such type of cusomizations.
2.) You just have to go to Google Maps, search for your place of interest and get map’s iframe code. Please do some googling as this has nothing to do with the template itself.
Lubos
hi, look at the demo page -> services page or any other page, there are a big gap in between , is there a way to cut the white blank gap in between,
example inside the services page “between did you find the services you want” and the footer there is a big white gap.
http://themeforest.net/item/beautyspot-html-template-for-beauty-salons/full_screen_preview/7734629Hello,
use this Custom CSS (add it to library/css/custom.css file):
#bottom-panel { margin-top: 50px; }
Lubos
thank you , how about
1. in the front page, the gap between the slide and our services 2. in our services page, the gap between “about beauty spot” and did you find a service for you?
thanks
1.)
.various-content > .c-slider:first-child { margin-bottom: 50px; }
2.) I’ve already gave you a code for that in previous reply.
thanks but i’ve used the code ”.various-content > .c-slider:first-child { margin-bottom: 00px; }” added it to my custom.css under #bottom-panel { margin-top: 50px; } ..but still couldn’t close the gap?
Can you share link to your site please?
Sorry, I gave you code for WP version. To fix gap under Slider use this CSS:
#core { padding-top: 40px; }
Please hire a freelancer for any additional customizations, I can’t tech you basics of CSS.
oh i thought it’s inside the template code? to fix the gap between “DID YOU FIND A SERVICE FOR YOU?” and the footer on my page http://www.pinkyandtoes.com/services.html
You removed the part of the page. You can use this CSS but it will probably look bad on home page:
#footer { margin-top: 50px; }
how can i make the shopping cart works?
Hi,
this is a HTML template, eshop functionality will require an additional server side coding to work. If you are not a web developer you should buy a WordPress version or hire a freelancer who will implement this template into your favourite CMS.
Lubos
hi; code, <style = span “overflow: hidden; width: 99.0921508829375%;”> wanders like code (floating ) can be
Hello,
sorry but I have no idea what are you trying to tell me. Please be more descriptive.
Lubos
hello,
bar-inner section we want to fill the bottom slider.
hello, “ ” section as we want to fill the bottom slider.
Sorry but I still don’t have a clue. Anyway, I guess you are asking about some form of customization and you should hire a freelancer to do that.
Pre Sales questions!
1. SHOP: is it fully functional without additional programming to make thinks like sort by price or filter by those tags that are in the demo etc. Also is it easy to connect to PayPal?
2. BLOG: does work as is or would is also require some programming to pull articles written and to populate the pages etc.
Thanks for your time!
Hello,
this is a HTML template, so it requires at least basic HTML/CSS or PHP knowledge to work with it. If you are not a developer, you can buy a WordPress version.
Lubos
Yes I have basic knowledge enough to work with it in dreamweaver however Im wondering do I need some advanced knowledge to make it work or is it already coded to work.
Eshop and blog functionality will of course need some aditional server-side coding to work. This is the same for 99% site templates here on ThemeForest.
Hi
Can you tell me logo font name?
Thx
Hello,
it’s Lovelo
Lubos
Awesome template. Thanks!
Glad you like it!
When I try to combine accordion element inside tabs, there is something wrong. The accordion elements didn’t placed correctly. They stuck in the first tab and will be fine if I click on the other tab. This is the page: Paket Pernikahan. Please help.
Hello,
I just tried to insert Accordion into Tabs and it worked without any issue. I am not able to check your site because it misses CSS styles or somethinkg like that when I try to load it. Anyway, make sure that you don’t have a typo or just an invalid code. You should hire a freelancer if you are not a HTML/CSS developer.
Lubos
Thanks LubosVolovar..
Hello; I’m HTML Template for Beauty Salons Turkish character problem. Can you help?
Hello,
try to use different Google Font. If you are not a developer, you should hire a freelancer to do that.
Lubos
Hi; Thank you to fix the problem.
I have a new problem. TESTIMONIALS SECTION automatically do the work.
If “automatically do the work” means that you want to enable autoplay on the testimonial list, then open the “library/js/scripts.js” file, go to line 317 and change autoPlay: false, to autoPlay: 5000,
Thanks LubosVolovar..
Hi, i need to call a DIV content which I placed in index.html inside the modal (when users click “make a reservation” it shows up) do you know what do i have to change in library.js? Because when I call the ID of this inside the A tag
href = "#book-appointment-wizard" class= "c-button m-open-ajax-modal"
loads the entire page index.html inside the modal. How can i call only this DIV inside the MODAL?
Hello,
you can try something like this http://www.yourdomain.com #book-appointment-wizard, but I am not 100% if it will work. If not, then you will need to add your domain URL in href and the CSS selector in a data attribute, e.g:
href = "http://www.yourdomain.com" data-selector="#book-appointment-wizard" class= "c-button m-open-ajax-modal"
And then, in library.js, go to line 115 and change this:
url = $this.attr( 'href' );
to this:
url = $this.attr( 'href' ) + ' ' + $this.attr( 'data-selector' );
But I can’t promise you that it will work as expected, you should hire a good JS freelancer to do thath properly.
Lubos
hi,
in html version, how to highlight title in the price page please ?
Hello,
please use an account with which you have purchased this item to get support. Also, please be more descriptive, because honestly, I don’t know what exactly do you mean.
Lubos
Hi Lubos, thanks for your great template! It helps a lot for the design of my project. However, i’d like to give an input perhaps in the next release you may add one more interface such as user login?
Hello and thanks for purchase!
Noted, but I can’t promise you anything. Thanks for feedback.
Lubos
Hi again Lubos,
I’d like to make the container of the slideshow in the homepage to resize responsively while maintaining its aspect ratio. So basically i don’t want my slideshow image to get cropped in some certain screen because of its container fixed height, can i do that? Thanks in advance.
Hello, I understand, but this would require some additional non-trivial coding. You will need to hire a freelancer to do that.
Hello Sir,
Before I purchase this I want to know if all the images and all is part of the package..?
Do you have a non-minified versions of style.css and default.css? Thank you. Beautiful theme!
Hello,
this template is coded with SASS. It means that you should use .scss files for any advanced customizations. If you are not familiar with the SASS, you can use some online tool for unminify existing .css files, but the resulting file won’t look very nice and it is not very recommended practice. So I highly recommend to work with .scss files. You can use Scout for automatic conversion from SASS to CSS on your local computer. I promise you that once you get a grip over SASS, you won’t look back;)
If you are trying to create your own color scheme, don’t forget to check the documentation which is inside the full package. It will help you a lot with that.
Lubos
Not sure what I’m doing wrong, but I have setup the contact and reservation form and uploaded to my host server. I didn’t get any error but I don’t get any email at all. If it wasn’t working I should get an error on the forms right?
Hello,
it is very likely that there is an issue with your host. You do not always get an error. Please contact your host provider that you are having issue with your PHP mail functionality.
Lubos
Hi Lubos, Thanks for a great theme, all works OK, but I have one small problem: reservation-form don’t send default email subject. Any suggestions?
Hello and thanks for purchase.
Subject for resevation form can be changed in ajax/reservation-fprm.php file, in ”$email_subject” variable. I have just tested it to be sure and it works fine.
Lubos
All is OK, there was my fault, thank you for fast response.
No problem, glad you sorted it out.
Hi
“m-has-style-switcher” only works offline. Online does not work , why?
Thx
Hello.
As you can see in my demo, it works online as well. You must have done some customization which somehow afffected it or I don’t know. Anyway, style switcher is for demo purposes only, there is really no reason to use it for live site.
Lubos
hi, how to configuring page “search” please ?
Hello. This is a HTML template, so search won’t work out of the box. You need to code a PHP functionality by yourself or hire a developer to do it.
Thank you!
I guess that i have to upload the website on my server to be able to see the “Appointment” pop-up?
On desktop, i got an error message when i click on Make an appointment.
Yeah, you need to have it online. Firefox should be able to open it even offline.
Thanks for the quick reply sir
have a good one
Looks very good! 
Ok. I don’t even know what SASS is… can i just edit your template with notepad++ or any other code/text editor ?
Thank you mate, Regards.
Hi!
Yes, but if you want to do any changes in default SASS (CSS) files, you will need to reconvert it to CSS. But some basic changes can be created just by adding some custom CSS. So to sume it up, notepad++ is totally fine (I am using it too), everything you need can be found in documentation.
Lubos