Showing 1 – 4 of 4 replies
LoicBoursin

What do I have to do in order to update […]

LoicBoursin PURCHASED
3 years ago
What do I have to do in order to update my Core template to the last version (I have the previous one) ? I have a (very) modified version that I'm working on since 1 year, but I haven't touched to the assets files, only created custom css file and custom pages.
For example, Bootstrap was updated, but what have you changed in the files in order for it to work as before (if something was changed) ?
Thanks
Double Theme
Double Theme SELLER
3 years ago
Hello,

Please replace files in "assets/bootstrap/" folder with new.

Change line:

<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>

to(in all HTML files)

<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>

Do not forget about backup.

Thank you!
LoicBoursin
LoicBoursin PURCHASED
3 years ago
I think that migrating bootstrap from v4 alpha to latest version requires some changes in the code of html pages.

For example if we take the forms shortcodes in the old version (http://themes.2the.me/Core/1.3.3/shortcodes-forms.html) and the new version (http://themes.2the.me/Core/1.3.4/shortcodes-forms.html), the size of inputs is broken, custom checkbox are now invisible and inline forms doesn’t work.

This was just one example, but it looks like migrating bootstrap just by changing the assets files is breaking a lot of things !

Thanks
Double Theme
Double Theme SELLER
3 years ago
Hi,

Thanks for bug report. We will fix it as soon as possible.
LoicBoursin
LoicBoursin PURCHASED
3 years ago
Thanks for your answer.

It would be very useful to have a list of everything you have changed in the CSS of the template while you're doing it in order to make the same changes in my "old" version ! (Like a migration guide)

Have a nice day