• Home
  • Knowledge
  • Manuals
  • Video Tutorials
    • Adore Church WP
    • AutoStars WP
    • BornToGive WP
    • Gaea WP
    • Native Church WP
    • Eventer
  • Open a Ticket
  • Need Customisation?
  • Home
  • Knowledge
  • Manuals
  • Video Tutorials
    • Adore Church WP
    • AutoStars WP
    • BornToGive WP
    • Gaea WP
    • Native Church WP
    • Eventer
  • 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)

59 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
  • 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)
  • RealSpaces theme single property mobile layout
  • Home page banner title (AdoreChurch)
  • Resolve delay in page loading
Popular Articles
  • Translate theme
  • Speed up your website
  • Add custom fonts to your website
  • Add Animated GIF images in WordPress
  • Generate Envato Token
KB Categories
  • Getting Started
  • How To's
  • Ticket System
  • General Issues
  • FAQs
  • Quick Solutions
  • Support Policy
  • Privacy Policy
  • © 2021 imithemes. All Rights Reserved.

Popular Search:Theme installation via WordPress, Translate the theme