Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter sauko

    (@sauko)

    Hi, I have checked all compatibilities, and it is an issue with X theme. When I change Theme the menu shows properly.

    Do you think we could fix this?

    Thanks!

    Hi sauko,

    I think X theme has another plugin which registered the same menu position with LearnPress (3). There are two ways to solve this problem: First, you can change the menu position of LearnPress inside learnpress.php.

    Look for this:

    public function admin_menu() {
    			add_menu_page(
    				__( 'Learning Management System', 'learn_press' ),
    				__( 'LearnPress', 'learn_press' ),
    				'edit_lpr_courses',
    				'learn_press',
    				'',
    				'dashicons-welcome-learn-more',
    				3
    			);

    Change the number ‘3’ to other number. But this method is temporary, when you update LearnPress, it will turn back to default (3).

    The second solution, you can find the plugin which conflict position with LearnPress and deactivate it.

    We will find a way to prevent this kind of problem soon.

    Thank you so much,
    Hoang

    The next version update tomorrow will fix this problem.

    Thank you for letting us know this issue.
    Hoang

    p.s: We are sorry because we cannot provide an update immediately.

    Thread Starter sauko

    (@sauko)

    Thank you so much!

    I’ll do that tweak and be waiting till tomorrow.

    Salud!

    Hello i want to use learnpress plugin with woocommerce plugin..
    so to link my product with courses to sell them online? please help me

    Plugin Contributor Thong Tran

    (@thongta)

    Hi there,

    In order to use LearnPress with WooCommerce, you will need WooCommerce add-on for LearnPress, which can be found at https://thimpress.com/shop/woocommerce-add-on-for-learnpress/

    Feel free to let us know if you have any further questions.

    Best Regards,
    Thong

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cannot see Learnpress main Menu’ is closed to new replies.