24 comments found.
Hello, how can i change the template to DARK template?
Hello, Dear Customer! Thank you for your question. To switch template in dark mode – it’s necessary to perform some changes in HTML files. For example, here is the default ls – light section code: http://prntscr.com/1rpq0fn All these “ls” statements are necessary to change to ds – dark section: http://prntscr.com/1rpqezs Then save changes in files and check the results at front-end. Best Regards!
I believe a file is missing from the theme I purchased because I cannot install it on Wordpress. The “theme name”.zip file isn’t in the zip folder I downloaded missing style.css is the error.
Hello! Please note that this template is a set of regular HTML files, not WordPress theme. You can find a WordPress version here:
https://themeforest.net/item/clinique-wellness-luxury-spa-resort-wordpress-theme-with-builder/18974513
Best regards!
20 dollars not 18.00 Janice Knight May 19h 2019
Hello!
This template is a set of regular HTML files. It seems that you’re trying to use it as a WordPress theme.
You can find a WordPress version here:
https://themeforest.net/item/clinique-wellness-luxury-spa-resort-wordpress-theme-with-builder/18974513
Best regards!
Hi, My name is Janice Knight and I purchased this theme on yesterday and it is impossible to upload ….I was going to use for my ecommerce store but no go. Please offer refund. I am unable to upload after several attempts 18.00
Hello!
This template is a set of regular HTML files. It seems that you’re trying to use it as a WordPress theme.
You can find a WordPress version here:
https://themeforest.net/item/clinique-wellness-luxury-spa-resort-wordpress-theme-with-builder/18974513
Best regards!
First of all, Hello and Congratulations with this template!
I bought it and i have a question about PrettyPhoto. When I open a picture, how can I change the Tweet Share link with a Facebook Share link?
Thx
Thanks for purchase and your kind words!
There are two share button Twitter and Facebook, can you specify please, what exactly do you need?
https://prnt.sc/l2k5bo
Best Regards!
I thought there was a button to share the image on Facebook timeline… however, Tweet and Like buttons do not appear on the desktop screens ( www.avoninscrieri.ro/avon-start-up.html )
....and are there any options for optimizing Prettyphoto for mobile phones? ... When I open a picture, its size is very small and not visible … Can I enlarge the picture to the width of the screen?
Sorry for delay.
It seems that you have replaced prettyPhoto plugin with lightbox plugin. And according to it’s documentation it does not have functionality for sharing images in facebook and twitter.
Unfortunately prettyPhoto plugin requires additional styles for small resolutions:
/* prettyPhoto styling for small screens */ @media (max-width: 500px) { .pp_pic_holder.pp_default { width: 100%!important; margin-top:-100px !important; left: 0!important; overflow: hidden; } div.pp_default .pp_content_container .pp_left { padding-left: 0!important; } div.pp_default .pp_content_container .pp_right { padding-right: 0!important; } .pp_content { width: 100%!important; height: auto!important; } .pp_fade { width: 100%!important; height: 100%!important; } a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; } #pp_full_res img { width: 100%!important; height: auto!important; } .pp_details { box-sizing: border-box; width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; } a.pp_close { right: 10px!important; top: 10px!important; } }you can find original discussion about this here:
https://stackoverflow.com/questions/13778714/optimize-prettyphoto-lightbox-for-mobile-devices
Best regards!
Ok…Thanks for answer
Hello again
I have one more step and finish the website. The only thing that does not work is mailchimp subscribe form. I have set “your_apikey” and “my_list_unique_id” fields according to the documentation, but the mail addresses are not registered in the mailchimp list.
I need some help, please!
This is the link to my site: https://www.avoninscrieri.ro. The newletter form is placed in the footer.
Hello!
Can you please try to replace your file ‘mailchimp/MCAPI.class.php’
with file from following archive:
http://webdesign-finder.com/files-for-users/mailchimp.zip
Please note us about results.
Best regards!
Not working! When you add an email address and clik send, not showing Success Message! It remain stuck to “Adding email address…” You can try it too
PHP version 7.2 on server and SSL Certificate installed (if you need this information)
Hello! Thanks for your info. Do you have access to your server ‘error.log’ file? We see in the DevTools console following message:
‘the server responded with a status of 500’
Error log will be very helpful.
Please note us about it’s content.
Best regards!
Hello. The error.log shows me the following error:
[12-Nov-2018 09:53:47 UTC] PHP Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /home2/avoninsc/public_html/mailchimp/store-address.php on line 1
Hello! Thank you , your code is very helpful. It seems that you have messed semicolon or unclosed quote somewhere in your ‘store-address.php’ file. You can copy and paste your code from this file in some linter like this to check it for syntax error:
https://phpcodechecker.com/
After you’ll fix your syntax everything should work.
If you’ll get any problems with it please zip your ‘store-address.php’ file and send it to us to support@modernwebtemplates.com.
Best regards!
Congratulations for the template. My license code is 0d3b3fe8-e2a1-4fc6-8098-b3bfdf6e58e0. I would like to add two items on the right of the Header Logo line. A language dropdown and a Book Now button. Can you help me on this?
Hello
Try something like that. Replace this whole block of code
<ul class="inline-dropdown inline-block">
...
</ul>
with new one
<ul class="inline-dropdown inline-block">
<li class="dropdown language-dropdown greylinks">
<a class="topline-button" id="language" data-target="#" href="./" data-toggle="dropdown" aria-haspopup="true" role="button" aria-expanded="false">
<span class="small-text">Language <i class="rt-icon2-chevron-down" /></span>
</a>
<div class="dropdown-menu" aria-labelledby="language">
<ul class="greylinks no-bullets">
<li>
<a href="#">
<span class="small-text">Language 1</span>
</a>
</li>
<li>
<a href="#">
<span class="small-text">Language 2</span>
</a>
</li>
</ul>
</div>
</li>
<li>
<a class="topline-button" href="#">
<span class="small-text">Book now!</span>
</a>
</li>
</ul>
Thank you very much for your answer but I do not want to replace my account and shopping cart from the header. I just want to add Language dropdown and Book Now button.
Then you can just add additional <li>...</li>
elements inside your existing
<ul class="inline-dropdown inline-block">
...
</ul>
block.
You can copy additional <li>...</li>
elements form the code snippet that I provided above.
I tried this but it does not look very nice as the Book Now button wraps on a second line. I want to have (if possible) in one line on the header logo the following options: My Account – Shopping Cart – Language – Book Now
Try to add this code to the bottom of your main.css file
.page_toplogo .inline-dropdown > li + li:before {
margin: 0px 4px 1px 4px;
}
And also, you need to remove <li>...</li>
elemnt with search button.
I did this but nothing changed
Can you please provide a link to your site?
I realized something strainge. When I load the web page from the development environment (I use VS2015 and develop an MVC web application) the header has problem. When I publish to IIS and run the site directly it looks fine. I think we can leave it like it is. There is another issue though. When I load the appointment page in an iPhone the right and left arrows are not showing correctly.Can you do something for this?
Try to add this code to the bottom of your main.css file
.calendar-navigation {
position: relative;
}
.calendar-navigation > a {
position: absolute;
top: 50%;
margin: 0;
left: 0;
transform: translateY(-50%);
background-size: cover;
}
.calendar-navigation > a:last-child {
right: 0;
left: auto;
}
@media (max-width: 767px) {
.calendar-navigation h3 {
font-size: 20px;
}
.calendar-navigation > a {
width: 40px;
height: 40px;
}
.calendar-navigation a:after {
line-height: 40px;
}
}
It is ok now. Thank you very much for your great support! Another issue I faced as long as I use your great template is in the services page when I load more than 7 categories or less than 7 categories from the database, it does not look very nice (e.g when there are only 3 categories the header of the page is not showing and when there are 10 categories the photo is not coming in the middle of the list). I think that this page needs improvement. But this is only a suggestion.
You can provide a link to your site so we can inspect it and give some advice
Try this page template for this pages https://drive.google.com/file/d/0B1vfLK95FViEcEFNa3hMa3lUYk0/view?usp=sharing
Hello Sir/Ma’am,
First of all I’d like to congratulate for this amazing template.
Secondly, I’ve received the HTML package with the Calculator page but no php script to support it.
Could you please provide one?
Thanks a lot!
Hello!
Unfortunatelly calculator page is only front end styles. There is no script in this template that processing it.
Hello if I purchase this theme, would I be able to change the pink color to another color?
Hello!
Yes, you can change main color. Just replace all instances of main color hex code with hex color value that you want inside the “main.css” file.
I don’t know how to do that. Is that something I can pay you to do?
It is not big deal, we will do it for free. You only need to give us color that you want
Also I want to note what it is not WordPress theme it is HTML Template
Oh no… I need a WordPress theme. I’m not to computer savvy and WordPress is pretty user friendly. I love this theme thought… Decision decision
Hi- How do i adjust the countdown to run for 14 days?
Thanks for purchase!
To setup a Coming Soon counter on “comingsoon” page do the following:
- Open your “js/main.js” in your favorite code editor.
- Find following line of code:
-
jQuery('#comingsoon-countdown').countdown({until: demoDate});
- Replace “demoDate” with new Date(VALUE);>
-
jQuery('#comingsoon-countdown').countdown({until: new Date(VALUE)});
- “VALUE” is a string ou number in milliseconds. Read more about date format:
-
JavaScript Date documentation
Online JavaScript date converter
hello! how do I change the logo to image? i want to add my graphic in place of the text login. Can you show me?
There are already image in logo
<a href="./" class="logo"> <img src="images/logo.png" alt="" class="main_bg_color" /> <h1>Clinique</h1> </a>all you need is to delete
<h1>Clinique</h1>element and replace logo.png with your logo image.
At the end it should look like this:
<a href="./" class="logo"> <img src="images/YOUR_LOGO.png" alt="" class="main_bg_color" /> </a>It would be good if aspect ratio of your logo is the same as our logo. If not, then it may need some customization
Hello, How do I add a background image to my countdown page? Is that possible?
Hello!
You can add some custom class to any section and then set background image for it via css.
For example:
<section id="comingsoon1" class="ls custom_class section_padding_top_75 section_padding_bottom_100"> .... </section>2. Set background image in main.css file
.custom_class { background-image: url("../images/YOUR_IMAGE.jpg"); }
thanks!
Next question, how do I hook up the appointment page? Do I need to hire a developer to get the dates working properly?
Unfortunately, appointment page are only front end styles for Booking plugin. It requires server side functionality such as database and PHP which are not used in HTML templates
Hello,
I bought your template but all images are black. Is it a mistake during the download ? My purchase code is 2d565403-767a-43c4-b19b-d1a0f5cd7d88 Thanks for your response
Hello!
Thanks for purchase.
Unfortunately, Envato terms does not allows to sell templates with images. All images are replaced with dummy placeholders.
Here is a link to images:
http://depositphotos.com/3884057/
http://depositphotos.com/456589/
http://depositphotos.com/8738571/
http://depositphotos.com/936467/
http://depositphotos.com/1270038/
http://depositphotos.com/13127821/
http://depositphotos.com/21751165/
http://depositphotos.com/30515005/
http://depositphotos.com/49990695/
http://depositphotos.com/49990705/
http://depositphotos.com/50528941/
http://depositphotos.com/59230897/
http://depositphotos.com/62899523/
http://depositphotos.com/70234521/
http://depositphotos.com/70890041/
http://depositphotos.com/73671589/
http://depositphotos.com/73671597/
http://depositphotos.com/73853507/
http://depositphotos.com/74291931/
http://depositphotos.com/74291935/
http://depositphotos.com/85017268/
http://depositphotos.com/85017882/
http://depositphotos.com/8864412/
http://depositphotos.com/104341778/
http://depositphotos.com/105174722/
http://depositphotos.com/105174896/
http://depositphotos.com/105174944/
http://depositphotos.com/10682703/
Best regards!
Hi, after purchasing the template, i downloaded the file. I know that there is a visual builder. Show i use that to build my site or is that just to play around? When i try to zip it, it says error.
Hello!
Thanks for purchase and your question!
You can use a visual builder to create your new pages from scratch or customize existing HTML files from download package in any HTML editor that you prefer!
Best regards!
Hello, I use your spa template. I have a question, how can I do auto slides on index page? Please let me know. Thank you.
Thanks for purchase!
Auto play on main slider should work.
It is paused on mouse hover. Also slider timer is set to 10 seconds.
You can try to reduce timer to play next slide earlier.
Open your “js/main.js” in your favorite slider, go to line 555 and reduce following number:
slideshowSpeed:10000,This is number in milliseconds to play next slide.
Best regards!
Awesome template, GLWS
Thank you!
Nice work GLWS
Thank you!
Nice template!
Thank you!
Amazing work, GLWS.
Thank you!
~ Nice Work ~ GLWS
Thanks! GLU2!
Nice work gud luck
Thank you!