.
Hi, We bought this item for our church, but we are getting various errors. Can you help us out? We are running WordPress 2.9 The error we are getting is in our main INDEX page, it says
FATAL ERROR : Call to undefined function: strripos() in /home/content/l/l/a/llamadafinal/html/blog/wp-content/themes/neulane/includes/truncate.php on line 34
It’s right under our showcase category.
The same error comes out when we click any of the MENU options on the top under our LOGO .
Please let us know how to solve this problem, we would really appreciate it.
Hi Jesse,
I recently purchased your theme and started using it on my web-site http://automation-beyond.com/
First of all, I would like to thank you for all the time and effort you put designing this theme. I found it very convenient to use and easy to customize.
If you are interested I suggest you to consider the following enhancements for the next versions.
- Middle widget – Favorite posts (based on Wordpress Stats plugin)
- Side bar – Google Adsense widget
- Side bar – An optional ad image for a Calendar widget (as the calendar table takes only a half of the space available)
- indexshowcase.php – truncate function uses post contents. I suggest using post excerpt first, and if it’s not available – truncate the post contents
- top bar menu (“superfish” JavaScript). Somehow dropdown menus were appearing under certain images. I don’t know if it’s a best way to fix, I changed CSS for images and dropdowns by adding z-order style attributes
- single.php * I added Previous / Next Post links (used previous_post_link/next_post_link functions) * I added “Posted in categories” info (used the_category function) * I added “Edit entry” functionality for the author, which is a convenient shortcut (used edit_post_link(‘Edit this entry’,’’,’‘); function) * I added Related posts section (used another plugin)
I also have 2 problems and I would really appreciate if you could advise me on fixing them.
1) Blog description text (“An engineering approach…”). Somehow certain letters (“g”, “p”) are truncated from the bottom. and it really doesn’t look good. Could you please specify where and what should I change to fix that?
2) Missing resources. I did a simple performance test of the theme and it reported a couple of missing files: - http://www.templateup.com/wp5/wp-content/themes/neulane/images/topbarhover.gif - http://www.templateup.com/wp5/wp-content/themes/neulane/images/usercomment.gif
Same problem is on my web-site too.
You can see both results here: My web-site: http://tools.pingdom.com/fpt/?url=http://automation-beyond.com//&id=1787596 Template preview: http://tools.pingdom.com/fpt/?url=http://www.templateup.com/wp5//&id=1787602
Thank you, Albert Gareev
Hello,
How do I remove shortcodes from the excerpt showing on archive and search result pages? Some of my posts have images at the top of the post, and the Caption shortcode is appearing.
I’ve tried entering the following into the functions.php
function remove_shortcode_from_index($content) {
if ( is_home() ) {
$content = strip_shortcodes( $content );
}
return $content;
}
add_filter('the_content', 'strip_shortcodes');
I’ve tried guessing and changing the is_home to is_index and is_search, but neither worked.
Can you help? Thanks.
stupid question here… but how do I change it so that I can add custom html links into the header rather than the standard coded category links?


73 Purchases
25 Comments