43 comments found.
Hi, I would like to second having this on WordPress! Will the optin form on top of the homepage have the option for name too?
Also, in your opinion, do you think HTML or WordPress is a better option for this theme? Will you WordPress version have less features than HTML?
Many thanks.
Hello, Thanks for Your interest and your waiting. There will be no color schemes, boxed and dark version. But subscribe form and name you can use and customize via theme customizer. Maybe boxed and dark versions will be available later
Hello Team, I am glad to know that the WP version will be released soon. Do you have any ETA? I am looking for a theme for my coaching business and your ETA would help me decide. Thanks!
Hello, Thanks for Your interest. WP version is ready and we’re going to upload it on TF. Reviewer on TF should submit it in 7-10 days. It will be released on our account.
this template doesnt work on wordpress
Hi!
Thanks for purchase. This template is a set of regular static HTML files, not WordPress theme. WordPress theme will be available soon on our profile, stay tuned!
Best regards!
Any updates of the WP version?
Hello!! Hopefully it would be online at the beginning of March
Any updates?
Thank you for your appeal. Work is being tested, and we hope that it will go on sale in March …
Best regards
And any updates?
Thank you for your appeal. For technical reasons, the date of laying the WP version is transferred to the beginning of April. We apologize for not the correct date of the announcement earlier
Best Regards!
Any updates?
Already 15 days on checking … We hope to soon be available. Best regards
Do you think the WP Version is coming any time?
Thanks again for your patience
Work in the queue for review for 33 days …
I think soon it will check.
Regards
Never Ending Story? 
Hi! Coming soon:)))
Finish dressing … I think 2-3 days 
So after 20 days, any updates yet?
Unfortunately, not everyone in this situation depends on us … keep for updates Best regards!
Hello I would like to know at what level you are there concerning the provision of the version wp? Thank you
Hi!
Thanks for waiting and for your interest!
We hope to upload it to the end of week.
Best regards!
Do you think that the template WP will be available by the end of the month? So that I can warn(prevent) my customer, thank you very much
WP is done and we’re preparing it for approve on TF. We don’t know how quick it will be approved. Hopefully it would be online at the beginning of March. But can’t promise because not everything depends on us.
Thanks for that. We don’t want it exactly like that as we just took screenshots. What’s the best way to do it. Should we create a page, create the elements that we want to go into the sidebar? And then you provide us the code for it? Is If we can get it right, we will buy more licenses.
Could you do some task list preferably with additional picture with page layout that you trying to create?
We’ll do it, you don’t has to buy additional licenses for that.
You can send it via contact form in our profile.
No, I mean additional licenses for other wesbites as we love the template you have created, just need to work out the best way to use it as we will need sidebars for all of them. Ok, we’re working on the screenshot now.
Ok, just sent you a screenshot. Let me know if it makes sense please.
Layout is pretty easy to make. Please give us a couple minutes and we’ll send an email to you.
Cheers
Please check your email
Just received it…thankyou very much for your help with this. Going to test it out now.
hi when will u be releasing wordpress version ?? once its release pls let me know i will buy asap because need it before march
Hi and thanks for your waiting and your interest!
Our developer on final stage of this WP theme development. We looking forward too 
Hi,
nice template. Can the sidebar be applied to standard pages, and possibly even the homepage?
Also, i’m testing out your page builder at the moment….what is the name of the three blocks under neath the main image on home homepage?
You can use a code
<aside class="col-sm-5 col-md-4 col-lg-4">
</aside>
at any place that you want.
Please drag block in Features sections -> Three fullwidth banners to your canvas to get banners at your page.Best regards!
Cheers for the quick response. Where would we put this code:
<aside class=”col-sm-5 col-md-4 col-lg-4”>
</aside>
And, one final question, how do we add a slider?
Just open any page in any code editor and put “aside” element inside div with “row” class. Also you can get element with class “intro_section page_mainslider” from “index.html” page and put it to any page that you want.
Usually main slider situated only on main template page (index.html)
Best regards!
Cheers, with code editor, do you mean something like Dreamweaver or can we add the sidebar inside of the page builder?
Hello, we’ve purchased your template now, and will come back to you if we can’t get the sidevar working. In the meantime, it says not to upload the site builder, so how should we design our pages online?
Hi, thanks for purchase!
You can upload builder to your working PHP server and delete “_builder.html” file and “builder” folder when you’ll finish with building and creating your pages.
Best regards!
Ok cheers, i’m assuming that we don’t need to create a database to use the builder online?
Ive just created a quick page, saved it, but its not appearing in the folder. Is it saved in a different location/folder?
By the way, the file I am using to build the page is _builder.html. I tried exporting the page I created and the zip file is only 47kb and coming back as being corrupt when I try to open it.
You do not need to create database for our builder.
We use browser local storage feature for maintained pages and projects.
You need to click “Actions -> Create Pages” to create your pages in server file system. Before that your pages saved in browser local storage.
Best regards!
Hi,
Thanks for your help so far but we are really confused, how do we put in a sidebar?
Have you got a screenshot to show how we can add sidebars?
Cheers
Please put following HTML code inside any div element with “col-” class (bootstrap column).
<div class="cs texture_bg with_padding">
<div class="widget widget_popular_entries">
<ul class="media-list">
<li class="media">
<a class="media-left" href="blog-single-right.html">
<img class="media-object" src="images/recent_post1.jpg" alt="" />
</a>
<div class="media-body">
<p>
<a href="blog-single-right.html">Eod tempor invidunt labore dolore magna</a>
</p>
<p class="item-meta">
By <a href="#">Admin</a> on Oct 18, 2015
</p>
</div>
</li>
<li class="media">
<a class="media-left" href="blog-single-right.html">
<img class="media-object" src="images/recent_post2.jpg" alt="" />
</a>
<div class="media-body">
<p>
<a href="blog-single-right.html">Aliquyam erat, sed voluptua vero eos </a>
</p>
<p class="item-meta">
By <a href="#">Admin</a> on Oct 22, 2015
</p>
</div>
</li>
<li class="media">
<a class="media-left" href="blog-single-right.html">
<img class="media-object" src="images/recent_post1.jpg" alt="" />
</a>
<div class="media-body">
<p>
<a href="blog-single-right.html">Et justo duo dolores et ea rebum</a>
</p>
<p class="item-meta">
By <a href="#">Admin</a> on Oct 25, 2015
</p>
</div>
</li>
<li class="media">
<a class="media-left" href="blog-single-right.html">
<img class="media-object" src="images/recent_post2.jpg" alt="" />
</a>
<div class="media-body">
<p>
<a href="blog-single-right.html">Stetclita kasd gubergren no sea takimata</a>
</p>
<p class="item-meta">
By <a href="#">Admin</a> on Oct 27, 2015
</p>
</div>
</li>
<li class="media">
<a class="media-left" href="blog-single-right.html">
<img class="media-object" src="images/recent_post1.jpg" alt="" />
</a>
<div class="media-body">
<p>
<a href="blog-single-right.html">Lorem ipsum dolor sitmet amet consetetur </a>
</p>
<p class="item-meta">
By <a href="#">Admin</a> on Oct 29, 2015
</p>
</div>
</li>
</ul>
</div>
</div>
<div class="with_background with_padding">
<div class="widget widget_text">
<h3 class="widget-title">Share</h3>
<div class="text-center">
<a href="#" class="social-icon big-icon color-bg-icon soc-twitter">
<span>34,521</span>
<span>Friends</span>
</a>
<a href="#" class="social-icon big-icon color-bg-icon soc-facebook">
<span>2,653</span>
<span>Follows</span>
</a>
<a href="#" class="social-icon big-icon color-bg-icon soc-google">
<span>28,653</span>
<span>Friends</span>
</a>
</div>
</div>
</div>
<div class="widget widget_banner">
<div class="vertical-item content-absolute vertical-center ds">
<div class="item-media">
<img src="images/banner_right.jpg" alt="" />
</div>
<div class="item-content">
<div class="display_table">
<div class="display_table_cell">
<p class="small-text">Download Latest Ebook</p>
<h2>Life Master</h2>
<p>
Accusam et justo
<br />
duo dolores rebum
<br />
stet clita.
</p>
<a href="#" class="theme_button color1">
<i class="rt-icon2-download-outline" /> Download Book
</a>
</div>
</div>
</div>
</div>
</div>
If you using page builder, switch co “content edit” mode, highlight column that you want to use as sidebar, then click on ”<>” icon in top right corner of column editor panel and paste a code.If you editing your page in code editor, just put code inside any div element with “col-” class (bootstrap column)
Best regards!
Cheers, we’ve added the code you provided to a three column text section to the right hand side and the sidebar contents are appearing, but there is a large gap below the content. How can we move the content up so there isn’t a large gap to the next row whilst keeping the sidebar on the right hand side?
This is a standard behavior for content columns. Please see more here:
http://getbootstrap.com/css/#grid
Thanks for that but not sure what we can do with it, can we use one of your template pages:
http://lifecoach.modernwebtemplates.com/events-right.htmland upload and edit if for ourselves in the builder as we are really struggling with this.
Hi!
Unfortunately, we have no functionality to edit existing HTML pages in our builder at the moment. But we can try to implement it in feature updates.
For now you can open existing page in any HTML editor (Sublime Text, Adobe Dreamweaver etc.) and customize it for your needs.
Ok, we don’t have Dreamweaver unfortunately which is why we chose a template with builder. For the rec, we love tour template, but really struggling with how do we get a sidebar into a page?
Hi, can you come back to us about the problems we are having with the sidebar please.
Hello!
We need to understand what exactly you trying to achieve.
What elements you want to see in your sidebar?
Why code that we provided to you above does not suit your needs?
It should work because in same way those code working on existing pages that you have in your template.
Best regards
This type of layout is called “nested columns”:
http://getbootstrap.com/css/#grid-nesting
It is not implemented in builder at the moment.
Do you need same exact layout that you provide? We can write a code for that and send it to you. It is quite easy.
Am eagerly awaiting the wordpress version.
It is on the way. We hope that it will be available on this or max on next week.
Thanks for waiting and best regards.
WP version is a game changer, great looking theme. How can I be alerted when your WP version is available?
Hi, jeffgillis!
Thanks for your interest. You can follow us at ThemeForest and track changes, We are planning to launch this wp theme in 7 business days.
Hello,
I just bought your life coach theme.
I have the zip file downloaded and after I extracted the zip files I could not find an installation documentation. Plus, I’m trying to upload via FTP but seems not to understand the theme.
Please help me with your advise.
Thanks
Hi, rabiu!
Thanks for purchase!
This template is a set of regular HTML files, not WordPress theme. .
That means I can’t get a refund because I don’t know how to use html.
We hope that WP version of this HTML template will be available next week. Stay tuned.
Hello, pre-sale question just to make sure I buy the right thing. What is the difference between this one and the other “Personal” version of Life Coach on your portfolio? They seem the same to me.
GREAT THEME!
Hi!
Thanks for your interest!
HTML template – is a full featured multipage version with a lot of predefined subpages, such as blog, about, 404, various headers, footers etc.
The other one – is a singlepage landing template.
Best regards!
I just purchassed this and did not realize it was not a Wordpress Theme. Can it be buit on a wordpress site? When will your WP theme be ready?
Hi, Succeedforever!
WP version of this template is in active development at the moment. We hope that it will be released this month. Stay tuned.
Best regards!
I am having trouble with the header slider. When I use the images given in the .zip folder they show, but when I add my own none of them show up when I preview. I left the code the way it and just simply placed my image URL (images/myimage.jpg) and the images are the same height as the originals, so I am a bit confused as to why they are not showing up.
Do you have any suggestions or ideas as to why this might happen? Thanks in advance for your help.
Hi, lilnique!
Thanks for purchase!
Could you please open your page in Chrome browser, hit F12 key and switch to console tab?
If image path and name in your HTML code is wrong then you’ll see an error in your console about this.
Or you can upload your site in some temporary folder on your web server and give us a link, and we’ll investigate your problem for you!
Best regards!
Hi there,
Do you have a specific roll-out date for your WordPress Theme for this “Life Coach” theme. I have not jus used an HTML website for a long time… any limitations to just using your HTML version here?
Hello, Craiger73! Thanks for Your interest. We really hope it wiil be out this month. But can’t promis, because it depends not only on us.
cool work ! 
thanks
Good work! GLWS 
thanks
Awesome design and coding, GLWS 
thanks
Awesome work! GLWS 
thanks
Great template. WP version must be days away… 
Thanks, WP version will be very-very soon