For the sample site on the slider, I am looking at the AS Slider. How do I add the descriptions (as it shows Exotic, description, read more/ Gold Fish, description, read more)? Thank you in advance.
AS Templates
POSTED: 2013-11-03
Hello TRACIDILLARD,
The AS ArtSlider extension allows you to display article's intro image with the article title and intro text.
Our suggestion is install this template using quick-start package, after installing it you will be able to see how it works.
Regards, AS Team.
tracidillard
POSTED: 2013-11-03
Sorry for all the questions, but I really like how module 30 is on the demo site. I cannot install the quick-start package because this was a template change out. I already had the website and almost have everything the way I like.
On module 30, when I add more than one module for this position, the next module drops below rather that beside the first. I am wanting to do something very similar to how it looks on the demo site. the website is http://txwebservices.com.
AS Templates
POSTED: 2013-11-04
Hello TRACIDILLARD,
You have to specify the module bootstrap size under advanced parameters.
Regards, AS Team.
tracidillard
POSTED: 2013-11-03
I would also like to know how to do the same thing for other modules - last -question - for instance position 6.
tracidillard
POSTED: 2013-11-04
Awesome. Got it, thank you.
tracidillard
POSTED: 2014-02-05
Hi, the website is http://txwebservices.com/. I would like to pull the header and menu up more. I've tried changing some of the code in the template.less and it doesn't seem to do anything. I would like the menu and logo to pull up closer to the phone number and facebook icon. If you can just tell me which file I can make the adjustments, I would appreciate it. Thank you in advance.
AS Templates
POSTED: 2014-02-06
Hello TRACIDILLARD,
You can do it by editing tmpl.default.css file, please find the following class and change the top padding:
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
The AS ArtSlider extension allows you to display article's intro image with the article title and intro text.
Our suggestion is install this template using quick-start package, after installing it you will be able to see how it works.
Regards, AS Team.
On module 30, when I add more than one module for this position, the next module drops below rather that beside the first. I am wanting to do something very similar to how it looks on the demo site. the website is http://txwebservices.com.
You have to specify the module bootstrap size under advanced parameters.
Regards, AS Team.
You can do it by editing tmpl.default.css file, please find the following class and change the top padding:
#header-row .container {
border-radius: 5px;
margin-bottom: 30px;
padding: 25px 0 30px;
}
Regards, AS Team.