In the contactform is a Google Maps installed. I can disable the Google Maps plugin, but how can I disable the box which in you show Google Maps.
Thanks in advance.
Mieke Wildenberg
AS Templates
POSTED: 2014-12-16
Hello WEBTWEETS,
In your Joomla admin panel go to Components -> Contacts -> Contact Us page and under Miscellaneous Information tab in the text editor please delete the following code: {mosmap height='358' }
O the "Menu Item Type" with the option "Gallery View", under the tab "Blog Layout", on the option "# Columns" for the number of colums on the page, by default is 4 (for that quick installation like the demo).
I would like to have 5 columns for 15 Intro Articles, however, with 5 on the page is displayed 6 columns and not 5.
I tried with 7 and 8 columns and still display 6 columns. What could be the problem?
I also would like to hide the menu with "Show All Category One Category Two Category Three". This is below the "Category title" that on the demo that have the title "Our Experience"
How can I do it?
AS Templates
POSTED: 2014-12-17
Hello CLOUREIRO,
Yes, you are right, because the total size of the page is 12 columns you can't set it to odd number, it should be even only.
What is your site url please? we will check it and provide with code for hiding the filter.
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.
I have solved the problem. My excuses for not setting the site on-line.
I just have a last question.......
On the homepage - there are 4 horizontal backgound color parts. First white, than bleu, than again white and at the bottom black.
The 3 e white part is about 300/400 pixels.
Where can I make this another height?????
The site is now on-line
www.de-poets.nl
I like this template very much...
Thanks for making such a nice template!!
Mieke
AS Templates
POSTED: 2014-12-18
Hello WEBTWEETS,
The height changes automatically, and it depends on your content, sorry, there is no such parameter.
can you guide me step by step on how to make a photo gallery like the on you have in your demo under http://www.asdesigning.com/demo/asj44/index.php/services/projects
AS Templates
POSTED: 2014-12-18
Hello MAJDNMAZ,
Our suggestion is to install this template using quick-start installation package, the package is actually the template documentation.
i have done a lot of customization s though, and if I start the installation again I will lose all what I have done. is there any way you can guide me?
AS Templates
POSTED: 2014-12-18
Hello MAJDNMAZ,
You can install it in some demo folder or demo server.
can you send me the quick start installation. since I dont lost the actual folders
AS Templates
POSTED: 2014-12-18
Hello MAJDNMAZ,
Just checked your account, we are sorry your license was expired, you have to renew it for receiving the latest package and our support.
I'm trying to create a new menu module in as-position-1, but I can't find in the list of possibilities 'AS Menu Module' . I find only standard Menu module provided by Joomla but if I select this kind of Module it doesn't work good.
AS Templates
POSTED: 2014-12-22
Hello MICKEYMOUSE,
You have to install all required extensions, Joomla template does not come with any demo content. Template is only predefined layout of possible modules positions including the main website graphics like header, logo or footer.
Our suggestion is to install it using quick-start installation package, 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.
The package should be installed like regular Joomla installation, here you can find some more info: http://www.astemplates.com/joomla-template-documentation/157-002044
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
View History
In the contactform is a Google Maps installed. I can disable the Google Maps plugin, but how can I disable the box which in you show Google Maps.
Thanks in advance.
Mieke Wildenberg
In your Joomla admin panel go to Components -> Contacts -> Contact Us page and under Miscellaneous Information tab in the text editor please delete the following code: {mosmap height='358' }
Regards, AS Team.
View History
O the "Menu Item Type" with the option "Gallery View", under the tab "Blog Layout", on the option "# Columns" for the number of colums on the page, by default is 4 (for that quick installation like the demo).
I would like to have 5 columns for 15 Intro Articles, however, with 5 on the page is displayed 6 columns and not 5.
I tried with 7 and 8 columns and still display 6 columns. What could be the problem?
I also would like to hide the menu with "Show All Category One Category Two Category Three". This is below the "Category title" that on the demo that have the title "Our Experience"
How can I do it?
Yes, you are right, because the total size of the page is 12 columns you can't set it to odd number, it should be even only.
What is your site url please? we will check it and provide with code for hiding the filter.
Regards, AS Team.
View History
I did but it does not work......plaese look at
http://www.de-poets.nl/index.php/contact
Unfortunately your site is password protected and we can't see the problem.
Regards, AS Team.
View History
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.
View History
I have solved the problem. My excuses for not setting the site on-line.
I just have a last question.......
On the homepage - there are 4 horizontal backgound color parts. First white, than bleu, than again white and at the bottom black.
The 3 e white part is about 300/400 pixels.
Where can I make this another height?????
The site is now on-line
www.de-poets.nl
I like this template very much...
Thanks for making such a nice template!!
Mieke
The height changes automatically, and it depends on your content, sorry, there is no such parameter.
Regards, AS Team.
View History
Our suggestion is to install this template using quick-start installation package, the package is actually the template documentation.
Regards, AS Team.
View History
You can install it in some demo folder or demo server.
Regards, AS Team.
View History
Just checked your account, we are sorry your license was expired, you have to renew it for receiving the latest package and our support.
Regards, AS Team.
View History
I have carried out the adjustments in the styles pp defined by you .
And it works ..
thank you
Regards.
Frans
View History
You have to install all required extensions, Joomla template does not come with any demo content. Template is only predefined layout of possible modules positions including the main website graphics like header, logo or footer.
Our suggestion is to install it using quick-start installation package, 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.
The package should be installed like regular Joomla installation, here you can find some more info:
http://www.astemplates.com/joomla-template-documentation/157-002044
Or you can always ask for our installation services:
http://www.astemplates.com/installationservices
Regards, AS Team.
View History
We've found sample data in the template folder, but where to find a mySQL dump so our site can be exactly as the demo template?
Thanks!