[email protected]

Forum Replies Created

Viewing 15 posts - 46 through 60 (of 75 total)
  • Author
    Posts
  • in reply to: And yet another one #24521
    @Carser Thank you for your kind words. I'm all about sharing knowledge, but this was a paid job and as such I can't just give it away...it wouldn't be fair to my client. Please refer to: https://wplms.io/support/knowledge-base/creating-custom-featured-block-style/ After that is just a matter of adding the info you want to be displayed there and use opacity to hide/show it on mouse hover. If you get stuck at some step along the way and need help putting it together, I'll gladly assist you, just send me a message here or an email. And if you don't have any prior coding experience and would still like to have a nicely designed custom block that fits your requirements, you can always ask for a quotation. You may be surprise by how affordable a custom solution can be. Here's what I currently working on for you to see the endless possibilities (scroll down to see the blocks): http://lumeo.staging.wpengine.com/ Take care and let me know if I can help you any further
    in reply to: Remove Sidebar Forum #21833
    Oh, ok. So you wanna copy the file 'bbpress.php' from wplms to your child theme and then do the changes above. If that doesn't work I'm afraid you gonna have to wait from an official reply from Vibe team Good luck
    in reply to: Remove Sidebar Forum #21795
    Which WPLMS version are you on? And are you using a child theme?
    in reply to: Remove Sidebar Forum #21769
    Just open the 'bbpress.php' and replace: '<div class="col-md-9">' for '<div class="col-md-12">' Then delete: <div class="col-md-3"> <div class="bbpress_sidebar"> <?php $sidebar = apply_filters('wplms_sidebar','bbpress'); if ( !function_exists('dynamic_sidebar')|| !dynamic_sidebar($sidebar) ) : ?> <?php endif; ?> </div> </div> Save the file and it should work. Hope it helps you
    in reply to: And yet another one #21361
    @SAA2014 Oh, I assumed you had some sort of background in developing websites, I could've explain it better, thoroughly...but the forum formatting made it hard. Anyway... Send me an email if you need any more help, my email is a couple messages back. Take care
    in reply to: Hard coded strings #21049
    Still waiting...
    in reply to: And yet another one #20367
    @SAA2014 Thank you for your kind words! That's pure css...pretty neat, huh? The markup is quite simple, but the css is a bit tricky...but it's basicaly positioning and using pseudo-elements for the lines, bullets and arrows.
    
    <div class="line">
        <div class="box">
            Your text
        </div>
        <div class="label">
            Your label
        </div>
    </div>
    
    Ps: Be sure to make it responsive. Hope it points you in the right direction. Cheers Edit: Here's the markup <div class="line"> <div class="box"> Your text </div> <div class="label"> Your label </div> </div> <div class="line"> <div class="label"> Your label </div> <div class="box"> Your text </div> </div>
    in reply to: And yet another one #20366
    @chandsk Hey chandsk, If your message is meant for the vibe team you might have better luck posting it on another forum as I don't think they check this forum very often. if the message was meant for me you can either make your post public or send me an email at andreurdek(at)gmail(dot)com Cheers
    in reply to: WPLMS 2.0 BEta Test Results #18874
    Just started testing it out and I noticed I can't upload any WPLMS related images (eg: logo, badge, course bg image, etc)
    Uncaught TypeError: Cannot read property 'replace' of undefined
    
    window.send_to_editor @ scripts.js?ver=4.4.1:27
    
    (anonymous function) @ media-upload.php?type=image&tab=gallery&post_id=2244:3
    
    .../plugins/vibe-customtypes/metaboxes/js/scripts.js?ver=4.4.1
    in reply to: And yet another one #18840
    Thank you for your kind words PixelsHouse. This is a custom work done for a client using custom functions and css, unfortunatelly it's not built in the theme. If you want your own custom block, here's a great place to start: https://wplms.io/support/knowledge-base/creating-custom-featured-block-style/ If you're experienced it shouldn't be hard to put it together. Let me know if I can help you
    in reply to: changing width of unit/course page #18270
    @milli4697 Google would be good start, haha...just messing with you. Send me a email at andreurdek(at)gmail(dot)com with the link to this thread and I'll help you further. Take care
    in reply to: Hard coded strings #18269
    A simple yes or no will suffice. I'd love to know how this requests are queued as I haven't got any of mine resolved or, in most cases, even looked at, while questions that clearly fall off of the scope of support are answered in a matter of hours
    in reply to: Tip – Open login popup when user try to see free units #17922
    You mean like this? http://beta.kursaronline.com.br/curso/basic-of-nature-photography/ If so implementing the modern login should accomplish both. Hope it helps you
    in reply to: WPLMS 2.0 beta testing #17735
    [email protected] Thank you
    in reply to: Single Course Page Customization #17475
    Are you using a child theme? If not refer to my answer in this topic: https://wplms.io/support/forums/topic/changing-width-of-unitcourse-page/ You just need to copy the file 'single-course.php' over to your child theme and, of course, apply any styles related to the modern single course template to your child theme css. Let me know if that helps you
Viewing 15 posts - 46 through 60 (of 75 total)