On the home page under "Projects Overview" How can I put or display more than 8 images? It only displays 8!
I can not find the parameter for Phoca Gallery so I opened the link below and there is a "Limit Count' parameter under 'General Settings' on phoca gallery documentations. I would like to know how to set the limit count! And where to find the parameters!
Hello 11HELP11,
In the Joomla admin panel please go to the Extensions -> Module manager and find module with type: Phoca Gallery Image Module (it should be in position 50 if you used quick-start installation package), open it and under Basic Options -> General Settings you can find parameter called 'Limit count'.
I am trying to display the content with regular bullet points unfortunately it transformed the bullet points to images see content below and send the link for image displayed below because it does not let me paste the images:
CONTENT
Our Services
Thamani Company is specialized in three main industries that serviced the retailers & wholesalers, brokers & importers/exporters, and businessmen & professional people in the US.
Mining industry: The Company supplies the retailers & wholesalers industry with raw materials that include diamonds, gold, coltan and many more minerals to come.
Software Industry: The Company provides electronic filing 'primitive' software to brokers & importers/exporters for import/export use in Customs and Border Protection (CBP).
Training Industry: The Company offers CAD/CAE/CAM software training to businessmen and professional people in the engineering field and or students.
<p style="text-align: justify;">Thamani Company is specialized in three main industries that serviced the retailers & wholesalers, brokers & importers/exporters, and businessmen & professional people in the US.</p>
<p style="text-align: justify;"> </p>
<ul>
<li style="text-align: justify;">Mining industry: The Company supplies the retailers & wholesalers industry with raw materials that include diamonds, gold, coltan and many more minerals to come.</li>
<li style="text-align: justify;">Software Industry: The Company provides electronic filing 'primitive' software to brokers & importers/exporters for import/export use in Customs and Border Protection (CBP).</li>
<li style="text-align: justify;">Training Industry: The Company offers CAD/CAE/CAM software training to businessmen and professional people in the engineering field and or students.</li>
</ul>
How can I get it to display the regular bullet points instead of the image shown on that link?
AS Templates
POSTED: 2012-11-08
Hello 11HELP11,
It is designed to work with images instead bullets.
To change the list style to bullets you have delete 'list-style' from the following class in the tmpl.content.css
#colmain ul li {
line-height: 17px;
list-style: none outside none;
padding: 0 0 0 30px;
}
and 'background-image' from the following
li {
background-image: url("../images/listimg.blue.png");
background-position: left top;
background-repeat: no-repeat;
}
But you have to know that it may not work properly for other list styles.
In the meantime, I found the location of the fault.
Positions than 6 More than 5 service adjusts the Firefox slips apart.
How can it be remedied?
AS Templates
POSTED: 2012-11-12
Hello PEETIIKE,
All looks fine, very strange. Can you please contact us via the 'Contact Us' page and provide with an access to the Joomla admin panel, we would like to check this issue.
Regards, AS Team.
AS Templates
POSTED: 2012-11-15
Hello PEETIIKE,
The problem is with a number of menu items in position 6, you can't have more then 7 menu items in this position.
If you need more, our suggestion is create a new menu with the rest of menu items and add it in position 8, above the image.
How do you get the product page "order" button to work? It does not do anything when clicking on it! I login as a register user and as an admin still did not work.
AS Templates
POSTED: 2012-11-14
Hello 11HELP11,
Order buttons have dummy links, they created for preview only.
i just tried to install the template with the quick start installation. When I try to install it with the extension manager by uploading the package i just does nothing. There are no errors and the installation doens't simply happen.
Any ideas how to get this fixed?
Hi,
me again. Well, the reaction of joomla doesn't follow any principle. Now it says "copy failed" when trying to upload and install the quickstart version of the template.
Any idea?
Thanks in advance
AS Templates
POSTED: 2012-12-27
Hello ALEXTHEK,
The quickstart can't be installed via Extension Manager, please see the template documentation, it should help you:
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
Try to change the margin to the following:
margin: 22px 0px 23px 0px;
Regards, AS Team.
View History
Regards Thomas
The contact form which we have in our template doesn't have such option.
You have to look for some extension, sorry about that.
Regards, AS Team.
View History
I can not find the parameter for Phoca Gallery so I opened the link below and there is a "Limit Count' parameter under 'General Settings' on phoca gallery documentations. I would like to know how to set the limit count! And where to find the parameters!
http://www.phoca.cz/documents/11-phoca-gallery-image-module/40-parameters
In the Joomla admin panel please go to the Extensions -> Module manager and find module with type: Phoca Gallery Image Module (it should be in position 50 if you used quick-start installation package), open it and under Basic Options -> General Settings you can find parameter called 'Limit count'.
Regards, AS Team.
View History
I am trying to display the content with regular bullet points unfortunately it transformed the bullet points to images see content below and send the link for image displayed below because it does not let me paste the images:
CONTENT
Our Services
Thamani Company is specialized in three main industries that serviced the retailers & wholesalers, brokers & importers/exporters, and businessmen & professional people in the US.
Mining industry: The Company supplies the retailers & wholesalers industry with raw materials that include diamonds, gold, coltan and many more minerals to come.
Software Industry: The Company provides electronic filing 'primitive' software to brokers & importers/exporters for import/export use in Customs and Border Protection (CBP).
Training Industry: The Company offers CAD/CAE/CAM software training to businessmen and professional people in the engineering field and or students.
http://thamani.com/templates/as002027/images/listimg.blue.png
Here is the HTML Code:
<p style="text-align: justify;">Thamani Company is specialized in three main industries that serviced the retailers & wholesalers, brokers & importers/exporters, and businessmen & professional people in the US.</p>
<p style="text-align: justify;"> </p>
<ul>
<li style="text-align: justify;">Mining industry: The Company supplies the retailers & wholesalers industry with raw materials that include diamonds, gold, coltan and many more minerals to come.</li>
<li style="text-align: justify;">Software Industry: The Company provides electronic filing 'primitive' software to brokers & importers/exporters for import/export use in Customs and Border Protection (CBP).</li>
<li style="text-align: justify;">Training Industry: The Company offers CAD/CAE/CAM software training to businessmen and professional people in the engineering field and or students.</li>
</ul>
How can I get it to display the regular bullet points instead of the image shown on that link?
It is designed to work with images instead bullets.
To change the list style to bullets you have delete 'list-style' from the following class in the tmpl.content.css
#colmain ul li {
line-height: 17px;
list-style: none outside none;
padding: 0 0 0 30px;
}
and 'background-image' from the following
li {
background-image: url("../images/listimg.blue.png");
background-position: left top;
background-repeat: no-repeat;
}
But you have to know that it may not work properly for other list styles.
Regards, AS Team.
View History
Chroma Explorer and it works fine, but Firexfox slip up in the template.
What could be the problem?
View History
In the meantime, I found the location of the fault.
Positions than 6 More than 5 service adjusts the Firefox slips apart.
How can it be remedied?
All looks fine, very strange. Can you please contact us via the 'Contact Us' page and provide with an access to the Joomla admin panel, we would like to check this issue.
Regards, AS Team.
The problem is with a number of menu items in position 6, you can't have more then 7 menu items in this position.
If you need more, our suggestion is create a new menu with the rest of menu items and add it in position 8, above the image.
Regards, AS Team.
View History
How do you get the product page "order" button to work? It does not do anything when clicking on it! I login as a register user and as an admin still did not work.
Order buttons have dummy links, they created for preview only.
Regards, AS Team.
View History
In the tmpl.custom.css file or in the Template Custom CSS area please add the following class:
#footer .row2 #contactus a
{
color: #CFCFCF;
}
Regards, AS Team.
View History
Can you please provide us with your site URL, we would like to see this issue.
Regards, AS Team.
View History
i just tried to install the template with the quick start installation. When I try to install it with the extension manager by uploading the package i just does nothing. There are no errors and the installation doens't simply happen.
Any ideas how to get this fixed?
Thanks
View History
me again. Well, the reaction of joomla doesn't follow any principle. Now it says "copy failed" when trying to upload and install the quickstart version of the template.
Any idea?
Thanks in advance
The quickstart can't be installed via Extension Manager, please see the template documentation, it should help you:
http://www.astemplates.com/itemdetails.php?id=60&page=howto
Video Tutorial:
http://www.astemplates.com/itemdetails.php?id=60&page=howto&article=62
Regards, AS Team.