Ibrahim
Forum Replies Created
-
Forum: Plugins
In reply to: [Tutor LMS - Migration Tool] Tutor LMS -> Tutor LMSHello @stemon!
You can export and import data from the staging site to the main site.
Also, can direct migrate site from staging to the main site using Duplicator plugin.
Thank you!
Hello @erick677 !
Did you check your browser console ?is there any issue?
And, can you contact our support through this address support at themeum dot com
Thank you!
Hello @shopvouge!
Did you set your course feature image from the course backend, see the attachment: https://prnt.sc/1yalp3l
Then, still have issue , can you,please contact our support through this address support at themeum dot com
Thank you!
Forum: Plugins
In reply to: [WP Mega Menu] Social media icons are not visibleHello @mandy0607!
It is the font-awesome missing issue, you can write this CSS
#header .social-icons li a i { font-family: 'FontAwesome' !important; }
Add this CSS in Appearance => customize => additional CSS
Thank you!
Forum: Plugins
In reply to: [WP Mega Menu] WP Mega Menu conflictsHello @gauravkhupse!
We got the issue, it is really unfortunate. We will fix the issue and update ASAP.
Thanks for your patience!
Hello @zuhairmasiran !
Check your browser console, please. Is there any console error or not? Also, It can be a plugin conflicting issue.
`These steps will help rule out a possible plugin conflict.
1. Disable all the other third-party plugins and check whether that
solves the issue
2. If that solves the issue, please activate the plugins one by one to
rule out the conflicting plugin
3. If that doesn’t work, please check it by activating the parent theme
4. If the issue still persists, please activate a WordPress default
theme like Twenty Twenty and checkThank you!
Hello @ayhanrv!
You can add this hook to your function file.
add_filter( 'register_post_type_args', 'wpcourse_register_post_type_args', 10, 2 ); function wpcourse_register_post_type_args( $args, $post_type ) { if ( 'courses' === $post_type ) { $args['rewrite']['slug'] = 'sggd';//here you can add your own slug } return $args; }
Thank you!
Forum: Plugins
In reply to: [WP Mega Menu] 1.4.1 broken CSS Output LocationHello @isabelb!
Did you check with any WordPress default theme? It is working fine in any default theme. Some custom theme faces this type of issue, so we recommend using the file system.
can you contact our support through this address support at themeum dot com, about the issue, please
Thank you!
Forum: Plugins
In reply to: [WP Mega Menu] 1.4.1 broken CSS Output LocationHello @isabelb!
Can you set the “file system” from the settings, see the attachment, please
https://prnt.sc/1xd9rjaMay I know why you can’t change the “file system”?
Also, I have noted the issue for future updates.Thank you!
Hello @devansh5570 !
From block settings-> advance tab you can hide specific blocks for mobile and tab devices.
See the attachment, please: https://prnt.sc/1xcudgtThank you!
Forum: Plugins
In reply to: [WP Crowdfunding] Display pledged amount per CampaignHello @denia11!
You can check the fund-raised.php file template, in this location
wpcftemplate/woocommerce/basic/include/fund-raised.php. Then, you will get an idea.Need some custom work to get the total spent per product id, this type of custom work is not under support policy, hope you will understand.
Thank you!
Forum: Reviews
In reply to: [Tutor LMS - eLearning and online course solution] Great Customer SupportHello @svagonxd!
Thank you so much for your great review, we always try to satisfy our users.
Thanks again!
Hello @shopvouge!
It is an image missing issue, you can regenerate the feature image.
Do you want to remove the feature image? Not clear about your issue.
Thank you!
Hello @praxs1979!
You have to include your own icon first, which icon are you using? is it font-awesome? then you have to include font-awesome.
And our icons are predefined,if you want you can include your custom icon in the SVG format. you will get in this file location,/plugins/tutor/assets/icons/font/tutor.svgThank you!
Hello @praxs1979!
That comes from CSS, it is a custom icon, set as before. You can change this with CSS.
See the attachment, please: https://prnt.sc/1x1wtgj
But, if you want to use any icon library, then you need to load that icon first.Thank you!