lijitimit
Forum Replies Created
-
@shortster During the setup on step 2 you should see a box to input the path. I think they changed the set up from before, so I can’t seem to re-create the original steps. You can see the box I’m talking about on the set up video at around 1:38 here. Cheers!
Worked great and fast support. Cheers
Thanks marking resolved
FUN FACT!
I am also using LOCAL by Flywheel but I’m on a MAC. I was having the same issue, and fixed it during the MainWP quick setup by lying and saying I was on a PC, so I could input the correct path to an openssl.cnf file.
@mainwp perhaps it may be a good idea to add that input for us mac users as well. Hope this helps someone!
Ok that makes sense thanks for the reply. Love your plugin!
Thanks for having a look.
[menu name="instructor-menu"] <div class="notice-box-warning"> <p>Reset course progress. NOTE! This cannot be undone. All progress will be lost!</p> <p><strong>RESET YOUR INSTRUCTOR GUIDE PROGRESS: [uo_reset_course_progress course_id="2181"]</p> <p><strong>RESET YOUR HOSPITALITY ENGLISH PRO PROGRESS:</strong> </p> <p>[uo_reset_course_progress course_id="63024"]</p> </div> <div class="notice-box-warning"><strong>WARNING!</strong> Using this form will change your student's course completion progress, and may have some unintended consequences.</div> <p>[uo_groups_manage_progress]</p>
Here is the selector CSS added by Twentig:
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .default-max-width, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce), .post-thumbnail { max-width: var(--responsive--aligndefault-width); margin-left: auto; margin-right: auto; }
Removing this rule fixes the issues.
max-width: var(--responsive--aligndefault-width);
This rule is found in: https://teach.3alearning.com/wp-content/plugins/twentig/dist/css/twentytwentyone-style.min.css?ver=1.2
It seems to to be telling divs to respect the set default width. If I wrap the whole HTML with something like <div syle=”alignwide”>CONTENT</div> this will also override the plugin CSS.
You can check out the block on a testing site here: TEST HERE
Notice how the first few divs are at default width because they are wrapped in a “<p>” tag or some other inner div, while the last lines are wide width, respecting the default TT1 CSS.
Forum: Plugins
In reply to: [Interactive Content – H5P] Finding the H5p slugThank you for the quick reply Thomas. That was very helpful! I actually had figured out that the slug could be gleaned from the title, the issue in our case was a staff member CHANGED the title, so we couldn’t figure out the slug ??
Your solution worked. Cheers.
haha maybe one more suggestion.
As your settings are all customizer based, it would be handy to have an import/export option for settings so sites can be easily duplicated.Forum: Plugins
In reply to: [WP Post Popup] Please remove Review NagSeems to be good now, haven’t seen it in a while. Thanks for listening!
Forum: Plugins
In reply to: [WP Post Popup] Please remove Review NagOnce a month would be great! I understand wanting to have them in there, hey, it made me go review ??
I am able to dismiss, but as a webmaster, cache is cleared often, so it seems like I was seeing it on every page, all the time.
Thank you for the response. Scratching my head here. I’ve tried that a few times, with no luck. My server is in China (sometimes blocked/ slow connections to the outside world) and I’m still new to Mailjet (limited API and sending) so there may be something else at play. I’ll mark this as resolved and reach out again if I can’t get it working… good news is… I’m possibly not inept!
Forum: Plugins
In reply to: [WP Weixin] Missing QR image for authenticationSorry, also noticed the name on your contact QR is Dan Froal? Is that correct?
Forum: Plugins
In reply to: [WP Weixin] Missing QR image for authenticationHi Alexandre. I’ve tried reaching out on Wechat. There’s a few things I wouldn’t mind talking to you about. I’ll send you another request. I’d love to connect! Wechat ID lijitimit aka James
Thanks
Forum: Plugins
In reply to: [Popup Like box - Page Plugin] Missing “do not show for X days” setting?Awesome! I thought I was going crazy there. It definitely would be a good feature to add. Thanks for sharing this on the WP repo, and the quick reply.