BelleT
Forum Replies Created
-
Hi @thomasplevy
Thank you so much for your response.
You’re not going to believe this…
I haven’t changed a single thing. I simply haven’t had the time to work on the site but when I logged on today and created another test student account to try another purchase, everything worked. It just worked perfectly.As a result I won’t open a support ticket, but thank you for providing me with those details and for all your help!
To anyone else having this issue, maybe this might help you:
– Log out and clear your browsing history
– Sign in and create a new student account
– Try purchasing something
Good Luck!Hi @thomasplevy
Thank you so much for responding – I do love what LifterLMS is trying to achieve and I understand you guys are a small team doing your best.
I have followed all instructions for auto enrollment according to the documentation
My website is wwww.easycpd.online (currently in construction, but if you’d like to jump around inside and see what’s going on, I’m happy to give you login details)Please find attached the screenshots:
Apologies for the double post – the second image was not inserted properly
Thank you so much for your time and effort – it is truly appreciated!- This reply was modified 8 years, 4 months ago by BelleT.
Hi @thomasplevy
Thank you so much for responding – I do love what LifterLMS is trying to achieve and I understand you guys are a small team doing your best.
I have followed all instructions for auto enrollment according to the documentation
My website is wwww.easycpd.online (currently in construction, but if you’d like to jump around inside and see what’s going on, I’m happy to give you login details)This is the system report from LifterLMS:
Wordpress
——————————————-Home Url: https://www.easycpd.online
Site Url: https://www.easycpd.online/wp
Version: 4.6.1
Debug Mode: No
Locale: en_AU
Multisite: No
Page For Posts: Not Set
Page On Front: EasyCPD (#2)
Permalink Structure: /%postname%/
Show On Front: page
Wp Cron: YesSettings
——————————————-Version: 3.1.6
Course Catalog: Not Set
Course Catalog Per Page:
Course Catalog Sorting: title,ASC
Membership Catalog: Memberships (#189)
Membership Catalog Per Page: 10
Membership Catalog Sorting: title,ASC
Site Membership: Not Set
Student Dashboard: My Courses (#192)
Courses Endpoint: my-courses
Edit Endpoint: edit-account
Lost Password Endpoint: lost-password
Vouchers Endpoint: redeem-voucher
Autogenerate Username: yes
Password Strength Meter: yes
Minimum Password Strength: medium
Terms Required: yes
Terms Page: Terms and Conditions (#204)
Checkout Names: required
Checkout Address: required
Checkout Phone: hidden
Checkout Email Confirmation: yes
Open Registration: yes
Registration Names: required
Registration Address: required
Registration Phone: hidden
Registration Voucher: optional
Registration Email Confirmation: no
Account Names: required
Account Address: required
Account Phone: hidden
Account Email Confirmation: yes
Checkout Page: Purchase (#191)
Confirmation Endpoint: confirm-payment
Force Ssl Checkout: no
Country: AU
Currency: AUD
Currency Position: left
Thousand Separator: ,
Decimal Separator: .
Decimals: 2
Trim Zero Decimals: no
Recurring Payments: yes
Email From Address: [email protected]
Email From Name: EasyCPD
Email Footer Text: Easy CPD for Busy Health Practitioners
Email Header Image: https://www.easycpd.online/wp/wp-content/uploads/2016/11/colourlogo.jpg
Cert Bg Width: 800
Cert Bg Height: 616
Cert Legacy Compat: noGateways
——————————————-PayPal: Enabled
PayPal Test Mode: Disabled
PayPal Logging: no
PayPal Order: 1
Manual: Disabled
Manual Logging: no
Manual Order: 1Server
——————————————-Mysql Version: 5.5.5
Php Curl: Yes
Php Default Timezone: UTC
Php Fsockopen: Yes
Php Max Input Vars: 1000
Php Max Upload Size: 2 MB
Php Memory Limit: 64M
Php Post Max Size: 8M
Php Soap: No
Php Suhosin: Yes
Php Time Limt: 30
Php Version: 5.5.37
Software: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/1.0.1e-fips mod_bwlimited/1.4
Wp Memory Limit: 256MTheme
——————————————-Name: EasyCPD Retailer Child
Version: 2.0.1.1479547032
Themeuri:
Authoruri:
Template: storefront
Child Theme: Yes
Llms Support: NoPlugins
——————————————-Child Theme Configurator: 2.1.2
Content Views: 1.9.2.1
Duplicate Post: 3.0.3
LifterLMS: 3.1.6
LifterLMS Helper: 2.3.1
LifterLMS PayPal Gateway: 1.0.1
LifterLMS WooCommerce: 1.0.0
Limit Login Attempts: 1.7.1
Theme Customisations: 1.0.0
Ultimate Form Builder Lite: 1.2.9
Under Construction / Maintenance Mode From Acurax: 2.5.1
UpdraftPlus – Backup/Restore: 1.12.25
WooCommerce: 2.6.8
WooCommerce – Autocomplete Orders: 1.1.4Integrations
——————————————-BbPress: No
BuddyPress: No
WooCommerce: Yes
<img src=”https://www.easycpd.online/wp/wp-content/uploads/2016/11/WooCommerce_autocomplete.jpg” alt=”WooCommerce” /It’s so strange isnt’ it? Sorry to hear you’re having similar issues…
I went into WooCommerce and the status of the order is “Completed”. I know that I can enroll the student manually into each course but that is not really what I’d like to have to do each time.
I don’t have your other subscription so I can’t try it out… I hope your issue gets sorted out!
Forum: Themes and Templates
In reply to: [Flat] Paginated LinksUpdate:
– I’ve managed to feature the header on category pages.
For those of you with the same issue go to content.php and insert
// <article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<header class=”entry-header”><img src=”whatever_your_file_is”/>
<h1 class=”entry-title”><?php the_title(); ?></h1>
</header> //*** The only downside is that I couldn’t create a child version of the content.php
– I’ve also managed to change the background and border colours of the pagination links
// .paging-navigation .page-numbers {color: whatever; border: whatever}If anyone has any ideas regarding the alignment of the paging navigation I’d love to hear your thoughts. Thank you!
Forum: Themes and Templates
In reply to: [Flat] Font size (header)I’m just learning but I edited mine using the stylesheet. Create a child theme and then edit that Stylesheet.css
For example:
/ h1,.h1
{font-size: 36px;} /or change to whatever size suits you.