Short description formatting

Home Forums Legacy Support Support queries Styling issues Short description formatting

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #223861
    logan
    Member
    HEllo, i have rewritten the codes. please remove above one and  try this one: add_action('wp_footer',function(){ if(!current_user_can('manage_options') ): ?> <script> jQuery(document).ready(function($){ $("body").delegate(".course .item-title>a","click",function(event){ event.preventDefault(); });   }); </script> <script> jQuery(document).ready(function($){ $("body").delegate(".course ul#course-list .item-avatar>a","click",function(event){ event.preventDefault(); }); }); </script> <?php endif; });
    #224265
    dav80
    Spectator
    Perfect !   Thanks
    #224316
    logan
    Member
    Thanks for confirming. closing this topic.
Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘Short description formatting’ is closed to new replies.