Hello ASADMUNIR,
It seems we answered on all of them, if some missed can you please let us know one more time.
Regards, AS Team.
asadmunir
POSTED: 2015-02-07
Hi
I am trying to work out a way in Special Services as-position6 AS002026 - Default where you have circles (link) with pictures when you hover they move. I do not want circles there rather the image (link) as squares that are static.
http://ggointernational.com/
if you scroll down you will see I played with the first image (Agriculture) and rather than maintaining the circle it became oval. I dont want the circles just would like squares there that dont move when you hover over them
thanks
AS Templates
POSTED: 2015-02-08
Hello ASADMUNIR,
We are sorry, we missed it. The border raris you can change by editing tmpl.default.css file the following class:
like this article has the fa-thumbs-up. where in the template are these ico files located and or how do we change the ico
thanks
Asad
AS Templates
POSTED: 2015-02-13
Hello ASADMUNIR,
In this template we are using font awesome icons: http://fortawesome.github.io/Font-Awesome/icons
The icon for the into text you can change under the article Images and Links tab Caption parameter, for the full text you can see it in the text code, to see the code you have to disable TinyMCE Joomla editor and use CodeMirror or None.
Regards, AS Team.
asadmunir
POSTED: 2015-02-16
Hi
I am having issue with the template that works fine in chrome, firefox, but when its opened in I.E. the site is all over the place and I do not know how to resolve the issue.
www.ggointernational.com
AS Templates
POSTED: 2015-02-16
Hello ASADMUNIR,
Just checked your site it looks fine, can you please provide us with more info regarding the problem? What IE version do you have?
Regards, AS Team.
asadmunir
POSTED: 2015-02-16
the site can be seen now not in maintence mode
asadmunir
POSTED: 2015-02-16
i think i have sorted the issue... i uploaded the tmpl.default.css from the downloaded zip file and it seems to have resolved the issue.
is the code that shows the email icon etc. as you see the email address is lower case. But on the site the email address shows as
info@Ggointernational.Com
I have tried to text-transform: lowercase; to force the G and the C to lowercase but had no luck
any ideas?
thanks
AS Templates
POSTED: 2015-02-16
Hello ASADMUNIR,
Please see tmpl.default.css file the following class (line 4048):
#footer a
{
text-transform: capitalize;
}
Regards, AS Team.
asadmunir
POSTED: 2015-02-16
thank you
your according module which i purchased is coming up with the following error
Fatal error: Call to undefined method JModel::addIncludePath() in /homepages/0/d562736123/htdocs/ggoim_J/modules/mod_as_accordion/helper.php on line 21
AS Templates
POSTED: 2015-02-16
Hello ASADMUNIR,
Ooops, sorry, there is no release for Joomla 3, it will be available in few hours, we will let you know.
Regards, AS Team.
asadmunir
POSTED: 2015-02-16
all good thank you :)
AS Templates
POSTED: 2015-02-16
Hello ASADMUNIR,
The extension is updated, you can download it now from your AS account, please let us know if you will have any problems.
Regards, AS Team.
asadmunir
POSTED: 2015-02-16
sorry for all the questions today
I have been to the worldwide module where i am able to edit the address etc. but I can not find what article/page/module/menu the rest of the information on the page is which includes to google map etc
thanks
asadmunir
POSTED: 2015-02-16
Hi
I have downloaded the file and get the following error when i try and install it
Warning
JInstaller: :Install: Cannot find XML setup file
asadmunir
POSTED: 2015-02-16
my bad it installed
asadmunir
POSTED: 2015-02-16
the extension installed... and when you go to extension manager : manage you can see
AS Accordion Site Module 2.0.0 2012-06-19 AS Designing N/A 10064
it is enabled. but when i go to module manager I can not find AS Accordion
what i did was disabled to old version then uninstalled before i installed for joomla 3
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
It seems we answered on all of them, if some missed can you please let us know one more time.
Regards, AS Team.
I am trying to work out a way in Special Services as-position6 AS002026 - Default where you have circles (link) with pictures when you hover they move. I do not want circles there rather the image (link) as squares that are static.
http://ggointernational.com/
if you scroll down you will see I played with the first image (Agriculture) and rather than maintaining the circle it became oval. I dont want the circles just would like squares there that dont move when you hover over them
thanks
We are sorry, we missed it. The border raris you can change by editing tmpl.default.css file the following class:
#featured-row .mod-newsflash-adv .item .img-intro,
#featured-row .mod-newsflash-adv .item .img-intro img
{
border-radius: 50%;
transition: all 0.5s ease 0s;
}
and the scaling by editing the following:
.mod-newsflash-adv .img-intro img:hover
{
transform: scale(1.2, 1.2);
}
You have to put scaling to 1 instead 1.2
Regards, AS Team.
I was wondering if you have had a chance to look at my last post
thanks
I have another question. the welcome slider uses icons
<div class="item_fulltext">
<p><i class="text-ico fa fa-thumbs-up">
<img src="/images/sampledata/asimages/blank.gif" alt="" /></i></p>
<p>test123</p></div>
like this article has the fa-thumbs-up. where in the template are these ico files located and or how do we change the ico
thanks
Asad
In this template we are using font awesome icons: http://fortawesome.github.io/Font-Awesome/icons
The icon for the into text you can change under the article Images and Links tab Caption parameter, for the full text you can see it in the text code, to see the code you have to disable TinyMCE Joomla editor and use CodeMirror or None.
Regards, AS Team.
I am having issue with the template that works fine in chrome, firefox, but when its opened in I.E. the site is all over the place and I do not know how to resolve the issue.
www.ggointernational.com
Just checked your site it looks fine, can you please provide us with more info regarding the problem? What IE version do you have?
Regards, AS Team.
thanks
one thing I could do with some input on
<li class="icon-mail"><i class="spacer_w">___</i>info@ggointernational.com<i class="spacer_w">Â </i></li>
is the code that shows the email icon etc. as you see the email address is lower case. But on the site the email address shows as
info@Ggointernational.Com
I have tried to text-transform: lowercase; to force the G and the C to lowercase but had no luck
any ideas?
thanks
Please see tmpl.default.css file the following class (line 4048):
#footer a
{
text-transform: capitalize;
}
Regards, AS Team.
your according module which i purchased is coming up with the following error
Fatal error: Call to undefined method JModel::addIncludePath() in /homepages/0/d562736123/htdocs/ggoim_J/modules/mod_as_accordion/helper.php on line 21
Ooops, sorry, there is no release for Joomla 3, it will be available in few hours, we will let you know.
Regards, AS Team.
The extension is updated, you can download it now from your AS account, please let us know if you will have any problems.
Regards, AS Team.
I have been to the worldwide module where i am able to edit the address etc. but I can not find what article/page/module/menu the rest of the information on the page is which includes to google map etc
thanks
I have downloaded the file and get the following error when i try and install it
Warning
JInstaller: :Install: Cannot find XML setup file
AS Accordion Site Module 2.0.0 2012-06-19 AS Designing N/A 10064
it is enabled. but when i go to module manager I can not find AS Accordion
what i did was disabled to old version then uninstalled before i installed for joomla 3