1151 comments found.
dougrek, I’m a little stumped. The code you put into the kwick slider page is calling pages by their unique ID, so it should be impossible for anything else to be called into those slots…
if 382,385,388,391 are the ID numbers of specific pages, then those are the pages that will be populated…
Sorry man, don’t know what to tell you without actually handling the site itself. You can email me at hero (at) pshero (dot) com if you’d like to let me in to take a look.
-G
Hello. When you will be able to select custom post types and display with the portfolio themes?
Hi,
I’ll need to test on several other things as implementing custom post types will made some major changes to how things are called – this would be bad for anyone who’s customized and upgrading. Its best to implement in a new theme. I’m using WP3 features for the other things like menu system and backgrounds already.
Thanks
Hi. I have a question. But it’s simple. How i remove the thin lines from footer? Just like that http://renovesuasideias.com.br/lines.jpg
Thanks! Daniel Garcia
Hi Garcia,
Edit style.css file
The footer codes start from line 1119
If you scan through them you’ll notice the border-bottom: 1px …
Change them – or set border:0; for no border.
If you’re using some other skin you’ll find the style.css for them in the skin folder.
Thanks
hi all,
1) i quote leeberty for the accordion, i have tried to modify the numbers of panels and dimensions (width) but nothing happens, where is my mistake?
2)and another question: is possible to modify the contact module? i don’t want to install another plugin for this like contact form 7.
3) if i want to translate some words like: “This entry wa posted by … on” and dates, where i need to go and edit?
thank u very much in advance, great job.
Ok, per Imaginem, for kwik slider to pull pages I replaced Line 14 with this:
<?php $args = array(‘post_type’ ?> ‘page’, ‘showposts’ => -1, ‘order’ => ‘asc’, ‘post__in’ => array(382,385,388,391)); query_posts($args); ?>
Per Goofenhoff, to get the text to populate what I want I replaced line 42 with this:
<?php if ($post?>ID 382) echo "this is the first slide text"; if ($post->ID 385) echo “this is the second slide text”; if ($post->ID 388) echo "this is the third slide text"; if ($post->ID 391) echo “this is the fourth text”; ?>
And yet it’s still pulling only posts, no pages. What am I missing please?
Thanks
Hi Purchased and Im getting to grips with the theme, Im still pretty new to WP and haven’t used timthumb before. If I haven’t got GD library installed, how do I go about installing it? Im hosted ith webfusion/donhost and have a reseller account.
I followed the link in the help file, and got more confused 
hi,
The GD library rarely not activated on a server. You can request to activate it through your webhost if its not active.
Thanks
Hi, can i edit the accordion slider to include 5 panels instead of the current 4? Can that be done easily?
Goofenhoff,
So close I can taste it. Ok, it’s pulling the proper text now but also some of my other test posts that shouldn’t be in there. What I’m looking for is to pull “featured” posts only so I imagine I need to tweak that script just a bit. You can see the problem here – test.kilroycreative.com.
Thanks again,
Doug
Is it possible to have the titles and text in the home page kwicks accordion slider render in cufon rather than regular text?
Thanks!
Yes, but that made things slow for the slider as it had to animate / fade in out lots of cufons. I had them removed when it didn’t pass my requirements of smooth animation.
To have them in cufon substitution you can enter the class to the file fontconfig.js in the JS folder.
Thanks
dougrek,
Not sure if you read the whole string I was responding to on page 4 of the comments, so if this is redundant I’m sorry, but you need to make sure that you’ve specified the pages in includes/featured/home-kwicks.php with this (line 17)... you’ll have to delete the original query and replace it.
This will replace the original query (that calls for posts) with one that calls for the specific pages… I’m guessing this is where things are going awry.
Cheers!
Following up: Can the style.php changes be integrated into the previous stylesheet or do I need to start from scratch there?
Hi,
It can be integrated into the old style.css. Just copy paste the lines mentioned in the changelog.txt
Thanks
You’ve mentioned a “latest version” of the theme (1.4, now?). When was that made available? The notes in the sidebar here have changed to say that Echoes is WP 3 .0 compatible, but the ‘created’ date still says June 6. I’ve been using the same version since June 11, so not sure what I’m missing out on.
Is there some way that new versions are announced that I’m not aware of? I don’t see them mentioned in any posts here. Is the theme now fully compatible with WP 3 .0? Is it time for me (us) to upgrade?
Hi,
It’s v1.2, just updated. I’ll be making the notes. It comes with a Changelog.txt so you’ll know what has been changed.
Echoes v1.2 now uses the WP 3 .0 navigation menu system and background settings, featured block can be used with Pages.
Upgrading would be good. Do make a backup for best practice.
Thanks
I would like to include the Kwicks Slides on all my pages, can you tell me how?
I am unable to get any images to appear in the featured categories section. I tried using categories and I tried using pages. I disabled all of the my plugins and am not sure what else there is to do. PLEASE HELP . I love this theme but cant get it to work.
Hi imaginem,
I love the theme.. very nice work. I have a couple of questions. I know someone inquired about this earlier but I didn’t understand your response…In Mainpage Section 3 – How would one turn those 3 sections into widget areas?
Thanks in Advance
Goofenhoff: Thanks so much for taking this on. The dash did the trick (sorry I missed that) in terms of keeping the homepage intact, but it’s not populating the new hardcoded slide text. I’ve got it in precisely how you keyed it here albeit with my post IDs. Any ideas?
<?php if ($post?>ID 322) echo "This is a test, this is only a test"; if ($post->ID 43) echo “this is the second slide text”; if ($post->ID 26) echo "this is the third slide text"; if ($post->ID 23) echo “this is the fourth text”; ?>
Thanks again.
Dougrek, In your first statement you’ve got a question mark where you should have a dash at $post?>ID 322 it should read $post->ID 322
Looks like when I pasted the code somehow that got changed (I’ve also added a comment to my original post with the correction.
Sometimes the comments codes here do get replaced with a ? mark.
Thanks for the help 
TO: GOOFENHOFF (love that user name).
Thanks for the code to create the slider text but it keeps crashing my site, forcing me to reload the includes/features.php file for the kwik slider. This is exactly what I’m doing – anything missing?
REPLACE THIS
<?php echo substr(get_the_excerpt(), 0,162); ?>
WITH THIS
<?php if ($post?>ID 322) echo "this is the first slide text"; if ($post->ID 43) echo “this is the second slide text”; if ($post->ID 26) echo "this is the third slide text"; if ($post->ID 23) echo “this is the fourth text”; ?>
Actually no worries… I just replaced the text I want to use in the home.php file. Works better anyways. Thanks.
Great 
Yeah it won’t register the “mblogtext” at all.