Bree
Forum Replies Created
-
Forum: Plugins
In reply to: [LifterLMS BackPack Lite] Add Pinterest “Save” button to registration formAh, it works with the texbox field – thanks, just what I needed! (Any chance you’re going to update plugin again soon?)
Forum: Plugins
In reply to: [LifterLMS BackPack Lite] Add Pinterest “Save” button to registration formThis is a sample of the code I’m talking about:
<a href="https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.flickr.com%2Fphotos%2Fkentbrew%2F6851755809%2F&media=https%3A%2F%2Ffarm8.staticflickr.com%2F7027%2F6851755809_df5b2051c9_z.jpg&description=Next%20stop%3A%20Pinterest"></a>- This reply was modified 7 years, 6 months ago by Bree.
Forum: Plugins
In reply to: [Search and Navigation Popup] How to get this to workAh, I worked out what happened… I had been putting in [search-popup] instead of [serach-popup] (You have a typo 🙂 )
Thank you for your assistance.
Thank you, finally got it to work! Unfortunately the code above didn’t work, but the child theme template override with some other code did. Cheers.
Hello, I’m still after a solution/pointing in the right direction on this. It’s the only thing stopping me from launching my course – if I can get comments to work, I can go ahead and purchase some LifterLMS add-ons I need. Thanks in advance.
@thomasplevy So sorry to bother you, but do you have any suggestions on how to integrate the above into a child theme? Thanks in advance.
Can you help me understand why you need the space to go away?
I just like everything to look and work as best as they possibly can; when my clients get a website from me, they know it’s pixel perfect, that’s all.
(Side note: And now, despite not having touched it, it looks OK on Chrome again)
Update again: It appears OK on Edge but not on Chrome if that’s any help…
I don’t know what’s happened… it appears to have righted itself? Was there an update recently?
Edit: Nope, my mistake – extra space is still there… (though I swear for a moment it wasn’t!)
- This reply was modified 7 years, 11 months ago by Bree.
Just wondering if anyone had any suggestions on how I could put the above into a child theme? Thanks in advance.
Hi, yes it is – see here: https://www.dropbox.com/s/fy9uzv5o8btzbvi/14.PNG?dl=0
Forum: Plugins
In reply to: [WooCommerce] Product image + gallery missing when Social Warfare is activeThanks, will do.
I had some success modifying content-single-lesson-after.php by adding in the last line:
<?php /** * Display content after lesson content * @since 1.0.0 * @version 3.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @hooked - lifterlms_template_complete_lesson_link - 10 * @hooked - lifterlms_template_lesson_navigation - 20 */ do_action( 'lifterlms_single_lesson_after_summary' ); if( comments_open() || get_comments_number() ) { comments_template(); } ?>But I know that when I next update LifterLMS that I will lose this modification. Is there a hook I could use in my child theme instead?
Will share a link as soon as I can… for some reason I can’t get more than one access pass to show up on my test site, hence the screen shot of a site I can’t presently share. Will keep trying and keep you posted.