Discussion on Echoes | Wordpress Theme

Discussion on Echoes | Wordpress Theme

Cart 1,566 sales
Well Documented

imaginem supports this item

Supported

This author's response time can be up to 1 business day.

1151 comments found.

Just a thing to help others; the correct line code is:

<?php $args = array(‘post_type’ ?> ‘page’, ‘showposts’ => -1, ‘order’ => ‘asc’, ‘post__in’ => array(2,36,48,51)); query_posts($args); ?>

There’s a little correction to be made here , i think the forum paste is auto modifying some tags. I’ll make a paste code else where to view it correctly.

http://pastebin.com/3W2QdvAv

Just a note that the above code is for modifying the query to look for pages instead of posts for the featured slides. The files are in the includes/featured. Each file has a query line which can be replaced with the above comment.

The array 2,36,48,51 are sample page IDs which can be replaced with real IDs from your wordpress Pages.

Thanks alexaisa

Excuse-me, Imaginem.

Problem solved changing home-kwick.php

Dear Imaginem,

Great theme!

I have a question: I would like to use pages instead of posts in the slides. Is it possible?

(tried to find response here but…)

Thanx in advance

Great looking theme, too bad you used timthumb for this. Are we able to disable the timthumb?

If not how deeply nested is timthumb? I may need to rip it out. I need to be able to add thumbnails that are horizonatl and some vertical.

Timthumb for portfolio themes never makes much sense when people dont like there images stretched and distorted, so I need to know if we can override this annoying timthumb feature.

Hi,

In Echoes timthumb created thumbnails aren’t stretched or distorted. They are zoom cropped if the image exceeds for the given height or width. If the generated thumbnail has the same dimension ratios then cropping is not made.

Most of the timthumb calls go through a function in the functions/custom-functions.php called resizeimage

That function is called with the image url and required dimensions for the image. You can modify this function to render an image without using timthumb by omitting the call for it and changing it to your requirements.

Others are portfolio shortcodes which are called within the portfolio templates. The file portfolio-functions.php in functions folder has timthumb call which can be removed too. The featured images don’t use resizing.

Hope this was of help.

Thanks

Small cufont issue related to one mentioned by someone above: Magic Quotes is disabled through php.ini and now, instead of an escape character appearing before single and double quotes, quotes don’t appear at all in any context where the cufont is used. I should also mention that I’ve also generated a full character set conversion of the font as per the instructions on the first page of comments here to see if that would help, but no change.

I could work around this in article titles, I suppose, but my site’s name has an apostrophe in its name, so… ;)

I’m wondering if anyone else is seeing this and if it’s a server-side issue rather than something to do with cufonts and the theme generally.

Thank you.

Still loving this theme to pieces. Using it on craverevival.com. With the release of WP 3 .0, any particular features planned in upcoming releases?

Hi,

The menu system and background image features will be implemented for wp 3.0 upgrade. If you leave a mail via my profile i can send some pre-update patches that’ll activate them.

Thanks

One more item: I just noticed that when I use dropcaps the desc copy on the homepage dumps the first letter so every piece of teaser copy on the homepage is missing its first letter (e.g. the drop-capped letter) – see kilroycreative.com. Any way around this?

Wordpress excerpt text pull is ignoring the shortcode text. Most of the time shortcodes are functions and not a letter as in this case. So WP assumes the same for the excerpt pull, ignores images, html and gets only text. A workaround is to manually adding the dropcaps class to the letter for except displays.

<span class="dropcaps">T</span>

T representing a letter

Thanks

Yep, that worked like a charm as did the customfunctions.php amended code (which should help a lot of other folks as well I imagine). If you can iron out the portfolio and YouTube issues I think I’m set!

Could you send me the two links to them. I might need login info to check these two out. Best if you send me a mail via my profile with the info. I’ll check them and reply.

Thanks

Getting close to being done but a few questions:

1. My big challenge is the portfolio. I’ve created multiple categories (websites, print, identity, etc.) under Portfolio but no matter how I assign posts they all end up on all the pages. Any suggestions for segregating items per their category?

2. My YouTube video isn’t showing up regardless of whether I use the URL or the embed code.

I’ve noticed a lot of folks having issues with the way the theme truncates the description copy, usually cutting words right in half. I’ve worked with about 12 ThemeForest themes and this is the only one that seems to do this so I’m sure there is a fix you might consider employing to truncate after a certain number of words (e.g. not splitting a word in half) and then appending a MORE tag or something. Food for thought. On a lark I checked Google and it showed a number of ways to do this (I’m no programmer, alas). Here’s one such link – http://www.bigresource.com/Tracker/Track-php-Ak7d5aZ1/

Otherwise, really enjoying the theme!

Hi,

1 and 2. Do send me a mail with the urls links to them. I’ll check.

3. Edit custom-functions.php

Replace line 11 with

$output = substr(substr(get_the_excerpt(), 0, $textlen), 0, strrpos(substr(get_the_excerpt(), 0, $textlen), ' '));

Thanks

3 worked like a charm and should solve lots of folks’ issues on that front. The URL for the other two is test.kilroycreative.com.

Also:

For the steptext, how can you not have the text cut off automatically? Is it possible to set the text length in the themes files? Or add a read more link?

It seems weird that you cannot control the text length…

Edit home.php

Lines 108,130 and 151

Each has a value of 79 for the shortdesc function. You can change the values which represents number of characters.

Thanks,

and how would I remove the Section C on homepage? 4 The feature pages/images…

That’s home.php

Lines 163 to 255

Can you please supply an uploadable XML file?

1. My homepage slider set to JQuery is showing all posts at once, not scrolling. 2. The slider Scroll shows nothing in it at all. 3. Portfolio Page is not working. Set to portfolio slide thumbs.

Please help. thank-you

Hi,

If you can provide login info to your wordpress i can create some samples and check on where its going wrong. All the featured slider requires is a category of posts with image urls in the custom field. If there are problems – it could be a conflict with another plugin too. Send me a mail via my profile. I’ll check on the problem and reply.

Thanks

Mondre,

Thanks for making this theme, great work! I have a quick question. On the site where I am using this theme, for some reason, the phone number on my contact page is displayed for about a second and then goes blank. This only happens in Firefox, but Chrome, IE and Safari all work fine. Any idea why this is happening?

Here’s a link to the page – http://www.uenyc.org/contact-us.

Thanks

Hi,

1) Edit slider.css in CSS folder. Change height value of .container class

This will effect the slider scroll featured block.

Thanks

I changed the height of .container class in each of the three files (slider.css, slider.fullwidth.page.css and slider.page.css) and tested out numbers from 1px to 1000px and none of it seemed to work.

Any other ideas? Do you know why it’s only happening in Firefox?

Hi,

Sorry, when you meant slider i thought scroll slider.

For the accordion featured edit kwicks.css in the CSS folder

Modify lines 14 and 38 ; those are heights for kwicks slides and shadows. Decrease the height to shorten. Important is both classes should have the same heights.

I see your phone number in firefox without problems.

Could you send a mail via my profile. I’d like to request a screenshot for that.

Thanks

Hi,

I can’t get the portfolio page to work. I have selected “slides with thumbs” and it only shows a blank page with thumbnails and prev-next buttons at the bottom, but no large images.

Id like to change the height of the slide. is the height easy to adjust through editing css?

Hi,

Could you let me know which featured slide height you want changed. I can give accurate information this way.

Thanks

I would like the height of the slider to be 300px

Hi!

1. Where can I settings the 4 main pictures places which is sliding?

2. Possible is setting the special Middle (hungarian) Europe character letters? example: á ö ? é í ü ?

Thank you Steve

Hi nedics,

1. You can populate and set the featured slides by populating a category with posts for each slide, and then choosing that category as your featured category from theme options.

2. Please check Echoes WP theme FAQ

Thanks

Dear imaginem!

I find the “slide show” place. Thank You.

I dont understand how can I genereting character. I have’not done before.

Must I write to css and php code in header?

Regards: Steve

Hi Steve,

It’s a simple process to generate a cufon font which has all the characters you need.

Right now it uses Museo font but has those characters excluded to minimize file size. Have you followed the FAQ instructions in the question about recreating a js font? If you didn’t succeed in making it then send me a mail via my profile. Do include a note about the problem. I’ll try creating the font set for you and mailing back.

Thanks

Hi imaginem,

I would like to have 6 slides on the first page (using kiwicks). Can you tel me where I will have to change things?

Another question is that I would like to link to 6 pages and not to 6 articles.

Thanks a lot for the theme, and for the assistance.

Hi,

Increasing the slides can be done in a simple edit

Edit featured/home-kwicks.php line 17 you’ll find the numeral 4. Increase to 6

For this to function properly you’ll need additions to the js/kwicks/kwicks-custom.js

Best if you mail me. I’ll send a kwicks file with support for the additional 6 slides. (Do include a note on it)

Thanks

Hello, nice looking theme. I’m considering purchasing but it appears to be missing a necessary feature in my mind; portfolio categories. Is this something that will be included in future releases.

If the theme already has this feature, sorry I didn’t see it mentioned anywhere. If it doesn’t, I think others would appreciate an option to categorize their portfolio as well.

Hi,

Portfolio items in categories is already implemented in the theme. If you check the demo its listing the portfolios in categories. It can also display them in multiple styles and have any number of portfolio parent categories.

Thanks

Ok, I guess I got confused because I didn’t see sub categories when looking at the portfolio, all I saw were different styles. I’m use to seeing portfolio sub categories listed horizontally. Is there a way to do this with this theme?

For example I would like to have my portfolio broke down into sub categories such as (logos, image editing, print design, etc). I want the viewer to be able to see these categories listed in the horizontal bar so they can see their options. Relying on the viewer to see the drop down arrow for the sub pages is a little too wishful in my opinion. Thanks. Sorry for any confusion.

Yes, that can be done with the same function used in the menu and with some additional CSS styles.

The function.

wp_list_pages

and list all pages under a particular parent. Its not implemented in the theme , but i’ll note it as a request.

Thanks

Hello,

love the theme… I’m wondering how to control what text goes into the “slide caption”. I don’t want it to cut paragraphs off. Please help.

Thanks!

Hi,

There are three php files in the includes/featured folder for the three featured blocks

If you edit each one you’ll notice a line with get_the_excerpt followed with numerical value 162. Change it to your likings. This is the number of characters for the featured captions.

Thanks

Yes i did, i uploaded the folder echoes into the themes folder on wordpress, what’s next?

Could you send me a mail via my profile. I’ll send some instructions for you.

Thanks

Hi, i love this theme, i’m really new with wordpress, can u send to me a tutorial step by step to upload this theme to wordpress? thank you :)

Hi,

Have you followed the Help Guide? Could you try populating the theme by following it. I’ll help.

Thanks

I am having the same problem as michaelmesh. The front page smoothmenu is populating the sub-pages into the dropdown options properly but once ‘inside’ the site they are not there, only the top-tier pages are shown.

michaelmesh how did you fix it?

Hi,

I think that should be a jquery conflict. Try disabling the plugins and activating them one by one to see what’s causing it.

Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey