kaquna
Forum Replies Created
-
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] enrolled not finishedthe settings are all correctly configurated…
in fact, some purchases are correctly finished, and students can access to the courses…Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] attachments disappearI will test it.
many thanksForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] enrolled not finishedthe order is completed in the EDD plugin, and the payment received correctly in paypal…
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] attachments disappearit only happens when change lesson in sidebar. not happens changing lessons with nav (next/prev) buttons…
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] attachments disappearyes, it appears, but if you click in another lesson that has no attachment and later goes to the lesson with attachment, this has disappeared…
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] attachments disappearI don’t mean a course attachment, where you need the paid version, but the attachment that you can put in each lesson. In the free version you can put an attachment in each lesson…
in the edit lesson frame I have:
– the title of the lesson
– the content
– feature image
– video source
– time
– upload attachmentForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] instructor authormaybe the course has to be created first by the instructor himself…?
Forum: Plugins
In reply to: [Video Conferencing with Zoom] cloud recordingI have test this…
when I said “displayed”, I meant watch the video recording on an embedded player, not a list of recordings
is it possible with this plugin…?
thanks
Forum: Themes and Templates
In reply to: [Astra] navigate posts in same categoryI find this code
function previous_posts_from_same_category( $args ) { $args['in_same_term'] = true; return $args; } add_filter( 'astra_single_post_navigation', 'previous_posts_from_same_category' );this code allows navigate between the same category, but same child category.
I little more explained:
I have two categories named “parent cat 1” and “parent cat 2”. “parent cat 1” has two subcategories: “child cat 1” and “child cat 2”. the “child cat 1” has one “post 1” and the “child cat 2” has one “post 2”.
“parent cat 2” has only one “post 3”the tree would be:
parent cat 1 child cat 1 > post 1 child cat 2 > post 2 parent cat 2 > post 3by default, from every post, there are next and prev buttons, and you can navigate through all post.
with the found code, you can navigate through posts with same category, not the same parent category but the same child category.
if I am in “post 1”, there are no navigation buttons, because the “child cat 1” only have one post.I would want that when I’m in “post 1” (which belongs to “parent cat 1”) I could navigate to “post 2”, but not to “post 3”.
can it be possible…?
many thanks
works fine!
many thanks, @pratik-jainI hope this changes can be set in next updates 🙂
hi
I haven’t made any redirection…
I click on the link that leads to the mail. This takes me to the page with two possibilities:
1. if I am logged in, the link takes me to the receipt page.
2. if I am not logged in, the login form is looped.after making the suggested change (although I don’t know if I’ve done it properly):
1. if I am logged in, the link takes me to the receipt page.
2. if I am not logged in, the form works and I access, but it takes me to the home page.😀
I test making the change directly in the file actions.php
I don’t know if this is the correct way…Forum: Plugins
In reply to: [WP Ultimate Post Grid] date formatmany thanks
Forum: Plugins
In reply to: [Recent Posts FlexSlider] flexslider excerpti know this
but when I update the plugin, the change will have to be made again…
that was my question. the way the update not affect the change.maybe put in the configuration a box to choose excerpt or content?
Forum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] tutor typographyif it is possible, I would like to know what icons it have available so that I can use them and place in various other places in the courses/lessons.