This item is by an Elite Author
celtathemes
- Bought between 10 and 49 items
- Elite Author
- Exclusive Author
- Has been a member for 3-4 years
- Referred between 1 and 9 users
- Sold between 100 000 and 250 000 dollars
433
Purchases
Buyer Rating:
3.94 stars
3.94 average based on 54 ratings.
-
5 Star
2546%
-
4 Star
1120%
-
3 Star
1222%
-
2 Star
23%
-
1 Star
47%
| Created | 28 May 10 |
| Last Update | 16 May 13 |
| Columns | 1 |
| Compatible Browsers | IE7, IE8, Firefox, Safari, Opera |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, WordPress 3.0 |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Fixed |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
© All Rights Reserved celtathemes -
Contact Envato Support


Hi there. Just getting started with your theme. How do I change the type of transition used in the slider on the main page?
Hello,
Open the file “scripts/custom.js”. In line #19, you will find this code:
jQuery('.folioSlider').nivoSlider();Replace it with:
jQuery('.folioSlider').nivoSlider({ effect: 'fade' });That will replace the current effect with a fade.
If you want to see all the available effects, take a look at: http://nivo.dev7studios.com/#usage
Great, thanks.
When I create a new page, there are a few things I’m missing:
1. The link at the top isn’t bold like it is in your preview. 2. The content shows up on the page, but it doesn’t have a header or the line above it.
What am I doing wrong?
Hello,
Please import the demo content, so you can see how to set up your own content.
Also, go to the theme options panel, choose your desired configuration and save the changes.
Ok, how do I import the demo content?
Please take a look at the documentation, everything is explained there.
Oh, yes I see it now. Sorry.
How do I remove the ‘portfolio’ link from the nav bar?
Hello,
Open the file “header.php”, and delete line #64.
Excellent.
Is there a way to eliminate the title from the bottom of the photos in the slider? Or even the gray box altogether?
And is there a setting that can define the amount of time to display the photo?
Hello,
Your Nivo Slider function should look like this right now:
jQuery('.folioSlider').nivoSlider({ effect: 'fade' });Replace it with:
jQuery('.folioSlider').nivoSlider({ effect: 'fade', animSpeed:500, pauseTime:3000 });Play with those 2 values until you obtain your desired timeout.
About the caption, when you upload your image using the “Featured Image” popup, remove the “alt” and “title” attributes from your image. Also, do not add any content to the slide, just the featured image.
Very helpful. Thanks!
Hi Ruderic,
I love your theme and appreciate that it is not meant to be more than what it is; a beautifully designed portfolio page. However my client is pressing me to ask, “Is there any way to add an external link (to their blog) that will show on the top navigation bar?”
I tried your suggestions to Maxone (7 months ago), of adding the following code to the head section of the header.php (as the index.php calls for);
<script type="text/javascript"> jQuery(document).ready( function() { jQuery("#header ul").append('<li><a href="mylink">Blog</a></li>'); }); </script>as well as installing the ‘Page Links To’ plugin (http://txfx.net/wordpress-plugins/page-links-to/ ) – as per Maxone’s entry – with no success.
Am I missing something? Was that intended to be in combination with or separately?
curiously, Kim
Hello,
Since the theme was updated, that jQuery code that I provided is no longer valid. This is a jQuery code that will work:
<script type="text/javascript"> jQuery(document).ready( function() { jQuery('nav[role="navigation"] ul').append('<li><a href="mylink">Blog</a></li>'); }); </script>Were you ever able to create a short code for the portfolio gallery in order to change the positioning of it?
Great theme! I am redesigning the header, and can’t find where to change the height for the scrolling. I have changed the height of header[role=”banner”], but now there is a bit of overlap. Any idea on how to fix it?
Hello,
Could you please provide me the link to your website? So I can see that overlapping.
In your inbox.
The live preview appears to be down?
Hi,
We are currently moving the live previews to a better server. It will be back online in around a day.
The demo is back online
Hi. Can you tell me, with the Live Demo being down, that won’t affect my buying this theme will it? What I mean to ask is, is it still available? Can I buy it without worrying that I’ll pay and the server will be down and I won’t get it? I saw the demo before it went down and really would like to purchase this theme.
Thanks
Hello,
I am currently moving the demo to a new server. It will be online later today, so you can buy the theme tonight and everything will work OK.
Great, thanks!
The demo is back online
Great, I’ve bought the theme and am editing it now.
I’m having a problem though. I’ve adjusted the CSS so that there are 3 columns of thumbnails instead of 4. To compensate I’ve created my thumbnails with a width of 300px. The problem I’m having is that something is still resizing them down to have a width of 212px. It doesn’t appear to be the CSS that is doing it. Is there some sort of script that is resizing and compressing the images, like TimThumb (which I can’t find)? I’d like to turn any form of resizing and compressing off and rather just have the full sizes of my images show, or at least change whatever is doing it to the size I’d like.
Any info is appreciated.
Thanks!
Hello,
No resizing is applied to the images. In line #40 of the file “home.php”, you will find this code:
Replace it with:
Great, thanks. Strange, your email confirmation came through differently. You said that I could select the number of columns in the Theme Options. That doesn’t seem to exist? Either way, I got it working now.
Thanks.
Sorry about that, when I first saw your question I thought you were talking about another theme.
Hi again. I have a question about the Cufon font replacement – For some reason, when I type the word “I’m” it comes out as “I\’m”. I haven’t typed out a backslash yet one is being rendered. It’s occuring with the text Intro text.
Do you know what’s wrong? It happens with all the fonts supplied as well as one that I added so I don’t think it’s the font.js files.
Thanks!
Hello,
Open the file “home.php”. In line #11 you will find this code:
Replace it with:
Sorry about this bug.
Hi, one last thing, the ajax loader gif for the contact form is broken. I see it’s broken in your demo too. Do you have a solution for this?
Thanks
Hi, Great Theme. I love it! I like you work a lot. I purchased this theme a couple of months back to use as my portfolio site. Unfortunately, I haven’t clue of what I am doing. LOL . WP is completely new to me. I have graphics backround with some html experience. Not sure if you have any suggestions for someone who new to this “WP” experience. I’m gonna keep looking hopefully I can figure it out soon. This is a kick ass theme.
Thanks!
Hi,
Thanks for the nice words. My recommendations would be:
1) Download the theme again. I uploaded an update to this theme some time ago, so make sure that you are using the latest version.
2) Import the demo content that I provided in the theme. That way, you can see how I created the elements that you saw in the live preview.
3) Read the documentation carefully.
Finally, if you have some questions feel free to ask them
Hi, Very nice theme. I am just having one issue with it. I am unable to insert a photo into a page. Any ideas on why that would be? I choose a photo and click insert into post and the window disappears but no image in the page’s html. Let me know if you have any ideas. Thx.
Also if I switch themes I am able to add a photo to a page. So it seems to be theme related.
Hello,
Go to the theme folder and open the file “lib/js/theme-options.js”. Delete lines #36 to #40, and the problem will get fixed.
Thanks, That got rid of the issue.
Hello, really cool theme…
I’m almost to purchase but I got 4 questions.
1. Will there ever be a sortable portfolio update?
2. Can I add clickable links to the portfolio previews?
3. Is there an easy way to add a WP blog that will keep the style?
4. How easy would it be to add some client logos bellow services, above contact?
Thanks for your answers
I’m looking forward to hear from you
Mauricio
Hello,
Regarding the sortable portfolio and blog features, they are not in the plans.
2) If you are talking about the project description that is displayed when hovering the gallery item, that’s possible.
4) You can insert the images in the content of the page, like any normal image.
Hello,
I recently purchased this theme and I’m having a fairly easy time customizing it. However I do have a few questions:
1. I have an animated pdf that I’d really like to display in my portfolio. Is there a way to have it easily integrated into the gallery lightbox?
2. In which file would I go to change the background color of the lightbox from white to another color?
3. On the Contact page I would like for the Social Media icons to display under “Details.” How would I go about removing the icons from the footer?
Thanks in advance!
Hi,
1) The portfolio only works with images and video. You can take a look at the prettyPhoto’s website, where you can find more information about the script: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
2) In the file “scripts/custom.js”, line #24, you will find this code:
You can change the theme to “dark_rounded” or “facebook”. I am afraid that customizing those skins won’t be an easy task. You can find the CSS and images of prettyPhoto in the folder “scripts/prettyPhoto/”
3) Open the file “footer.php”. In lines #12 to #37 you will find the code in charge of displaying the social icons. You can delete that block of code and they will disappear from the footer.
Hi again,
Since the gallery doesn’t support pdfs, I’d like to “fake” a gallery item by placing an image in the lower right-hand corner of my gallery (the space is currently empty), so when a user clicks on the image, an href opens the pdf. How exactly would I go about placing the image in the lower right-hand corner of my gallery? For your reference, my url is http://jesslutz.com/
Finally, which file should I go into to change the background color of the overall theme?
Thanks again.
Hi,
I can provide you a little tweak, so the PDF document is opened in a new browser tab, instead of the lightbox. That way, you can add the portfolio item the same way as the others.
Would you like me to provide you that?