Hi
I have problem with quickstart package. I can't install additional language during installation site and can't do this after too. Can't edit AS Art Slider or any other module. I've install this on local server but yours other tamplate work without problem on this server.
AS Templates
POSTED: 2016-12-06
Hello KLAMA85,
In case to help you we need an access to your Joomla admin panel, the access info please put in Special info area under your Purchased items section of your AS account.
Good day. I need to change css code for FAQs category (the color and the size of buttons).
Can you please direct me where to change the code? Can't find it.
Thanks, Renee
AS Templates
POSTED: 2016-12-13
Hello RENEELUTAY,
It can be changed by editing css files. You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin: https://getfirebug.com/
Bonjour,
Comment faire pour supprimer cet erreur qui apparait au niveau d'un menu ?
Notice: Undefined variable: this in C:\xampp\htdocs\arpeggio\libraries\cms\application\cms.php on line 434
Le code concerné :
/**
* Returns the application JMenu object.
*
* @param string $name The name of the application/client.
* @param array $options An optional associative array of configuration settings.
*
* @return JMenu|null
*
* @since 3.2
*/
public function getMenu($name = null, $options = array())
{
if (!isset($name))
{
$name = $this->getName();
}
// Inject this application object into the JMenu tree if one isn't already specified
if (!isset($options['app']))
{
$options['app'] = $this;
}
Hallo AS Team,
Thanks for all the answers of my problems. However a last one this year. What wil happen when I replace the template as002032 with as002033? I have as002032 installed with the quickstart. Take your time I see you guys again the following year. Happy New Year.
AS Templates
POSTED: 2016-12-31
Hello WEBMASTERGG,
Sorry, it will look different, you can try. Happy New Year!!!
In the template AS002032, in the menu-item About-Our Team, you have a small and a bigger layout of the article. When you click on the read more button of Patrician Moore, following a bigger layout and with the NEXT button .This because it is a category blog menu item.
Is this also possible with the AS002033 template?
I purchased the AS002033 template and have a problem with the pre-defined width of the "as-position-3". Every assigned module exceeds the left alignment of all other items for that reason. Where can I reduce the width so all items are aligned on the left side?
I run Joomla! 3.6.5 and the problem appears with all browsers.
Thank you in advance!
AS Templates
POSTED: 2017-01-17
Hello BLECHSPATZ,
What is your website url and the page where we can see the problem please?
I could figure out where's the problem. In the "/css/tmpl.default.css", line 2039 are the margins for the moduletable-wrapper defined. I replaced the original values with this ones:
i will see if it will be ok for all modules I put there - I'm going to try it. Please give me a hint if it has a special reason that the margins are not clear defined in the original version or if there's a better way to align the positions. I want to avoid some unwanted side-effect...
Thank you very much,
Daniel
AS Templates
POSTED: 2017-01-18
Hello BLECHSPATZ,
What is your website url and the page where we can see the problem please?
Hi, the size of images in items can't be changed with an editor like JCE, I'd tried this resolution..
You have to eliminate 'width' property from the following class:
.item_img img,
.category_img img,
.item_fulltext img,
.random-image img,
aside .img-intro__left img,
aside .img-intro__right img
{
width: auto;
}
In the class you can find here (line 435): templates/as002033/css/tmpl.default.css
But this doesn't works. Do you have another hint for me?
Thanks in advance, Chris
AS Templates
POSTED: 2017-01-18
Hello TESSIES,
On which page we can see the problem? Can you please provide us with url?
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
View History
I have problem with quickstart package. I can't install additional language during installation site and can't do this after too. Can't edit AS Art Slider or any other module. I've install this on local server but yours other tamplate work without problem on this server.
In case to help you we need an access to your Joomla admin panel, the access info please put in Special info area under your Purchased items section of your AS account.
Regards, AS Team.
View History
Can you please direct me where to change the code? Can't find it.
Thanks, Renee
It can be changed by editing css files. You can easy determinate the file which should be changed and the css class by installing and using Firebug plugin:
https://getfirebug.com/
For more info please see the following article:
http://blog.astemplates.com/firebug-tutorial/#more-402
Regards, AS Team.
View History
Comment faire pour supprimer cet erreur qui apparait au niveau d'un menu ?
Notice: Undefined variable: this in C:\xampp\htdocs\arpeggio\libraries\cms\application\cms.php on line 434
Le code concerné :
/**
* Returns the application JMenu object.
*
* @param string $name The name of the application/client.
* @param array $options An optional associative array of configuration settings.
*
* @return JMenu|null
*
* @since 3.2
*/
public function getMenu($name = null, $options = array())
{
if (!isset($name))
{
$name = $this->getName();
}
// Inject this application object into the JMenu tree if one isn't already specified
if (!isset($options['app']))
{
$options['app'] = $this;
}
try
{
$menu = JMenu::getInstance($name, $options);
}
catch (Exception $e)
{
return;
}
return $menu;
MERCI
We are sorry, we do not see any purchased items under your account, our support is available for premium version only.
Regards, AS Team.
View History
Thanks for all the answers of my problems. However a last one this year. What wil happen when I replace the template as002032 with as002033? I have as002032 installed with the quickstart. Take your time I see you guys again the following year. Happy New Year.
Sorry, it will look different, you can try. Happy New Year!!!
Regards, AS Team.
View History
In the template AS002032, in the menu-item About-Our Team, you have a small and a bigger layout of the article. When you click on the read more button of Patrician Moore, following a bigger layout and with the NEXT button .This because it is a category blog menu item.
Is this also possible with the AS002033 template?
Yes, it is like this one: http://demo.astemplates.com/joomla-templates/002033/index.php/blog/blog-2
Regards, AS Team.
View History
I purchased the AS002033 template and have a problem with the pre-defined width of the "as-position-3". Every assigned module exceeds the left alignment of all other items for that reason. Where can I reduce the width so all items are aligned on the left side?
I run Joomla! 3.6.5 and the problem appears with all browsers.
Thank you in advance!
What is your website url and the page where we can see the problem please?
Regards, AS Team.
View History
I could figure out where's the problem. In the "/css/tmpl.default.css", line 2039 are the margins for the moduletable-wrapper defined. I replaced the original values with this ones:
#menu-row .moduletable-wrapper
{
background-color: #0b0b0b;
border: 1px solid #303030;
margin-top: 30px ;
margin-left: 20px;
}
In original:
margin: 30px 0px;
i will see if it will be ok for all modules I put there - I'm going to try it. Please give me a hint if it has a special reason that the margins are not clear defined in the original version or if there's a better way to align the positions. I want to avoid some unwanted side-effect...
Thank you very much,
Daniel
What is your website url and the page where we can see the problem please?
Regards, AS Team.
View History
You have to eliminate 'width' property from the following class:
.item_img img,
.category_img img,
.item_fulltext img,
.random-image img,
aside .img-intro__left img,
aside .img-intro__right img
{
width: auto;
}
In the class you can find here (line 435): templates/as002033/css/tmpl.default.css
But this doesn't works. Do you have another hint for me?
Thanks in advance, Chris
On which page we can see the problem? Can you please provide us with url?
Regards, AS Team.
View History
Sorry, the changed size to 200x200 is working on your website, here is a screenshot: http://astemplates.com/tmp/screenshot.jpg
Regards, AS Team.
View History
Thank you for your time!
Chris