Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] Search


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old May 23, 2012, 07:24 AM
gnosis
 
125 posts · May 2010
[SOLVED] Search

The site search works differently between my development site and my production site and was wondering if it had to do with theme or wordpress core settings.

On my development site, i get a list of results that have hyperlins back to the page.
On my production site, i do not get hyperlinks.

I have attached two screenshots of both results pages.
Attached Thumbnails
Click image for larger version

Name:	production.jpg
Views:	145
Size:	110.2 KB
ID:	1882  Click image for larger version

Name:	dev.jpg
Views:	153
Size:	127.9 KB
ID:	1883  
  #2  
Old May 24, 2012, 09:22 AM
gnosis
 
125 posts · May 2010
Spent the morning, merging dev vs. live/production sites and other than a few htacess IP differences the directories and files within are identical. So, must be a setting.
  #3  
Old May 24, 2012, 02:04 PM
juggledad's Avatar
juggledad
 
19,995 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
what happens if you swap to twenty-eleven?
  #4  
Old May 24, 2012, 02:06 PM
gnosis
 
125 posts · May 2010
Will check tomorrow when site is less busy. Thanks.
  #5  
Old May 25, 2012, 05:52 AM
gnosis
 
125 posts · May 2010
Search is presented correctly in twenty-eleven.

Attached searchform.php

Also, here are the changes i have made to the theme (exist on dev (where search results work) and live servers):

To make Logo Linkable to External URL in bfa_header_config.php add:
if ( $bfa_ata['logo'] != "" ) { echo '<td ' . $header_rowspan . 'valign="middle"><a href="http://www.mysite.edu"><img src="';

To make tagline clickable in functions.php add:
<?php function blog_filter($string, $show) { if ( $show == "description" ) {$string = str_replace('CUNY Graduate Center', '<a href="http://www.mysite.edu/">MY Site</a>', $string);} return $string; } add_filter('bloginfo', 'blog_filter', 10, 2 ); ?>


Modify footer in functions.php:
$footer_content .= '<br /><a href="http://www.mysite.edu">Contact Us</a>: 666 Fifth Avenue, New York, NY | Circulation: (212) 977-7083| Reference: (212) 977-7077 | <a href="http://www.mysite.edu">Email</a> <br/> </p> </a>'; return $footer_content; }


Refresh RSS News in functions.php:
add_filter( 'wp_feed_cache_transient_lifetime', create_function('$fixrss', 'return 1800;') );

Disable Flash Media Uploader in functions.php:
<? function disable_flash_uploader() { return false;} add_filter( 'flash_uploader', 'disable_flash_uploader', 1 ); ?>

Add Breadcrumbs to Pages in index.php:
<?php if ( function_exists('yoast_breadcrumb') ) {yoast_breadcrumb('<p id="breadcrumbs">','</p>'); } ?>
Attached Files
File Type: txt searchform.txt (591 Bytes, 88 views)
  #6  
Old May 25, 2012, 07:56 AM
juggledad's Avatar
juggledad
 
19,995 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
If it works in one site and not the other, then it is a difference between the two.

I just tested the search on a vanila atahualpa site and I get the links back, so it must be something you have done. One of the changes, some plugin or combination of plugins.

Here is an idea, take a look at this thread and install a fresh copy of the same version of atahualpa and test with that one. If it works, you will know it is one of the changes you made.

Bookmarks

Tags
search results

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to: Replace search bar with google search bar frugalmommytoday Header configuration & styling 14 May 19, 2011 11:23 AM
Search Button with Search Box in header True Header configuration & styling 4 Aug 2, 2010 03:50 PM
Search facility does not search text within embedded HTML using iframe cdgeorge Header configuration & styling 0 Oct 26, 2009 05:33 AM
How can I make the search wigget search in pages? aquilaciencia Plugins & Atahualpa 3 Aug 17, 2009 09:21 AM


All times are GMT -6. The time now is 07:36 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.