Please note :
> We do not offer support for our free products
> We answer to your asks during our working days : from monday to friday - 9:00 am / 6:00 pm
> If the F.A.Q doesn't solve your issue, please contact us, we'll answer within 48 hours (working days).

ABOUT UPDATING JOOMLA, PLEASE READ THIS BEFORE CONTACTING US : Our templates are working well with Joomla 3.9 and php 7.2, except for a few very old ones.
If you encounter problems after a joomla/server update, please check your components/modules/plugins first. Because most bugs and difficulties are coming from them, rarely from the template.
OUR ADVICE : before any updating, you should backup your website and database, and make sure that the components and plugins can work with the new versions as well, or contact their designer.
Otherwise, if you have issues with Joomla or other components, you can find some answers and help from the Joomla community via its forum >> forum.joomla.org

FAQ

Q. Do template purchases include demo data (quick start installation) ?

A. Quick start installation and demo database information is not included in the purchase. Full control over the website building process will give the user an understanding of the template that he or she would not otherwise obtain; resulting in a better and more efficiently managed website. The included documentation, along with hands-on support will ensure that using our products is a breeze.

Q. Why do you charge the VAT for european businesses and non-european countries ?

A. The VAT was a problem for me so I take a decision with a french tax lawyer.

n theory, it is possible for us to dismiss charging VAT for European businesses and non european countries. The process, however, is complex. Our e-commerce extension lacks the neccessary features to carry out the process. So in the end, with consultation from a French tax lawyer, we have decided to charge VAT for everyone.

Q. When installing a template, I get a »Jinstaller: :install: Cannot find XML setup file« message.

A. Unzipping of the package is required. Once inside, choose the folder that matches your Joomla version, within that folder you will find the archived template, ready for installation. Do not forget to view the installation manual by double clicking the file called "manual.html".

Q. I try to purchase a template via Paypal and I see this message : "Transaction failed - Paypal could not validate your credit card"

A. Paypal usually draws money directly from your associated credit card, but in your case a manual transfer from your bank account to your Paypal account is needed.

Q. I submitted an order but haven't received my template(s) yet.

A. You should receive an automated e-mail with the download link right after a successful payment. Make sure you check your spam folder if you don't see this e-mail. Alternatively, you can log in to JoomSpirit.com, go to »Your account« and click on »Orders« to find the download link and your invoice under each specific order.

Q. Where is my invoice ?

A. Log in to JoomSpirit.com, go to »Your account« and click on »Orders« to find the download link and your invoice under each specific order (»print« icon is located on the upper right side).

Q. I installed the template/theme but it looks nothing like your demo.

A. You need to assign your modules or blocks to the available positions for the particular template you just installed. Make sure you read the template installation file that came with the template. It shows in detail where the modules and blocks need to go to.

Q. How many websites can I use the purchased template for.

A. Our products can be used on as many personal or business domains you desire. Full customization of the template is allowed. Further distribution and resale of JoomSpirit products is forbidden.

Q. How do I remove the "Welcome to the frontpage" message on my Joomla homepage

A. Go to menu manager > Main menu > Home. Uncheck "display component title" in the paramaters section to the right.

Q. How to load Google font from your server ?

I recommend you that :

- download your Google font in Google server :

Open the Google Fonts directory, pick your font(s) and add them to a collection. Once you have collected the desired font(s), click the “Download your Collection” link at the top and you’ll get a zip file containing all the requested fonts in TTF format.

- create font face package here with your new font.

https://www.fontsquirrel.com/tools/webfont-generator

- Unzip the package and paste all the code of "stylesheet.css" inside the file "css/custom.css" of your template.

- Inside the package, you have 3 font files too. Paste the font files in the folder "css" of your template (files with .ttf, .woff and .wof2)

- edit the file "index.php" in the root of the template and delete these lines (average line number 60) :

// load all non standard fonts from Google
$defaultFonts = array('Arial', 'Verdana', 'Trebuchet ms', 'Helvetica', 'Georgia', 'Times new roman');
$allFonts = array($font_content, $font_menu, $font_title_slogan, $font_slogan, $font_website_title, $font_h1, $font_h2);
$googleFonts = array_diff($allFonts, $defaultFonts);
foreach ($googleFonts as $loadFont) {
$doc->addStyleSheet('https://fonts.googleapis.com/css?family=' .$loadFont, 'text/css', 'all');
}

Now this font is loaded directly from your server. You can select this font in the list of your Template manager.

Warning : if you use my free responsive slideshow, go to the section "captions" and choose a standard font for title and text (I recommend you to download again the slideshow module to obtain the last version).

If you want use a Google font for your captions, edit the file "tmpl/default.php" in the module (line 59) and delete these lines :

// load all non standard fonts from Google
$defaultFonts = array('Arial', 'Verdana', 'Trebuchet ms', 'Helvetica', 'Georgia', 'Times new roman');
$allFonts = array($font_title, $font_text);
$googleFonts = array_unique (array_diff($allFonts, $defaultFonts));

$i = 0;
$googlecode = '';

foreach ($googleFonts as $loadFont) {
if ($i > 0) {$googlecode .= '|';}
$googlecode .= $loadFont;
$i++;
}

$doc->addStyleSheet('https://fonts.googleapis.com/css?family=' .$googlecode, 'text/css', 'all');

Then, download and load the Google font from your template (see first part)

 

Email Support

If you have any questions that are not included in the FAQ above, contact us at
contact@template-joomspirit.com