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
270
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


Ok so close, its the right size now but somewhat oddly positioned…..
http://i49.tinypic.com/2vd1bfa.pngThanks again!
Add this to style.css:
#appointment .landliebe { top: 15px !important; }adjust the top value
Fixed! Brilliant support. THank you
Is there an easy way to have the bottom section of the homepage display most recent posts.
Thanks, Scott
I’m afraid that’s not possible by default, the easiest way to achieve that is maybe to show the latest 3 posts in a one_third row and not one after another
Hi there
Is there some sample data i can download?
Yes, it’s in the /sampledata/ folder
Great design, but having an issue with the contact page. If I go to the contact page and send in a message, the email arrives without the typed message being included. Instead the message just repeats the name of the sender. Here’s an example of what I receive: Name: John E-mail: Deere Phone: 1234567 Message: Name: John E-mail: Deere Phone: 1234567
Go to page-template-contact.php and find:
$msg .= 'Message: ' . $msg;replace it with
$msg .= 'Message: ' . $message;Worked like a charm, thanks for the quick response!
You’re welcome. Please rate the theme if you want, thank you.
Hi, Mate
Can you send me WXR (.xml) please ?
ytzchaim@gmail.comThat will me help a lot … cheers
It’s located in the /sampledata/ folder
Mate, Only you need export and send to me ..:-)
hugs !
They’re already included in the theme, it’s in the /sampledata/ folder
The .xml file and the .txt for the Tilability options panel
Oh yes … I found it .. cheers !
Glad you found it.
Hello I am experiencing some difficulties with the theme: Navigation: The selected navigation item does not remain. It always jumps back to home Slider Home: The left slider button is somewhere out in the field. No where near the slide area.
Can you please help me out with that?
Create your menu in Appearance > Menus
Hi there.
How about the slider bug?
Post your url
After you’ll add some pictures in the slider, it should auto-correct. If not, you can play with the left value in style.css for:
.triangle.left { border-right: 1px solid #C6C5C5; border-top: 1px solid #C6C5C5; left: -144px; }Hi, is it possible to disable the mobile version of the site? I am trying to figure out how to do this.
Yes, go to functions.php and remove:
Hi, if i add a menu item with an anchor (#something) i see it in red color like :hover css rule. It appen only in home page!!! Can you help me? txs
What’s your URL ? Also please elaborate your issue as I’m quite confused
Hello! Great Theme
I’ve having trouble with line breaks— with the paragraph copy on my pages, the text all runs together. I’ve tried one extra return in the Visual Editor as well as using
in the HTML editor and neither works. Thank you in advance for any advice!
What’s your URL ? And on which page do you have the issue?
For example this page: http://www.angelabellacupuncture.com/my-services/ in the paragraph under “My program are not always quick fixes…” I put in a <.br.> (period added by me) where I’d like to break up the lengthy text. It seems to be happening on other pages too. I did notice it seemed to only happen within shortcodes columns— when it was normal text within a full-width page, I didn’t seem to be having the problem. Also within shortcodes, the bold and italic shortcuts do not seem to work either. (thanks for your quick reply by the way!)
For the br’s, make sure you add them in the HTML tab and not in the visual one. For the bold/italic, go to includes/shortcodes.php and find:
return do_shortcode(strip_tags($content, "<h1><h2><h3><h4><h5><h6><a><img /><div><ul><li><ol><table><td /><th><span>")); replace it with:return do_shortcode(strip_tags($content, "<h1><h2><h3><h4><h5><h6><a><img /><div><ul><li><ol><table><td /><th><span><b><i><strong>")); </strong></i></b></span></th></table></ol></li></ul></div></a></h6></h5></h4></h3></h2></h1>Uh oh. this is strange. as soon as i hit updated on the includes/shortcodes.php the site went blank. I can’t get back to the wordpress login either…. trying not to freak out. Any thoughts? http://www.angelabellacupuncture.com
Hello again— I was able to fix the blank screen problem thankfully! And it looks like the bolds are now working. Although to go back to the entering breaks issue— The problem seems to be that wordpress strips the breaks away, even in the HTML editor. So while this is what I add in the HTML editor http://cl.ly/KALs, it still doesn’t preview as a break one I hit page update. This only seems to be happening within Short Codes. Thanks again for your help in advance.
the break lines are stripped in the shortcodes due to some problems with WP, but you can try
<div class="clear" />insteadUnfortunately that seems to clear out most of the page— http://cl.ly/KBMc . I may try adding in more headers to break up the content, unless there is anything else to try. Thanks!
Sorry use this one:
It worked, thank you!!
Glad it worked fine. If you want, please rate the theme(1-5 stars) in the downloads section, thanks!
Having an issue w/ navigation on this theme. If I add too many pages the nav seems to get hidden on all versions (desktop, tablet, phone). Please see: http://romanelli.com/clients/hospiceweb/
You’ll notice the ‘contact’ link (last menu item) gets bumped down to another row even though there is plenty of room – but also the nav won’t expand to show a 2nd row on any device. Any ideas?
Many thanks.
-RM
Nevermind I think I have it figured out – the phone div was causing the issue.
Ok then
Hi there,
First of all; this is a great theme! But I was wondering if it is possible to edit the contact page so that only the ‘Google Maps’ block is left. So basicly remove the emailer.
Thanks
Please post your URL
It’s http://ireneforbeauty.nl/?page_id=5 . It would also be great to have some sort of text area or something like that, if thats possible.
Go to page-template-contact.php and remove:
<div id="respond" class="contact-form"> <div id="message"> <?php if($error) { echo '<div class="error_message"> ' . $error . '</div>'; } ?> </div> <form method="post" action="<?php echo(get_permalink($post->ID)); ?>" name="contactform" id="contactform"> <fieldset> <input name="til_name" type="text" id="name" size="30" placeholder="Name *" /> <input name="til_email" type="text" id="email" size="30" placeholder="Email *" /> <input name="til_phone" type="text" id="phone" size="30" placeholder="Phone *" class="third" /> <div class="clear" /> <span class="captcha">Are you human? <?php echo $_SESSION['number1'];?> * <?php echo $_SESSION['number2'];?> = </span> <input type="text" name="til_captcha" id="captcha" size="10" placeholder="" style="width: 17px" /> <div class="clear" /> <textarea name="til_comments" cols="40" rows="3" id="comments" placeholder="Message: " style="height: 113px;"></textarea> <input type="submit" class="submit" name="send" id="send" value="Submit" /> </fieldset> </form> </div>Fixed it, thanks!!
Even got some text in there. I have one more issue though, sorry! On my homepage (http://ireneforbeauty.nl/) the text before the call to action button (‘Bel voor het maken van een afspraak’) is somewhat odly positioned. I cant find where to fix this though, i suck at css stylesheets… Furthermore, can i translate the text ‘Get in touch’ aswell? It didnt pop up in the language file.
Thanks in advance!
PS: Ill rate the theme btw
Your website is down
Sorry, the URL is http://ireneforbeauty.nl . Thanks!
Try adding this to style.css:
#appointment { margin-left: 15px !important; margin-right: 15px !important; }Is it possible to do an image logo vs. a text logo?
Yes, go to header.php and find:
replace it with:
I’ve found a little bug in the navigation in your theme. When you are in sub menu levels, the active navigation point is always “home” not the partent navigation point. How can I fix this?
Hmm, will check the issue, thanks for reporting it.
Hello,
I am trying to link the sliders to specific pages, rather than specific posts. I saw the workaround to prevent the slides from going anywhere – but am wondering if it’s possible to set a link for each?
Thanks!
The slider can use pages as well, you can choose that in the Tilability Options panel.
And what if I wanted one of them to go to an external link? Would it be the easiest fix to just instead send them to a page? The problem is I may not want to use the images attached to the slider for the image of that page… which is why I’m asking.
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
Thank you so much!
I have made the change but I do not see where it puts the custom link field. Where do you then set the link? Great template by the way 
It doesn’t add it automatically, you’ll need to use it manually, the custom field
excuse me, i’have a question: is it possible to add a cart and possibility to add some items (images) into this cart? Is it necessary i instal some special plug-ins for this?
I didn’t check the theme, but it should be possible using the shortcodes the e-commerce plugin provides.