When making an unsorted list and the items are longer than what fits in a line the line gets wrapped. So far so good. But the wrapped line starts right below the bullit and not aligned with the start of the text on the line above.
How do i change that ?
See picture: http://www.spejder5kamp.dk/unsorted.png
AS Templates
POSTED: 2013-10-22
Hello JAPICHT,
What is your site url please? We will check and let you know.
hi, in your template defoult the more in the articles featured in home, despite the Italian language installao not display read more in Italian.
how it will be possible to make this change?
version joomla 3.1
AS Templates
POSTED: 2013-11-04
Hello TOBIA84,
Have you installed Italian language in Joomla admin panel?
Hello TOBIA84,
The info you can put in the special info area under your purchased items tab of your AS account, or you can put it in your comment, we are not publishing such info.
as requested I have included in my private aviation login credentials to the panel of joomla. please note that the default language is Italian then log on as the Iglesia.
I noticed an error on page with different broswers visit web site www.0442vincantiamo.it "internet explorer and chrome" where the site with internet explore is all messed up. you know give me information to restore it?
AS Templates
POSTED: 2013-11-09
Hello TOBIA84,
On your server, please find and open the following file:
languageen-GBen-GB.tpl_as002052.ini
At the end of the file (lines 196 - 198), look for:
Our suggestion is install the template using quick-start installation package, after installing the package your site will look exact like our demo preview page, please see the following page for more info:
I create a custom html modul, copy the code in to the source code -> ok -> save -> and the code disappear from the source code window and there is nothing on the site.
What I do wrong?
thanks
Gabi
AS Templates
POSTED: 2013-11-11
Hello JUHASZGABI,
Please try to replace double quotation marks (") to single ('), so it will look like the following:
I've replaced the quotation marks. If I push the save button the source code changes so:
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li class="separator"></li>
<li>CALL US: 1 234 567 8900</li>
</ul>
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
When making an unsorted list and the items are longer than what fits in a line the line gets wrapped. So far so good. But the wrapped line starts right below the bullit and not aligned with the start of the text on the line above.
How do i change that ?
See picture: http://www.spejder5kamp.dk/unsorted.png
What is your site url please? We will check and let you know.
Regards, AS Team.
View History
In the style.custom.css file please add the following:
.moduletable ul li {
list-style-position: outside;
margin-left: 30px;
}
Regards, AS Team.
View History
View History
how it will be possible to make this change?
version joomla 3.1
Have you installed Italian language in Joomla admin panel?
Regards, AS Team.
View History
www.0442vincantiamo.it
Please provide us with an access to your Joomla admin panel, we have to check this issue.
Regards, AS Team.
View History
The info you can put in the special info area under your purchased items tab of your AS account, or you can put it in your comment, we are not publishing such info.
Regards, AS Team.
View History
I noticed an error on page with different broswers visit web site www.0442vincantiamo.it "internet explorer and chrome" where the site with internet explore is all messed up. you know give me information to restore it?
On your server, please find and open the following file:
languageen-GBen-GB.tpl_as002052.ini
At the end of the file (lines 196 - 198), look for:
TPL_COM_CONTENT_READ_MORE="Read More"
TPL_COM_CONTENT_MORE="More"
TPL_COM_CONTENT_READ_MORE_TITLE="Read More"
and translate to your language.
Regards, AS Team.
View History
How can I adjust the social buttons on the template (002052)?
I can't find it. :(
thanks
Gabi
In the position 4 we used custom html module with the following code:
<ul>
<li><a class="facebook" href="www.facebook.com" target="_blank"> </a></li>
<li><a class="twitter" href="www.twitter.com" target="_blank"> </a></li>
<li><a class="in" href="www.linkedin.com" target="_blank"> </a></li>
<li><a class="youtube" href="www.youtube.com" target="_blank"> </a></li>
<li class="separator"></li>
<li>CALL US: 1 234 567 8900</li>
</ul>
Our suggestion is install the template using quick-start installation package, after installing the package your site will look exact like our demo preview page, please see the following page for more info:
http://www.astemplates.com/joomla-template-documentation/192-002052
Regards, AS Team.
View History
How can I download the updated version?
Regards
Gabi
The latest version you can always download from 'My Purchased Items' section of your AS Template account.
Regards, AS Team.
View History
<ul>
<li><a class="facebook" href="www.facebook.com" target="_blank"> </a></li>
<li><a class="twitter" href="www.twitter.com" target="_blank"> </a></li>
<li><a class="in" href="www.linkedin.com" target="_blank"> </a></li>
<li><a class="youtube" href="www.youtube.com" target="_blank"> </a></li>
<li class="separator"></li>
<li>CALL US: 1 234 567 8900</li>
</ul>"
I create a custom html modul, copy the code in to the source code -> ok -> save -> and the code disappear from the source code window and there is nothing on the site.
What I do wrong?
thanks
Gabi
Please try to replace double quotation marks (") to single ('), so it will look like the following:
<ul>
<li><a class='facebook' href='www.facebook.com' target='_blank'> </a></li>
<li><a class='twitter' href='www.twitter.com' target='_blank'> </a></li>
<li><a class='in' href='www.linkedin.com' target='_blank'> </a></li>
<li><a class='youtube' href='www.youtube.com' target='_blank'> </a></li>
<li class='separator'></li>
<li>CALL US: 1 234 567 8900</li>
</ul>
Regards, AS Team.
View History
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li class="separator"></li>
<li>CALL US: 1 234 567 8900</li>
</ul>