For the new Joomla 4, as well as for Joomla 3, we have switched our templates to a more modern framework, including Uikit 3 modules, Bootstrap 4/5 and a German backend.
However, the disadvantage is that you cannot simply update our previous Warp7 templates, so you have to reinstall the template and assign the modules ect pp.
The discover tool is useful in cases where the installation package is larger than your maximum file upload size so the only way to install the package is by uploading it manually. The discover tool can also be helpful in cases where a previous installation has failed and the files are available on your server.
Using the discover tool
Go to the Extensions manager -> Discover tools.
Select all extensions you like to reinstall and click on the “Install” button.
You should then receive the installation success message.
Database Fix
Go to the Extensions manager -> Database
Click on the "!"FIX" button until you get no error
Theme Customizing
Expired
If you want to customize a template ( logo.gif, color, font or background) and don´t know the css class, please use Firefox with the Firebug extension. Now you can analyze every CSS style for customizing the template CSS. Firebug Tutorial
Finding the right CSS file in your theme
As you might already have noticed, next to each css-selector (in our case .toolbar-outer) a filename and a line number are being displayed. Just hover over it and you will see the full path to the file. To learn more about your template's directory structure have a look at this tutorial.
Tip: Disable the theme's Gzip and Compression feature or any other caching script you may be using on your your site when you start out on customizations. If you don't do this, you will not see the file and line locations of the code you want to customize and you also will not see changes you made immediately. Also remember to frequently clear browser caches.
Please never edit the original CSS files, because these files will be overwritten with the next theme update. Always add your custom style to the custom.css
Video, how to customize a Template
How to customize a Joomla theme with using the developer tools from Google Chrome or Firefox.
Each modern Browser have a developer tool - Press "F12" - and inspect the "div" and styles.
Setup a Google Map
Expired
The Google map is a simple custom module.
Go to
Extensions » Modules Manager
Click on
New
Select a
Custom HTML module
Click
Source Code
And insert the html code from the Google Map to the
Custom Output field
And please make sure that you have insert a max-width of 100% like this:
Please make sure, that you have disabled the Joomla Content Editor ( Tiny or JCE), otherwise you html code be deleted or cleared by your Editor.
Go to
System » Global Configuration
Default Editor = NONE
Save
My content was cleansed!
Expired
You open a module — like the "Social Icons" module which is usually part of the demo content — but it is utterly empty?!
You "Save" or "Save & Close", and when you look at your site's frontend the social icons are gone.
The Cause Your WYSIWYG editor decided to delete the content.
The Solution Use "CodeMirror" or "No Editor" so it doesn't wreck your content without warning.