What is the difference between the free version of this template and the "regular" one? And where can I see, wich modules are on the demo main page?
agethemes
POSTED: 2021-06-29
Hello HUFLOFLO,
Thank you for your interesting with our product.
PRO version will support:
1/ All features like demo
2/ Quickstart package: you can install this package so you will get full website like demo.
3/ 1 year support service for technical issues.
hufloflo
POSTED: 2021-06-30
What can I do, when I'm not able to install the Quickstart Package?
Kind regards, Florian
agethemes
POSTED: 2021-07-01
Hello HUFLOFLO,
Did you follow this guide? http://agethemes.com/how-to-install-quickstart-package/
If you have any issue, just make screenshot and upload to https://imgbb.com/upload
and send it to me, so I can help.
hufloflo
POSTED: 2021-07-01
I uploaded the zip file and extracted it ... but when I open the folder,
http://www.gym-schaerding.at/new/
and click at the file kickstart.php
there is NOTHING!?
agethemes
POSTED: 2021-07-02
Hello HUFLOFLO,
Please download it via https://www.dropbox.com/s/yyw7i9520z1zv33/at_creart_joomla.zip?dl=0
and unzip it, then you can reupload qickstart files and recheck.
hufloflo
POSTED: 2021-07-02
Done. Sorry, nothing - just a white window... What can I do? PHP is uptodate
agethemes
POSTED: 2021-07-02
Hello HUFLOFLO,
Make sure that you have PHP version from 7.2.x to met system requirement for Joomla 3.9.x
hufloflo
POSTED: 2021-07-02
PHP 8 should also work?
agethemes
POSTED: 2021-07-02
Hello HUFLOFLO,
Not yet, PHP 7.x is recommended, PHP 8 only when Joomla 4 stable release.
hufloflo
POSTED: 2021-12-26
My Problem:
Our Main Menu contains Items with two oder three words, so that they are shown in two lines, with a big distance: http://www.gym-schaerding.at/www
How can I get these two lines closer?
hufloflo
POSTED: 2021-12-26
How can I edit the color of the Breadcrumb?
agethemes
POSTED: 2021-12-28
Hello HUFLOFLO,
1/ Just go to Template Settings, open tab "Custom Code" and add more CSS as below for "Custom CSS code" field
#sp-menu .sp-megamenu-parent > li {
width: inherit!important;
}
.sp-megamenu-parent > li > a {
padding-left: 15px;
padding-right: 15px;
}
2/ Just add more Custom CSS to define new color
.sp-page-title {
background: #xxx;
}
with "#xxx" is color code you want to place.
hufloflo
POSTED: 2021-12-28
THANKS A LOT!
One more Question:
Everytime when i put some images to top1 (eg with custom html modul), each one of the images is shown in a new line... How can I change this?
hufloflo
POSTED: 2021-12-28
And a very last Question:
When I use a Link Image in the main menu: What is the Custom Code to change the size of the image?
Thanks a lot!
agethemes
POSTED: 2021-12-29
Hello HUFLOFLO,
1/ Can you show it on top 1 position as you mentioned, so I can check.
2/ You just go to Template Settings, open tab "Custom Code" and add more CSS as below for "Custom CSS code" field
li.sp-menu-item a img {
width: 100px;
}
you can change value for 'width' or height as you want.
Get an access to all 211 items designed and developed by Age Themes team plus all the future items
which will be released over the course of your club subscription.
Price starting from $51.75
Thank you for your interesting with our product.
PRO version will support:
1/ All features like demo
2/ Quickstart package: you can install this package so you will get full website like demo.
3/ 1 year support service for technical issues.
Kind regards, Florian
Did you follow this guide? http://agethemes.com/how-to-install-quickstart-package/
If you have any issue, just make screenshot and upload to https://imgbb.com/upload
and send it to me, so I can help.
http://www.gym-schaerding.at/new/
and click at the file kickstart.php
there is NOTHING!?
Please download it via https://www.dropbox.com/s/yyw7i9520z1zv33/at_creart_joomla.zip?dl=0
and unzip it, then you can reupload qickstart files and recheck.
Make sure that you have PHP version from 7.2.x to met system requirement for Joomla 3.9.x
Not yet, PHP 7.x is recommended, PHP 8 only when Joomla 4 stable release.
Our Main Menu contains Items with two oder three words, so that they are shown in two lines, with a big distance: http://www.gym-schaerding.at/www
How can I get these two lines closer?
1/ Just go to Template Settings, open tab "Custom Code" and add more CSS as below for "Custom CSS code" field
#sp-menu .sp-megamenu-parent > li {
width: inherit!important;
}
.sp-megamenu-parent > li > a {
padding-left: 15px;
padding-right: 15px;
}
2/ Just add more Custom CSS to define new color
.sp-page-title {
background: #xxx;
}
with "#xxx" is color code you want to place.
One more Question:
Everytime when i put some images to top1 (eg with custom html modul), each one of the images is shown in a new line... How can I change this?
When I use a Link Image in the main menu: What is the Custom Code to change the size of the image?
Thanks a lot!
1/ Can you show it on top 1 position as you mentioned, so I can check.
2/ You just go to Template Settings, open tab "Custom Code" and add more CSS as below for "Custom CSS code" field
li.sp-menu-item a img {
width: 100px;
}
you can change value for 'width' or height as you want.
http://www.gym-schaerding.at/www/index.php
Please add more Custom CSS
#sp-top1 a {
float: left;
padding-left: 10px;
padding-top: 20px;
}
#sp-top3 {
padding-top: 20px;
}
Save and recheck.
You're welcome!