arsama
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Forum: Plugins
In reply to: [The Events Calendar] How to show tooltip on hoverThank you.
Problem solvedForum: Plugins
In reply to: [The Events Calendar] How to show tooltip on hoverHi, Abz, thank you.
Problem in my custom template. If I remove
wp_enqueue_script(‘jquery-js-1’, ‘https://code.jquery.com/jquery-3.6.1.min.js’, array(), ‘3.6.1’, true);from functions.php, tooltip start working. How I can deregister that jquery in events page?
if(is_page(‘events’)) {
//not working
}- This reply was modified 3 years, 7 months ago by arsama.
Forum: Plugins
In reply to: [Ultimate Lightbox] How to show captions?I found a solution by adding a tag with data-ulbtitle and data-ulbdescription
Mehedi, thanks.
Working<?php $args = array( 'taxonomy' => 'course-category', 'orderby' => 'name', 'order' => 'ASC' ); $cats = get_categories($args); foreach($cats as $cat) { ?> <a href="<?php echo get_category_link( $cat->term_id ) ?>"> <?php echo $cat->name; ?> </a> <?php } ?>Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Complete Lesson ButtonI change it in my child theme css file by .tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button class
.tutor-single-page-top-bar .tutor-single-lesson-segment button.course-complete-button { background: #0e07368c; }Md. Mehedi Hasan, thank you
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Quiz (Open Ended / Essay)Has this problem been resolved?
But where I can use css for rewriting tutor/assets/css/tutor-admin.css styles?
Viewing 9 replies - 1 through 9 (of 9 total)
