Hi I bought extended licence for template as002058 and I got stuck with the mobile version.
1. menu on 10" tablet is like desktop version, which looks awfull (in 2 lines)
2. pictures in the articles are not resizing for smartphones.
I checked if there is any sign of dimensions while I was adding the pictures, but it is clear. What to do to make it look good? (this is the last thing in this project and the deadline was 2 weeks ago :()
AS Templates
POSTED: 2016-11-08
Hello PANICYRENA,
What is your website url? Please provide us with screenshots of the problem, the images you can upload on your server and let us know the links.
Regards, AS Team.
Hello PANICYRENA,
The template is designed to support HTML5 elements, the HTML5 does not support tables, for the tables you have to create your own css and put it in the style.custom.css file.
Hello AS Team,
after installing the quickstart I tried to install it on a clear Joomla. The problem that I have is that I cant use any of your modules like Art Slider, etc. When I try to assign something I only get a white screen with a window on the left upper edge, where I can choose your extension, but nothing happens. What can I do to fix this? Thanks!
AS Templates
POSTED: 2016-11-11
Hello ERWINBA,
The quick-start package cannot be installed on existing Joomla installation because it already contains Joomla, the quick-start package should be installed like regular Joomla installation, for more info please see the installation documentation: http://www.astemplates.com/joomla-template-documentation/209-002058
Hello ANNINAGSCHWILM,
It seems , you missed some closing tab in one of the articles/modules published on your home page, try to unpublish one by one all modules in case to find the problematic one.
Hello,
I bought the templates 002058 for a domain and there is a functional bug with the slider ArtSlider.
When we return in a menu, the slider does not show images and there is a small circle which turns permanently.
Have you a corrective patch for the slider HAVE ArtSlider?
Greetings
i have 0ne question about the litte arrow on the right site after the menüname (if i have more submenüs)
in your demo version after blog and about us....
this is my menüe here its okay here i can see the arrow
Leistungen - Articles » Single Article
abcde - Articles » Single Article
fghij — Articles » Single Article
but here i cant see any arrow but i have more submenüs but i have used an Text seperator than i have no content for the site unternehmen.
unternehmen - Text Separator
Bildergalerie - Articles » Single Article
Abgeschlossene Projekte — Articles » Single Article
what must i do for become after unternehmen the littel arrow by using Text Separator?
best regards marco
AS Templates
POSTED: 2017-01-12
Hello MAHU1976,
For checking this issue we need an access to your Joomla admin panel, the access info please put in the Special info area under your Purchased items section of your AS account.
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
i have a problem with the AS Superfish Menu. I can't show an uppercase with the first character on the title of a menu.
Can someone help me ?
Thx
What is your website url please?
Regards, AS Team.
View History
Please see '/templates/as002058/css/ext.asmenu.css' file the following class (line 26):
#as-menu ul.as-menu > li a,
#as-menu ul.as-menu > li > span,
ul.sf-menu > li a,
ul.sf-menu > li > span
{
color: #fff !important;
display: block;
font-weight: normal;
letter-spacing: 1px;
line-height: 20px;
margin: 0;
padding: 0 5px;
text-align: center;
text-transform: lowercase;
}
you have to delete/edit the text-transform element.
Regards, AS Team.
View History
View History
1. menu on 10" tablet is like desktop version, which looks awfull (in 2 lines)
2. pictures in the articles are not resizing for smartphones.
I checked if there is any sign of dimensions while I was adding the pictures, but it is clear. What to do to make it look good? (this is the last thing in this project and the deadline was 2 weeks ago :()
What is your website url? Please provide us with screenshots of the problem, the images you can upload on your server and let us know the links.
Regards, AS Team.
View History
http://www.cf2.handcraftedinconamara.com
http://cf2.handcraftedinconamara.com/images/tablet-v.jpg
http://cf2.handcraftedinconamara.com/images/tablet-h.jpg
I have also problem with tables. Can't see the border and whenever I set up ie "width: 80%" after saving every cell has it's own style.
Before saving
<table style="width: 80; border-color: #000000; border="1">
<tbody>
<tr>
<td> Age</td>
<td> Cause of Claim</td>
<td> Benefit Paid</td>
<td> Length of time policy was in force</td>
<td> Occupation</td>
</tr>
<tr>
<td> 33</td>
<td> Breast cancer</td>
<td> €293,843</td>
<td> 8 years</td>
<td> Administrator</td>
</tr>
<tr>
<td> 41</td>
<td> Road traffic accident</td>
<td> €256,021</td>
<td> 6 years</td>
<td> Home Maker</td>
</tr>
<tr>
<td> 50</td>
<td> Renal cancer</td>
<td> €197,230</td>
<td> 25 years</td>
<td> Home Maker</td>
</tr>
</tbody>
</table>
After saving
<table style="width: 68%; height: 103px; border-color: #000000; margin-left: auto; margin-right: auto;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="width: 39px;"> Age</td>
<td style="width: 149px;">Cause of Claim</td>
<td style="width: 104px;"> Benefit Paid</td>
<td style="width: 227px;"> Length of time policy was in force</td>
<td style="width: 81px;"> Occupation</td>
</tr>
<tr>
<td style="width: 39px;"> 33</td>
<td style="width: 149px;"> Breast cancer</td>
<td style="width: 104px;"> €293,843</td>
<td style="width: 227px;"> 8 years</td>
<td style="width: 81px;"> Administrator</td>
</tr>
<tr>
<td style="width: 39px;"> 41</td>
<td style="width: 149px;"> Road traffic accident</td>
<td style="width: 104px;"> €256,021</td>
<td style="width: 227px;"> 6 years</td>
<td style="width: 81px;"> Home Maker</td>
</tr>
<tr>
<td style="width: 39px;"> 50</td>
<td style="width: 149px;"> Renal cancer</td>
<td style="width: 104px;"> €197,230</td>
<td style="width: 227px;"> 25 years</td>
<td style="width: 81px;"> Home Maker</td>
</tr>
</tbody>
</table>
Hope it is clear enough. Thanks
The template is designed to support HTML5 elements, the HTML5 does not support tables, for the tables you have to create your own css and put it in the style.custom.css file.
Regards, AS Team.
View History
after installing the quickstart I tried to install it on a clear Joomla. The problem that I have is that I cant use any of your modules like Art Slider, etc. When I try to assign something I only get a white screen with a window on the left upper edge, where I can choose your extension, but nothing happens. What can I do to fix this? Thanks!
The quick-start package cannot be installed on existing Joomla installation because it already contains Joomla, the quick-start package should be installed like regular Joomla installation, for more info please see the installation documentation:
http://www.astemplates.com/joomla-template-documentation/209-002058
Unfortunately your club subscription does not include our support as indicated here:
http://www.astemplates.com/templates-club-cart/1-business
You might want to upgrade your membership to get our competently free support, you may ask for upgrade here:
http://www.astemplates.com/questions
Regards, AS Team.
View History
It seems , you missed some closing tab in one of the articles/modules published on your home page, try to unpublish one by one all modules in case to find the problematic one.
Regards, AS Team.
View History
I bought the templates 002058 for a domain and there is a functional bug with the slider ArtSlider.
When we return in a menu, the slider does not show images and there is a small circle which turns permanently.
Have you a corrective patch for the slider HAVE ArtSlider?
Greetings
View History
i have 0ne question about the litte arrow on the right site after the menüname (if i have more submenüs)
in your demo version after blog and about us....
this is my menüe here its okay here i can see the arrow
Leistungen - Articles » Single Article
abcde - Articles » Single Article
fghij — Articles » Single Article
but here i cant see any arrow but i have more submenüs but i have used an Text seperator than i have no content for the site unternehmen.
unternehmen - Text Separator
Bildergalerie - Articles » Single Article
Abgeschlossene Projekte — Articles » Single Article
what must i do for become after unternehmen the littel arrow by using Text Separator?
best regards marco
For checking this issue we need an access to your Joomla admin panel, the access info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
View History
Done, please check.
Regards, AS Team.
View History
Please see style.custom.cs file.
Regards, AS Team.