• Home
  • Knowledge
  • Manuals
    • Manuals
    • Video Tutorials
      • Adore Church WP
      • AutoStars WP
      • BornToGive WP
      • Gaea WP
      • Native Church WP
      • Eventer
  • Services
  • Open a Ticket
  • Need Customisation?
  • Home
  • Knowledge
  • Manuals
    • Manuals
    • Video Tutorials
      • Adore Church WP
      • AutoStars WP
      • BornToGive WP
      • Gaea WP
      • Native Church WP
      • Eventer
  • Services
  • Open a Ticket
  • Need Customisation?
home/Knowledge Base/Quick Solutions/Make the event date in list style clickable (BornToGive Theme)
Popular Search:Theme installation via WordPress, Translate the theme

Make the event date in list style clickable (BornToGive Theme)

127 views 0 July 26, 2019 admin

Add this custom javascript at Theme Options => Custom CSS/JS (js field)

jQuery(document).ready(function(){
  jQuery('.events-compact-list li').each(function(){
    var permalink = jQuery(this).find('.post-title a').attr('href');
    jQuery(this).find('.event-date').wrap('<a></a>');
    jQuery(this).find('.event-date').parent('a').attr('href',permalink);
  });
});

Was this helpful?

Yes  No
Related Articles
  • Apple Podcast Category/Sub Category
  • Elementor Demos (Native Theme)
  • Show ‘All Events/Sermons’ button at with the countdown on mobile (NativeChurch Theme)
  • RealSpaces theme single property mobile layout
  • Home page banner title (AdoreChurch)
  • Resolve delay in page loading
Leave A Comment Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Quick Solutions
  • Make the event date in list style clickable (BornToGive Theme)
  • Apple Podcast Category/Sub Category
  • Elementor Demos (Native Theme)
  • Show ‘All Events/Sermons’ button at with the countdown on mobile (NativeChurch Theme)
  • RealSpaces theme single property mobile layout
  • Home page banner title (AdoreChurch)
View All 7  
Popular Articles
  • Translate theme
  • Speed up your website
  • Make Flexslider images responsive
  • Generate Envato Token
  • Add Animated GIF images in WordPress
KB Categories
  • Getting Started
  • How To's
  • Ticket System
  • General Issues
  • FAQs
  • Quick Solutions
  • Support Policy
  • Privacy Policy
  • © 2022 imithemes. All Rights Reserved.

Popular Search:Theme installation via WordPress, Translate the theme