I’m working on my friend’s blog that uses you theme. The header section doesn’t loop and just kinda breaks after the third “slide” will you take a look?
http://russellbeaver.com/blog/
Thx in advance
Posted 4 months ago
A WordPress portfolio theme designed to be used as a personal online portfolio as well as personal blog. This theme has 5 different stylesheets to choose from, allowing the user different color and font options. The homepage is a dynamic mashup of your recent blog posts as well as your recent portfolio work.
UPDATE – 4.10.09
Updated files, fixed a few bugs people reported. Fixed non looping issue, collapsing issue, added an auto-rotating feature to the featured items area, added extended basic formatting support, and a host of misc updates.
Please send me a direct message using the form on my profile page, as I receive an email containing your comments, and will be able to respond faster.
Posted 8 months ago
I’m working on my friend’s blog that uses you theme. The header section doesn’t loop and just kinda breaks after the third “slide” will you take a look?
http://russellbeaver.com/blog/
Thx in advance
Posted 4 months ago
Hi
I want to change the ‘Portfolio’ name, I tried in the header.php but when creating the page in the admin section it doesn’t seem to match up.
Great theme by the way!
Posted 4 months ago
Same problem as peterfecteau. After it hits the last portfolio item in the homepage featured section, the section just dissappears. Any help is appreciated.
Posted 4 months ago
I am about to purchase this but was wondering if the “read more” part could be removed and the full text can be shown on the blog posts. I am not a fan of the excerpts. 
Please let me know!
Thanks!
Posted 4 months ago
@stueynet
See posts on this earlier in the thread. Only fix so far has been to delete everything and reload (Wordpress, database, and theme). That works for new blogs, but not existing ones. No word from the author for some time.
Posted 4 months ago
I’m interested in purchasing this theme, but not until the author responds about these allegations of problems with the looping.
Posted 4 months ago
Cool theme. Just reviewed it on http://themeloft.com. Can’t wait for your next one.
Posted 3 months ago
Author is still creating new themes here but seems to have dropped support for this one. That’s a shame. Only thing that seems to work is a fresh install. I switched to a new theme – rock solid with great support from the author. Can’t take a chance on problems in the future!
Posted 3 months ago
poopy. i wish i had read comments before i bought this. homepage projects dont flip through. i immediately regret this decision.
Posted 3 months ago
follow up; im running wp 2.7.1. instead of re installing all wordpress / database/ themes, i just reinstalled the theme and it seems to be working for me.
on a second note, if your theme isnt working, ask for your $$ back. this is paid software, and it if doesnt work and isnt supported, then its defective.
Posted 3 months ago
third follow up; totally wrong. homepage slideshow does not support sub categories, and after i added multiple posts, i got the same issue everyone else has with the homepage slideshow disappearing. mine only shows one post before going. also, the bottom of the homepage that is supposed to show latest posts from ONE category just shows ALL latest posts.
Posted 3 months ago
Status update - Currently rewriting some portions of the theme, including the homepage featured area javascript and queries, as well as adding widget support, and tackling some other mentioned bugs… Should have updated files submitted by the end of the week.
Thanks!
Posted 2 months ago
Updating is completed, now submitted newly updated files, should be available for download once approved.
Thanks!
Posted 2 months ago
Thanks, Maximus! I will try it out again. Thanks for looking at these issues.
Posted 2 months ago
Hello Maximus,
I am receiving an error on my page. Can you please help me resolve this issue.
site: freetwitterlayout (dot) net
Warning: include(/home/zoogyzo1/public_html/freetwitterlayout.net/wp-content/themes/yourfolio/searhform.php) [function.include]: failed to open stream: No such file or directory in /home/zoogyzo1/public_html/freetwitterlayout.net/wp-content/themes/yourfolio/index.php on line 35
Warning: include() [function.include]: Failed opening ’/home/zoogyzo1/public_html/freetwitterlayout.net/wp-content/themes/yourfolio/searhform.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’
in /home/zoogyzo1/public_html/freetwitterlayout.net/wp-content/themes/yourfolio/index.php on line 35
@beigebrand – Looks like you must have worked that out, I dont see an error on your site.
Thanks!
Posted 2 months ago
Thank you Maximus. Yes it did work out. I have one last request.
How do I show a regular page navigation like what’s represented on this page…
such as: Page 1 2 3 4 5 6 …. 18 Next
The current navigation is very confusing. I have tried installing a wordpress page nav but for some reason its not taking it. Can you please advise me on what I can do to change this.
Posted 2 months ago
Does anyone know why the home page “happenings from my blog” is not always the newest post from my blog? It switches on me from old to newer… is there anyway that I can control this?
www.dalepartridge.com
Posted 2 months ago
Great theme… but took some hours to make it as my own. At the slideshow javascript, if you click next > next > next … the animation should be clearTimeout at each next; because after a few clicks ( depends on your animation time ) ... you will get an “instant change of slide” because it hasn’t been cleared.
Also I belive you should allow to make “featured” posts from blog also, not only from portfolio; I solved that… it wasn’t very hard, but will be nice to be added on next fix ( i see I’m not the only one asking for that ).
Here’s my subversion of your folio JamayK Design
Keep up the good work,
Bogdan
Posted about 1 month ago
Wonderful theme, which is working quite well and has been very intuitive to customize. One thing I can’t work out, however, is how to have text wrap around the images in posts. Though I can do this with the editor in Wordpress, there seems to be a style setting (somewhere!) that overrides this. I’ve tried various alterations to the style sheet to no avail. Any advice? Thanks, DH
Posted about 1 month ago
@ daedalushowell: when you insert an image in a post, you can chose image size( thumb, med, full ) and also you can chose image align. Just chose mark left or right and the wordpress will add class=”alignleft” or class=”alignright” to the image.
Then it’s your job to define .alignleft and .alignright in the css. These should have float left or right and also will be nice if you would add an margin.
To the left one… to have margin right, and to the right one to have margin left. So the text isn’t really into the image.
eg:
.post .entry img.alignleft { float:left; margin-right:20px; }
.post .entry img.alignright { float:right; margin-left:20px; }
Hope this helps you,
Bogdan
Posted about 1 month ago
I added a wp_list_pages at the bottom of sidebar.php to display ‘Services’ and it works on all pages but not index.php. Not sure why.
Posted 29 days ago
Hi,
I have several problems with duplication of the Page… I’m testing it in Firefox, in Safari 3 i don’t habe any problem…
can you help me to fix that?
Thanks
Posted 26 days ago
@depends: Hi mate… inspected your code a little bit. You used the code from list categories and put your services there. If you inspect element (I sugest use FireBug) or view source, you will see that your “services list” is there… but is not displayed.
Here is why I sugest debugging with firebug: if you click on Services div, that is hidden, there you have an the id=”categories”.
Then if you open your style.css line 499… there you have
home categories – display:none;
I sugest to make another Id for the services (so you don’t conflict with categories) ... copy the css and remove the #home #yournewID … display:none.
But this will lead to duplicate a part from stylesheet… wich is not very nice.
You can use wordpress conditional, to verify if it’s home… is_front_page() / if_home() .
You can add a new class on services div… and overwrite the display:none rull with it…
Lots of things to do, it’s really easy. If you can’t make it… let me know.
@dali_inc : 1st of all you didn’t bought the theme ? Then how do you have that problem… or it’s a general question and you believe here you can find the answer
2nd: how can anyone help you if you didn’t posted your code / link / explain the situation
3rd: you are very funny or very stupid (sry)
Cheers,
Bogdan
Posted 15 days ago
Anyone else having a problem with the text appearing too large in IE? I’ve tested to see if I was having a plugin interfering, and I’ve tried setting up a separate stylesheet for IE and can’t get anything to fix the problem. Any suggestions much appreciated. Thanks in advance.
Site – www.perfection-consulting.com
Posted 5 days ago