Search functon with thumbnail

Posted in: Newspaper
Post count: 13

Hello Tagdiv,

When i use the search function i can see the thumbnail next to the page/post when typing in my search. However when i press enter or select view all results. It only shows me all the pages and post without thumbnail.

Is it possible to only show my pages with the thumbnails instead of pages and post together without thumbnails.

Post count: 13

I would also like to know if its possible not to show the date when using the search function, so ideally i would like to use only page title+thumbnail in search function

Post count: 854

hi,

please give us a link to your site.
also please send us (via email to contact@tagdiv.com) your license address.
sorry for this but the theme is pirated and we have to do this checks.

on the search page if you want to hide the date you need to modify this file:
http://screencast.com/t/lvQwbEipN

Thanks for you message.
Radu A.

Post count: 13

Hello Tagdiv,

The change doesn’t seem to work. When i add echo i get a blank page instead. I don’t see <?echo $this->get_date();. All i see is $buffy. I copy and posted what i can see below:

function render() {
$buffy = ”;
$buffy .= ‘<div class=”td_mod_search td_mod_wrap’ . $this->get_no_thumb_class() . ‘” ‘ . $this->get_item_scope() . ‘>’;
$buffy .= $this->get_image(‘thumbnail’);

$buffy .= ‘<div class=”item-details”>’;
$buffy .= $this->get_title(td_util::get_option(‘tds_mod_search_title_excerpt’));
$buffy .= ‘<div class=”meta-info”>’;
$buffy .= $this->get_bread_crumbs();
$buffy .= $this->get_author();
$buffy .= $this->get_date();
//$buffy .= $this->get_commentsAndViews();
$buffy .= ‘</div>’;

$buffy .= $this->get_excerpt(td_util::get_option(‘tds_mod_search_content_excerpt’));
$buffy .= ‘</div>’;

$buffy .= $this->get_item_scope_meta();
$buffy .= ‘</div>’;

return $buffy;
}

P.S I’ve mailed you my license etc

Post count: 3343

Hi,
To hide the date on the search use this CSS, add it in Theme panel -> Custom CSS

.td-aj-search-results .entry-date {
    display: none;
}
.td-aj-search-results .entry-comments-views .td-sp-ico-comments {
	margin-left: 0px !important;
}

About the search page please give me more details, do you want the results to be only pages? Please can give me more details, or explain better, or show me a screenshot with a diagram explain.

Thanks for the message!

Post count: 13

Yes if possible i would the results to be only pages. Thanks for CSS for the fix for the date!

Post count: 3343

Hi,
Change to page here: http://screencast.com/t/Op9Sp2bTJVZt

Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.