kombimedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Registration Form for WooCommerce] Custom Fields to My Account profile page@rohitkc32 , great thanks!
Thanks @pdclark
Great, thanks @hjogiupdraftplus
Thanks for your quick response.
Force Logout was definitely disable, but the issue seems to have resolved anyway. Possibly cookies? Seemed to come good shortly after cleaning out the .htaccess file.
Cheers
Hi @reddotinmotion,
Yeh, course ID’s and enrolments were both preserved. The only thing we had to recreate were the access plans for each course to enable payments, and we had to reassign the various widget areas. Both simple tasks.
Our process was:
- Clone Production site to Staging (important to get course/lesson ID’s)
- Redesign course/lesson pages in Staging
- Export redesigned course/lesson pages using WP’s native export tool
- Backup Production site and enable maintenance mode
- Delete course/lesson pages from Production site
- Empty course/lesson trash (important to retain ID’s)
- Import redesigned course/lesson pages using WP’s native import tool
- Flush website cache
This process worked perfectly for us. Over the two week redesign period we retained all new student activity and lost no student data.
Hope this helps someone else looking to redesign their LMS.
Cheers,
Cy
Thanks @reddotinmotion
I ended up exporting the redesigned pages, courses and lessons from staging using WP’s native export tool. I then removed these from the production site and imported the new versions.
I was able to export the customiser configuration from staging and import this to production.
To handle any urls/links in the content I ran a find & replace on the database.
Everything went really smoothly, no lost data and minimal repeated work.
Thanks for your help.
Cheers,
Cy
Thanks for your quick response @reddotinmotion.
We are using Astra theme and have moved to the Pro version and dropped Elementor. All content has been rebuilt in the block editor.
So yes, changes are stored in the DB.
Is it feasible to export just the LifterLMS user related DB tables from the production site and import them back after migrating the staging site? If so which tables should I export?
Thanks for your help.
Cy
No worries @reddotinmotion, thanks for the follow up.
Hi r@eddotinmotion,
Not really what I’m asking but thanks for your response.
Cheers
Thanks @reddotinmotion,
Ok, so Sky Pilot is a premium LifterLMS developed theme?
The LifterLMS blocks don’t have any styling options so I guess we’ll need to use custom CSS. Do you have a cheat sheet or styling guide available so assist in stying the course pages when another theme is used?
Cheers,
Cy
Forum: Plugins
In reply to: [Breeze Cache] Critical Error Since 2.1.1Great, thanks @adeelkahn
Forum: Plugins
In reply to: [Breeze Cache] Critical Error Since 2.1.1Hi @adeelkhan,
public function get($key, $default = null) { if (!is_string($key)) { throw new InvalidCacheArgumentException('key argument must be a string.'); } $data = wp_cache_get($key, self::GROUP); return ($data) ? $data : $default; }This function starts on line 40.
Hope this helps.
Cheers,
Cy
Forum: Plugins
In reply to: [Breeze Cache] Critical Error Since 2.1.1Hi @adeelkhan,
Re ‘create a support ticket’, I am not a Cloudways customer. Is this required in order to submit a support ticket for the Breeze plugin?
Cheers
Forum: Plugins
In reply to: [Breeze Cache] Critical Error Since 2.1.1Thanks @adeelkhan,
I will submit a support ticket.
Forum: Plugins
In reply to: [Breeze Cache] Critical Error Since 2.1.1Hi @adeelkhan,
OneStock plugin has no settings available so I’m unable to reconfigure the key unfortunately, and this error does not appear when Breeze cache is disabled.
There are no other caching plugins installed.
Cheers