Hello, I've installed Joomla without sample data, but I've copied the folder "asimages" to the Joomla sampledata folder. My slider still doesn't show any images or captions, it just keeps loading. Is there something wrong with the location of the slide images, I mean without sample data, where does the module look for the slide-images?
AS Templates
POSTED: 2015-06-24
Hello LADYCUPCAKE,
It is not enough to just copy images, you have to create articles for the slider and config it. For more information please see the slider documentation:
http://www.astemplates.com/joomla-extension-documentation/165-as-artslider
Our suggestion is to install this template using quick-start installation package, after installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The installation will save a lot of your time.
Regards, AS Team.
LadyCupcake
POSTED: 2015-06-24
Hi thanks, that worked! One question about the tmpl.default.css:
There is a lot in it like:
aside .item_img img
{
padding: 3px;
}
Is there a point missing before aside? Should I correct this?
AS Templates
POSTED: 2015-06-24
Hello LADYCUPCAKE,
No, you do not need to put point before the 'aside' tag.
Regards, AS Team.
LadyCupcake
POSTED: 2015-06-25
Ok. Another problem just occured: The contact form does not show with the AS-template. It has something to do with your com_contact-override folder. When I remove it, I do have the form, but not in AS style.
AS Templates
POSTED: 2015-06-25
Hello LADYCUPCAKE,
Have you installed the template using quick-start installation package? What is your site url please?
Regards, AS Team.
LadyCupcake
POSTED: 2015-06-25
Hello, my URL ist uxpa-austria.org
AS Templates
POSTED: 2015-06-26
Hello LADYCUPCAKE,
In case to have everything working like on our demo preview page you have to install the template using quick-start installation package. The package should be installed like regular Joomla installation.
If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings. The quick-start package is actually the template documentation.
Regards, AS Team.
LadyCupcake
POSTED: 2015-06-26
Was hoping to avoid this, but thanks anyway!
LadyCupcake
POSTED: 2015-06-28
Hello, on your start page, the "Welcome" has the emphasis in red. It appears, that the first word of the title of a featured article automatically is in a span of CSS-class hlite. Could you tell me where to remove this? I don't mean changing the CSS-class but remove the hlite class from the first word of a featured article.
LadyCupcake
POSTED: 2015-06-28
Hello, you can delete my last question. I've found the file to change: scripts.js. Regards!
LadyCupcake
POSTED: 2015-06-29
Hi again me. I'm wondering why in your Quickstart demo the default font is Arial,Helvetica,sans-serif, but on my site uxpa-austria.org Tahoma,Geneva,sans-serif,Arial. It is not in some CSS file but has something to do with $body_font_family in styles.php. Editing the TemplateDetails.xml has no effect. Could you tell me in which file the $body_font_family is picked?
LadyCupcake
POSTED: 2015-06-29
Again I found the solution myself: It's in the Backend in Template Manager, where I can set the params. Thanks anyway! ;-)
LadyCupcake
POSTED: 2015-07-20
Hi! Is there any possibility to change the position of just one of the 3 captions of the slider - I mean: div h2.slide_title - just change it on the first one? Do the three slider images have some own ID or so?
AS Templates
POSTED: 2015-07-20
Hello LADYCUPCAKE,
Sorry, there are no IDs for captions, this option should be developed.
Regards, AS Team.
LadyCupcake
POSTED: 2015-10-03
Hi AS Team,
I really would need to change the position of single slider-captions, because they don't match the same way with the images. I would wanna try something like this:
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 is not enough to just copy images, you have to create articles for the slider and config it. For more information please see the slider documentation:
http://www.astemplates.com/joomla-extension-documentation/165-as-artslider
Our suggestion is to install this template using quick-start installation package, after installing the package your site will look exact like our demo preview page and it will be easy for you to make changes in the content, preview all parameters and settings. The installation will save a lot of your time.
Regards, AS Team.
There is a lot in it like:
aside .item_img img
{
padding: 3px;
}
Is there a point missing before aside? Should I correct this?
No, you do not need to put point before the 'aside' tag.
Regards, AS Team.
Have you installed the template using quick-start installation package? What is your site url please?
Regards, AS Team.
In case to have everything working like on our demo preview page you have to install the template using quick-start installation package. The package should be installed like regular Joomla installation.
If by some reason you can't install it on your live server you can install on some demo server or demo folder and then preview all settings. The quick-start package is actually the template documentation.
Regards, AS Team.
Sorry, there are no IDs for captions, this option should be developed.
Regards, AS Team.
I really would need to change the position of single slider-captions, because they don't match the same way with the images. I would wanna try something like this:
<script>
$( "span:contains('John')" ).css( "top", "50%" );
</script>
...meaning I select elements by html-Content. Can you name me the file where I could put this, where it may work?