• Resolved Tamsu

    (@tamsu)


    Loving the Courepress plugin!! Looking get PRO in the coming weeks once I’m done with set-up and my client is happy πŸ™‚ I’d like to know if it’s possible (perhaps with shortcodes) to recreate the dashboard page, there are certain features I’d like to remove, in particular the Find Out More button, Price and the Withdrawal | Course Details text. Or is it possible to remove this another way?

    Thanks in advance πŸ™‚

    https://ww.wp.xz.cn/plugins/coursepress/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @tamsu,

    Awesome to hear you’re loving it, and we’d love for you to give the premium version a go! Let’s see what we can sort out with the items you’ve mentioned here. πŸ™‚

    It’s definitely possible to alter those elements in various ways. The Find Out More button could be hidden with CSS like so:

    .student-dashboard-wrapper .featured-course-link { display: none; }

    That can be added to your theme’s style.css file (best to use a child theme in this case) or through a plugin like so:
    http://ww.wp.xz.cn/plugins/imporved-simpler-css/

    However, if you hide that, users wouldn’t be able to get to the course very easily. Is there a reason you wanted to do that?

    The Price button wouldn’t only be available if you’ve setup the payment features. Did you maybe want to hide the button if the course is free?

    The Course Details could be hidden like so:

    .student-dashboard-wrapper .course-summary { display: none;}

    If you just want to change the terms that are used, you could create a custom language file and provide the customized terms by basically translating them.

    You’ll find info about translating here:
    http://codex.ww.wp.xz.cn/Translating_WordPress

    And in this case, you’d basically just configure WordPress for a specific language, create a custom translation for the plugin using Poedit (or similar), then copy that translation to the language folder.

    Or alternatively, you could use a plugin like this to automatically find-replace text strings:
    https://ww.wp.xz.cn/plugins/real-time-find-and-replace/

    It does require some server resources so that might not be optimal for you, but it’s a very easy solution.

    How does that all work for ya? πŸ™‚

    Cheers,
    David

    Thread Starter Tamsu

    (@tamsu)

    Hey @david,

    Dude you rock!! it worked like a charm πŸ™‚
    I have a bit of fussy client, that wants what they want >< eish!

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Awesome! Glad David was able to get this sorted for you Tamsu πŸ™‚

    Hope you’re having a great weekend.

    Cheers,
    Tyler

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit the Dashboard page’ is closed to new replies.