Escape Creative
Forum Replies Created
-
Forum: Reviews
In reply to: [Widget Areas for LearnDash] Very useful pluginThanks for the review! We’re really glad you like it 🙂.
If you have any feedback or questions, don’t hesitate to post in the support forum and we’d be happy to help.
Forum: Reviews
In reply to: [Design Upgrade for LearnDash] Great Plugin with fantastic support!Thanks for taking the time to write a review, Martin. We really appreciate it.
For full transparency, Martin purchased the Pro version of the plugin which does allow for customization. But we provide support & custom CSS snippets for the free version as well, and our support team is always happy to help 🙂.
Forum: Plugins
In reply to: [Design Upgrade for LearnDash] Update changed colours/stylesHi Ben,
Thanks for the kind words. I’d love to help you out here, as I’m also a fan of non-hacky CSS 🙂.
When you refer to “your LD settings,” are you referring to the color settings in LearnDash LMS > Settings? For example, the “Accent Color?”
I think I see what you’re talking about. For the “Course Home” link in the course navigation widget, LearnDash actually doesn’t apply it’s accent color to that link. The variable in the CSS you reference above for color is set to the general blue color that LearnDash uses by default. If you weren’t using my plugin, the link would be dark grey (from LD) and the hover color would change to whatever your theme is set to display for the hover color of links. (This is one of the few areas where my plugin does override your theme’s CSS… but it was done so it works with my premium plugin. A small trade-off.)
All of the variables used by my plugin are set with the
:rootselector. You can update them in your CSS file (or Additional CSS) like this. Change the color values to whatever you’d like.:root { --ldx-color-link: #000; --ldx-color-link-hover: #fff; }For the
.ld-lesson-item-section-headingstyles, I’d be happy to help you with some CSS to override what my plugin is doing, but I need more info. If your site is publicly accessible, a link would be great. Or you can send a screenshot and just describe the changes you’d like to make, and I’m happy to send you beautifully crafted CSS 🙌.If you have any other feedback about the plugin, I’d love to hear it. Thanks!
Forum: Reviews
In reply to: [Design Upgrade for LearnDash] This plugin makes a huge difference…Thanks Anita!
Just to be 100% clear for those reading this, only the Pro version has the ability to make your own customizations.
But we provide incredible support for both the Free & Pro versions, so you’re in good hands either way 😉.
Forum: Plugins
In reply to: [Design Upgrade for LearnDash] How to create a question include some questionI don’t think this is possible with the default implementation of LearnDash. You’d have to use custom code, or a third-party plugin like H5P.
Forum: Reviews
In reply to: [Design Upgrade for LearnDash] Works out of the box!Really appreciate the review, @woo-do. Thanks for taking the time.
Forum: Reviews
In reply to: [Design Upgrade for LearnDash] Amazing PluginThanks Daniel! Glad we were able to help 🙂.
For others who might be reading this, we helped Daniel with a compatibility issue between the Course Grid add-on and the Avada theme.
Forum: Reviews
In reply to: [Design Upgrade for LearnDash] Nice plugin! i’m very happy!So glad you like it, @ranbac 🙂. Thanks for taking the time to write the review.
- This reply was modified 7 years, 1 month ago by Escape Creative.
Forum: Plugins
In reply to: [Design Upgrade for LearnDash] Course Grid is completely off🙌
Thanks Dawn! It was a pleasure getting to help you customize some of the font sizes for a few of the LearnDash elements.
If you need help with anything else, don’t hesitate to reach back out to us. We’re always happy to help 😀.
Forum: Reviews
In reply to: [Design Upgrade for LearnDash] *Great* Plugin, Better SupportReally glad we were able to save you the time. Thanks for your kind words. 😊
Forum: Reviews
In reply to: [Design Upgrade for LearnDash] Fantastic, beyond the call of duty support!Thanks so much for the kind words, Peter 😊.
Forum: Reviews
In reply to: [Design Upgrade for LearnDash] Works with the limitations of LearndashIt will take you to the WordPress Customizer, the same place where you have been using our plugin all along. But when you click the “Customize” link in the toolbar from a specific page on your site, the Customizer loads with that page in the preview window.
So instead of loading the Customizer on your start page, it will load the Customizer on a course page, lesson page, the page you have your
[ld_profile]shortcode on, etc. It’s entirely up to you. Just navigate to that page on your front-end first, and then click “Customize.”Forum: Reviews
In reply to: [Design Upgrade for LearnDash] Works with the limitations of LearndashThanks a lot for the review, @lovesamla! We’re glad you’re pleased with the plugin & the support we offer 🙂.
As for your feedback about the “Customize” link taking you to your homepage… I realize this is not ideal. Most people don’t have LearnDash elements on their homepage, so they’d have to click to another page before they started seeing their changes.
While I do think there is technically a way to load a specific page, the challenge is which page do I choose to load?
- Some people use the course grid add-on, and some don’t. And even if I wanted to load the course grid, the
[ld_course_list]shortcode can be placed on any page, so how would my plugin know which page that is? - Same thing with the
[ld_profile]shortcode. I don’t know which page each site would be using to display that info. - It’s also impossible for me to predict which LearnDash info you’d like to customize: profile, course content table, course grid, the buttons on a lesson page, etc. This is different for each user.
On your user profile page in the WordPress admin area, if you have
Show Toolbar when viewing siteenabled, you can load the Customizer directly from whatever page you are viewing, and start customizing it right away. Just navigate to the page that contains LearnDash elements, than look in the black Toolbar at the top for the “Customize” link.Thanks again for the endorsement!
Forum: Reviews
In reply to: [Design Upgrade for LearnDash] Much better design and great supportThanks @devcri! And I appreciate you providing thorough information to help us test things out for you.
- This reply was modified 7 years, 4 months ago by Escape Creative.