tsedoresays
Hi,
This theme is great, you’re an awesome developer, I can’t seem to get to get post excerpts working properly, any advice? It shows the whole post for whatever reason on the blog page.
Cheers, Travis
tsedoresays
Hi,
This theme is great, you’re an awesome developer, I can’t seem to get to get post excerpts working properly, any advice? It shows the whole post for whatever reason on the blog page.
Cheers, Travis
Hi,
Thank you, I’m glad you like my theme! 
When editing a post you have to click on the “Insert More Tag” button (Alt+Shift+T) just before the text that you want to be hidden. I think this way is more flexible as authors can choose which content to be displayed on the main page, instead of displaying a predefined number of characters.
DrStirsays
Hi
I’m not getting a ‘Read more’ text link before any hidden text on a post.
Can you tell me how I’d fix this?
Thanks for a great theme.
David
Hi,
First of all- I’m glad you like my theme!
As explained in one of the other comments, this is not a bug, but it is how the theme is designed and this is only for the “Home page” template. However, if you still need this link you have to open the homePage.php file and just after the line (line 58 in my version):
<?php the_content(’’); ?>
You have to add this code:
<a href="<?php the_permalink(); ?>" class="moreLink">
<?php
echo(get_option("si_read_more"));
?>
</a>
lucasmxsays
Hi,
I bought this template from you a few months ago..
I was trying to use that Main Page with the news and thumbnails, but everytime i use some letter like é or â it becomes upercase.. do you have any idea why this happen?
Hi,
I guess this is because the font that this theme uses does not support these characters. Fortunately you can very easy remove this font and use the default one which will support these characters. About removing this font you can read in the help file in the section “Cufon font replacement”.
robgbsays
I would like to use the black background, however I cannot find the logo.png for the header in this style. Without this I’m not sure how I can add my own logo to the ‘black’ dotted style background.
Thanks!
lucasmxsays
You said:
Hi,I dont think its the font file.. When i open the post page, the font becomes normal, with é and á lowercase… Just in main page, using that system to show news with thumbnails that those special letters become upercases…
robgbsays
“The black style uses the logo_black.jpg image. It is located within the “images” folder.”
I found this image, but as it is a jpg it is not editable, and therefore I am unable to use it as a template. I would like to use its background for my own logo, please could you tell me how I can do this.
Thanks Rob
coloritsays
Hi,
I use Wordpress 2.9.2, new installed, still without any plugins enabled.
I have made a subpage for a page, both filled just with text.
But in the main navigation I only have the main page, not its child page with the little arrow as you have in your preview.
What can I do? Thanks.
robgbsays
There is a PhotoShop file called home_black.psd within the PSD folder. You can edit the logo in this file and replace your new image with the existing one.”
As I don’t have Photoshop, please would you be able to send me a .png format logo template? Otherwise I am unable to use this logo template without forking out hundreds of pounds just to change the logo to one of my own.
I would really appreciate this, thanks.
Remwidecosays
Bought it last week and Whohoooo !! Great Work !!
A real pleasure to use this theme. Thanks for the work
robgbsays
I’m not sure I have understood what exactly you want to do (because you can not edit .png files like you can PhotoShop) I will send you a exported .png to layers files of the logo but I will need your email in order to do that
That would be good thanks. With your ‘dark’ style, there was a logo format which I was able to edit in macromedia fireworks, but not with the ‘black’ style. One of these would be great. Email is robgb83@gmail.com
Cheers
klettsays
Is there any way to localize the theme. I would like to have the pages names be translated depending on the user’s language…
My website is in english, but I want it to also be in Spanish by having the person choose, however I don’t want to have to update two separate galleries… just for the sake of having it in both languages.
klettsays
Also is there any way to change this Cufon thing to use another font that does include the é characters??
Yes, there is 
First of all you have to find the appropriate font and download it. After that you have to go to
http://cufon.shoqolate.com/generate/
to generate the font. After you have the JS file of the font you have to place it in the script folder and in header.php you have to reference to this file, instead of the Andika font.
lucasmxsays
Hi,
Im sorry but i cannot provide an preview because the website is still under construction so i blocked it to non authorized users.. but here is two screenshots:
http://img708.imageshack.us/img708/9566/firsto.jpg http://img706.imageshack.us/img706/5348/secondbi.jpg
It is very difficult to say what may fix this as I cannot see the site. I don’t even know in which div this is located to try to guess. However you can try this: in style.css you have to find the section .servicesBoxs h2 and delete this line:
text-transform:capitalize;
I really cannot say anything else unless I can see the site.
megalexsays
Hi Pexeto,
Can the porfolio contain 12 categories or are the amount of categories limited? Thanks in advance.
Hi,
The portfolio categories number is not limited. Only the category container doesn’t change its height when there are 2 rows of categories and this fix is already in my update list. However you can change this by opening the style.css file and in the end of the section #portfolioCategories you have to add those lines:
height:auto; overflow:auto;
superrrchangosays
Hi Pexeto, absolute brilliant theme.
Hope you haven’t answered this a zillion times but..
1. on the alt homepage, how can you change the ‘learn more’ to something else in the entries in the middle bit.
2. In the portfolio, how can you re-order the categories in the menu. It’s alphabetical by default, but on the demo it seems random.
Any help appreciated!
Hi,
Thank you, I’m glad you like my theme! 
I couldn’t understand question 1. Generally there is not a “learn more” link in this page template. Can you please describe what you need in a different way?
Regarding question 2- on my demo the category order is alphabetical too
However you can try this: open the portfolioPage.php file and replace this line (line 36 in my version):
$categories= get_categories('child_of='.$catId);
with this line:
$categories= get_categories('child_of='.$catId.'&orderby=slug');
Now you can set Slug to your categories so that categories will be ordered by their slugs, not names.
I hope this will help.
195comments