Willburn Posted May 9, 2019 at 10:05 PM Share Posted May 9, 2019 at 10:05 PM Hi, When setting it to thumb view, summary text shows up as a tooltip when hovering over the Main Media Thumbnail. Is there any way i can disable the tooltip and have the summary text to show up as normal, meaning no tooltip and hovering ? I have made a small modification which works as a temporary solution + using overrides as explained in the documentation. Copied the following from blogview.thtml: <div class="jrListingSummary"> <?php echo $Text->truncateWords($listing['Listing']['summary'],$list_abstract_trim);?> </div> <?php elseif($list_show_abstract == 1):?> <div class="jrListingSummary"> <?php echo $listing['Listing']['summary'];?> </div> and pasted + replaced the following in listings_thumbview.thtml: <div class="jrListingSummary jrPopup"> <?php echo $Text->truncateWords($listing['Listing']['summary'],$list_abstract_trim);?> </div> <?php elseif($list_show_abstract == 1):?> <div class="jrListingSummary jrPopup"> <?php echo $listing['Listing']['summary'];?> </div> Link to comment
Alejandro Posted May 9, 2019 at 10:21 PM Share Posted May 9, 2019 at 10:21 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Willburn Posted May 9, 2019 at 10:31 PM Author Share Posted May 9, 2019 at 10:31 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.