Hello. Two things: how do you unpublish 'Our Stuff' on the About page? (it doesn't even show up on Site Manager!)
And, how do you add more FAQ's? (I tried copy and pasting)
Thanks
AS Templates
POSTED: 2014-05-09
Hello ASDENNY1,
The page heading you can change/delete in your Joomla admin panel -> Menus -> Main Menu -> About -> Page Display -> Page Heading parameter.
You can do it by adding the following code:
<div class="toggle 1 opened">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div>
<div class="toggle_content 1" style="display: block;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent in posuere felis. Aliquam sed est augue, vitae suscipit sem. Aliquam vulputate elit ac quam tristique sit amet scelerisque eros euismod.
</div>
Just replace the dummy text and number of the question in div tags.
Regards, AS Team.
asdenny1
POSTED: 2014-05-16
Hello again. Hope this is not too obvious, but how can I edit the Contact Form in 'Contacts'?
e.g. change 'subject' to 'telephone' and add 'country'.
Thanks
AS Templates
POSTED: 2014-05-16
Hello ASDENNY1,
All this info you can edit in your Joomla admin panel -> Components -> Contacts -> Contact Us page.
Regards, AS Team.
asdenny1
POSTED: 2014-08-03
Hello again re: previous post about the contact us section.
When I change things in 'display' they don't carry over to the frontpage.
It seems it's just set on its current layout of name, email, subject, message no matter what I do.
Any solutions here?
AS Templates
POSTED: 2014-08-03
Hello ASDENNY1,
Can you please provide us with more info? What exactly are you going to change?
Regards, AS Team.
asdenny1
POSTED: 2014-08-04
Sure thing. I want to change 'subject' to 'country', as simple a that sounds I'm finding it impossible. That is - on the contact form provided with the template.
I have tried adjusting from components->contacts->contact us and from the menu item. Tried everything I believe.
Is it that I can't adjust it I wonder. Or must I adjust some code somewhere.
Thanks
AS Templates
POSTED: 2014-08-04
Hello ASDENNY1,
In this template we are using default Joomla contact form which doesn't have such option, but you may to download some extension and use it instead the default form.
Regards, AS Team.
asdenny1
POSTED: 2014-09-04
Hello.
Trawled the comments for a question on this.
Simple one for you - how do I change the submenu items from all lower case to say well normal. Uppercase first letter and the rest lowercase.
Thanks
AS Templates
POSTED: 2014-09-05
Hello ASDENNY1,
You can do it by editing ext.asmenu.css file, the following class (line 217)
#as-menu ul.as-menu ul li a,
#as-menu ul.as-menu ul li span
{
text-transform: lowercase;
}
change the ' text-transform' property value to 'none' or 'capitalize'.
Regards, AS Team.
asdenny1
POSTED: 2014-11-24
Greetings.
I hope you might be able to help. Regarding position 30: I have 4 items published to it - Contact details and 3 separate menu columns. For some reason one of the columns always goes under another column when 4 are published. With 3 is fine, it moves up.
Am I missing something. They are independent menu's. Any help appreciated :-)
Regards
AS Templates
POSTED: 2014-11-24
Hello ASDENNY1,
In case to help you we need to see your site, unfortunately it is password protected. The info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
asdenny1
POSTED: 2014-11-25
Thanks Team, I have done that now. Appreciate you looking.
AS Templates
POSTED: 2014-11-25
Hello ASDENNY1,
You forgot to set bootstrap size under the module advanced parameters tab, it should be 3 instead 0, we fixed it for you.
Regards, AS Team.
asdenny1
POSTED: 2014-11-25
Ahh, as simple as that!Silly oversight on my part. Thank you and much appreciated..
asdenny1
POSTED: 2014-12-20
As per the last post - so you get the latest version there and then simply just upload/install it to extensions (quick start package)?
Thanks
AS Templates
POSTED: 2014-12-20
Hello ASDENNY1,
You do not need to upload a whole quick-start package, just the template or changed files accordingly to our news page:
http://www.astemplates.com/joomla-template-news/115-002035
Please do not forget about backup before any updates.
Regards, AS Team.
asdenny1
POSTED: 2015-04-03
Hello, sorry to bother you with this again.
But just to confirm - to update the template I need to download latest version from my account - and only install the individual bits as per the news item or (which I would like to do) - upload the as002035_premium.zip to my extension upload, that's it?
Thanks
AS Templates
POSTED: 2015-04-03
Hello ASDENNY1,
Don't need to install it again, just copy the latest version on your server via FTP. We recommend you to rename the old version and then copy a new.
Regards, AS Team.
asdenny1
POSTED: 2015-04-03
Hello, thanks for reply. Rename old and transfer over the premium.zip file.
Do I delete the old then?also where exactly do I transfer/replace it..
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
And, how do you add more FAQ's? (I tried copy and pasting)
Thanks
The page heading you can change/delete in your Joomla admin panel -> Menus -> Main Menu -> About -> Page Display -> Page Heading parameter.
You can do it by adding the following code:
<div class="toggle 1 opened">
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
</div>
<div class="toggle_content 1" style="display: block;">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent in posuere felis. Aliquam sed est augue, vitae suscipit sem. Aliquam vulputate elit ac quam tristique sit amet scelerisque eros euismod.
</div>
Just replace the dummy text and number of the question in div tags.
Regards, AS Team.
e.g. change 'subject' to 'telephone' and add 'country'.
Thanks
All this info you can edit in your Joomla admin panel -> Components -> Contacts -> Contact Us page.
Regards, AS Team.
When I change things in 'display' they don't carry over to the frontpage.
It seems it's just set on its current layout of name, email, subject, message no matter what I do.
Any solutions here?
Can you please provide us with more info? What exactly are you going to change?
Regards, AS Team.
I have tried adjusting from components->contacts->contact us and from the menu item. Tried everything I believe.
Is it that I can't adjust it I wonder. Or must I adjust some code somewhere.
Thanks
In this template we are using default Joomla contact form which doesn't have such option, but you may to download some extension and use it instead the default form.
Regards, AS Team.
Trawled the comments for a question on this.
Simple one for you - how do I change the submenu items from all lower case to say well normal. Uppercase first letter and the rest lowercase.
Thanks
You can do it by editing ext.asmenu.css file, the following class (line 217)
#as-menu ul.as-menu ul li a,
#as-menu ul.as-menu ul li span
{
text-transform: lowercase;
}
change the ' text-transform' property value to 'none' or 'capitalize'.
Regards, AS Team.
I hope you might be able to help. Regarding position 30: I have 4 items published to it - Contact details and 3 separate menu columns. For some reason one of the columns always goes under another column when 4 are published. With 3 is fine, it moves up.
Am I missing something. They are independent menu's. Any help appreciated :-)
Regards
In case to help you we need to see your site, unfortunately it is password protected. The info please put in the Special info area under your Purchased items section of your AS account.
Regards, AS Team.
You forgot to set bootstrap size under the module advanced parameters tab, it should be 3 instead 0, we fixed it for you.
Regards, AS Team.
Thanks
You do not need to upload a whole quick-start package, just the template or changed files accordingly to our news page:
http://www.astemplates.com/joomla-template-news/115-002035
Please do not forget about backup before any updates.
Regards, AS Team.
But just to confirm - to update the template I need to download latest version from my account - and only install the individual bits as per the news item or (which I would like to do) - upload the as002035_premium.zip to my extension upload, that's it?
Thanks
Don't need to install it again, just copy the latest version on your server via FTP. We recommend you to rename the old version and then copy a new.
Regards, AS Team.
Do I delete the old then?also where exactly do I transfer/replace it..
/public_html/templates/
or further in?
Kind regards