Unfortunately is was for me not able at the clean installation select the quick start option.
Is there a manual to look my website still as the demo.
Regards, Frans
AS Templates
POSTED: 2014-12-03
Hello VRIESFRANS,
The quick-start package should be installed like regular Joomla installation. After installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings, here you can find some more info:
http://www.astemplates.com/joomla-template-documentation/157-002044
Regards, AS Team.
vriesfrans
POSTED: 2014-12-06
Hello everyone .
HELLO AS templates team.
First of all thanks for the advice.
I installed WAMPSERVER.
Than I managed it on the local server .
I now have a good idea about the structure of this module.
On the other hand I must say there still much work to do to get into this structure.
Thank you for the advice and happy Christmas and New Year 2015.
Regards, Frans
vriesfrans
POSTED: 2014-12-12
Using the quickstart I now have the whole template installed correctly.
When I look at my site in IE version 9 or Google Chrome , I see a blue bar at the top of the screen.
When I look at the demo version of your site in IE version 9 or Google Chrome I see the same blue bar.
Is this an error in the template.
In Morzilla firefox I do not see the blue bar , both of my site like yours .
What to do about it
yours sincerely
Frans de Vries
AS Templates
POSTED: 2014-12-13
Hello VRIESFRANS,
We checked it in all browsers it looks absolutely identical, can you please provide us with an access to your site as well can you please make a screenshot of the problem?
Regards, AS Team.
vriesfrans
POSTED: 2014-12-13
HELLO AS templates.
I checked on the server at work.
What I've noticed is that they still using I.E. version 9 .
For me it is now along weekend and my first workday is Tuesday.
There I will then make a screen-shot for You.
In connection with the development of our site it's currently off-line.
There is to much demo content on it.
That makes it very confusing for visitors.
Regards
Frans
vriesfrans
POSTED: 2014-12-16
Hallo AS templates.
Now I have a screenshot for you.
Can you send me a link where I can post attachment
Regards
Frans
AS Templates
POSTED: 2014-12-16
Hello VRIESFRANS,
You can upload it on your server and provide us with the url.
Regards, AS Team.
vriesfrans
POSTED: 2014-12-17
Hello AS templates team.
Subject:
Blue bar at the top of the screen
On this moment my website, still under construction is on-line for a 24 ours.
you have to remove the last property:
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff<?php echo$header_gradient_top_color; ?>', endColorstr='#ff<?php echo$header_gradient_bottom_color; ?>', GradientType=0);
If you will have any problems with removing the code please provide us with an access to your Joomla admin panel and we will do it for you.
Regards, AS Team.
vriesfrans
POSTED: 2014-12-19
hello AS team
I have carried out the adjustments in the styles pp defined by you .
And it works ..
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
Today I istalled
002044 - Regular License
Item Type:
Joomla! 3 Bootstrapped Template
Domain Name:
http://www.dezwolseoogarts.nl
Unfortunately is was for me not able at the clean installation select the quick start option.
Is there a manual to look my website still as the demo.
Regards, Frans
The quick-start package should be installed like regular Joomla installation. After installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The quick-start package is actually the template documentation. If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings, here you can find some more info:
http://www.astemplates.com/joomla-template-documentation/157-002044
Regards, AS Team.
HELLO AS templates team.
First of all thanks for the advice.
I installed WAMPSERVER.
Than I managed it on the local server .
I now have a good idea about the structure of this module.
On the other hand I must say there still much work to do to get into this structure.
Thank you for the advice and happy Christmas and New Year 2015.
Regards, Frans
When I look at my site in IE version 9 or Google Chrome , I see a blue bar at the top of the screen.
When I look at the demo version of your site in IE version 9 or Google Chrome I see the same blue bar.
Is this an error in the template.
In Morzilla firefox I do not see the blue bar , both of my site like yours .
What to do about it
yours sincerely
Frans de Vries
We checked it in all browsers it looks absolutely identical, can you please provide us with an access to your site as well can you please make a screenshot of the problem?
Regards, AS Team.
I checked on the server at work.
What I've noticed is that they still using I.E. version 9 .
For me it is now along weekend and my first workday is Tuesday.
There I will then make a screen-shot for You.
In connection with the development of our site it's currently off-line.
There is to much demo content on it.
That makes it very confusing for visitors.
Regards
Frans
Now I have a screenshot for you.
Can you send me a link where I can post attachment
Regards
Frans
You can upload it on your server and provide us with the url.
Regards, AS Team.
Subject:
Blue bar at the top of the screen
On this moment my website, still under construction is on-line for a 24 ours.
The URL with the print screen is:
http://www.dezwolseoogarts.nl/index.php/error-in-the-template
Regards, Frans
Yes, it happens in old IE browsers only, you can remove the gradient color by editing styles.php file the following class:
#header-row
{
background-color: #<?php echo$header_gradient_bottom_color; ?>;
background-image: -moz-linear-gradient(top, #<?php echo$header_gradient_top_color; ?>, #<?php echo$header_gradient_bottom_color; ?>);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#<?php echo$header_gradient_top_color; ?>), to(#<?php echo$header_gradient_bottom_color; ?>));
background-image: -webkit-linear-gradient(top, #<?php echo$header_gradient_top_color; ?>, #<?php echo$header_gradient_bottom_color; ?>);
background-image: -o-linear-gradient(top, #<?php echo$header_gradient_top_color; ?>, #<?php echo$header_gradient_bottom_color; ?>);
background-image: linear-gradient(to bottom, #<?php echo$header_gradient_top_color; ?>, #<?php echo$header_gradient_bottom_color; ?>);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff<?php echo$header_gradient_top_color; ?>', endColorstr='#ff<?php echo$header_gradient_bottom_color; ?>', GradientType=0);
}
you have to remove the last property:
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff<?php echo$header_gradient_top_color; ?>', endColorstr='#ff<?php echo$header_gradient_bottom_color; ?>', GradientType=0);
If you will have any problems with removing the code please provide us with an access to your Joomla admin panel and we will do it for you.
Regards, AS Team.
I have carried out the adjustments in the styles pp defined by you .
And it works ..
thank you
Regards.
Frans