Forum Replies Created

Viewing 15 replies - 106 through 120 (of 788 total)
  • Plugin Author Kye

    (@gmax21)

    Hey Makre,

    Thanks for the kind comments! 🙂

    For your question, are we talking about the /courses/ slug?

    This is where it lists the courses and if so which part exactly would you like to edit?

    Take care.

    Plugin Author Kye

    (@gmax21)

    Hey again.

    As I mentioned in your other ticket, unfortunately the folks at WordPress frown upon us taking support out of the forums and providing it privately.

    We would need to continue in the forums for the free version, sorry.

    Take care.

    Plugin Author Kye

    (@gmax21)

    Hey there,

    If you have MarketPress enabled so you can sell courses you can go to here:

    Admin –> Products –> Store Settings

    You can then change the currency settings as required there.

    Hope this helps, have a great weekend! 🙂

    Plugin Author Kye

    (@gmax21)

    Hey there,

    Thanks for the kind words. 🙂

    I’m not sure I totally understand what you wish to achieve, what elements you wish to move. Could you please elaborate further to help me understand so that I can advise further? 🙂

    Take care and have a great weekend.

    Plugin Author Kye

    (@gmax21)

    Hey there,

    Although we can offer that kind of help with the pro version unfortunately we can’t set this up with the free version, sorry. WordPress frown upon us taking support away from their forums here.

    It seems it’s working with the default WP theme but not yours as you said. Which theme are you using, if it’s a free one we could test that ourselves and take a closer look that way.

    Take care.

    Plugin Author Kye

    (@gmax21)

    Hey again Tim.

    On (a), however, the fact that you are using CPTs has not achieved the desired effect of making use of the plugin simple and efficient. This is because you have chosen to implement CPTs in a manner that is, I’m afraid, just silly.

    I guess I don’t really understand why you think they’re silly but if you could elaborate further I’ll happily pass this along to our developers so they can discuss further.

    I would love to know who your testers were, because they clearly have to take some responsibility here. I very much doubt that they write anything like as many course modules as I do, and your implementation of CPTs is as problematic for efficiency as if you had not done so at all.

    We run one of the largest installations of WordPress multisite behind WordPress.com, this is called Edublogs (over 2.5 million websites). We also provide large installations for some of the most well known universities around the world through Edublogs and our recently launched CampusPress.

    http://edublogs.org/
    http://www.campuspress.com/

    Testers were varied as I’m sure you can imagine, and also included normal DEV members and people that mailed in asking about a course plugins.

    Your way means taking several more steps, which I might well have to re-trace, when the standard WP way gets me there in one, and without mistakes. When you write as many course units as I do, this is just hopeless.

    I think what I’m taking away from this, and please correct me if I’m wrong, but a way to search all units, maybe a live search, this would help remedy your frustration because you need an easy way to locate content that takes you there when you click?

    So this is more about navigating to the content through the interface rather than the actual CPT itself and if the normal view was exposed this should help you get what you need, you’d prefer units to be listed like you’d expect posts or pages, within their own view?

    Thanks for taking the time to feedback again, really appreciate it! 🙂

    Plugin Author Kye

    (@gmax21)

    Hey Dave (daveshine),

    Thanks for dropping by and leaving your thoughts, it’s really appreciated, thank you!

    If you wouldn’t mind leaving a review separately that would be awesome, no stress if not though. 🙂

    Hey Tim (KTS915),

    Thanks also for leaving your honest feedback and thoughts.

    From your first comment it seems the loss of two of those stars was due to us not using CustomPost Types, and that meant you couldn’t customise within the theme/design. As we’ve established that is false and they are in fact CPT’s, with that in mind do you think we could earn a star or two back now?

    The last star seems to relating to getting locked and the fact you don’t like our blue colour or layout. Well changing the colours is just some styling, if you wish to open a support ticket on that we’d be more than happy to work with you on changing the colours with CSS, I think that’s fair. 🙂

    The locked in thing, as with any plugin that uses multiple post types together, if you moved to another plugin it would first need to support the same post type name, it would also need to respect relationships where applicable along with the fields. I don’t know of many plugins that truly do that except those based of each other.

    Anyway, I get you don’t like the interface I understand why you might not award that final star.

    Naturally we are passing all constructive feedback along to our developers and thank everyone for helping and providing their input. This plugin has been in development for a long time, research conducted with many users and the interface based upon those who tested and provided feedback to us over that time.

    Thank you again for your valuable feedback.

    Plugin Author Kye

    (@gmax21)

    Thanks twisties34 for leaving your rating, we really love hearing people use and love our plugins 🙂

    Plugin Author Kye

    (@gmax21)

    Hey X-Raym,

    Thanks for the great feedback!

    Whilst I can’t guarantee anything specific on BadgeOS it has been added to a (long) list of new features our developers will assess. If more people keep asking for this it will certainly help 🙂

    Thanks again for the feedback, really appreciate you taking the time! 🙂

    Plugin Author Kye

    (@gmax21)

    Thanks for the kind comments, really appreciate you taking the time! 🙂

    Plugin Author Kye

    (@gmax21)

    Hey Brad,

    We totally dig Stripe. It’s included MarketPress Pro and that ships with CoursePress Pro to let you use Stripe.

    We understand not everyone loves Paypal and so we have a range of gateways included, 2checkout, Moneybookers, eWay shared payments, Cubepoints, Simplify Commerce by MasterCard, Stripe, and more! 🙂

    Have a great day!

    Great work on figuring that out lmllmn! 🙂

    Forum: Fixing WordPress
    In reply to: 403 ERROR

    Hey there,

    You’ll either need FTP or if you’re on cPanel (or similar) you can use the file manager. The file is in the root of your website and should look like this (check the right version):

    http://codex.ww.wp.xz.cn/htaccess

    Did you try disabling all your plugins to see if one of those was causing this?

    I’d definitely chat with your host too, they should be able to help.

    Take care.

    Hey there,

    Looking at your site I think you’re talking about the area CMSHelpLive was targeting.

    I originally thought you were talking about the titles on the grid home page as per my earlier screenshot, like this:

    http://monosnap.com/image/zezGcrNLgQOLLLs8qI2oQCNkbpnaxX

    But now I think you refer :

    http://monosnap.com/image/GzamXJWY67OpMqGdMWiPPCmnZuBq48

    And if that’s the case then it’s this CSS:

    .home #title-container{
    display:none;
    }

    I see that’s a static page set rather than the default grid. If you wanted to edit this out of the template instead of CSS and through a child theme you’d look at page.php, I’d guess you would still want the title on normal pages so you want to use !is_front_page around the title, something like this:

    <?php if (!is_front_page()) { ?><div id="title-container"> <h1><?php the_title() ?></h1> </div>
     <?php } ?>

    Hope this helps.

    Take care.

    So in the search installed themes nothing comes up for the theme name on your self hosted install?

    And just to cover this again:

    If it’s a single site then it should show, what happens when you go through the theme admin to install Illustratr again?

    I didn’t see the theme on WP.org, maybe I missed it. I do see a download link here though:

    http://theme.wordpress.com/themes/illustratr/

    Cheers.

Viewing 15 replies - 106 through 120 (of 788 total)