Discussion on Eduma - Education WordPress Theme

Discussion on Eduma - Education WordPress Theme

Cart 47,140 sales
Recently Updated
Well Documented

ThimPress supports this item

Supported

This author's response time can be up to 1 business day.

13533 comments found.

Hi keng007,

Sorry not yet :|

Email Me Forum Follow Like

Hello Team,

I am interested to buy below theme. https://educationwp.thimpress.com/demo-university-3/

But before purchase i need to check whether this theme fulfill my requirements or not.

So kindly provide me demo wp-admin login details to check.

Hi SharmaAnshul26,

I got your request via the email. Our team is setting up a testing site for you ;), I will get back to your email shortly.

Email Me Forum Follow Like

Hi! I have a problem.

We want to use this gallery format https://educationwp.thimpress.com/demo-kindergarten/gallery/ , and we searched through the comments in here to see how it’s done, we don’t find any gallery widgets to add the post… could you please guide me on how to do it?

Hi arrigonimg,

This one available in the Eduma Kindergarten Child Theme, let me help you set it up. Just send me a request to edusupport@thimpress.com with subject “arrigonimg – Eduma Support” ;)

Email Me Forum Follow Like

This is a pre-sales question we want a system apart from regular LMS where

1. Corporate logins are meant to showcase the courses taken, employees enrolled for each of those courses, and their performances based on the metric that is used to judge success in that specific course suggested courses for their organization and a course calendar. 2. Individuals login in should see courses taken, their performance, a course calendar and suggested courses. In their logins, individuals will also be able to access any online material, or content, can be video lectures, interactive exercises, and so on. Think of it like a Learning Management System. 3. Lead generation through download brochure option on each program page.

is it possible with your plugin?

Hi chauhanapoorva2,

Sorry but it’s not possible now :(

Email Me Forum Follow Like

Curious how Eduma – Education WP is being used globally?

Check our real Education WP customer’s website

Check out these amazing Education WP WordPress LMS’s sites from many schools and institutions around the world:

SiteOrigin Page Builder Is Supported

WPBakery Page Builder Is Supported

And Now Elementor Page Builder Is Available

Hi,

first of all, thank you for your amazing work, with the support and the theme!

When I heard about updating the theme with Elementor, I started to explore and it seems like a huge evolution! Do not you think?

My question is this: the site is not very light, now with Elementor, will it be necessary to keep many other plugins?

Thank you!

Hi jcrb84,

Let me take a look at your current system first ;)

Just send me a request to edusupport@thimpress.com with subject “jcrb84 – Eduma Support”.

Email Me Forum Follow Like

Hello!

When will front-end course creation / lesson / instructor dashboard with commision and assignments be implemented?

I’m interested to buy this product and I’m waiting for 2 years to have front-end dashboards for both instructors and students.

Instructors should have full control over their courses from front-end. They should see their monthly commision, have a button to withdraw they money in their paypal account, view students enrolled in their courses, give them assignments, rate each student’s homework, etc…

For now, it’s a theme that looks good (at least better then the competition) but it lacks a lot of features for both instructors and students. Students can’t see a report on their improvements over time… instructors can’t do anything from front-end.

Giving users the possibility to login and see the default wordpress admin panel (or parts of it) won’t do the trick.

In 2019 under any circumstances there are no reason for a user to “feel” they are on a wordpress website by seeing the wordpress interface (top bar / left bar).

If there is an update that will implement these features please tell me when it is scheduled to be released?

Thank you!

PLEASE HELP!!!

I noticed that there is over 500 user registration over the weekend by someone who is trying to spam the website i just deployed with this theme . Is there a solution to this? I have tried to implement phone verification during registration but that didn’t work out with this theme. Kindly help

Hi marketingmatterz,

https://wordpress.org/plugins/google-captcha/ Please check this plugin to prevent spamming.

Email Me Forum Follow Like

Where is the child theme in the latest update? It seems the latest update changes things that don’t entirely support the previous child theme. Please advise ASAP.

Also, your latest update messes up the Thim: List Posts grid view. It pushes the right column that is beside it down underneath it.

I found the issue, please fix ASAP.

File: wp-content/themes/eduma/inc/widgets/list-post/tpl/grid.php Line: 131

Change: echo ’< / div>’; To: //echo ’< / div>’;

This closing div is a stray div and should not exist. It disrupts the layout.

Hi bennettedu,

Your custom child theme might be too old. Let me check it more carefully. Please send a request to edusupport@thimpress.com with subject “bennettedu – Eduma Support” ;)

Email Me Forum Follow Like

Hello. I want to use Woocommerce for the Memberships and I have set up a nice membership page and also added the membership levels on woocommerce. The membership list has the nice get it now buttons to press at the bottom of the page however these links to the propayments payments channel. How do i link these buttons to my woocommerce store membership? thanks

What happend this time, hmm? Again “so sorry, we checking problem” and still make nothing ? I gave your support all passwords in the begining of the past week – still nobody answer me. Guys, sorry, but what the fucking shit ? Why i must go to this topic every day via 2 months and praying you to help with YOUR BUGS?

This screenshot https://prnt.sc/nhtzha SHOW, THAT FIRST TIME I ASK YOUR HELP NEARLY 2 MONTHS AGO … From this time i only waiting, waiting, waiting and posting, posting, posting …

Why you so hate your clients, guys ?!! Can you understand that it is my money ( i purchase theme not to make you more rich, i need WORKING THEME for me) – i cant make affiliate programm, i cant make faq for users because registration way is bad, i manually register my students. i LOOSE MONEY EVERY DAY. It is not normal, guys, THAT IS YOUR THEME PROBLEMS, why you do not support?

I promise you – next time i will spam all this topic with asking clients not to buy your theme (with screenshots of “help”) and go to envato site support. I am 40 years, i am working with serious people, i dont think that you are so irresponsible …

How long are your holidays? Two months? When you can give a result – can you say the exact date? “Give us some more bit time” I hear already from the beginning of March .. I don’t believe you anymore

Return me my money for renew support. I pay for nothing. I am waiting for refund

It’s Labour Day. The refund is granted.

Good day,

I will need an assistance regarding a logic i am trying to implement. I have 2 separate categories on courses which are Short Courses and full diploma courses. However, there is a registration fee that applied to all the courses at the checkout cart, I am able to add the custom php function that added the registration fee, But what i am struggling with is how i can apply a separate registration fee to short course and full diploma course.

The idea i came up with is to create 2 parent course categories. 1) Short Course 2) Full Course

Then create all my short courses under the parent Short Course categories.

In my function.php Then i want to run a

function woo_add_cart_fee() { if(PLEASE HELP ME WITH THE CONDITION){ global $woocommerce; $woocommerce->cart->add_fee( __(‘Custom’, ‘woocommerce’), 700 ); else{ $woocommerce->cart->add_fee( __(‘Custom’, ‘woocommerce’), 300 ); } }

add_action( ‘woocommerce_cart_calculate_fees’, ‘woo_add_cart_fee’ );

Hi marketingmatterz,

Sorry but I don’t get your point clearly. Can you tell me more about the condition?

Email Me Forum Follow Like

Hi, I have pre-purchase question. 1. Can i remove the pricing in Course pages. i don’t want display the pricing.(like catalog mode in woocommerce, where price is not displayed).. 2.. I want to remove the Instructor & Review tabs in course pages an add some other tabs with Text content… Kindly reply.

Hi iartcreative,

Thanks for contacting us.

Yes and Yes, you can remove those things ;)

Email Me Forum Follow Like

do you know how i can disable all H1 on header?

Hi cfpuelma,

Let me help you set it up. Just send me a request to edusupport@thimpress.com with subject “cfpuelma – Eduma Support”.

Email Me Forum Follow Like

Hi how we can change Collection page layout since blog appear on left side and is it possible to select specific collection to add in a page , thanks alot

Hi mhhammam,

We will discuss more via the email ;)

Email Me Forum Follow Like

Hi, how can we link courses and products in Woocommerce? If someone takes a course, it gets free product .. or at half price … Thank you…

Hi Akademija19,

LearnPress LMS not depend on WooCommerce, that’s why courses and products are different. Right now you can add an external link for each course, link to a product. But this will be manual.

Email Me Forum Follow Like

Ok I am using latest version and everything. But the registeration form does not register any one there are just 5 yellow balls appearing on the screen andwhen clicked on register and then nothing happens. The thim registeration form or the registeration page is not taking native wordpress registerations. Registarations with social media are working fine. Any ideas?

Hi flexhazel,

Seem there is a conflict with another plugin on your site. Let me check it more. Can you share the site info to edusupport@thimpress.com with subject “flexhazel – Eduma Support”?

Your support time is expired, please renewing.

Email Me Forum Follow Like

I will renew on 18th May for sure. As after that we are done with the domain name repropagation

Hi flexhazel,

I’m glad to hear that.

Email Me Forum Follow Like

The “Thim: Course Categories” block with the “tab slider” layout is broken in the “edtech” theme. The “data-visible” and “data-desktop” properties don’t seem to save. They are set to 0 in the rendered code using “Visual Composer”.

Please patch this so the block can look the way it’s supposed to.

Hi infohtml,

Can you give me your site info? We will need to check it more carefully.

Just email me to edusupport@thimpress.com. Don’t forget to attach the theme purchase code so I can verify the support too ;)

Email Me Forum Follow Like

Just a couple of quick pre-sale questions: 1. Is it possible to add a unique incremental number to the certificates, in order to make them unique? This is how certificates usually work. 2. Is it possible to integrate Learn

Hi lemag,

1. Yes we can. We can generate an unique QR code for each certificate ;)

2. Sorry, do you mean LearnDash? or something else?

Email Me Forum Follow Like

Hi, it appears my message got truncated.

What I wanted to know was: 1. can LearnPress can be integrated with wishlist member to create a membership site? 2. Can you use another LMS like LearnDash or CoursePress?

Thank you.

Hi lemag,

1. We provide a premium integration addon for LearnPress and Paid Memberships Pro system ;). Those addons are included in the theme.

2. The theme is designed for LearnPress. Technically you can use LearnDash or Course Press, but some style will not ready for those other LMS.

Email Me Forum Follow Like

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey