I'm having a problem identifying where to modify the "Special Services" section, as it doesn't seem to be a module. I don't want this area and the associated buttons to appear.
AS Templates
POSTED: 2014-01-23
Hello MORPH01,
It seems you have deleted it from your site, if not, please let us know the page url.
Regards, AS Team.
morph01
POSTED: 2014-01-26
Thanks, found a reference to it in an earlier comment. Category Manager-Categories-Home.
I'm having another issue with the Slogan Text which is on the Logo Configuration tab in the Template Manager. The text will appear on the site, but I can't change the size or colour?
AS Templates
POSTED: 2014-01-27
Hello MORPH01,
Can you please provide us with an access to your Joomla admin panel? We will check this issue and fix it for you.
The info please put in the special info area under your purchased items section of your AS account.
Regards, AS Team.
morph01
POSTED: 2014-01-27
Done.
AS Templates
POSTED: 2014-01-27
Hello MORPH01,
Sorry, not understandable what is the username and what is the password.
Regards, AS Team.
morph01
POSTED: 2014-01-28
Username then password.
AS Templates
POSTED: 2014-01-28
Hello MORPH01,
We are sorry, it doesn't work, can you please check?
Regards, AS Team.
morph01
POSTED: 2014-02-03
I have updated the password, please try again.
AS Templates
POSTED: 2014-02-03
Hello MORPH01,
The problem was fixed, please check. We are thank You for noticing about this problem.
Regards, AS Team.
morph01
POSTED: 2014-02-03
Great, thanks.
morph01
POSTED: 2014-02-20
Hi,
I have a question about the title postion on the article "About Us" under the About Us menu. I would like this title aligned to the left as with the others, but for some reason it aligns right, and I haven't been able to change it.
morph01
POSTED: 2014-02-24
How are you going with my question AS Team?
AS Templates
POSTED: 2014-02-24
Hello MORPH01,
It is designed in such way, if you would lie to move it to the left you have to edit style.default.css file, the following class:
Hi AS Team,
Is it possible to prevent the Solutions, Analytics Strategy and Targeting (Position 6) panels from appearing again once you have selected the Read More option on one of these? They take up a lot of room, especially on a phone, and don't need to be there. I would prefer just to go back to home if I want to view another one.
AS Templates
POSTED: 2014-05-05
Hello MORPH01,
Yes, it is possible by creating a new menu and 4 menu items which points on these articles.
Regards, AS Team.
morph01
POSTED: 2015-05-25
I have created a menu item as recommend for GStoever ( I asked the same question a while ago, maybe you should redesign this as per your own recommendation??) and it is working well. The menu is showing horizontally when you click on one of the read more links, which i like, as it saves going back home to go to the next one, but it is showing ticks above the menu items, which I don't like. Can you advise how to remove these ticks please?
AS Templates
POSTED: 2015-05-25
Hello MORPH01,
In the template's style.custom.css file please add the following class:
.moduletable ul.menu li {
list-style-image: none;
margin-top: 20px;
}
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 you have deleted it from your site, if not, please let us know the page url.
Regards, AS Team.
I'm having another issue with the Slogan Text which is on the Logo Configuration tab in the Template Manager. The text will appear on the site, but I can't change the size or colour?
Can you please provide us with an access to your Joomla admin panel? We will check this issue and fix it for you.
The info please put in the special info area under your purchased items section of your AS account.
Regards, AS Team.
Sorry, not understandable what is the username and what is the password.
Regards, AS Team.
We are sorry, it doesn't work, can you please check?
Regards, AS Team.
The problem was fixed, please check. We are thank You for noticing about this problem.
Regards, AS Team.
I have a question about the title postion on the article "About Us" under the About Us menu. I would like this title aligned to the left as with the others, but for some reason it aligns right, and I haven't been able to change it.
It is designed in such way, if you would lie to move it to the left you have to edit style.default.css file, the following class:
#component .page_header h2,
#component .category_title h2,
#component h2.item_title
{
text-align: right;
}
Regards, AS Team.
Is it possible to prevent the Solutions, Analytics Strategy and Targeting (Position 6) panels from appearing again once you have selected the Read More option on one of these? They take up a lot of room, especially on a phone, and don't need to be there. I would prefer just to go back to home if I want to view another one.
Yes, it is possible by creating a new menu and 4 menu items which points on these articles.
Regards, AS Team.
In the template's style.custom.css file please add the following class:
.moduletable ul.menu li {
list-style-image: none;
margin-top: 20px;
}
Regards, AS Team.