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
610
Purchases
Buyer Rating:
3.87 stars
3.87 average based on 54 ratings.
-
5 Star
3055%
-
4 Star
814%
-
3 Star
47%
-
2 Star
35%
-
1 Star
916%
| Created | 8 August 12 |
| Last Update | 7 April 13 |
| Columns | 1 |
| Compatible Browsers | IE8, IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Responsive |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | No |
- black
- custom-background
- custom-colors
- custom-header
- custom-menu
- dark
- editor-style
- flexible-width
- full-width-template
- gray
- light
- one-column
- theme-options
- translation-ready
- white
© All Rights Reserved FinalDestiny -
Contact Envato Support


In wich css file are the quick css edit writing in? i prefer to work in a custom css. file wich overrides the others..
there’s no custom css file, it just outputs them directly in the source code, in the header. However, you can use the style.css for edits
ok thx, again. You do a really good job with answering all our questions
You’re welcome. After you check the theme and build your site, please leave a rating, thanks.
I tried to change this css: span.logo {width:210px; height:167px;}
In the style.css and in the quick css in the theme settings, but it’s getting overwrited with your sizes no matter what, where to change this ?
use !important after the px value. like width: 210px !important
I installed the theme, but i do not see the CSS files. All i see is the style.css. How do i edit the CSS files?
The CSS files used in the theme are located in the css folder. You can also add code in style.css and it will be used on the website.
The theme is really fluid and nice. How ever i would like to know how to do the following.. 1. Remove the white line above and below the menu items. 2. Remove the line and star for page header. 3. Move the page header to the left. 4. Have a different background for each page that i create. It can either be an image or color. 5. If possible, have bing maps in place of google maps. 6. Upload my own logo. I am really new to this and i dont know how to upload it from the theme control panel. 7. How do i change the footer text? Can i remove powered by WordPress and designed by?
Any help in this regard is very much appreciated.
Thanks in advance.
Add this to style.css:
nav ul li { border-top: none !important; border-bottom: none !important; } .heading img { display: none !important; } .heading { text-align: left !important; background-image: none !important; } p.headline { text-align: left !important; }
for 1, 2 and 3.
For 4, the theme adds a unique id for each section based on the post slug. So for example a post with the title “Custom title” will have the wordpress slug “custom-title” and you can use this in style.css:
custom-title {
background-color: #your-color !important; background-image: none !important; }
for 5) go to index.php and find:
<iframe class="map" width="460" height="180" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="<?php echo $viewpoint['googlemaps'];?>"></iframe>replace it with the embed code from bing maps 6) Edit logo.png located in the images folder of the theme(wp-content/themes/ViewPoint/images, via FTP ) 7) For the text, it’s in index.php:
<p>© 2012 <?php echo bloginfo('name');?> <?php _e('All rights reserved', 'ViewPoint');?>. <?php _e('Powered by ', 'ViewPoint');?> <a href="http://wordpress.org">WordPress</a>, <?php _e('designed by', 'ViewPoint');?> <a href="http://teothemes.com">TeoThemes</a></p>Hello,
how could I add a video?
thank you!
Where do you want to add the video? If in the post content, just paste the embed code in the post content
FinalDestiny – Thank you very much for taking the time and getting back to me. I will make the changes and get back to you if i need any other help.
You’re welcome. If you want, please rate the theme in the downloads section(1-5 stars). Thank you.
How do i arrange the menu items in the order i want? I also noticed that the pages i create are not in the order that i want. How do i change this? I also noticed that the background for the contact section does not change even after i implement the CSS change that you provided? How do i change this? Thank you.
Please update the theme, it should be fixed(the footer bg). As for the menu order, when you edit a page you can change its order in the right area, in the Order parameter. Use numbers there, for all the pages.
I purchased the theme on the 10th. So i assume that i have the latest version. I assigned a number for each page and i still have the same issue. As i said previously, the pages are being ordered descending. And the blog is not working inspite of setting it within the template option.
Send me a wordpress admin account via the contact form on my profile + a URL .
Sent you the email with all the details.
fixed, you needed to select them in the theme options panel > Navigation
Thank you. But the blog still does’nt work. And i would like to change the background for both the Contact page and the top page.
Fixed. For the background, you can change it in the Colorization tab
nav ul li { border-top: none !important; border-bottom: none !important; } .heading img { display: none !important; } .heading { text-align: left !important; background-image: none !important; } p.headline { text-align: left !important; }
the above code does not remove the white line and the star before and after Contact on the contact page. I also noticed that the page headers are displaying in the middle of the page. How do i move them up. Again you have been of great help and i am slowly learning the various aspects of the theme. By the way, what fixed the Blog issue? Thank you.
Add this to style.css:
contact span.line, #contact span.line2, {
display: none; }
and regarding the titles, I can’t understand the issue, can you please elaborate?
FinalDestiny,
I appreciate your support, you stay on point
Thanks…
Before I purchase, can we add videos to the lightbox in the Portfolio? Can we choose a thumbnail for it too and have it link to a lightbox with video?
Another things is that when I visit the site on my phone. The social icons in the header get cut off? Depending the amount of text and text size, it will not be an issue since it will fit, but do you know of this and is their a fix?
Cheers…
For the video..We use fancybox right now and it requires some customization, but I can adjust it on your website in order to work with videos too…
As for the second question, the height area has 650px height, you can adjust it if you want to have more text there
Hello,
Thanks for the great theme and support. I’m amazed how much Wordpress related support you give for a $40 theme. As an outside observer, rather than see you burn out and stop supporting the theme, I think it’s perfectly okay to send people to Wordpress forums to learn how to edit themes.
It is a great resource, why re-do the work?
Spending your time on off-theme related topics teaching people Wordpress strikes me as unsustainable and just nuts. It also gives more time on where you should be focused – improving your themes.
Theme question: Is there a difference between your demo and the downloadable version?
Your demo works perfect.
My site does not. Whenever I scroll down, even a little bit, a white space appears at the top of the page between the main background image, and the page. The whole site appears to shift left.
It is a small space in Chrome, in Firefox it is a big space and the site scrolls EXTREMELY slow.
I blew out all the changes I made, deleted all the files, downloaded a new version, uploaded it, reset everything to default and it is the same thing.
When I visit the demo it works perfect.
I have no plugins installed and it is a brand new install of Wordpress. This theme is the first and only thing I have added.
Any ideas?
Thanks.
Ehm, that’s quite weird. Can you please send me the url + a screenshot of the problem + a demo admin account via the contact form on my profile so I can take a closer look at the issue?
It is weird. I sent you the information and a screen capture video of the behavior. If you need anything else let me know.
Thanks!
answered
Got it. Putting the demo version up on the site worked haha.
It doesn’t make sense if there is no difference, but that fixed it.
Thanks a ton for your help and quick support
Hello,
Thanks for the support. I want to install the theme on Wordpress but i can’t install it. When I’m upload the zip file, I have an error “The theme must have at least one Cascading style sheet and template”.
I need help please!
Thanks.
You need to buy the theme in order to get support.
Hi FinalDestiny,
I’d like to request a Pinterest integration for the ‘homepage’ next to the already existing Facebook/Twitter etc. options. Would that be possible or can I achieve it by adding a code maybe?
Kind regards, Lisette
Go to header.php and find:
<?php if($viewpoint['linkedin_url'] != '') { ?><li><a href="<?php echo $viewpoint['linkedin_url'];?>"><div class="linkedin sprite" /></a></li><?php } ?>add after:
<li><a href="PINTEREST URL"><div class="pinterest sprite" /></a></li>and add this to style.css:
.pinterest { background: url(../images/icn-pinterest.png) no-repeat 0 0; width: 50px; height: 51px; display: inline-block; }
And you need to crease an image called icn-pinterest .png in the images folder of the theme, that will look EXACTLY like the facebook or the other ones (same dimensions, position, etc) http://teothemes.com/wp/viewpoint/wp-content/themes/ViewPoint/images/icn-facebook.png
The below code does not work to remove the white line and stars before after the contact page header. display: none; }
Regarding the space, if you go to my website, you will notice a lot of space between the page header and the page divider which has the top button.
Is there a way to reduce the size of the header page?
Thank you for your help.
Can you send me the url again please?
Sorry, it’s this code:
#contact span.line, #contact span.line2, #contact h1 img { display: none; }The White lines are gone, but the stars still remain before and after the Contact header. I am trying to find the relevant code in the CSS .
sorry, instead of the previous code use:
#contact span.line, #contact span.line2, #contact h2 img { display: none; }Thank you. Did you look into space between the page header and the page divider which has the top button. Is there a way to reduce the size of the header page?
Add this to style.css:
.bg { padding: 90px 0 100px !important; }
adjust the 90 and 100px values