This item is by an Elite Author
FinalDestiny
- Elite Author
- Romania
- Sold between 100 000 and 250 000 dollars
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Most Wanted Bounty Winner
- Exclusive Author
- Bought between 10 and 49 items
268
Purchases
Buyer Rating:
3.50 stars
3.50 average based on 24 ratings.
-
5 Star
1041%
-
4 Star
312%
-
3 Star
416%
-
2 Star
312%
-
1 Star
416%
| Created | 22 July 12 |
| Last Update | 6 April 13 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- beauty
- business
- church
- clean
- corporate
- dental
- doctor
- filterable-portfolio
- fitness
- health
- medical
- modern
- portfolio
- responsive
- science
© All Rights Reserved FinalDestiny -
Contact Envato Support


Hi – can I remove the last page section (the homepage page)? and also I have changed the text “lets get started” as per your instructions in the language file and it is not updating – any ideas?
thanks a lot – the site in dev if you want to see is http://honeywolfgang.com/development/IanMurray/
Add this at the end of style.css:
.home #backtotop { display: none; }and remove this code from home.php:
<?php $args = array(); if($tilability['homepage_page'] != '') $args['page_id'] = $tilability['homepage_page']; else { $args['posts_per_page'] = 1; $args['post_type'] = 'page'; } $query = new WP_Query( $args ); if($query->have_posts()) : $query->the_post(); ?> <div class="content-main-top"> <div class="heading"> <h3><?php the_title();?></h3> </div> </div> <div class="content-main"> <div class="full"> <?php the_content(''); endif; wp_reset_postdata();?> <div class="clear" /> </div> </div>as for the Let’s get started text, did you edit it with PoEdit? Are you sure you correctly saved it? If not, you can edit it directly in home.php
I am having trouble saving things – perhaps it is a plugin? I get this Warning: Cannot modify header information – headers already sent by (output started at /home/honeywolfgang.com/htdocs/development/IanMurray/wp-content/plugins/seo-slugs/seo-slugs.php:87) in /home/honeywolfgang.com/htdocs/development/IanMurray/wp-includes/pluggable.php on line 881 kind of response everytime I save something – I then go back to the admin panel and the site still works ….
It is caused by the seo-slugs plugin.. Check the line 87 and check the plugin files, make sure they don’t have any empty line before <?php
Last question – where can I edit the length of the excerpt under the default page heading?
in includes/topinfo.php edit the number of characters there (220 by default)
if(strlen($content) > 220) { $description = substr($content, 0, 220) . '...'; }Very nice theme! Just bought it and installed but there is a problem with the options page, it simply disappeared from the left side of navigation in wordpress dashboard. It’s not above appearance anymore it only becomes visible when I disable all the plugins, not sure which plugin is causing this proble. Is there a way to fix this ?
Make sure you didn’t set a master admin account in the options page
Thanks for the help so far – just one more question – how can I remove the slider from the homepage? taa
Remove this line from header.php:
<?php if(is_home()) get_template_part('/includes/featured'); ?>sorry one last question – where can I change the landliebe font? thanks again
Generate your own cufon font, upload it in the js folder and go to functions.php, adjust this line, which loads that font:
wp_enqueue_script( 'LandLiebe500', get_stylesheet_directory_uri() . '/js/Landliebe_500.font.js');And, that’s all.
Nice work.
A pre-purchase question!
When viewed on mobile, the slider is not there. I was wondering if it was possible to enable the slider on mobile devices?
Thanks.
It is possible, but it requires some modifications to responsive.css…to change the height, the arrows positions…It’s doable, if you’ll buy the theme and send me a WP account, I’ll do the mods for you.
I also have a pre purchase question – can I change the “need an appointment” box to a “sign up for a newsletter and free video download” box? I love the template but you can see I am not very technically savvy. thanks
Yes, that “Need to make an appointment now” is fully editable in the theme options panel.
But that text is a little bit too long, not sure it’ll fit well on one line with that Get in touch icon.
I am missing something basic and looking for guidance. I have set up a slider and it is working but I can’t figure out how to make each slide link to other content (prefferable pages). Please help point me in the right direction?
go to includes/featured.php and find:
<a href="<?php the_permalink();?>"><?php the_post_thumbnail('featured', array('class' => 'item_2_3'));?></a>Replace it with:
<a href="<?php $link = get_post_meta($post->ID, 'link', true); if($link != '') echo $link; else the_permalink();?>"><?php the_post_thumbnail('featured', array('class' => 'item_2_3'));?></a>and add the URL in the link custom field
I’m very frustrated with my first install of this theme. I’ve attempted installing it several times, and keep getting this error at the top of my page (and the main menu does not appear correctly at all):
Warning: implode() [function.implode]: Invalid arguments passed in /home/fleurde/public_html/wordpress/wp-content/themes/Tilability/teoPanel/custom-functions.php on line 78
Please help. Thank you.
Ok, glad to hear that
I was able to resolve the invalid arguments error mentioned before, but now I’m having trouble removing the “read more” link beneath the “Let’s get started” trio of text blurbs. I’d like it not to say “read more” if it shows the full text of that page.
Thank you.
Go to home.php and remove this line of code:
<p><a href="<?php the_permalink();?>">Read more</a></p>or use the more wordpress tag to truncate the content and to keep the read more button
Lovely theme. I have a pre-purchase question. I have a client who does services as well as sells products. I’m looking for a good theme that can handle both. How well does this theme work with ecommerce plugins like wp-ecommerce or woocommerce?
Thanks!
I didn’t test it with any e-commerce plugins, but it should work fine with the shortcodes those plugins provide.
I had no trouble setting up the site and now I login and cannot see the TILABILITY OPTIONS anywhere… help what have I done? I reloaded the theme and it is still not there – can I PM you the login to see? There is just no option in the dashboard for editing Tilability…
You probably edited the “super admin” username… Send me a login + ftp via the contact form on my website and I’ll fix it
what an idiot – of course I did, its ok I know it – THANKS !
I fixed it for now, reset that option.
Is there someway I can place an image above the title of the three sections in the LETS GET STARTED area?
thankyou to for your consistently fast replies – I am having fun with your theme it is lovely!
Yes, go to home.php and find:
<div class="heading"> <h3><?php _e("Let's get started", 'Tilability');?></h3> Add before: <pre> <img src="LINK TO YOUR IMAGE" /> </pre></div>Hi, I am getting this after installing and activating it!
Warning: implode() [function.implode]: Invalid arguments passed in /home/ceriphn/public_html/Lookandfeelyoung.sg/wp-content/themes/Tilability/teoPanel/custom-functions.php on line 78
Currently installed on lookandfeelyoung.sg. Please help!
For the other users that encounter this issue, please go to the Tilability options panel and add some pages in the menu or just leave it empty & save it, it should fix it
Hello,
We dont understand why the slide looks so bad (the left arrow is not looking very nice): http://www.hofmann.cl/wp/
Also we dont like to show pages or post on the slide, we want custom images to be there… how to do that?
Add this to style.css:
.triangle.left { left: -129px !important; }
this should fix the left arrow
as for the slider, I’m afraid it only includes pages or posts, because of the variations the slider has, it was the only way to do it. However, you can create one category special for the slider and don’t use it anywhere else
Nvm, I didn’t see the error after creating a few categories and menus. thanks.
Ok, glad it’s fixed now.
Hi again – can you tell me if I can put the search function in the header next to the email/ legal icons? thanks
That’s possible, but there’s no search bar by default built in the theme, except the one you can add in the widgets area, in the sidebar, it requires a good deal of customization in order to integrate a search bar near the three icons in the header, I only offer support for small customization requests.
Hello again, Thanks for your help, now we need to change the font: “landliebe” for a google webfont: “Pacifico”.
We noted that “landliebe” font is inside a javascript file, how we can change that font for the google webfont??
Please need your help on this ASAP , thanks in advance!
go to includes/scripts.php and remove:
Cufon.replace('.landliebe');and after that, just load the google web fonts as per the instructions you get from google(add the <link bla bla code in header.php before </head>) and after that you can use the font in style.css:
.landliebe { font-family: your-font-family; }